/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}
@charset "UTF-8";.el-pagination--small .arrow.disabled,.el-table .hidden-columns,.el-table td.is-hidden>*,.el-table th.is-hidden>*,.el-table--hidden{visibility:hidden}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing),.el-message__closeBtn:focus,.el-message__content:focus,.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing),.el-rate:active,.el-rate:focus,.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing),.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}.el-input__suffix,.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}@font-face{font-family:element-icons;src:url(/static/fonts/element-icons.535877f.woff) format("woff"),url(/static/fonts/element-icons.732389d.ttf) format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\E6A0"}.el-icon-ice-cream-square:before{content:"\E6A3"}.el-icon-lollipop:before{content:"\E6A4"}.el-icon-potato-strips:before{content:"\E6A5"}.el-icon-milk-tea:before{content:"\E6A6"}.el-icon-ice-drink:before{content:"\E6A7"}.el-icon-ice-tea:before{content:"\E6A9"}.el-icon-coffee:before{content:"\E6AA"}.el-icon-orange:before{content:"\E6AB"}.el-icon-pear:before{content:"\E6AC"}.el-icon-apple:before{content:"\E6AD"}.el-icon-cherry:before{content:"\E6AE"}.el-icon-watermelon:before{content:"\E6AF"}.el-icon-grape:before{content:"\E6B0"}.el-icon-refrigerator:before{content:"\E6B1"}.el-icon-goblet-square-full:before{content:"\E6B2"}.el-icon-goblet-square:before{content:"\E6B3"}.el-icon-goblet-full:before{content:"\E6B4"}.el-icon-goblet:before{content:"\E6B5"}.el-icon-cold-drink:before{content:"\E6B6"}.el-icon-coffee-cup:before{content:"\E6B8"}.el-icon-water-cup:before{content:"\E6B9"}.el-icon-hot-water:before{content:"\E6BA"}.el-icon-ice-cream:before{content:"\E6BB"}.el-icon-dessert:before{content:"\E6BC"}.el-icon-sugar:before{content:"\E6BD"}.el-icon-tableware:before{content:"\E6BE"}.el-icon-burger:before{content:"\E6BF"}.el-icon-knife-fork:before{content:"\E6C1"}.el-icon-fork-spoon:before{content:"\E6C2"}.el-icon-chicken:before{content:"\E6C3"}.el-icon-food:before{content:"\E6C4"}.el-icon-dish-1:before{content:"\E6C5"}.el-icon-dish:before{content:"\E6C6"}.el-icon-moon-night:before{content:"\E6EE"}.el-icon-moon:before{content:"\E6F0"}.el-icon-cloudy-and-sunny:before{content:"\E6F1"}.el-icon-partly-cloudy:before{content:"\E6F2"}.el-icon-cloudy:before{content:"\E6F3"}.el-icon-sunny:before{content:"\E6F6"}.el-icon-sunset:before{content:"\E6F7"}.el-icon-sunrise-1:before{content:"\E6F8"}.el-icon-sunrise:before{content:"\E6F9"}.el-icon-heavy-rain:before{content:"\E6FA"}.el-icon-lightning:before{content:"\E6FB"}.el-icon-light-rain:before{content:"\E6FC"}.el-icon-wind-power:before{content:"\E6FD"}.el-icon-baseball:before{content:"\E712"}.el-icon-soccer:before{content:"\E713"}.el-icon-football:before{content:"\E715"}.el-icon-basketball:before{content:"\E716"}.el-icon-ship:before{content:"\E73F"}.el-icon-truck:before{content:"\E740"}.el-icon-bicycle:before{content:"\E741"}.el-icon-mobile-phone:before{content:"\E6D3"}.el-icon-service:before{content:"\E6D4"}.el-icon-key:before{content:"\E6E2"}.el-icon-unlock:before{content:"\E6E4"}.el-icon-lock:before{content:"\E6E5"}.el-icon-watch:before{content:"\E6FE"}.el-icon-watch-1:before{content:"\E6FF"}.el-icon-timer:before{content:"\E702"}.el-icon-alarm-clock:before{content:"\E703"}.el-icon-map-location:before{content:"\E704"}.el-icon-delete-location:before{content:"\E705"}.el-icon-add-location:before{content:"\E706"}.el-icon-location-information:before{content:"\E707"}.el-icon-location-outline:before{content:"\E708"}.el-icon-location:before{content:"\E79E"}.el-icon-place:before{content:"\E709"}.el-icon-discover:before{content:"\E70A"}.el-icon-first-aid-kit:before{content:"\E70B"}.el-icon-trophy-1:before{content:"\E70C"}.el-icon-trophy:before{content:"\E70D"}.el-icon-medal:before{content:"\E70E"}.el-icon-medal-1:before{content:"\E70F"}.el-icon-stopwatch:before{content:"\E710"}.el-icon-mic:before{content:"\E711"}.el-icon-copy-document:before{content:"\E718"}.el-icon-full-screen:before{content:"\E719"}.el-icon-switch-button:before{content:"\E71B"}.el-icon-aim:before{content:"\E71C"}.el-icon-crop:before{content:"\E71D"}.el-icon-odometer:before{content:"\E71E"}.el-icon-time:before{content:"\E71F"}.el-icon-bangzhu:before{content:"\E724"}.el-icon-close-notification:before{content:"\E726"}.el-icon-microphone:before{content:"\E727"}.el-icon-turn-off-microphone:before{content:"\E728"}.el-icon-position:before{content:"\E729"}.el-icon-postcard:before{content:"\E72A"}.el-icon-message:before{content:"\E72B"}.el-icon-chat-line-square:before{content:"\E72D"}.el-icon-chat-dot-square:before{content:"\E72E"}.el-icon-chat-dot-round:before{content:"\E72F"}.el-icon-chat-square:before{content:"\E730"}.el-icon-chat-line-round:before{content:"\E731"}.el-icon-chat-round:before{content:"\E732"}.el-icon-set-up:before{content:"\E733"}.el-icon-turn-off:before{content:"\E734"}.el-icon-open:before{content:"\E735"}.el-icon-connection:before{content:"\E736"}.el-icon-link:before{content:"\E737"}.el-icon-cpu:before{content:"\E738"}.el-icon-thumb:before{content:"\E739"}.el-icon-female:before{content:"\E73A"}.el-icon-male:before{content:"\E73B"}.el-icon-guide:before{content:"\E73C"}.el-icon-news:before{content:"\E73E"}.el-icon-price-tag:before{content:"\E744"}.el-icon-discount:before{content:"\E745"}.el-icon-wallet:before{content:"\E747"}.el-icon-coin:before{content:"\E748"}.el-icon-money:before{content:"\E749"}.el-icon-bank-card:before{content:"\E74A"}.el-icon-box:before{content:"\E74B"}.el-icon-present:before{content:"\E74C"}.el-icon-sell:before{content:"\E6D5"}.el-icon-sold-out:before{content:"\E6D6"}.el-icon-shopping-bag-2:before{content:"\E74D"}.el-icon-shopping-bag-1:before{content:"\E74E"}.el-icon-shopping-cart-2:before{content:"\E74F"}.el-icon-shopping-cart-1:before{content:"\E750"}.el-icon-shopping-cart-full:before{content:"\E751"}.el-icon-smoking:before{content:"\E752"}.el-icon-no-smoking:before{content:"\E753"}.el-icon-house:before{content:"\E754"}.el-icon-table-lamp:before{content:"\E755"}.el-icon-school:before{content:"\E756"}.el-icon-office-building:before{content:"\E757"}.el-icon-toilet-paper:before{content:"\E758"}.el-icon-notebook-2:before{content:"\E759"}.el-icon-notebook-1:before{content:"\E75A"}.el-icon-files:before{content:"\E75B"}.el-icon-collection:before{content:"\E75C"}.el-icon-receiving:before{content:"\E75D"}.el-icon-suitcase-1:before{content:"\E760"}.el-icon-suitcase:before{content:"\E761"}.el-icon-film:before{content:"\E763"}.el-icon-collection-tag:before{content:"\E765"}.el-icon-data-analysis:before{content:"\E766"}.el-icon-pie-chart:before{content:"\E767"}.el-icon-data-board:before{content:"\E768"}.el-icon-data-line:before{content:"\E76D"}.el-icon-reading:before{content:"\E769"}.el-icon-magic-stick:before{content:"\E76A"}.el-icon-coordinate:before{content:"\E76B"}.el-icon-mouse:before{content:"\E76C"}.el-icon-brush:before{content:"\E76E"}.el-icon-headset:before{content:"\E76F"}.el-icon-umbrella:before{content:"\E770"}.el-icon-scissors:before{content:"\E771"}.el-icon-mobile:before{content:"\E773"}.el-icon-attract:before{content:"\E774"}.el-icon-monitor:before{content:"\E775"}.el-icon-search:before{content:"\E778"}.el-icon-takeaway-box:before{content:"\E77A"}.el-icon-paperclip:before{content:"\E77D"}.el-icon-printer:before{content:"\E77E"}.el-icon-document-add:before{content:"\E782"}.el-icon-document:before{content:"\E785"}.el-icon-document-checked:before{content:"\E786"}.el-icon-document-copy:before{content:"\E787"}.el-icon-document-delete:before{content:"\E788"}.el-icon-document-remove:before{content:"\E789"}.el-icon-tickets:before{content:"\E78B"}.el-icon-folder-checked:before{content:"\E77F"}.el-icon-folder-delete:before{content:"\E780"}.el-icon-folder-remove:before{content:"\E781"}.el-icon-folder-add:before{content:"\E783"}.el-icon-folder-opened:before{content:"\E784"}.el-icon-folder:before{content:"\E78A"}.el-icon-edit-outline:before{content:"\E764"}.el-icon-edit:before{content:"\E78C"}.el-icon-date:before{content:"\E78E"}.el-icon-c-scale-to-original:before{content:"\E7C6"}.el-icon-view:before{content:"\E6CE"}.el-icon-loading:before{content:"\E6CF"}.el-icon-rank:before{content:"\E6D1"}.el-icon-sort-down:before{content:"\E7C4"}.el-icon-sort-up:before{content:"\E7C5"}.el-icon-sort:before{content:"\E6D2"}.el-icon-finished:before{content:"\E6CD"}.el-icon-refresh-left:before{content:"\E6C7"}.el-icon-refresh-right:before{content:"\E6C8"}.el-icon-refresh:before{content:"\E6D0"}.el-icon-video-play:before{content:"\E7C0"}.el-icon-video-pause:before{content:"\E7C1"}.el-icon-d-arrow-right:before{content:"\E6DC"}.el-icon-d-arrow-left:before{content:"\E6DD"}.el-icon-arrow-up:before{content:"\E6E1"}.el-icon-arrow-down:before{content:"\E6DF"}.el-icon-arrow-right:before{content:"\E6E0"}.el-icon-arrow-left:before{content:"\E6DE"}.el-icon-top-right:before{content:"\E6E7"}.el-icon-top-left:before{content:"\E6E8"}.el-icon-top:before{content:"\E6E6"}.el-icon-bottom:before{content:"\E6EB"}.el-icon-right:before{content:"\E6E9"}.el-icon-back:before{content:"\E6EA"}.el-icon-bottom-right:before{content:"\E6EC"}.el-icon-bottom-left:before{content:"\E6ED"}.el-icon-caret-top:before{content:"\E78F"}.el-icon-caret-bottom:before{content:"\E790"}.el-icon-caret-right:before{content:"\E791"}.el-icon-caret-left:before{content:"\E792"}.el-icon-d-caret:before{content:"\E79A"}.el-icon-share:before{content:"\E793"}.el-icon-menu:before{content:"\E798"}.el-icon-s-grid:before{content:"\E7A6"}.el-icon-s-check:before{content:"\E7A7"}.el-icon-s-data:before{content:"\E7A8"}.el-icon-s-opportunity:before{content:"\E7AA"}.el-icon-s-custom:before{content:"\E7AB"}.el-icon-s-claim:before{content:"\E7AD"}.el-icon-s-finance:before{content:"\E7AE"}.el-icon-s-comment:before{content:"\E7AF"}.el-icon-s-flag:before{content:"\E7B0"}.el-icon-s-marketing:before{content:"\E7B1"}.el-icon-s-shop:before{content:"\E7B4"}.el-icon-s-open:before{content:"\E7B5"}.el-icon-s-management:before{content:"\E7B6"}.el-icon-s-ticket:before{content:"\E7B7"}.el-icon-s-release:before{content:"\E7B8"}.el-icon-s-home:before{content:"\E7B9"}.el-icon-s-promotion:before{content:"\E7BA"}.el-icon-s-operation:before{content:"\E7BB"}.el-icon-s-unfold:before{content:"\E7BC"}.el-icon-s-fold:before{content:"\E7A9"}.el-icon-s-platform:before{content:"\E7BD"}.el-icon-s-order:before{content:"\E7BE"}.el-icon-s-cooperation:before{content:"\E7BF"}.el-icon-bell:before{content:"\E725"}.el-icon-message-solid:before{content:"\E799"}.el-icon-video-camera:before{content:"\E772"}.el-icon-video-camera-solid:before{content:"\E796"}.el-icon-camera:before{content:"\E779"}.el-icon-camera-solid:before{content:"\E79B"}.el-icon-download:before{content:"\E77C"}.el-icon-upload2:before{content:"\E77B"}.el-icon-upload:before{content:"\E7C3"}.el-icon-picture-outline-round:before{content:"\E75F"}.el-icon-picture-outline:before{content:"\E75E"}.el-icon-picture:before{content:"\E79F"}.el-icon-close:before{content:"\E6DB"}.el-icon-check:before{content:"\E6DA"}.el-icon-plus:before{content:"\E6D9"}.el-icon-minus:before{content:"\E6D8"}.el-icon-help:before{content:"\E73D"}.el-icon-s-help:before{content:"\E7B3"}.el-icon-circle-close:before{content:"\E78D"}.el-icon-circle-check:before{content:"\E720"}.el-icon-circle-plus-outline:before{content:"\E723"}.el-icon-remove-outline:before{content:"\E722"}.el-icon-zoom-out:before{content:"\E776"}.el-icon-zoom-in:before{content:"\E777"}.el-icon-error:before{content:"\E79D"}.el-icon-success:before{content:"\E79C"}.el-icon-circle-plus:before{content:"\E7A0"}.el-icon-remove:before{content:"\E7A2"}.el-icon-info:before{content:"\E7A1"}.el-icon-question:before{content:"\E7A4"}.el-icon-warning-outline:before{content:"\E6C9"}.el-icon-warning:before{content:"\E7A3"}.el-icon-goods:before{content:"\E7C2"}.el-icon-s-goods:before{content:"\E7B2"}.el-icon-star-off:before{content:"\E717"}.el-icon-star-on:before{content:"\E797"}.el-icon-more-outline:before{content:"\E6CC"}.el-icon-more:before{content:"\E794"}.el-icon-phone-outline:before{content:"\E6CB"}.el-icon-phone:before{content:"\E795"}.el-icon-user:before{content:"\E6E3"}.el-icon-user-solid:before{content:"\E7A5"}.el-icon-setting:before{content:"\E6CA"}.el-icon-s-tools:before{content:"\E7AC"}.el-icon-delete:before{content:"\E6D7"}.el-icon-delete-solid:before{content:"\E7C9"}.el-icon-eleme:before{content:"\E7C7"}.el-icon-platform-eleme:before{content:"\E7CA"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.el-pagination{white-space:nowrap;padding:2px 5px;color:#303133;font-weight:700}.el-pagination::after,.el-pagination::before{display:table;content:""}.el-pagination::after{clear:both}.el-pagination button,.el-pagination span:not([class*=suffix]){display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield;line-height:normal}.el-pagination .el-input__suffix{right:0;-webkit-transform:scale(.8);transform:scale(.8)}.el-pagination .el-select .el-input{width:100px;margin:0 5px}.el-pagination .el-select .el-input .el-input__inner{padding-right:25px;border-radius:3px}.el-pagination button{border:none;padding:0 6px;background:0 0}.el-pagination button:focus{outline:0}.el-pagination button:hover{color:#409EFF}.el-pagination button:disabled{color:#C0C4CC;background-color:#FFF;cursor:not-allowed}.el-pagination .btn-next,.el-pagination .btn-prev{background:center center no-repeat #FFF;background-size:16px;cursor:pointer;margin:0;color:#303133}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:700}.el-pagination .btn-prev{padding-right:12px}.el-pagination .btn-next{padding-left:12px}.el-pagination .el-pager li.disabled{color:#C0C4CC;cursor:not-allowed}.el-pager li,.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.el-pagination--small .more::before,.el-pagination--small li.more::before{line-height:24px}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){height:22px;line-height:22px}.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner{height:22px}.el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#606266}.el-pagination__sizes .el-input .el-input__inner{font-size:13px;padding-left:8px}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#409EFF}.el-pagination__total{margin-right:10px;font-weight:400;color:#606266}.el-pagination__jump{margin-left:24px;font-weight:400;color:#606266}.el-pagination__jump .el-input__inner{padding:0 3px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{line-height:18px;padding:0 2px;height:28px;text-align:center;margin:0 2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.el-pager,.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev{padding:0}.el-pagination__editor.el-input{width:50px}.el-pagination__editor.el-input .el-input__inner{height:28px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{margin:0 5px;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px}.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.disabled{color:#C0C4CC}.el-pagination.is-background .el-pager li:not(.disabled):hover{color:#409EFF}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#409EFF;color:#FFF}.el-dialog,.el-pager li{background:#FFF;-webkit-box-sizing:border-box}.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li{margin:0 3px;min-width:22px}.el-pager,.el-pager li{vertical-align:top;margin:0;display:inline-block}.el-pager{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;font-size:0}.el-date-table,.el-table th{-webkit-user-select:none;-moz-user-select:none}.el-pager .more::before{line-height:30px}.el-pager li{padding:0 4px;font-size:13px;min-width:35.5px;height:28px;line-height:28px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.el-menu--collapse .el-menu .el-submenu,.el-menu--popup{min-width:200px}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:28px;color:#303133}.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled{color:#C0C4CC}.el-pager li.active+li{border-left:0}.el-pager li:hover{color:#409EFF}.el-pager li.active{color:#409EFF;cursor:default}@-webkit-keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{100%{opacity:0}}.el-dialog{position:relative;margin:0 auto 50px;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:20px 20px 10px}.el-dialog__headerbtn{position:absolute;top:20px;right:20px;padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:16px}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#409EFF}.el-dialog__title{line-height:24px;font-size:18px;color:#303133}.el-dialog__body{padding:30px 20px;color:#606266;font-size:14px;word-break:break-all}.el-dialog__footer{padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px 25px 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-autocomplete{position:relative;display:inline-block}.el-autocomplete-suggestion{margin:5px 0;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px;border:1px solid #E4E7ED;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#FFF}.el-dropdown-menu,.el-menu--collapse .el-submenu .el-menu{z-index:10;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-autocomplete-suggestion__wrap{max-height:280px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{padding:0 20px;margin:0;line-height:34px;cursor:pointer;color:#606266;font-size:14px;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:#F5F7FA}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.el-autocomplete-suggestion.is-loading li::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:#FFF}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default::before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown-menu{position:absolute;top:0;left:0;padding:10px 0;margin:5px 0;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 20px;margin:0;font-size:14px;color:#606266;cursor:pointer;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#ecf5ff;color:#66b1ff}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #EBEEF5}.el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -20px;background-color:#FFF}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-menu{border-right:solid 1px #e6e6e6;list-style:none;position:relative;margin:0;padding-left:0;background-color:#FFF}.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color:#fff}.el-menu::after,.el-menu::before{display:table;content:""}.el-menu::after{clear:both}.el-menu.el-menu--horizontal{border-bottom:solid 1px #e6e6e6}.el-menu--horizontal{border-right:none}.el-menu--horizontal>.el-menu-item{float:left;height:60px;line-height:60px;margin:0;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-submenu{float:left}.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover{outline:0}.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{color:#303133}.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #409EFF;color:#303133}.el-menu--horizontal>.el-submenu .el-submenu__title{height:60px;line-height:60px;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:8px;margin-top:-3px}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title{background-color:#FFF;float:none;height:36px;line-height:36px;padding:0 10px;color:#909399}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title{color:#303133}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{outline:0;color:#303133}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #409EFF;color:#303133}.el-menu--collapse{width:64px}.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:24px;text-align:center}.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-submenu{position:relative}.el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;border:1px solid #E4E7ED;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu-item,.el-submenu__title{height:56px;line-height:56px;position:relative;-webkit-box-sizing:border-box;white-space:nowrap;list-style:none}.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:none;transform:none}.el-menu--popup{z-index:100;border:none;padding:5px 0;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--popup-bottom-start{margin-top:5px}.el-menu--popup-right-start{margin-left:5px;margin-right:5px}.el-menu-item{font-size:14px;color:#303133;padding:0 20px;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box}.el-menu-item *{vertical-align:middle}.el-menu-item i{color:#909399}.el-menu-item:focus,.el-menu-item:hover{outline:0;background-color:#ecf5ff}.el-menu-item.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-menu-item [class^=el-icon-]{margin-right:5px;width:24px;text-align:center;font-size:18px;vertical-align:middle}.el-menu-item.is-active{color:#409EFF}.el-menu-item.is-active i{color:inherit}.el-submenu{list-style:none;margin:0;padding-left:0}.el-submenu__title{font-size:14px;color:#303133;padding:0 20px;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box}.el-submenu__title *{vertical-align:middle}.el-submenu__title i{color:#909399}.el-submenu__title:focus,.el-submenu__title:hover{outline:0;background-color:#ecf5ff}.el-submenu__title.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu__title:hover{background-color:#ecf5ff}.el-submenu .el-menu{border:none}.el-submenu .el-menu-item{height:50px;line-height:50px;padding:0 45px;min-width:200px}.el-submenu__icon-arrow{position:absolute;top:50%;right:20px;margin-top:-7px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:12px}.el-submenu.is-active .el-submenu__title{border-bottom-color:#409EFF}.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu [class^=el-icon-]{vertical-align:middle;margin-right:5px;width:24px;text-align:center;font-size:18px}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding:7px 0 7px 20px;line-height:normal;font-size:12px;color:#909399}.el-radio-button__inner,.el-radio-group{display:inline-block;line-height:1;vertical-align:middle}.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow{-webkit-transition:.2s;transition:.2s;opacity:0}.el-radio-group{font-size:0}.el-radio-button{position:relative;display:inline-block;outline:0}.el-radio-button__inner{white-space:nowrap;background:#FFF;border:1px solid #DCDFE6;font-weight:500;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-radio-button__inner.is-round{padding:12px 20px}.el-radio-button__inner:hover{color:#409EFF}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-radio-button__orig-radio{opacity:0;outline:0;position:absolute;z-index:-1}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #409EFF;box-shadow:-1px 0 0 0 #409EFF}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#F2F6FC}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-popover,.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button--medium .el-radio-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 20px}.el-radio-button--small .el-radio-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-radio-button--small .el-radio-button__inner.is-round{padding:9px 15px}.el-radio-button--mini .el-radio-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 15px}.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.el-switch__core,.el-switch__label{display:inline-block;cursor:pointer}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{-webkit-transition:.2s;transition:.2s;height:20px;font-size:14px;font-weight:500;vertical-align:middle;color:#303133}.el-switch__label.is-active{color:#409EFF}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;position:relative;width:40px;height:20px;border:1px solid #DCDFE6;outline:0;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#DCDFE6;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;vertical-align:middle}.el-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s;width:16px;height:16px;background-color:#FFF}.el-switch.is-checked .el-switch__core{border-color:#409EFF;background-color:#409EFF}.el-switch.is-checked .el-switch__core::after{left:100%;margin-left:-17px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #E4E7ED;border-radius:4px;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#409EFF;background-color:#FFF}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#F5F7FA}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:20px;font-family:element-icons;content:"\E6DA";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#FFF}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#F5F7FA}.el-select-dropdown__item.selected{color:#409EFF;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type)::after{content:'';position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#E4E7ED}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#C0C4CC}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#409EFF}.el-select .el-input .el-select__caret{color:#C0C4CC;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#C0C4CC;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#E4E7ED}.el-select .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-select>.el-input{display:block}.el-select__input{border:none;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#C0C4CC;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select .el-tag__close{margin-top:-2px}.el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5}.el-select .el-tag__close.el-icon-close{background-color:#C0C4CC;right:-7px;top:0;color:#FFF}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-table,.el-table__expanded-cell{background-color:#FFF}.el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}.el-table{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;font-size:14px;color:#606266}.el-table--mini,.el-table--small,.el-table__expand-icon{font-size:12px}.el-table__empty-block{min-height:60px;text-align:center;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-table__empty-text{line-height:60px;width:50%;color:#909399}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;height:20px}.el-table__expand-icon--expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:20px}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-right:0;border-bottom:0}.el-table--fit td.gutter,.el-table--fit th.gutter{border-right-width:1px}.el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.el-table thead{color:#909399;font-weight:500}.el-table thead.is-group th{background:#F5F7FA}.el-table th,.el-table tr{background-color:#FFF}.el-table td,.el-table th{padding:12px 0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.el-table td.is-center,.el-table th.is-center{text-align:center}.el-table td.is-right,.el-table th.is-right{text-align:right}.el-table td.gutter,.el-table th.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.el-table--medium td,.el-table--medium th{padding:10px 0}.el-table--small td,.el-table--small th{padding:8px 0}.el-table--mini td,.el-table--mini th{padding:6px 0}.el-table .cell,.el-table--border td:first-child .cell,.el-table--border th:first-child .cell{padding-left:10px}.el-table tr input[type=checkbox]{margin:0}.el-table td,.el-table th.is-leaf{border-bottom:1px solid #EBEEF5}.el-table th.is-sortable{cursor:pointer}.el-table th{overflow:hidden;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-table th>.cell{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;vertical-align:middle;padding-left:10px;padding-right:10px;width:100%}.el-table th>.cell.highlight{color:#409EFF}.el-table th.required>div::before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table td div{-webkit-box-sizing:border-box;box-sizing:border-box}.el-table td.gutter{width:0}.el-table .cell{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding-right:10px}.el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.el-table--border,.el-table--group{border:1px solid #EBEEF5}.el-table--border::after,.el-table--group::after,.el-table::before{content:'';position:absolute;background-color:#EBEEF5;z-index:1}.el-table--border::after,.el-table--group::after{top:0;right:0;width:1px;height:100%}.el-table::before{left:0;bottom:0;width:100%;height:1px}.el-table--border{border-right:none;border-bottom:none}.el-table--border.el-loading-parent--relative{border-color:transparent}.el-table--border td,.el-table--border th,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #EBEEF5}.el-table--border th.gutter:last-of-type{border-bottom:1px solid #EBEEF5;border-bottom-width:1px}.el-table--border th,.el-table__fixed-right-patch{border-bottom:1px solid #EBEEF5}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12)}.el-table__fixed-right::before,.el-table__fixed::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#EBEEF5;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#FFF}.el-table__fixed-right{top:0;left:auto;right:0}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td{border-top:1px solid #EBEEF5;background-color:#F5F7FA;color:#606266}.el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td{border-top:1px solid #EBEEF5}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed;border-collapse:separate}.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table__footer-wrapper tbody td,.el-table__header-wrapper tbody td{background-color:#F5F7FA;color:#606266}.el-table__body-wrapper{overflow:hidden;position:relative}.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.el-picker-panel,.el-table-filter{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #EBEEF5}.el-table .caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.el-table .sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:#C0C4CC;top:5px}.el-table .sort-caret.descending{border-top-color:#C0C4CC;bottom:7px}.el-table .ascending .sort-caret.ascending{border-bottom-color:#409EFF}.el-table .descending .sort-caret.descending{border-top-color:#409EFF}.el-table .hidden-columns{position:absolute;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td{background:#FAFAFA}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#ecf5ff}.el-table__body tr.hover-row.current-row>td,.el-table__body tr.hover-row.el-table__row--striped.current-row>td,.el-table__body tr.hover-row.el-table__row--striped>td,.el-table__body tr.hover-row>td{background-color:#F5F7FA}.el-table__body tr.current-row>td{background-color:#ecf5ff}.el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #EBEEF5;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.el-table__column-filter-trigger i{color:#909399;font-size:12px;-webkit-transform:scale(.75);transform:scale(.75)}.el-table--enable-row-transition .el-table__body td{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td{background-color:#F5F7FA}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;width:20px;line-height:20px;height:20px;text-align:center;margin-right:3px}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:1px solid #EBEEF5;border-radius:2px;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0}.el-date-table td,.el-date-table td div{height:30px;-webkit-box-sizing:border-box}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.el-table-filter__list-item:hover{background-color:#ecf5ff;color:#66b1ff}.el-table-filter__list-item.is-active{background-color:#409EFF;color:#FFF}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid #EBEEF5;padding:8px}.el-table-filter__bottom button{background:0 0;border:none;color:#606266;cursor:pointer;font-size:13px;padding:0 3px}.el-date-table td.in-range div,.el-date-table td.in-range div:hover,.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#F2F6FC}.el-table-filter__bottom button:hover{color:#409EFF}.el-table-filter__bottom button:focus{outline:0}.el-table-filter__bottom button.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table{font-size:12px;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td{width:32px;padding:4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.el-date-table td div{padding:3px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.el-date-table td.next-month,.el-date-table td.prev-month{color:#C0C4CC}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#409EFF;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#FFF}.el-date-table td.available:hover{color:#409EFF}.el-date-table td.current:not(.disabled) span{color:#FFF;background-color:#409EFF}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#FFF}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#409EFF}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td.disabled div{background-color:#F5F7FA;opacity:1;cursor:not-allowed;color:#C0C4CC}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#F2F6FC;border-radius:15px}.el-date-table td.selected div:hover{background-color:#F2F6FC}.el-date-table td.selected span{background-color:#409EFF;color:#FFF;border-radius:15px}.el-date-table td.week{font-size:80%;color:#606266}.el-month-table,.el-year-table{font-size:12px;border-collapse:collapse}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:solid 1px #EBEEF5}.el-month-table{margin:-1px}.el-month-table td{text-align:center;padding:8px 0;cursor:pointer}.el-month-table td div{height:48px;padding:6px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-month-table td.today .cell{color:#409EFF;font-weight:700}.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell{color:#FFF}.el-month-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-month-table td.disabled .cell:hover{color:#C0C4CC}.el-month-table td .cell{width:60px;height:36px;display:block;line-height:36px;color:#606266;margin:0 auto;border-radius:18px}.el-month-table td .cell:hover{color:#409EFF}.el-month-table td.in-range div,.el-month-table td.in-range div:hover{background-color:#F2F6FC}.el-month-table td.end-date div,.el-month-table td.start-date div{color:#FFF}.el-month-table td.end-date .cell,.el-month-table td.start-date .cell{color:#FFF;background-color:#409EFF}.el-month-table td.start-date div{border-top-left-radius:24px;border-bottom-left-radius:24px}.el-month-table td.end-date div{border-top-right-radius:24px;border-bottom-right-radius:24px}.el-month-table td.current:not(.disabled) .cell{color:#409EFF}.el-year-table{margin:-1px}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td.today .cell{color:#409EFF;font-weight:700}.el-year-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-year-table td.disabled .cell:hover{color:#C0C4CC}.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#606266;margin:0 auto}.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell{color:#409EFF}.el-date-range-picker{width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#FFF}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #EBEEF5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#409EFF}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.selected:not(.disabled){color:#409EFF;font-weight:700}.time-select-item.disabled{color:#E4E7ED;cursor:not-allowed}.time-select-item:hover{background-color:#F5F7FA;font-weight:700;cursor:pointer}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#C0C4CC;float:left;line-height:32px}.el-date-editor .el-range-input,.el-date-editor .el-range-separator{height:100%;margin:0;text-align:center;display:inline-block;font-size:14px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;padding:0;width:39%;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input:-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::-moz-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::placeholder{color:#C0C4CC}.el-date-editor .el-range-separator{padding:0 5px;line-height:32px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#C0C4CC;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active,.el-range-editor.is-active:hover{border-color:#409EFF}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#E4E7ED}.el-range-editor.is-disabled input{background-color:#F5F7FA;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::-moz-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::placeholder{color:#C0C4CC}.el-range-editor.is-disabled .el-range-separator{color:#C0C4CC}.el-picker-panel{color:#606266;border:1px solid #E4E7ED;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#FFF;border-radius:4px;line-height:30px;margin:5px 0}.el-popover,.el-time-panel{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#FFF;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#409EFF}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#409EFF}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#409EFF}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#FFF;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#FFF;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#409EFF}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__list{margin:0;list-style:none}.el-time-spinner__list::after,.el-time-spinner__list::before{content:'';display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#F5F7FA;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#C0C4CC;cursor:not-allowed}.el-time-panel{margin:5px 0;border:1px solid #E4E7ED;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box}.el-slider__button,.el-slider__button-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #E4E7ED;border-bottom:1px solid #E4E7ED}.el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds::after{left:calc(100% / 3 * 2)}.el-time-panel__content.has-seconds::before{padding-left:calc(100% / 3)}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#409EFF}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #E4E7ED}.el-popover{position:absolute;background:#FFF;min-width:150px;border:1px solid #EBEEF5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-message-box{display:inline-block;width:420px;padding-bottom:10px;vertical-align:middle;background-color:#FFF;border-radius:4px;border:1px solid #EBEEF5;font-size:18px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper::after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:15px 15px 10px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:18px;line-height:1;color:#303133}.el-message-box__headerbtn{position:absolute;top:15px;right:15px;padding:0;border:none;outline:0;background:0 0;font-size:16px;cursor:pointer}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus,.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus{border-color:#F56C6C}.el-message-box__headerbtn .el-message-box__close{color:#909399}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#409EFF}.el-message-box__content{padding:10px 15px;color:#606266;font-size:14px}.el-message-box__container{position:relative}.el-message-box__input{padding-top:15px}.el-message-box__status{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:24px!important}.el-message-box__status::before{padding-left:1px}.el-message-box__status+.el-message-box__message{padding-left:36px;padding-right:12px}.el-message-box__status.el-icon-success{color:#67C23A}.el-message-box__status.el-icon-info{color:#909399}.el-message-box__status.el-icon-warning{color:#E6A23C}.el-message-box__status.el-icon-error{color:#F56C6C}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;line-height:24px}.el-message-box__errormsg{color:#F56C6C;font-size:12px;min-height:18px;margin-top:2px}.el-message-box__btns{padding:5px 15px 0;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.el-message-box--center{padding-bottom:30px}.el-message-box--center .el-message-box__header{padding-top:30px}.el-message-box--center .el-message-box__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.el-message-box--center .el-message-box__message{margin-left:0}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content{text-align:center}.el-message-box--center .el-message-box__content{padding-left:27px;padding-right:27px}.msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb::after,.el-breadcrumb::before{display:table;content:""}.el-breadcrumb::after{clear:both}.el-breadcrumb__separator{margin:0 9px;font-weight:700;color:#C0C4CC}.el-breadcrumb__separator[class*=icon]{margin:0 6px;font-weight:400}.el-breadcrumb__item{float:left}.el-breadcrumb__inner{color:#606266}.el-breadcrumb__inner a,.el-breadcrumb__inner.is-link{font-weight:700;text-decoration:none;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1);color:#303133}.el-breadcrumb__inner a:hover,.el-breadcrumb__inner.is-link:hover{color:#409EFF;cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{font-weight:400;color:#606266;cursor:text}.el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.el-form--label-left .el-form-item__label{text-align:left}.el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px}.el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.el-form--inline .el-form-item__label{float:none;display:inline-block}.el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.el-form--inline.el-form--label-top .el-form-item__content{display:block}.el-form-item{margin-bottom:22px}.el-form-item::after,.el-form-item::before{display:table;content:""}.el-form-item::after{clear:both}.el-form-item .el-form-item{margin-bottom:0}.el-form-item--mini.el-form-item,.el-form-item--small.el-form-item{margin-bottom:18px}.el-form-item .el-input__validateIcon{display:none}.el-form-item--medium .el-form-item__content,.el-form-item--medium .el-form-item__label{line-height:36px}.el-form-item--small .el-form-item__content,.el-form-item--small .el-form-item__label{line-height:32px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--mini .el-form-item__content,.el-form-item--mini .el-form-item__label{line-height:28px}.el-form-item--mini .el-form-item__error{padding-top:1px}.el-form-item__label-wrap{float:left}.el-form-item__label-wrap .el-form-item__label{display:inline-block;float:none}.el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-form-item__content{line-height:40px;position:relative;font-size:14px}.el-form-item__content::after,.el-form-item__content::before{display:table;content:""}.el-form-item__content::after{clear:both}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:#F56C6C;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.el-form-item__error--inline{position:relative;top:auto;left:auto;display:inline-block;margin-left:10px}.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{content:'*';color:#F56C6C;margin-right:4px}.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner{border-color:transparent}.el-form-item.is-error .el-input__validateIcon{color:#F56C6C}.el-form-item--feedback .el-input__validateIcon{display:inline-block}.el-tabs__header{padding:0;position:relative;margin:0 0 15px}.el-tabs__active-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#409EFF;z-index:1;-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1), -webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);list-style:none}.el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:18px;width:18px;line-height:18px;margin:12px 0 9px 10px;border-radius:3px;text-align:center;font-size:12px;color:#d3dce6;cursor:pointer;-webkit-transition:all .15s;transition:all .15s}.el-collapse-item__arrow,.el-tabs__nav{-webkit-transition:-webkit-transform .3s}.el-tabs__new-tab .el-icon-plus{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}.el-tabs__new-tab:hover{color:#409EFF}.el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.el-tabs__nav-wrap::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#E4E7ED;z-index:1}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after,.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs__nav-wrap.is-scrollable{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:44px;font-size:12px;color:#909399}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{white-space:nowrap;position:relative;transition:-webkit-transform .3s;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;float:left;z-index:2}.el-tabs__nav.is-stretch{min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.el-tabs__nav.is-stretch>*{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.el-tabs__item{padding:0 20px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;display:inline-block;list-style:none;font-size:14px;font-weight:500;color:#303133;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:0}.el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #409EFF inset;box-shadow:0 0 2px 2px #409EFF inset;border-radius:3px}.el-tabs__item .el-icon-close{border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);margin-left:5px}.el-tabs__item .el-icon-close:before{-webkit-transform:scale(.9);transform:scale(.9);display:inline-block}.el-tabs__item .el-icon-close:hover{background-color:#C0C4CC;color:#FFF}.el-tabs__item.is-active{color:#409EFF}.el-tabs__item:hover{color:#409EFF;cursor:pointer}.el-tabs__item.is-disabled{color:#C0C4CC;cursor:default}.el-tabs__content{overflow:hidden;position:relative}.el-tabs--card>.el-tabs__header{border-bottom:1px solid #E4E7ED}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid #E4E7ED;border-bottom:none;border-radius:4px 4px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__active-bar{display:none}.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:12px;width:0;height:14px;vertical-align:middle;line-height:15px;overflow:hidden;top:-1px;right:-2px;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close,.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid #E4E7ED;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#FFF}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--border-card{background:#FFF;border:1px solid #DCDFE6;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:#F5F7FA;border-bottom:1px solid #E4E7ED;margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__item{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);border:1px solid transparent;margin-top:-1px;color:#909399}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#409EFF;background-color:#FFF;border-right-color:#DCDFE6;border-left-color:#DCDFE6}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#409EFF}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:#C0C4CC}.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2){padding-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child{padding-right:0}.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid #DCDFE6}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-top:-1px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{top:0;bottom:auto;width:2px;height:auto}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{height:30px;line-height:30px;width:100%;text-align:center;cursor:pointer}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{right:auto;bottom:0}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left::after{right:0;left:auto}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left::after,.el-tabs--left .el-tabs__nav-wrap.is-right::after,.el-tabs--right .el-tabs__nav-wrap.is-left::after,.el-tabs--right .el-tabs__nav-wrap.is-right::after{height:100%;width:2px;bottom:auto;top:0}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{float:none}.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right{display:block}.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs--left .el-tabs__header.is-left{float:left;margin-bottom:0;margin-right:10px}.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-left:none;border-right:1px solid #E4E7ED;border-bottom:none;border-top:1px solid #E4E7ED;text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid #E4E7ED;border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid #E4E7ED;border-right-color:#fff;border-left:none;border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-radius:4px 0 0 4px;border-bottom:1px solid #E4E7ED;border-right:none}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid #dfe4ed}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:#d1dbe5 transparent}.el-tabs--right .el-tabs__header.is-right{float:right;margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right::after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid #E4E7ED}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid #E4E7ED;border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid #E4E7ED;border-left-color:#fff;border-right:none;border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-radius:0 4px 4px 0;border-bottom:1px solid #E4E7ED;border-left:none}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid #dfe4ed}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:#d1dbe5 transparent}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{-webkit-animation:slideInRight-enter .3s;animation:slideInRight-enter .3s}.slideInRight-leave{position:absolute;left:0;right:0;-webkit-animation:slideInRight-leave .3s;animation:slideInRight-leave .3s}.slideInLeft-enter{-webkit-animation:slideInLeft-enter .3s;animation:slideInLeft-enter .3s}.slideInLeft-leave{position:absolute;left:0;right:0;-webkit-animation:slideInLeft-leave .3s;animation:slideInLeft-leave .3s}@-webkit-keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@-webkit-keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}@keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}.el-tree{position:relative;cursor:default;background:#FFF;color:#606266}.el-tree__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#909399;font-size:14px}.el-tree__drop-indicator{position:absolute;left:0;right:0;height:1px;background-color:#409EFF}.el-tree-node{white-space:nowrap;outline:0}.el-tree-node:focus>.el-tree-node__content{background-color:#F5F7FA}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#409EFF;color:#fff}.el-tree-node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px;cursor:pointer}.el-tree-node__content>.el-tree-node__expand-icon{padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree-node__content:hover{background-color:#F5F7FA}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:#C0C4CC;font-size:12px;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.el-tree-node__expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.el-tree-node__label{font-size:14px}.el-tree-node__loading-icon{margin-right:8px;font-size:14px;color:#C0C4CC}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f0f7ff}.el-alert{width:100%;padding:8px 16px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;position:relative;background-color:#FFF;overflow:hidden;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s;transition:opacity .2s}.el-alert.is-light .el-alert__closebtn{color:#C0C4CC}.el-alert.is-dark .el-alert__closebtn,.el-alert.is-dark .el-alert__description{color:#FFF}.el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-alert--success.is-light{background-color:#f0f9eb;color:#67C23A}.el-alert--success.is-light .el-alert__description{color:#67C23A}.el-alert--success.is-dark{background-color:#67C23A;color:#FFF}.el-alert--info.is-light{background-color:#f4f4f5;color:#909399}.el-alert--info.is-dark{background-color:#909399;color:#FFF}.el-alert--info .el-alert__description{color:#909399}.el-alert--warning.is-light{background-color:#fdf6ec;color:#E6A23C}.el-alert--warning.is-light .el-alert__description{color:#E6A23C}.el-alert--warning.is-dark{background-color:#E6A23C;color:#FFF}.el-alert--error.is-light{background-color:#fef0f0;color:#F56C6C}.el-alert--error.is-light .el-alert__description{color:#F56C6C}.el-alert--error.is-dark{background-color:#F56C6C;color:#FFF}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:16px;width:16px}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert .el-alert__description{font-size:12px;margin:5px 0 0}.el-alert__closebtn{font-size:12px;opacity:1;position:absolute;top:12px;right:15px;cursor:pointer}.el-alert-fade-enter,.el-alert-fade-leave-active,.el-loading-fade-enter,.el-loading-fade-leave-active,.el-notification-fade-leave-active{opacity:0}.el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.el-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #EBEEF5;position:fixed;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{margin-left:13px;margin-right:8px}.el-notification__title{font-weight:700;font-size:16px;color:#303133;margin:0}.el-notification__content{font-size:14px;line-height:21px;margin:6px 0 0;color:#606266;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{height:24px;width:24px;font-size:24px}.el-notification__closeBtn{position:absolute;top:18px;right:15px;cursor:pointer;color:#909399;font-size:16px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67C23A}.el-notification .el-icon-error{color:#F56C6C}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#E6A23C}.el-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.el-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#F5F7FA;color:#606266;cursor:pointer;font-size:13px}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#409EFF}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#409EFF}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #DCDFE6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #DCDFE6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#E4E7ED;color:#E4E7ED}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#E4E7ED;cursor:not-allowed}.el-input-number--medium{width:200px;line-height:34px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{width:130px;line-height:30px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{width:130px;line-height:26px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #DCDFE6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #DCDFE6;border-radius:0 0 4px}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.el-progress-bar__inner::after,.el-row::after,.el-row::before,.el-slider::after,.el-slider::before,.el-slider__button-wrapper::after,.el-upload-cover::after{content:""}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#FFF}.el-tooltip__popper.is-light{background:#FFF;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#FFF}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#FFF}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#FFF}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#FFF}.el-slider::after,.el-slider::before{display:table}.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper::after{vertical-align:middle;display:inline-block}.el-slider::after{clear:both}.el-slider__runway{width:100%;height:6px;margin:16px 0;background-color:#E4E7ED;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.el-slider__runway.show-input{margin-right:160px;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar{background-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button{border-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{-webkit-transform:scale(1);transform:scale(1);cursor:not-allowed}.el-slider__button-wrapper,.el-slider__stop{-webkit-transform:translateX(-50%);position:absolute}.el-slider__input{float:right;margin-top:3px;width:130px}.el-slider__input.el-input-number--mini{margin-top:5px}.el-slider__input.el-input-number--medium{margin-top:0}.el-slider__input.el-input-number--large{margin-top:-2px}.el-slider__bar{height:6px;background-color:#409EFF;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.el-slider__button-wrapper{height:36px;width:36px;z-index:1001;top:-15px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:transparent;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal}.el-slider__button-wrapper::after{height:100%}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{width:16px;height:16px;border:2px solid #409EFF;background-color:#FFF;border-radius:50%;-webkit-transition:.2s;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-image-viewer__btn,.el-step__icon-inner{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{height:6px;width:6px;border-radius:100%;background-color:#FFF;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-slider__marks{top:0;left:12px;width:18px;height:100%}.el-slider__marks-text{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;color:#909399;margin-top:15px}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{width:6px;height:100%;margin:0 16px}.el-slider.is-vertical .el-slider__bar{width:6px;height:auto;border-radius:0 0 3px 3px}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:58px}.el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:22px;width:36px;margin-top:15px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:32px;margin-top:-1px;border:1px solid #DCDFE6;line-height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:18px;right:18px;border-bottom-left-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:19px;border-bottom-right-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#C0C4CC}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#409EFF}.el-slider.is-vertical .el-slider__marks-text{margin-top:0;left:15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-col-pull-0,.el-col-pull-1,.el-col-pull-10,.el-col-pull-11,.el-col-pull-13,.el-col-pull-14,.el-col-pull-15,.el-col-pull-16,.el-col-pull-17,.el-col-pull-18,.el-col-pull-19,.el-col-pull-2,.el-col-pull-20,.el-col-pull-21,.el-col-pull-22,.el-col-pull-23,.el-col-pull-24,.el-col-pull-3,.el-col-pull-4,.el-col-pull-5,.el-col-pull-6,.el-col-pull-7,.el-col-pull-8,.el-col-pull-9,.el-col-push-0,.el-col-push-1,.el-col-push-10,.el-col-push-11,.el-col-push-12,.el-col-push-13,.el-col-push-14,.el-col-push-15,.el-col-push-16,.el-col-push-17,.el-col-push-18,.el-col-push-19,.el-col-push-2,.el-col-push-20,.el-col-push-21,.el-col-push-22,.el-col-push-23,.el-col-push-24,.el-col-push-3,.el-col-push-4,.el-col-push-5,.el-col-push-6,.el-col-push-7,.el-col-push-8,.el-col-push-9,.el-row{position:relative}.el-loading-spinner .el-loading-text{color:#409EFF;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#409EFF;stroke-linecap:round}.el-loading-spinner i{color:#409EFF}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-row{-webkit-box-sizing:border-box;box-sizing:border-box}.el-row::after,.el-row::before{display:table}.el-row::after{clear:both}.el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.el-col-0,.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}[class*=el-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-upload--picture-card,.el-upload-dragger{-webkit-box-sizing:border-box;cursor:pointer}.el-col-0{width:0%}.el-col-offset-0{margin-left:0}.el-col-pull-0{right:0}.el-col-push-0{left:0}.el-col-1{width:4.16667%}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{right:4.16667%}.el-col-push-1{left:4.16667%}.el-col-2{width:8.33333%}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{right:8.33333%}.el-col-push-2{left:8.33333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{right:12.5%}.el-col-push-3{left:12.5%}.el-col-4{width:16.66667%}.el-col-offset-4{margin-left:16.66667%}.el-col-pull-4{right:16.66667%}.el-col-push-4{left:16.66667%}.el-col-5{width:20.83333%}.el-col-offset-5{margin-left:20.83333%}.el-col-pull-5{right:20.83333%}.el-col-push-5{left:20.83333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{right:25%}.el-col-push-6{left:25%}.el-col-7{width:29.16667%}.el-col-offset-7{margin-left:29.16667%}.el-col-pull-7{right:29.16667%}.el-col-push-7{left:29.16667%}.el-col-8{width:33.33333%}.el-col-offset-8{margin-left:33.33333%}.el-col-pull-8{right:33.33333%}.el-col-push-8{left:33.33333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{right:37.5%}.el-col-push-9{left:37.5%}.el-col-10{width:41.66667%}.el-col-offset-10{margin-left:41.66667%}.el-col-pull-10{right:41.66667%}.el-col-push-10{left:41.66667%}.el-col-11{width:45.83333%}.el-col-offset-11{margin-left:45.83333%}.el-col-pull-11{right:45.83333%}.el-col-push-11{left:45.83333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{left:50%}.el-col-13{width:54.16667%}.el-col-offset-13{margin-left:54.16667%}.el-col-pull-13{right:54.16667%}.el-col-push-13{left:54.16667%}.el-col-14{width:58.33333%}.el-col-offset-14{margin-left:58.33333%}.el-col-pull-14{right:58.33333%}.el-col-push-14{left:58.33333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{right:62.5%}.el-col-push-15{left:62.5%}.el-col-16{width:66.66667%}.el-col-offset-16{margin-left:66.66667%}.el-col-pull-16{right:66.66667%}.el-col-push-16{left:66.66667%}.el-col-17{width:70.83333%}.el-col-offset-17{margin-left:70.83333%}.el-col-pull-17{right:70.83333%}.el-col-push-17{left:70.83333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{right:75%}.el-col-push-18{left:75%}.el-col-19{width:79.16667%}.el-col-offset-19{margin-left:79.16667%}.el-col-pull-19{right:79.16667%}.el-col-push-19{left:79.16667%}.el-col-20{width:83.33333%}.el-col-offset-20{margin-left:83.33333%}.el-col-pull-20{right:83.33333%}.el-col-push-20{left:83.33333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{right:87.5%}.el-col-push-21{left:87.5%}.el-col-22{width:91.66667%}.el-col-offset-22{margin-left:91.66667%}.el-col-pull-22{right:91.66667%}.el-col-push-22{left:91.66667%}.el-col-23{width:95.83333%}.el-col-offset-23{margin-left:95.83333%}.el-col-pull-23{right:95.83333%}.el-col-push-23{left:95.83333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{right:100%}.el-col-push-24{left:100%}@media only screen and (max-width:767px){.el-col-xs-0{display:none;width:0%}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.16667%}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{width:8.33333%}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.66667%}.el-col-xs-offset-4{margin-left:16.66667%}.el-col-xs-pull-4{position:relative;right:16.66667%}.el-col-xs-push-4{position:relative;left:16.66667%}.el-col-xs-5{width:20.83333%}.el-col-xs-offset-5{margin-left:20.83333%}.el-col-xs-pull-5{position:relative;right:20.83333%}.el-col-xs-push-5{position:relative;left:20.83333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.16667%}.el-col-xs-offset-7{margin-left:29.16667%}.el-col-xs-pull-7{position:relative;right:29.16667%}.el-col-xs-push-7{position:relative;left:29.16667%}.el-col-xs-8{width:33.33333%}.el-col-xs-offset-8{margin-left:33.33333%}.el-col-xs-pull-8{position:relative;right:33.33333%}.el-col-xs-push-8{position:relative;left:33.33333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.66667%}.el-col-xs-offset-10{margin-left:41.66667%}.el-col-xs-pull-10{position:relative;right:41.66667%}.el-col-xs-push-10{position:relative;left:41.66667%}.el-col-xs-11{width:45.83333%}.el-col-xs-offset-11{margin-left:45.83333%}.el-col-xs-pull-11{position:relative;right:45.83333%}.el-col-xs-push-11{position:relative;left:45.83333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.16667%}.el-col-xs-offset-13{margin-left:54.16667%}.el-col-xs-pull-13{position:relative;right:54.16667%}.el-col-xs-push-13{position:relative;left:54.16667%}.el-col-xs-14{width:58.33333%}.el-col-xs-offset-14{margin-left:58.33333%}.el-col-xs-pull-14{position:relative;right:58.33333%}.el-col-xs-push-14{position:relative;left:58.33333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.66667%}.el-col-xs-offset-16{margin-left:66.66667%}.el-col-xs-pull-16{position:relative;right:66.66667%}.el-col-xs-push-16{position:relative;left:66.66667%}.el-col-xs-17{width:70.83333%}.el-col-xs-offset-17{margin-left:70.83333%}.el-col-xs-pull-17{position:relative;right:70.83333%}.el-col-xs-push-17{position:relative;left:70.83333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.16667%}.el-col-xs-offset-19{margin-left:79.16667%}.el-col-xs-pull-19{position:relative;right:79.16667%}.el-col-xs-push-19{position:relative;left:79.16667%}.el-col-xs-20{width:83.33333%}.el-col-xs-offset-20{margin-left:83.33333%}.el-col-xs-pull-20{position:relative;right:83.33333%}.el-col-xs-push-20{position:relative;left:83.33333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.66667%}.el-col-xs-offset-22{margin-left:91.66667%}.el-col-xs-pull-22{position:relative;right:91.66667%}.el-col-xs-push-22{position:relative;left:91.66667%}.el-col-xs-23{width:95.83333%}.el-col-xs-offset-23{margin-left:95.83333%}.el-col-xs-pull-23{position:relative;right:95.83333%}.el-col-xs-push-23{position:relative;left:95.83333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.el-col-sm-0{display:none;width:0%}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.16667%}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{width:8.33333%}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.66667%}.el-col-sm-offset-4{margin-left:16.66667%}.el-col-sm-pull-4{position:relative;right:16.66667%}.el-col-sm-push-4{position:relative;left:16.66667%}.el-col-sm-5{width:20.83333%}.el-col-sm-offset-5{margin-left:20.83333%}.el-col-sm-pull-5{position:relative;right:20.83333%}.el-col-sm-push-5{position:relative;left:20.83333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.16667%}.el-col-sm-offset-7{margin-left:29.16667%}.el-col-sm-pull-7{position:relative;right:29.16667%}.el-col-sm-push-7{position:relative;left:29.16667%}.el-col-sm-8{width:33.33333%}.el-col-sm-offset-8{margin-left:33.33333%}.el-col-sm-pull-8{position:relative;right:33.33333%}.el-col-sm-push-8{position:relative;left:33.33333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.66667%}.el-col-sm-offset-10{margin-left:41.66667%}.el-col-sm-pull-10{position:relative;right:41.66667%}.el-col-sm-push-10{position:relative;left:41.66667%}.el-col-sm-11{width:45.83333%}.el-col-sm-offset-11{margin-left:45.83333%}.el-col-sm-pull-11{position:relative;right:45.83333%}.el-col-sm-push-11{position:relative;left:45.83333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.16667%}.el-col-sm-offset-13{margin-left:54.16667%}.el-col-sm-pull-13{position:relative;right:54.16667%}.el-col-sm-push-13{position:relative;left:54.16667%}.el-col-sm-14{width:58.33333%}.el-col-sm-offset-14{margin-left:58.33333%}.el-col-sm-pull-14{position:relative;right:58.33333%}.el-col-sm-push-14{position:relative;left:58.33333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.66667%}.el-col-sm-offset-16{margin-left:66.66667%}.el-col-sm-pull-16{position:relative;right:66.66667%}.el-col-sm-push-16{position:relative;left:66.66667%}.el-col-sm-17{width:70.83333%}.el-col-sm-offset-17{margin-left:70.83333%}.el-col-sm-pull-17{position:relative;right:70.83333%}.el-col-sm-push-17{position:relative;left:70.83333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.16667%}.el-col-sm-offset-19{margin-left:79.16667%}.el-col-sm-pull-19{position:relative;right:79.16667%}.el-col-sm-push-19{position:relative;left:79.16667%}.el-col-sm-20{width:83.33333%}.el-col-sm-offset-20{margin-left:83.33333%}.el-col-sm-pull-20{position:relative;right:83.33333%}.el-col-sm-push-20{position:relative;left:83.33333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.66667%}.el-col-sm-offset-22{margin-left:91.66667%}.el-col-sm-pull-22{position:relative;right:91.66667%}.el-col-sm-push-22{position:relative;left:91.66667%}.el-col-sm-23{width:95.83333%}.el-col-sm-offset-23{margin-left:95.83333%}.el-col-sm-pull-23{position:relative;right:95.83333%}.el-col-sm-push-23{position:relative;left:95.83333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.el-col-md-0{display:none;width:0%}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.16667%}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{width:8.33333%}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.66667%}.el-col-md-offset-4{margin-left:16.66667%}.el-col-md-pull-4{position:relative;right:16.66667%}.el-col-md-push-4{position:relative;left:16.66667%}.el-col-md-5{width:20.83333%}.el-col-md-offset-5{margin-left:20.83333%}.el-col-md-pull-5{position:relative;right:20.83333%}.el-col-md-push-5{position:relative;left:20.83333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.16667%}.el-col-md-offset-7{margin-left:29.16667%}.el-col-md-pull-7{position:relative;right:29.16667%}.el-col-md-push-7{position:relative;left:29.16667%}.el-col-md-8{width:33.33333%}.el-col-md-offset-8{margin-left:33.33333%}.el-col-md-pull-8{position:relative;right:33.33333%}.el-col-md-push-8{position:relative;left:33.33333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.66667%}.el-col-md-offset-10{margin-left:41.66667%}.el-col-md-pull-10{position:relative;right:41.66667%}.el-col-md-push-10{position:relative;left:41.66667%}.el-col-md-11{width:45.83333%}.el-col-md-offset-11{margin-left:45.83333%}.el-col-md-pull-11{position:relative;right:45.83333%}.el-col-md-push-11{position:relative;left:45.83333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.16667%}.el-col-md-offset-13{margin-left:54.16667%}.el-col-md-pull-13{position:relative;right:54.16667%}.el-col-md-push-13{position:relative;left:54.16667%}.el-col-md-14{width:58.33333%}.el-col-md-offset-14{margin-left:58.33333%}.el-col-md-pull-14{position:relative;right:58.33333%}.el-col-md-push-14{position:relative;left:58.33333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.66667%}.el-col-md-offset-16{margin-left:66.66667%}.el-col-md-pull-16{position:relative;right:66.66667%}.el-col-md-push-16{position:relative;left:66.66667%}.el-col-md-17{width:70.83333%}.el-col-md-offset-17{margin-left:70.83333%}.el-col-md-pull-17{position:relative;right:70.83333%}.el-col-md-push-17{position:relative;left:70.83333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.16667%}.el-col-md-offset-19{margin-left:79.16667%}.el-col-md-pull-19{position:relative;right:79.16667%}.el-col-md-push-19{position:relative;left:79.16667%}.el-col-md-20{width:83.33333%}.el-col-md-offset-20{margin-left:83.33333%}.el-col-md-pull-20{position:relative;right:83.33333%}.el-col-md-push-20{position:relative;left:83.33333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.66667%}.el-col-md-offset-22{margin-left:91.66667%}.el-col-md-pull-22{position:relative;right:91.66667%}.el-col-md-push-22{position:relative;left:91.66667%}.el-col-md-23{width:95.83333%}.el-col-md-offset-23{margin-left:95.83333%}.el-col-md-pull-23{position:relative;right:95.83333%}.el-col-md-push-23{position:relative;left:95.83333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none;width:0%}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.16667%}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{width:8.33333%}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.66667%}.el-col-lg-offset-4{margin-left:16.66667%}.el-col-lg-pull-4{position:relative;right:16.66667%}.el-col-lg-push-4{position:relative;left:16.66667%}.el-col-lg-5{width:20.83333%}.el-col-lg-offset-5{margin-left:20.83333%}.el-col-lg-pull-5{position:relative;right:20.83333%}.el-col-lg-push-5{position:relative;left:20.83333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.16667%}.el-col-lg-offset-7{margin-left:29.16667%}.el-col-lg-pull-7{position:relative;right:29.16667%}.el-col-lg-push-7{position:relative;left:29.16667%}.el-col-lg-8{width:33.33333%}.el-col-lg-offset-8{margin-left:33.33333%}.el-col-lg-pull-8{position:relative;right:33.33333%}.el-col-lg-push-8{position:relative;left:33.33333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.66667%}.el-col-lg-offset-10{margin-left:41.66667%}.el-col-lg-pull-10{position:relative;right:41.66667%}.el-col-lg-push-10{position:relative;left:41.66667%}.el-col-lg-11{width:45.83333%}.el-col-lg-offset-11{margin-left:45.83333%}.el-col-lg-pull-11{position:relative;right:45.83333%}.el-col-lg-push-11{position:relative;left:45.83333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.16667%}.el-col-lg-offset-13{margin-left:54.16667%}.el-col-lg-pull-13{position:relative;right:54.16667%}.el-col-lg-push-13{position:relative;left:54.16667%}.el-col-lg-14{width:58.33333%}.el-col-lg-offset-14{margin-left:58.33333%}.el-col-lg-pull-14{position:relative;right:58.33333%}.el-col-lg-push-14{position:relative;left:58.33333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.66667%}.el-col-lg-offset-16{margin-left:66.66667%}.el-col-lg-pull-16{position:relative;right:66.66667%}.el-col-lg-push-16{position:relative;left:66.66667%}.el-col-lg-17{width:70.83333%}.el-col-lg-offset-17{margin-left:70.83333%}.el-col-lg-pull-17{position:relative;right:70.83333%}.el-col-lg-push-17{position:relative;left:70.83333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.16667%}.el-col-lg-offset-19{margin-left:79.16667%}.el-col-lg-pull-19{position:relative;right:79.16667%}.el-col-lg-push-19{position:relative;left:79.16667%}.el-col-lg-20{width:83.33333%}.el-col-lg-offset-20{margin-left:83.33333%}.el-col-lg-pull-20{position:relative;right:83.33333%}.el-col-lg-push-20{position:relative;left:83.33333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.66667%}.el-col-lg-offset-22{margin-left:91.66667%}.el-col-lg-pull-22{position:relative;right:91.66667%}.el-col-lg-push-22{position:relative;left:91.66667%}.el-col-lg-23{width:95.83333%}.el-col-lg-offset-23{margin-left:95.83333%}.el-col-lg-pull-23{position:relative;right:95.83333%}.el-col-lg-push-23{position:relative;left:95.83333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none;width:0%}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{position:relative;left:0}.el-col-xl-1{width:4.16667%}.el-col-xl-offset-1{margin-left:4.16667%}.el-col-xl-pull-1{position:relative;right:4.16667%}.el-col-xl-push-1{position:relative;left:4.16667%}.el-col-xl-2{width:8.33333%}.el-col-xl-offset-2{margin-left:8.33333%}.el-col-xl-pull-2{position:relative;right:8.33333%}.el-col-xl-push-2{position:relative;left:8.33333%}.el-col-xl-3{width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{width:16.66667%}.el-col-xl-offset-4{margin-left:16.66667%}.el-col-xl-pull-4{position:relative;right:16.66667%}.el-col-xl-push-4{position:relative;left:16.66667%}.el-col-xl-5{width:20.83333%}.el-col-xl-offset-5{margin-left:20.83333%}.el-col-xl-pull-5{position:relative;right:20.83333%}.el-col-xl-push-5{position:relative;left:20.83333%}.el-col-xl-6{width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{width:29.16667%}.el-col-xl-offset-7{margin-left:29.16667%}.el-col-xl-pull-7{position:relative;right:29.16667%}.el-col-xl-push-7{position:relative;left:29.16667%}.el-col-xl-8{width:33.33333%}.el-col-xl-offset-8{margin-left:33.33333%}.el-col-xl-pull-8{position:relative;right:33.33333%}.el-col-xl-push-8{position:relative;left:33.33333%}.el-col-xl-9{width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{width:41.66667%}.el-col-xl-offset-10{margin-left:41.66667%}.el-col-xl-pull-10{position:relative;right:41.66667%}.el-col-xl-push-10{position:relative;left:41.66667%}.el-col-xl-11{width:45.83333%}.el-col-xl-offset-11{margin-left:45.83333%}.el-col-xl-pull-11{position:relative;right:45.83333%}.el-col-xl-push-11{position:relative;left:45.83333%}.el-col-xl-12{width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{width:54.16667%}.el-col-xl-offset-13{margin-left:54.16667%}.el-col-xl-pull-13{position:relative;right:54.16667%}.el-col-xl-push-13{position:relative;left:54.16667%}.el-col-xl-14{width:58.33333%}.el-col-xl-offset-14{margin-left:58.33333%}.el-col-xl-pull-14{position:relative;right:58.33333%}.el-col-xl-push-14{position:relative;left:58.33333%}.el-col-xl-15{width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{width:66.66667%}.el-col-xl-offset-16{margin-left:66.66667%}.el-col-xl-pull-16{position:relative;right:66.66667%}.el-col-xl-push-16{position:relative;left:66.66667%}.el-col-xl-17{width:70.83333%}.el-col-xl-offset-17{margin-left:70.83333%}.el-col-xl-pull-17{position:relative;right:70.83333%}.el-col-xl-push-17{position:relative;left:70.83333%}.el-col-xl-18{width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{width:79.16667%}.el-col-xl-offset-19{margin-left:79.16667%}.el-col-xl-pull-19{position:relative;right:79.16667%}.el-col-xl-push-19{position:relative;left:79.16667%}.el-col-xl-20{width:83.33333%}.el-col-xl-offset-20{margin-left:83.33333%}.el-col-xl-pull-20{position:relative;right:83.33333%}.el-col-xl-push-20{position:relative;left:83.33333%}.el-col-xl-21{width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{width:91.66667%}.el-col-xl-offset-22{margin-left:91.66667%}.el-col-xl-pull-22{position:relative;right:91.66667%}.el-col-xl-push-22{position:relative;left:91.66667%}.el-col-xl-23{width:95.83333%}.el-col-xl-offset-23{margin-left:95.83333%}.el-col-xl-pull-23{position:relative;right:95.83333%}.el-col-xl-push-23{position:relative;left:95.83333%}.el-col-xl-24{width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:0}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#606266;margin-top:7px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;opacity:0;filter:alpha(opacity=0)}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover,.el-upload:focus{border-color:#409EFF;color:#409EFF}.el-upload:focus .el-upload-dragger{border-color:#409EFF}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:360px;height:180px;text-align:center;position:relative;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:67px;color:#C0C4CC;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #DCDFE6;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#606266;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#409EFF;font-style:normal}.el-upload-dragger:hover{border-color:#409EFF}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #409EFF}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#606266;line-height:1.8;margin-top:5px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#67C23A}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#606266}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:12px;cursor:pointer;opacity:1;color:#409EFF}.el-upload-list__item:hover{background-color:#F5F7FA}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#409EFF;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#606266;display:block;margin-right:40px;overflow:hidden;padding-left:4px;text-overflow:ellipsis;-webkit-transition:color .3s;transition:color .3s;white-space:nowrap}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#606266;display:none}.el-upload-list__item-delete:hover{color:#409EFF}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0 0;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px;background-color:#FFF}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover::after{display:inline-block;height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#FFF;font-size:14px;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);margin-top:60px}.el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#FFF;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#FFF;height:36px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress-bar,.el-progress-bar__inner::after,.el-progress-bar__innerText,.el-spinner{display:inline-block;vertical-align:middle}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67C23A}.el-progress.is-success .el-progress__text{color:#67C23A}.el-progress.is-warning .el-progress-bar__inner{background-color:#E6A23C}.el-progress.is-warning .el-progress__text{color:#E6A23C}.el-progress.is-exception .el-progress-bar__inner{background-color:#F56C6C}.el-progress.is-exception .el-progress__text{color:#F56C6C}.el-progress-bar{padding-right:50px;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#EBEEF5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#409EFF;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-card,.el-message{border-radius:4px;overflow:hidden}.el-progress-bar__inner::after{height:100%}.el-progress-bar__innerText{color:#FFF;font-size:12px;margin:0 5px}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-time-spinner{width:100%;white-space:nowrap}.el-spinner-inner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:50px;height:50px}.el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-message{min-width:380px;-webkit-box-sizing:border-box;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#EBEEF5;position:fixed;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;-webkit-transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,transform .4s,top .4s;transition:opacity .3s,transform .4s,top .4s,-webkit-transform .4s;padding:15px 15px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67C23A}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#E6A23C}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#F56C6C}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__closeBtn{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#C0C4CC;font-size:16px}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67C23A}.el-message .el-icon-error{color:#F56C6C}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#E6A23C}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{background-color:#F56C6C;border-radius:10px;color:#FFF;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #FFF}.el-badge__content.is-fixed{position:absolute;top:0;right:10px;-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.el-rate__icon,.el-rate__item{position:relative;display:inline-block}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.el-badge__content--primary{background-color:#409EFF}.el-badge__content--success{background-color:#67C23A}.el-badge__content--warning{background-color:#E6A23C}.el-badge__content--info{background-color:#909399}.el-badge__content--danger{background-color:#F56C6C}.el-card{border:1px solid #EBEEF5;background-color:#FFF;color:#303133;-webkit-transition:.3s;transition:.3s}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card__header{padding:18px 20px;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__body{padding:20px}.el-rate{height:20px;line-height:1}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon{font-size:18px;margin-right:6px;color:#C0C4CC;-webkit-transition:.3s;transition:.3s}.el-rate__decimal,.el-rate__icon .path2{position:absolute;top:0;left:0}.el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.el-rate__decimal{display:inline-block;overflow:hidden}.el-step.is-vertical,.el-steps{display:-webkit-box;display:-ms-flexbox}.el-rate__text{font-size:14px;vertical-align:middle}.el-steps{display:-webkit-box;display:-ms-flexbox;display:flex}.el-steps--simple{padding:13px 8%;border-radius:4px;background:#F5F7FA}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.el-step{position:relative;-ms-flex-negative:1;flex-shrink:1}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{color:#303133;border-color:#303133}.el-step__head.is-wait{color:#C0C4CC;border-color:#C0C4CC}.el-step__head.is-success{color:#67C23A;border-color:#67C23A}.el-step__head.is-error{color:#F56C6C;border-color:#F56C6C}.el-step__head.is-finish{color:#409EFF;border-color:#409EFF}.el-step__icon{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#FFF;-webkit-transition:.15s ease-out;transition:.15s ease-out}.el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{-webkit-transform:translateY(1px);transform:translateY(1px)}.el-step__line{position:absolute;border-color:inherit;background-color:#C0C4CC}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;-webkit-transition:.15s ease-out;transition:.15s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:0}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{font-weight:700;color:#303133}.el-step__title.is-wait{color:#C0C4CC}.el-step__title.is-success{color:#67C23A}.el-step__title.is-error{color:#F56C6C}.el-step__title.is-finish{color:#409EFF}.el-step__description{padding-right:10%;margin-top:-5px;font-size:12px;line-height:20px;font-weight:400}.el-step__description.is-process{color:#303133}.el-step__description.is-wait{color:#C0C4CC}.el-step__description.is-success{color:#67C23A}.el-step__description.is-error{color:#F56C6C}.el-step__description.is-finish{color:#409EFF}.el-step.is-horizontal{display:inline-block}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.el-step.is-vertical .el-step__head{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{padding-left:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.el-step.is-simple .el-step__icon{background:0 0;width:16px;height:16px;font-size:12px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{-webkit-transform:scale(.8) translateY(1px);transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.el-step.is-simple .el-step__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-step.is-simple .el-step__arrow::after,.el-step.is-simple .el-step__arrow::before{content:'';display:inline-block;position:absolute;height:15px;width:1px;background:#C0C4CC}.el-step.is-simple .el-step__arrow::before{-webkit-transform:rotate(-45deg) translateY(-4px);transform:rotate(-45deg) translateY(-4px);-webkit-transform-origin:0 0;transform-origin:0 0}.el-step.is-simple .el-step__arrow::after{-webkit-transform:rotate(45deg) translateY(4px);transform:rotate(45deg) translateY(4px);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-carousel{position:relative}.el-carousel--horizontal{overflow-x:hidden}.el-carousel--vertical{overflow-y:hidden}.el-carousel__container{position:relative;height:300px}.el-carousel__arrow{border:none;outline:0;padding:0;margin:0;height:36px;width:36px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border-radius:50%;background-color:rgba(31,45,61,.11);color:#FFF;position:absolute;top:50%;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-size:12px}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{position:absolute;list-style:none;margin:0;padding:0;z-index:2}.el-carousel__indicators--horizontal{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:26px;text-align:center;position:static;-webkit-transform:none;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:#C0C4CC;opacity:.24}.el-carousel__indicators--labels{left:0;right:0;-webkit-transform:none;transform:none;text-align:center}.el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto;padding:2px 18px;font-size:12px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:12px 4px}.el-carousel__indicator--vertical{padding:4px 12px}.el-carousel__indicator--vertical .el-carousel__button{width:2px;height:15px}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{display:block;opacity:.48;width:30px;height:2px;background-color:#FFF;border:none;outline:0;padding:0;margin:0;cursor:pointer;-webkit-transition:.3s;transition:.3s}.el-carousel__item,.el-carousel__mask{height:100%;top:0;left:0;position:absolute}.carousel-arrow-left-enter,.carousel-arrow-left-leave-active{-webkit-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translateX(-10px);opacity:0}.carousel-arrow-right-enter,.carousel-arrow-right-leave-active{-webkit-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);opacity:0}.el-carousel__item{width:100%;display:inline-block;overflow:hidden;z-index:0}.el-carousel__item.is-active{z-index:2}.el-carousel__item.is-animating{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card{width:50%;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:2}.el-carousel__mask{width:100%;background-color:#FFF;opacity:.24;-webkit-transition:.2s;transition:.2s}.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-collapse{border-top:1px solid #EBEEF5;border-bottom:1px solid #EBEEF5}.el-collapse-item.is-disabled .el-collapse-item__header{color:#bbb;cursor:not-allowed}.el-collapse-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;line-height:48px;background-color:#FFF;color:#303133;cursor:pointer;border-bottom:1px solid #EBEEF5;font-size:13px;font-weight:500;-webkit-transition:border-bottom-color .3s;transition:border-bottom-color .3s;outline:0}.el-collapse-item__arrow{margin:0 8px 0 auto;transition:-webkit-transform .3s;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-weight:300}.el-collapse-item__arrow.is-active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:#409EFF}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{will-change:height;background-color:#FFF;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #EBEEF5}.el-cascader__tags,.el-tag{-webkit-box-sizing:border-box}.el-collapse-item__content{padding-bottom:25px;font-size:13px;color:#303133;line-height:1.769230769230769}.el-collapse-item:last-child{margin-bottom:-1px}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#EBEEF5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#FFF;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#EBEEF5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#FFF}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#EBEEF5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#FFF;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#EBEEF5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#FFF}.el-tag{background-color:#ecf5ff;border-color:#d9ecff;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#409EFF;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#409EFF}.el-tag .el-tag__close{color:#409eff}.el-tag .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67C23A}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#409eff;border-color:#409eff;color:#fff}.el-tag--dark.is-hit{border-color:#409EFF}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#FFF;background-color:#66b1ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67C23A}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#b3d8ff;color:#409eff}.el-tag--plain.is-hit{border-color:#409EFF}.el-tag--plain .el-tag__close{color:#409eff}.el-tag--plain .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67C23A}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-cascader{display:inline-block;position:relative;font-size:14px;line-height:40px}.el-cascader:not(.is-disabled):hover .el-input__inner{cursor:pointer;border-color:#C0C4CC}.el-cascader .el-input .el-input__inner:focus,.el-cascader .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-cascader .el-input{cursor:pointer}.el-cascader .el-input .el-input__inner{text-overflow:ellipsis}.el-cascader .el-input .el-icon-arrow-down{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:14px}.el-cascader .el-input .el-icon-arrow-down.is-reverse{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-cascader .el-input .el-icon-circle-close:hover{color:#909399}.el-cascader--medium{font-size:14px;line-height:36px}.el-cascader--small{font-size:13px;line-height:32px}.el-cascader--mini{font-size:12px;line-height:28px}.el-cascader.is-disabled .el-cascader__label{z-index:2;color:#C0C4CC}.el-cascader__dropdown{margin:5px 0;font-size:14px;background:#FFF;border:1px solid #E4E7ED;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-cascader__tags{position:absolute;left:0;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:normal;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__tags .el-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:2px 0 2px 6px;text-overflow:ellipsis;background:#f0f2f5}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag>span{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:#C0C4CC;color:#FFF}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:#909399}.el-cascader__suggestion-panel{border-radius:4px}.el-cascader__suggestion-list{max-height:204px;margin:0;padding:6px 0;font-size:14px;color:#606266;text-align:center}.el-cascader__suggestion-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;padding:0 15px;text-align:left;outline:0;cursor:pointer}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:#F5F7FA}.el-cascader__suggestion-item.is-checked{color:#409EFF;font-weight:700}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{margin:10px 0;color:#C0C4CC}.el-cascader__search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;min-width:60px;margin:2px 0 2px 15px;padding:0;color:#606266;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__search-input::-webkit-input-placeholder{color:#C0C4CC}.el-cascader__search-input:-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::-moz-placeholder{color:#C0C4CC}.el-cascader__search-input::placeholder{color:#C0C4CC}.el-color-predefine{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;margin-top:8px;width:280px}.el-color-predefine__colors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-color-predefine__color-selector{margin:0 0 8px 8px;width:20px;height:20px;border-radius:4px;cursor:pointer}.el-color-predefine__color-selector:nth-child(10n+1){margin-left:0}.el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #409EFF;box-shadow:0 0 3px 2px #409EFF}.el-color-predefine__color-selector>div{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;border-radius:3px}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background-color:red;padding:0 2px}.el-color-hue-slider__bar{position:relative;background:-webkit-gradient(linear,left top, right top,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);height:100%}.el-color-hue-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:-webkit-gradient(linear,left top, left bottom,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-svpanel{position:relative;width:280px;height:180px}.el-color-svpanel__black,.el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.el-color-svpanel__white{background:-webkit-gradient(linear,left top, right top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.el-color-svpanel__black{background:-webkit-gradient(linear,left bottom, left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(to top,#000,rgba(0,0,0,0))}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.el-color-alpha-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-alpha-slider__bar{position:relative;background:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(255,255,255,0)),to(#fff));background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);height:100%}.el-color-alpha-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-alpha-slider.is-vertical{width:20px;height:180px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:-webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,0)),to(#fff));background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-dropdown{width:300px}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper::after{content:"";display:table;clear:both}.el-color-dropdown__btns{margin-top:6px;text-align:right}.el-color-dropdown__value{float:left;line-height:26px;font-size:12px;color:#000;width:160px}.el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.el-color-dropdown__btn:hover{color:#409EFF;border-color:#409EFF}.el-color-dropdown__link-btn{cursor:pointer;color:#409EFF;text-decoration:none;padding:15px;font-size:12px}.el-color-dropdown__link-btn:hover{color:tint(#409EFF,20%)}.el-color-picker{display:inline-block;position:relative;line-height:normal;height:40px}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.el-color-picker--medium{height:36px}.el-color-picker--medium .el-color-picker__trigger{height:36px;width:36px}.el-color-picker--medium .el-color-picker__mask{height:34px;width:34px}.el-color-picker--small{height:32px}.el-color-picker--small .el-color-picker__trigger{height:32px;width:32px}.el-color-picker--small .el-color-picker__mask{height:30px;width:30px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker--mini{height:28px}.el-color-picker--mini .el-color-picker__trigger{height:28px;width:28px}.el-color-picker--mini .el-color-picker__mask{height:26px;width:26px}.el-color-picker--mini .el-color-picker__empty,.el-color-picker--mini .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker__mask{height:38px;width:38px;border-radius:4px;position:absolute;top:1px;left:1px;z-index:1;cursor:not-allowed;background-color:rgba(255,255,255,.7)}.el-color-picker__trigger{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px;width:40px;padding:4px;border:1px solid #e6e6e6;border-radius:4px;font-size:0;position:relative;cursor:pointer}.el-color-picker__color{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #999;border-radius:2px;width:100%;height:100%;text-align:center}.el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.el-color-picker__empty,.el-color-picker__icon{top:50%;left:50%;font-size:12px;position:absolute}.el-color-picker__empty{color:#999;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.el-color-picker__icon{display:inline-block;width:100%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);color:#FFF;text-align:center}.el-color-picker__panel{position:absolute;z-index:10;padding:6px;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#FFF;background-image:none;border:1px solid #DCDFE6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-moz-placeholder{color:#C0C4CC}.el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea__inner:hover{border-color:#C0C4CC}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea .el-input__count{color:#909399;background:#FFF;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea.is-exceed .el-textarea__inner{border-color:#F56C6C}.el-textarea.is-exceed .el-input__count{color:#F56C6C}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#C0C4CC;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#FFF;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#FFF;background-image:none;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;height:100%;color:#C0C4CC;text-align:center}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-moz-placeholder{color:#C0C4CC}.el-input__inner::placeholder{color:#C0C4CC}.el-input__inner:hover{border-color:#C0C4CC}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;-webkit-transition:all .3s;transition:all .3s}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-link,.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-input.is-exceed .el-input__inner{border-color:#F56C6C}.el-input.is-exceed .el-input__suffix .el-input__count{color:#F56C6C}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#F5F7FA;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #DCDFE6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-transfer{font-size:14px}.el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 30px}.el-transfer__button{display:block;margin:0 auto;padding:10px;border-radius:50%;color:#FFF;background-color:#409EFF;font-size:0}.el-transfer-panel__item+.el-transfer-panel__item,.el-transfer__button [class*=el-icon-]+span{margin-left:0}.el-transfer__button.is-with-texts{border-radius:4px}.el-transfer__button.is-disabled,.el-transfer__button.is-disabled:hover{border:1px solid #DCDFE6;background-color:#F5F7FA;color:#C0C4CC}.el-transfer__button:first-child{margin-bottom:10px}.el-transfer__button:nth-child(2){margin:0}.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer-panel{border:1px solid #EBEEF5;border-radius:4px;overflow:hidden;background:#FFF;display:inline-block;vertical-align:middle;width:200px;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.el-transfer-panel__body{height:246px}.el-transfer-panel__body.is-with-footer{padding-bottom:40px}.el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:246px;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-transfer-panel__list.is-filterable{height:194px;padding-top:0}.el-transfer-panel__item{height:30px;line-height:30px;padding-left:15px;display:block!important}.el-transfer-panel__item.el-checkbox{color:#606266}.el-transfer-panel__item:hover{color:#409EFF}.el-transfer-panel__item.el-checkbox .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;line-height:30px}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{text-align:center;margin:15px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:auto}.el-transfer-panel__filter .el-input__inner{height:32px;width:100%;font-size:12px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;padding-right:10px;padding-left:30px}.el-transfer-panel__filter .el-input__icon{margin-left:5px}.el-transfer-panel .el-transfer-panel__header{height:40px;line-height:40px;background:#F5F7FA;margin:0;padding-left:15px;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000}.el-transfer-panel .el-transfer-panel__header .el-checkbox{display:block;line-height:40px}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:16px;color:#303133;font-weight:400}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;right:15px;color:#909399;font-size:12px;font-weight:400}.el-divider__text,.el-link{font-weight:500;font-size:14px}.el-transfer-panel .el-transfer-panel__footer{height:40px;background:#FFF;margin:0;padding:0;border-top:1px solid #EBEEF5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.el-transfer-panel .el-transfer-panel__footer::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-container,.el-timeline-item__node{display:-webkit-box;display:-ms-flexbox}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:20px;color:#606266}.el-transfer-panel .el-transfer-panel__empty{margin:0;height:30px;line-height:30px;padding:6px 15px 0;color:#909399;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-transfer-panel .el-checkbox__inner{height:14px;width:14px;border-radius:3px}.el-transfer-panel .el-checkbox__inner::after{height:6px;width:3px;left:4px}.el-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.el-container.is-vertical,.el-drawer,.el-empty{-webkit-box-orient:vertical;-webkit-box-direction:normal}.el-aside,.el-header{-webkit-box-sizing:border-box}.el-container.is-vertical{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.el-header{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-aside{overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-footer,.el-main{-webkit-box-sizing:border-box}.el-main{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}.el-footer{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-timeline{margin:0;font-size:14px;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline-item{position:relative;padding-bottom:20px}.el-timeline-item__wrapper{position:relative;padding-left:28px;top:-3px}.el-timeline-item__tail{position:absolute;left:4px;height:100%;border-left:2px solid #E4E7ED}.el-timeline-item__icon{color:#FFF;font-size:13px}.el-timeline-item__node{position:absolute;background-color:#E4E7ED;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image__error,.el-timeline-item__dot{display:-webkit-box;display:-ms-flexbox}.el-timeline-item__node--normal{left:-1px;width:12px;height:12px}.el-timeline-item__node--large{left:-2px;width:14px;height:14px}.el-timeline-item__node--primary{background-color:#409EFF}.el-timeline-item__node--success{background-color:#67C23A}.el-timeline-item__node--warning{background-color:#E6A23C}.el-timeline-item__node--danger{background-color:#F56C6C}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:13px}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;position:relative;text-decoration:none;outline:0;padding:0}.el-link.is-underline:hover:after{content:"";position:absolute;left:0;right:0;height:0;bottom:0;border-bottom:1px solid #409EFF}.el-link.el-link--default:after,.el-link.el-link--primary.is-underline:hover:after,.el-link.el-link--primary:after{border-color:#409EFF}.el-link.is-disabled{cursor:not-allowed}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link.el-link--default{color:#606266}.el-link.el-link--default:hover{color:#409EFF}.el-link.el-link--default.is-disabled{color:#C0C4CC}.el-link.el-link--primary{color:#409EFF}.el-link.el-link--primary:hover{color:#66b1ff}.el-link.el-link--primary.is-disabled{color:#a0cfff}.el-link.el-link--danger.is-underline:hover:after,.el-link.el-link--danger:after{border-color:#F56C6C}.el-link.el-link--danger{color:#F56C6C}.el-link.el-link--danger:hover{color:#f78989}.el-link.el-link--danger.is-disabled{color:#fab6b6}.el-link.el-link--success.is-underline:hover:after,.el-link.el-link--success:after{border-color:#67C23A}.el-link.el-link--success{color:#67C23A}.el-link.el-link--success:hover{color:#85ce61}.el-link.el-link--success.is-disabled{color:#b3e19d}.el-link.el-link--warning.is-underline:hover:after,.el-link.el-link--warning:after{border-color:#E6A23C}.el-link.el-link--warning{color:#E6A23C}.el-link.el-link--warning:hover{color:#ebb563}.el-link.el-link--warning.is-disabled{color:#f3d19e}.el-link.el-link--info.is-underline:hover:after,.el-link.el-link--info:after{border-color:#909399}.el-link.el-link--info{color:#909399}.el-link.el-link--info:hover{color:#a6a9ad}.el-link.el-link--info.is-disabled{color:#c8c9cc}.el-divider{background-color:#DCDFE6;position:relative}.el-divider--horizontal{display:block;height:1px;width:100%;margin:24px 0}.el-divider--vertical{display:inline-block;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.el-divider__text{position:absolute;background-color:#FFF;padding:0 20px;color:#303133}.el-image__error,.el-image__placeholder{background:#F5F7FA}.el-divider__text.is-left{left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-divider__text.is-center{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-image__error,.el-image__inner,.el-image__placeholder{width:100%;height:100%}.el-image{position:relative;display:inline-block;overflow:hidden}.el-image__inner{vertical-align:top}.el-image__inner--center{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.el-image__error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#C0C4CC;vertical-align:middle}.el-image__preview{cursor:pointer}.el-image-viewer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.el-image-viewer__btn{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:.8;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-button,.el-checkbox{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-image-viewer__close{top:40px;right:40px;width:40px;height:40px;font-size:24px;color:#fff;background-color:#606266}.el-image-viewer__canvas{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image-viewer__actions{left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:282px;height:44px;padding:0 23px;background-color:#606266;border-color:#fff;border-radius:22px}.el-image-viewer__actions__inner{width:100%;height:100%;text-align:justify;cursor:default;font-size:23px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.el-image-viewer__next,.el-image-viewer__prev{top:50%;width:44px;height:44px;font-size:24px;color:#fff;background-color:#606266;border-color:#fff}.el-image-viewer__prev{-webkit-transform:translateY(-50%);transform:translateY(-50%);left:40px}.el-image-viewer__next{-webkit-transform:translateY(-50%);transform:translateY(-50%);right:40px;text-indent:2px}.el-image-viewer__mask{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.5;background:#000}.viewer-fade-enter-active{-webkit-animation:viewer-fade-in .3s;animation:viewer-fade-in .3s}.viewer-fade-leave-active{-webkit-animation:viewer-fade-out .3s;animation:viewer-fade-out .3s}@-webkit-keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#409EFF;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#409EFF;color:#409EFF}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#EBEEF5;color:#C0C4CC}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#FFF;background-color:#409EFF;border-color:#409EFF}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF;color:#FFF}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#FFF;background-color:#67C23A;border-color:#67C23A}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67C23A;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67C23A;border-color:#67C23A;color:#FFF}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#FFF;background-color:#E6A23C;border-color:#E6A23C}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#E6A23C;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#E6A23C;border-color:#E6A23C;color:#FFF}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#FFF;background-color:#F56C6C;border-color:#F56C6C}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#F56C6C;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F56C6C;border-color:#F56C6C;color:#FFF}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#FFF;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#FFF}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--text,.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--mini,.el-button--small{font-size:12px;border-radius:3px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small,.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{color:#409EFF;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;background-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:active,.el-button-group>.el-button:focus,.el-button-group>.el-button:hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #EBEEF5}.el-backtop,.el-page-header{display:-webkit-box;display:-ms-flexbox}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#606266;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#C0C4CC}.el-backtop,.el-calendar-table td.is-today{color:#409EFF}.el-calendar-table td{border-bottom:1px solid #EBEEF5;border-right:1px solid #EBEEF5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#F2F8FE}.el-calendar-table tr:first-child td{border-top:1px solid #EBEEF5}.el-calendar-table tr td:first-child{border-left:1px solid #EBEEF5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#F2F8FE}.el-backtop{position:fixed;background-color:#FFF;width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:5}.el-backtop:hover{background-color:#F2F6FC}.el-page-header{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:24px}.el-page-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-right:40px;position:relative}.el-page-header__left::after{content:"";position:absolute;width:1px;height:16px;right:-20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#DCDFE6}.el-checkbox,.el-checkbox__input{display:inline-block;position:relative;white-space:nowrap}.el-page-header__left .el-icon-back{font-size:18px;margin-right:6px;-ms-flex-item-align:center;align-self:center}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{font-size:18px;color:#303133}.el-checkbox{color:#606266;font-weight:500;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox-button__inner,.el-empty__image img,.el-radio{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#409EFF}.el-checkbox.is-bordered.is-disabled{border-color:#EBEEF5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#DCDFE6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#C0C4CC}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#C0C4CC}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#C0C4CC;border-color:#C0C4CC}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF;border-color:#409EFF}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#C0C4CC;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#FFF;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #DCDFE6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#FFF;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#409EFF}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #FFF;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{display:inline-block;position:relative}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button__inner{line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#409EFF}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-radio,.el-radio__input{line-height:1;white-space:nowrap;outline:0}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-radio,.el-radio__inner,.el-radio__input{position:relative;display:inline-block}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#EBEEF5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-radio,.el-radio--medium.is-bordered .el-radio__label{font-size:14px}.el-radio{color:#606266;font-weight:500;cursor:pointer;margin-right:30px}.el-cascader-node>.el-radio,.el-radio:last-child{margin-right:0}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.el-radio.is-bordered.is-checked{border-color:#409EFF}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#EBEEF5}.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#F5F7FA;border-color:#E4E7ED}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--mini.is-bordered .el-radio__label,.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio__input{cursor:pointer;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#F5F7FA}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#C0C4CC}.el-radio__input.is-disabled+span.el-radio__label{color:#C0C4CC;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#409EFF;background:#409EFF}.el-radio__input.is-checked .el-radio__inner::after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#409EFF}.el-radio__input.is-focus .el-radio__inner{border-color:#409EFF}.el-radio__inner{border:1px solid #DCDFE6;border-radius:100%;width:14px;height:14px;background-color:#FFF;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.el-radio__inner:hover{border-color:#409EFF}.el-radio__inner::after{width:4px;height:4px;border-radius:100%;background-color:#FFF;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in, -webkit-transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-radio__label{font-size:14px;padding-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-cascader-panel{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;font-size:14px}.el-cascader-panel.is-bordered{border:1px solid #E4E7ED;border-radius:4px}.el-cascader-menu{min-width:180px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;border-right:solid 1px #E4E7ED}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu:last-child .el-cascader-node{padding-right:20px}.el-cascader-menu__wrap{height:204px}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#C0C4CC}.el-cascader-node{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px 0 20px;height:34px;line-height:34px;outline:0}.el-cascader-node.is-selectable.in-active-path{color:#606266}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:#409EFF;font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:#F5F7FA}.el-cascader-node.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-avatar{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden;color:#fff;background:#C0C4CC;width:40px;height:40px;line-height:40px;font-size:14px}.el-drawer,.el-drawer__body>*{-webkit-box-sizing:border-box}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-drawer,.el-drawer__header{display:-webkit-box;display:-ms-flexbox}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:18px}.el-avatar--large{width:40px;height:40px;line-height:40px}.el-avatar--medium{width:36px;height:36px;line-height:36px}.el-avatar--small{width:28px;height:28px;line-height:28px}.el-drawer.ltr,.el-drawer.rtl,.el-drawer__container{top:0;bottom:0;height:100%}@-webkit-keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@-webkit-keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@-webkit-keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@-webkit-keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}@keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}.el-drawer{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);overflow:hidden;outline:0}.el-drawer.rtl{-webkit-animation:rtl-drawer-out .3s;animation:rtl-drawer-out .3s;right:0}.el-drawer__open .el-drawer.rtl{-webkit-animation:rtl-drawer-in .3s 1ms;animation:rtl-drawer-in .3s 1ms}.el-drawer.ltr{-webkit-animation:ltr-drawer-out .3s;animation:ltr-drawer-out .3s;left:0}.el-drawer__open .el-drawer.ltr{-webkit-animation:ltr-drawer-in .3s 1ms;animation:ltr-drawer-in .3s 1ms}.el-drawer.ttb{-webkit-animation:ttb-drawer-out .3s;animation:ttb-drawer-out .3s;top:0}.el-drawer__open .el-drawer.ttb{-webkit-animation:ttb-drawer-in .3s 1ms;animation:ttb-drawer-in .3s 1ms}.el-drawer.btt{-webkit-animation:btt-drawer-out .3s;animation:btt-drawer-out .3s;bottom:0}.el-drawer__open .el-drawer.btt{-webkit-animation:btt-drawer-in .3s 1ms;animation:btt-drawer-in .3s 1ms}.el-drawer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;margin:0}.el-drawer__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#72767b;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px;padding:20px 20px 0}.el-drawer__header>:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-drawer__title{margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:inherit;font-size:1rem}.el-drawer__close-btn{border:none;cursor:pointer;font-size:20px;color:inherit;background-color:transparent}.el-drawer__body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto}.el-drawer__body>*{-webkit-box-sizing:border-box;box-sizing:border-box}.el-drawer.btt,.el-drawer.ttb{width:100%;left:0;right:0}.el-drawer__container{position:relative;left:0;right:0;width:100%}.el-drawer-fade-enter-active{-webkit-animation:el-drawer-fade-in .3s;animation:el-drawer-fade-in .3s}.el-drawer-fade-leave-active{animation:el-drawer-fade-in .3s reverse}.el-popconfirm__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{text-align:right;margin:0}@-webkit-keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{height:16px;margin-top:16px;background:#f2f2f2}.el-skeleton.is-animated .el-skeleton__item{background:-webkit-gradient(linear,left top, right top,color-stop(25%, #f2f2f2),color-stop(37%, #e6e6e6),color-stop(63%, #f2f2f2));background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;-webkit-animation:el-skeleton-loading 1.4s ease infinite;animation:el-skeleton-loading 1.4s ease infinite}.el-skeleton__item{background:#f2f2f2;display:inline-block;height:16px;border-radius:4px;width:100%}.el-skeleton__circle{border-radius:50%;width:36px;height:36px;line-height:36px}.el-skeleton__circle--lg{width:40px;height:40px;line-height:40px}.el-skeleton__circle--md{width:28px;height:28px;line-height:28px}.el-skeleton__button{height:40px;width:64px;border-radius:4px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{width:100%;height:13px}.el-skeleton__caption{height:12px}.el-skeleton__h1{height:20px}.el-skeleton__h3{height:18px}.el-skeleton__h5{height:16px}.el-skeleton__image{width:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0}.el-skeleton__image svg{fill:#DCDDE0;width:22%;height:22%}.el-empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0}.el-empty__image{width:160px}.el-empty__image img,.el-empty__image svg{width:100%;height:100%;vertical-align:top}.el-empty__image img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-o-object-fit:contain;object-fit:contain}.el-empty__image svg{fill:#DCDDE0}.el-empty__description{margin-top:20px}.el-empty__description p{margin:0;font-size:14px;color:#909399}.el-empty__bottom{margin-top:20px}
div[data-v-5da88bee],
p[data-v-5da88bee],
h3[data-v-5da88bee],
h1[data-v-5da88bee],
span[data-v-5da88bee],
h2[data-v-5da88bee] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-5da88bee] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.home-box1[data-v-5da88bee] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-5da88bee] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.tasks-box[data-v-5da88bee] {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), color-stop(#732100), color-stop(#732100), to(#bd3f17));
  background: linear-gradient(180deg, #ffffff00, #732100, #732100, #bd3f17);
  padding-top: 20px;
  /* background: url("../../assets/images/vip_bg_y.jpg") no-repeat; */
  background-size: cover;
}
.body-box[data-v-5da88bee] {
  margin: 0px auto;
  clear: both;
  width: 89%;
}
.plate-div[data-v-5da88bee] {
  background: #fff;
  margin-bottom: 20px;
  padding-top: 15px;
}
.tjrw-div[data-v-5da88bee] {
  margin-bottom: 20px;
  padding-top: 15px;
  margin: 0px auto;
  clear: both;
  width: 89%;
}
.vip-div[data-v-5da88bee] {
  margin: 40px 0;
  padding: 20px 0;
  /* background: url("../../assets/images/vip_bg_y.jpg") no-repeat; */
  /* background: url("../../assets/images/tuij.jpg") no-repeat; */
  background-size: 100% 1500px;
}
.zxrw-div[data-v-5da88bee] {
  margin: 20px 0;
  padding: 20px 0;
  /* background: url("../../assets/images/tuij.jpg") no-repeat; */
  background-size: 100% 1500px;
}
.body-content[data-v-5da88bee] {
  overflow: hidden;
}
.banner-box[data-v-5da88bee] {
  width: 100%;
  min-height: 100px;
  margin-top: 60px;
  position: relative;
}
.cont-box[data-v-5da88bee] {
  width: 100%;
  min-height: 300px;
}
.subfield[data-v-5da88bee] {
  width: 60%;
  position: absolute;
  top: 470px;
  z-index: 2;
  left: 20%;
}
.van-notice-bar[data-v-5da88bee] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  padding: 0 16px;
  color: #e21010;
  font-size: 14px;
  line-height: 24px;
  background-color: rgb(148 163 165 / 0%);
}
.fbzs[data-v-5da88bee] {
  display: inline;
  margin-right: 30px;
}
.wsxts[data-v-5da88bee] {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
.close-btn[data-v-5da88bee] {
  position: absolute;
  top: 10px;
  right: 10px;
}
.el-icon-circle-close[data-v-5da88bee] {
  font-size: 30px;
  color: #bbb1b1;
  cursor: pointer;
}
.yearReportQR-box[data-v-5da88bee] {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 150px;
  right: 128px;
}

*[data-v-3ae3e796] {
  margin: 0;
  padding: 0;
}
.back-to-ceiling[data-v-3ae3e796] {
  position: fixed;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  z-index: 20;
}
.back-to-ceiling[data-v-3ae3e796]:hover {
  background: #d5dbe7;
}
.fade-enter-active[data-v-3ae3e796],
.fade-leave-active[data-v-3ae3e796] {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.fade-enter[data-v-3ae3e796],
.fade-leave-to[data-v-3ae3e796] {
  opacity: 0
}
.back-to-ceiling .Icon[data-v-3ae3e796] {
  fill: #9aaabf;
  background: none;
}
.iconfont[data-v-3ae3e796] {
  font-size: 25px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
}
.showbox[data-v-3ae3e796] {
  width: 150px;
  height: 70px;
  position: absolute;
  right: 55px;
  bottom: 0px;
  /* background: #000; */
  z-index: 3000;
  color: #fff;
}
.showbox2[data-v-3ae3e796] {
  width: 150px;
  min-height: 70px;
  /* position: absolute;
  right: 55px;
  bottom: 0px; */
  /* background: #000; */
  /* z-index: 3000; */
  color: #fff;
  padding: 0 10px 0px 10px
}
.telephoneNumbers[data-v-3ae3e796] {
  font-size: 15px;
  line-height: 35px;
  height: 35px;
}
.telephoneNumbers-label[data-v-3ae3e796] {
  font-size: 15px;
  line-height: 35px;
  height: 35px;
  font-weight: bold;
  text-align:center;
}
.backTop-label[data-v-3ae3e796]{
  font-size: 15px;
  line-height: 70px;
  height: 70px;
  font-weight: bold;
}
.WeChat-img[data-v-3ae3e796]{
  width: 100%;
  padding-bottom:10px;
}
.btn-box[data-v-3ae3e796]{
  text-align:center;
  padding:10px;
}

*[data-v-303eaf85] {
  margin: 0;
  padding: 0;
}
a[data-v-303eaf85] {
  text-decoration: none;
  border: none;
}
.head-box[data-v-303eaf85] {
  width: 100%;
  height: 60px;
  background: #fff;
}
.menu-box[data-v-303eaf85] {
  width: 89%;
  margin: 0 auto;
  position: relative;
}
.nav-span[data-v-303eaf85] {
  display: block;
  height: 60px;
  color: #000;
  text-align: center;
  margin: 0 5px 0 10px;
  font-size: 14px;
}
.menu-left[data-v-303eaf85] {
  min-width: 100px;
  float: left;
  margin-top: 15px;
  margin-right: 20px;
}
.el-menu-item[data-v-303eaf85] {
  font-size: 16px;
}
.menu-right[data-v-303eaf85] {
  /* width: 100%; */
  float: right;
  height: 60px;
}
.el-menu--horizontal>.el-menu-item[data-v-303eaf85] {
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 0;
  border-bottom: 2px solid transparent;
  color: #555;
}
.el-menu.el-menu--horizontal[data-v-303eaf85] {
  border-bottom: solid 1px #fff;
}
.grid-content[data-v-303eaf85] {
  overflow: hidden;
}
.menu-right[data-v-303eaf85] {
  float: right;
}
.dropdown-menu-box[data-v-303eaf85] {
  width: 350px;
  overflow: hidden;
}
.fu-box[data-v-303eaf85] {
  width: 100%;
  margin: 0 auto;
}
.gradeName[data-v-303eaf85] {
  width: 100%;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  padding: 5px 0px;
  font-weight: bold;
}


div[data-v-4a740922],
  p[data-v-4a740922] {
    margin: 0;
    padding: 0;
}
a[data-v-4a740922] {
    text-decoration: none;
    border: none;
}
.avatar[data-v-4a740922] {
    width: 30px;
    float: left;
    margin-top: 15px;
    margin-right: 5px;
    border-radius: 50px;
    height: 30px;
}
.menu-right-box[data-v-4a740922] {
    height: 60px;
    outline: none;
    overflow: hidden;
}
.el-dropdown-menu[data-v-4a740922] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: 150px;
}
.dro-p[data-v-4a740922] {
    width: 130px;
    line-height: 50px;
    text-align: left;
    padding-left: 20px;
}
.dro-p a[data-v-4a740922] {
    color: #666;
}
.menu-right-sapn[data-v-4a740922] {
    cursor: pointer;
    line-height: 60px;
    display: block;
    float: left;
    margin-left: 10px;
}
.menu-right-name[data-v-4a740922] {
    min-width: 50px;
    cursor: pointer;
    /* line-height: 60px; */
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.grzx a[data-v-4a740922] {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    color: #606266;
    /* margin-left: 45px; */
}
.icon-app1[data-v-4a740922] {
    font-size: 22px;
    color: #555;
}
.icon-xiaoxi4[data-v-4a740922] {
    font-size: 24px;
    color: #555;
}
.icon-search[data-v-4a740922]:hover {
    color: #f46442;
}
.icon-app1[data-v-4a740922]:hover {
    color: #f46442;
}
.icon-search[data-v-4a740922] {
    font-size: 25px;
    color: #555;
    font-weight: bold;
}
.img-box[data-v-4a740922] {
    width: 150px;
    height: 150px;
    background: #fff;
}
.smxz[data-v-4a740922] {
    line-height: 40px;
    text-align: center;
}
.img-box img[data-v-4a740922] {
    width: 150px;
    height: 150px;
}
.xwz-btn[data-v-4a740922] {
    /* border: 1px solid #d6d6d6; */
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    background: #ff3434;
}
.fb-btn[data-v-4a740922] {
    /* border: 1px solid #ff3434; */
    background: #ff3434;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
}
.login[data-v-4a740922],
  .register[data-v-4a740922] {
    color: #555;
    font-size: 14px;
}
.login[data-v-4a740922]:hover {
    color: #f46442;
}
.register[data-v-4a740922]:hover {
    color: #f46442;
}
.write-box[data-v-4a740922] {
    /* width: 240px; */
    min-height: 100px;
}
.write-box-p[data-v-4a740922] {
    margin: 15px 0;
}
.el-menu[data-v-4a740922]:focus,
  .el-menu[data-v-4a740922]:hover {
    color: #fff;
    border-color: #fff;
    background-color: #fff;
}
.el-dropdown-menu__item[data-v-4a740922] {
    padding: 0;
}
.UeEdit[data-v-4a740922] {
    float: right;
}
.el-dropdown[data-v-4a740922] {
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.prompt-text[data-v-4a740922] {
    width: 100%;
    line-height: 20px;
    margin: 20px 0;
    text-align: center;
    color: #000;
}
.btn-box[data-v-4a740922] {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.el-dialog__title[data-v-4a740922] {
    line-height: 24px;
    font-size: 14px;
    color: #dc5030;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.icon-gerenzhongxin3[data-v-4a740922] {
    font-size: 20px;
    color: #767373;
}
.el-dropdown-link[data-v-4a740922] {
    font-size: 13px;
}
.el-dropdown-link a[data-v-4a740922] {
    color: #767373;
    display: block;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ydrk[data-v-4a740922]{
    width: 50px;
    height: 50px;
    float: left;
    margin-top:5px ;
}

*[data-v-5055c51e] {
  margin: 0;
  padding: 0;
}
ul[data-v-5055c51e],
ol[data-v-5055c51e],
h1[data-v-5055c51e],
h2[data-v-5055c51e],
h3[data-v-5055c51e],
h4[data-v-5055c51e],
p[data-v-5055c51e] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a[data-v-5055c51e] {
  text-decoration: none;
}
.p-footer[data-v-5055c51e] {
  font-size: 13px;
  color: #909090;
  padding: 50px 0 0 0;    
  background: rgba(36, 37, 60, 0.8901960784313725);
}
.p-footer a[data-v-5055c51e] {
  margin: 0 10px;
  color: #808080;
}
.p-footer .contant_box[data-v-5055c51e] {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  min-height: 100px;
  position: relative;
}
.discover_tmt[data-v-5055c51e]{
  float: right;
}
.text_box[data-v-5055c51e] {
  width: 320px;
}
.p-footer .text_box a[data-v-5055c51e]
{
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 0;
  font-size: 13px;
  color: #bdbdbd;
}
.p-footer .info[data-v-5055c51e] {
  padding: 20px 0;
  color: #ababab;
  line-height: 30px;
  border-top: 1px solid #fff;
  width: 100%;
  text-align: center;
}
.p-footer .we_img_box[data-v-5055c51e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer .we_img_box .img_box[data-v-5055c51e],
.p-footer .we_img_box img[data-v-5055c51e] {
  width: 100px;
  height: 100px;
}
.p-footer .we_img_box .img_box img[data-v-5055c51e],
.p-footer .we_img_box img img[data-v-5055c51e] {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 164, 160, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 164, 160, 0.2);
  margin-bottom: 15px;
}
.p-footer .we_img_box .hover_text p[data-v-5055c51e] {
  font-size: 13px;
  color: #ffffff;
  line-height: 17px;
  white-space: nowrap;
}
img[data-v-5055c51e] {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  color: #00a4a0;
}
.p-footer .we_img_box .img_box span[data-v-5055c51e],
.p-footer .we_img_box img span[data-v-5055c51e] {
  font-size: 13px;
  color: #808080;
}
.p-footer .we_img_box .taikong[data-v-5055c51e] {
  margin-left: 38px;
}
.p-footer .usbox[data-v-5055c51e] {
  position: absolute;
  bottom: 0;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.usbox h5[data-v-5055c51e] {
  float: left;
}
.p-footer .usbox .text_box[data-v-5055c51e] {
  float: left;
  margin-left: 10px;
}
.p-footer .usbox .text_box a[data-v-5055c51e],
.p-footer .us_box .text_box img[data-v-5055c51e] {
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-left: 0;
}


*[data-v-23bfc3da] {
  margin: 0;
  padding: 0;
}
.exolain[data-v-23bfc3da] {
  width: 150px;
  background: rgba(199, 193, 193, 0.08);
  position: fixed;
  left: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #8891a0;
  line-height: 20px;
  padding: 10px;
}

*[data-v-9f5606d0] {
  margin: 0;
  padding: 0;
}
.el-carousel--horizontal[data-v-9f5606d0] {
  overflow: hidden;
  border-radius: 5px;
}
.bg-purple[data-v-9f5606d0],
.bg-purple1[data-v-9f5606d0] {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-box1[data-v-9f5606d0] {
  margin: 0 auto;
  clear: both;
  width: 100%;
  overflow: hidden;
}
.bg-purple img[data-v-9f5606d0] {
  width: 100%;
  height: 350px;
  border-radius: 5px;
}
.bg-purple2[data-v-9f5606d0] {
  width: 100%;
  height: 110px;
  margin-bottom: 10px;
}
.bg-purple2 img[data-v-9f5606d0] {
  width: 100%;
  height: 110px;
}
.bg-purple1[data-v-9f5606d0],
.bg-purple1 img[data-v-9f5606d0] {
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.bg-purple1:hover .cover[data-v-9f5606d0] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.fudongc[data-v-9f5606d0] {
  width: 100%;
  height: 170px;
  position: absolute;
  top: 0;
  /* background: rgba(0, 0, 0, 0.29); */
  border-radius: 5px;
}
.fudongc1[data-v-9f5606d0] {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 5px;
}
.tp-text[data-v-9f5606d0] {
  width: 97%;
  color: #fff;
  height: 25px;
  font-size: 18px;
  margin-top: 130px;
  /* text-align: center; */
  font-weight: bold;
  margin-left: 1.5%;
}
.tp-text1[data-v-9f5606d0] {
  width: 97%;
  color: #fff;
  height: 25px;
  font-size: 18px;
  margin-top: 80px;
  /* text-align: center; */
  font-weight: bold;
  margin-left: 1.5%;
}
.tp-fu-text[data-v-9f5606d0] {
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.platformAnnounce-box[data-v-9f5606d0] {
  width: 200px;
  max-height: 300px;
  position: absolute;
  bottom: 100px;
  left: 50px;
  z-index: 11111;
}
.platform_announce_content[data-v-9f5606d0] {
  line-height: 30px;
}
.ggl[data-v-9f5606d0] {
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.platformAnnounce-main[data-v-9f5606d0]{
  width: 200px;
  max-height: 250px;   
  color: #fff;
  overflow: hidden;
  font-size: 12px;
}


p[data-v-4351b390],
div[data-v-4351b390],
span[data-v-4351b390] {
  margin: 0;
  padding: 0;
}
.taskList-box[data-v-4351b390] {
  width: 97%;
  min-height: 300px;
  margin: 0 auto;
}
.list-main-box[data-v-4351b390] {
  margin-top: 20px;
}
.icon-fenxiang1[data-v-4351b390] {
  color: #000;
  margin-left: 10px;
  font-size: 25px;
}
.share-cont[data-v-4351b390] {
  margin-right: 20px;
  display: inline;
}
.szhxsrw[data-v-4351b390] {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: initial;
  /* margin-top: 20px; */
  color: #000;
}
.xsfbt[data-v-4351b390] {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #b3aeae;
  margin-top: 20px;
}
.moer-btn[data-v-4351b390] {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
.moer-btn a[data-v-4351b390] {
  color: #504f4f;
  font-weight: 700;
  font-size: large;
}
.plate[data-v-4351b390] {
  width: 100%;
  min-height: 100px;
  position: relative;
  margin-bottom: 20px;
}
.slogansPrice[data-v-4351b390] {
  color: #ff3434;
  font-size: 20px;
  float: left;
}
.clearfix[data-v-4351b390] {
  margin-top: 10px;
  position: relative;
  height: 25px;
}
.slogansInfo[data-v-4351b390] {
  font-size: 12px;
  color: #5d5d5d;
  margin-top: 10px;
  overflow: hidden;
  line-height: 20px;
}
.partake_total[data-v-4351b390] {
  color: #5d5d5d;
  margin-top: 10px;
  overflow: hidden;
  line-height: 20px;
}
.total-left[data-v-4351b390] {
  float: left;
}
.total-right[data-v-4351b390] {
  float: right;
}
.countDown[data-v-4351b390] {
  font-size: 15px;
  margin-top: 10px;
  overflow: hidden;
  line-height: 20px;
}
.dengji[data-v-4351b390] {
  float: left;
}
.task-title[data-v-4351b390] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  font-weight: 900;
  line-height: 25px;
  height: 50px;
  color: #CA322B;
  font-size: 18px
}
.el-card.is-always-shadow[data-v-4351b390],
.el-card.is-hover-shadow[data-v-4351b390]:focus,
.el-card.is-hover-shadow[data-v-4351b390]:hover {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 6px 14px 12px 0 rgb(0 0 0 / 20%);
}
.colon[data-v-4351b390] {
  display: inline-block;
  color: #F6571A;
}
.block[data-v-4351b390] {
  padding-bottom: 2px;
  display: inline-block;
  width: 16px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background-color: #F6571A;
  height: 16px;
}
.milliseconds[data-v-4351b390] {
  padding-bottom: 2px;
  display: inline-block;
  width: 22px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background-color: #F6571A;
  height: 16px;
}
.taskAssignImg[data-v-4351b390] {
  position: absolute;
  right: 10px;
  top: -10px;
}
.newHandpc[data-v-4351b390] {
  position: absolute;
  left: 10px;
  top: -10px;
}
.lqrw-btn[data-v-4351b390] {
  background-color: #F6571A;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.task-big-completion[data-v-4351b390] {
      position: absolute;
      right: 10px;
      bottom: 10px;
      z-index: 1;
      width: 25%;
}


p[data-v-3d6cb008],
div[data-v-3d6cb008],
span[data-v-3d6cb008] {
  margin: 0;
  padding: 0;
}
.taskList-box[data-v-3d6cb008] {
  width: 97%;
  min-height: 300px;
  margin: 0 auto;
}
.list-main-box[data-v-3d6cb008] {
  margin-top: 20px;
}
.icon-fenxiang1[data-v-3d6cb008] {
  color: #000;
  margin-left: 10px;
  font-size: 25px;
}
.share-cont[data-v-3d6cb008] {
  margin-right: 20px;
  display: inline;
}
.szhxsrw[data-v-3d6cb008] {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: initial;
  /* margin-top: 20px; */
  color: #000;
}
.xsfbt[data-v-3d6cb008] {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-top: 20px;
}
.moer-btn[data-v-3d6cb008] {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
.moer-btn a[data-v-3d6cb008] {
  color: #000;
  font-weight: 700;
  font-size: large;
}
.plate[data-v-3d6cb008] {
  width: 100%;
  min-height: 100px;
  position: relative;
  margin-bottom: 20px;
}
.slogansPrice[data-v-3d6cb008] {
  color: #ff3434;
  font-size: 20px;
  float: left;
}
.clearfix[data-v-3d6cb008] {
  margin-top: 10px;
  position: relative;
  height: 25px;
}
.slogansInfo[data-v-3d6cb008] {
  font-size: 12px;
  color: #5d5d5d;
  margin-top: 10px;
  overflow: hidden;
  line-height: 20px;
}
.partake_total[data-v-3d6cb008] {
  color: #5d5d5d;
  margin-top: 10px;
  overflow: hidden;
  line-height: 20px;
}
.total-left[data-v-3d6cb008] {
  float: left;
}
.total-right[data-v-3d6cb008] {
  float: right;
}
.countDown[data-v-3d6cb008] {
  font-size: 15px;
  margin-top: 10px;
  overflow: hidden;
  line-height: 20px;
}
.dengji[data-v-3d6cb008] {
  float: left;
}
.task-title[data-v-3d6cb008] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  font-weight: 900;
  line-height: 25px;
  height: 50px;   
  font-size: 18px
}
.el-card.is-always-shadow[data-v-3d6cb008],
.el-card.is-hover-shadow[data-v-3d6cb008]:focus,
.el-card.is-hover-shadow[data-v-3d6cb008]:hover {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 6px 14px 12px 0 rgb(0 0 0 / 20%);
}
.colon[data-v-3d6cb008] {
  display: inline-block;
  color: #F6571A;
}
.block[data-v-3d6cb008] {
  padding-bottom: 2px;
  display: inline-block;
  width: 16px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background-color: #F6571A;
  height: 16px;
}
.milliseconds[data-v-3d6cb008] {
  padding-bottom: 2px;
  display: inline-block;
  width: 22px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background-color: #F6571A;
  height: 16px;
}
.taskAssignImg[data-v-3d6cb008] {
  position: absolute;
  right: 10px;
  top: -10px;
}
.newHandpc[data-v-3d6cb008] {
  position: absolute;
  left: 10px;
  top: -10px;
}
.lqrw-btn[data-v-3d6cb008] {
  background-color: #F6571A;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.task-big-completion[data-v-3d6cb008] {
      position: absolute;
      right: 10px;
      bottom: 10px;
      z-index: 1;
      width: 25%;
}


body[data-v-5c757757],
dd[data-v-5c757757],
dl[data-v-5c757757],
dt[data-v-5c757757],
fieldset[data-v-5c757757],
form[data-v-5c757757],
h1[data-v-5c757757],
h2[data-v-5c757757],
h3[data-v-5c757757],
h4[data-v-5c757757],
h5[data-v-5c757757],
h6[data-v-5c757757],
hr[data-v-5c757757],
input[data-v-5c757757],
legend[data-v-5c757757],
li[data-v-5c757757],
ol[data-v-5c757757],
p[data-v-5c757757],
pre[data-v-5c757757],
td[data-v-5c757757],
textarea[data-v-5c757757],
th[data-v-5c757757],
ul[data-v-5c757757] {
    margin: 0;
    padding: 0;
}
.taskList-box[data-v-5c757757] {
    width: 97%;
    min-height: 300px;
    margin-bottom: 20px;
    margin: 0px auto;
}
.reward_fee[data-v-5c757757] {
    width: 100%;
    line-height: 50px;
    font-size: 14px;
}
.price[data-v-5c757757] {
    font-size: 18px;
    color: #e4393c;
}
.task_title[data-v-5c757757] {
    color: #333;
    float: left;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 10px;
}
.icon-fenxiang1[data-v-5c757757] {
    color: #ffffff;
    margin-left: 10px;
    font-size: 25px;
}
.share-cont[data-v-5c757757] {
    margin-right: 20px;
    display: inline;
}
.szhxsrw[data-v-5c757757] {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: initial;
    color: #fff;
}
.xsfbt[data-v-5c757757] {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
}
.list-main-box[data-v-5c757757] {
    margin-top: 20px;
}
.moer-btn[data-v-5c757757] {
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
}
.moer-btn a[data-v-5c757757] {
    color: #ffffff;
    font-weight: 700;
    font-size: large;
}
.plate[data-v-5c757757] {
    width: 100%;
    min-height: 100px;
    position: relative;
    margin-bottom: 20px;
}
.slogansPrice[data-v-5c757757] {
    color: #ff3434;
    font-size: 20px;
    float: left;
}
.clearfix[data-v-5c757757] {
    margin-top: 10px;
    position: relative;
    height: 25px;
}
.slogansInfo[data-v-5c757757] {
    font-size: 12px;
    color: #5d5d5d;
    margin-top: 10px;
    overflow: hidden;
    line-height: 20px;
}
.total-left[data-v-5c757757] {
    float: left;
}
.total-right[data-v-5c757757] {
    float: right;
}
.dengji[data-v-5c757757] {
    float: right;
}
.task-title[data-v-5c757757] {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
    font-weight: 900;
    margin-top: 10px;
    line-height: 25px;
    height: 50px;
}
.task-title a[data-v-5c757757] {
    color: #4a4a4a;
}
.partake_total[data-v-5c757757] {
    color: #5d5d5d;
    margin-top: 10px;
    overflow: hidden;
    line-height: 20px;
}
.lqrw-btn[data-v-5c757757] {
    background-color: #F6571A;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.newHandpc[data-v-5c757757] {
    position: absolute;
    left: 10px;
    top: -10px;
}
.taskAssignImg[data-v-5c757757] {
    position: absolute;
    right: 10px;
    top: -10px;
}
.task-big-completion[data-v-5c757757] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    width: 25%;
}


p[data-v-58b20cce],
span[data-v-58b20cce],
div[data-v-58b20cce],
a[data-v-58b20cce],
table[data-v-58b20cce],
tr[data-v-58b20cce],
th[data-v-58b20cce] {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
ul li[data-v-58b20cce] {
  list-style: none;
}
.latest-tasks-box[data-v-58b20cce] {
  width: 100%;
  min-height: 700px;
  background: #fff;
}
.plate[data-v-58b20cce] {
  width: 100%;
  min-height: 100px;
  margin-top: 30px;
}
.task-title[data-v-58b20cce] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
  /* font-weight: bold; */
}
.task-reward_fee[data-v-58b20cce] {
  color: #ff3434;
  font-size: 16px;
}
.task_type_name[data-v-58b20cce] {
  color: #c1bebe;
  font-size: 16px;
}
.source_file_type_name[data-v-58b20cce] {
  color: #c1bebe;
  font-size: 16px;
  text-align: center;
  display: block;
}

.input-box[data-v-3c481456] {
    margin-top: 20px;
    position: relative;
}
.forgetPsaa[data-v-3c481456],
.register[data-v-3c481456],
.forgetPsaa1[data-v-3c481456] {
    cursor: pointer;
}
.forgetPsaa[data-v-3c481456]:hover {
    color: rgb(255, 0, 3);
}
.register[data-v-3c481456]:hover {
    color: rgb(255, 0, 3);
}
.forgetPsaa1[data-v-3c481456]:hover {
    color: rgb(255, 0, 3);
}
.register[data-v-3c481456] {
    float: right;
}
.input-box2[data-v-3c481456] {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    position: relative;
}

*[data-v-1c7703e1] {
    margin: 0;
    padding: 0;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, "sans-serif";
    -webkit-font-smoothing: antialiased;
}
h1[data-v-1c7703e1],
h2[data-v-1c7703e1] {
    font-weight: normal;
}
ul[data-v-1c7703e1] {
    list-style-type: none;
    padding: 0;
}
li[data-v-1c7703e1] {
    display: inline-block;
    margin: 0 10px;
}
a[data-v-1c7703e1] {
    color: #333;
    text-decoration: none;
    border: none;
}
.meunt[data-v-1c7703e1] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    position: fixed;
    z-index: 20;
    top: 0;
    background: #fff;
}
.yzjd-logo[data-v-1c7703e1] {
    margin-left: 20px;
    /* height: 40px; */
    margin-top: 10px;
    float: left;
}
.form-box[data-v-1c7703e1] {
    width: 100%;
    /* min-height: 200px; */
    margin: 0 auto;
    background: #fff;
}
.login-logo[data-v-1c7703e1] {
    margin-top: 30px;
    /*   margin-bottom: 48px; */
    font-size: 20px;
    color: #666;
    text-align: center;
}
.login-logo .login-logo--on[data-v-1c7703e1] {
    cursor: pointer;
    margin-top: 20px;
    /* margin-bottom: 50px; */
    font-size: 20px;
}
.login-line[data-v-1c7703e1] {
    margin: 0 20px;
    color: #e6e6e6;
}
.el-button[data-v-1c7703e1] {
    width: 100%;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: rgb(255, 0, 3);
    border: 1px solid rgb(255, 0, 3);
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 4px;
}
.login-tag[data-v-1c7703e1] {
    cursor: pointer;
    border: none;
    background: #fff;
    outline: none;
}
.input-box[data-v-1c7703e1] {
    margin-top: 20px;
    position: relative;
}
.input-box1[data-v-1c7703e1] {
    width: 100%;
    margin: 100px auto;
}
.dsfion[data-v-1c7703e1] {
    font-size: 30px;
}
.wxion[data-v-1c7703e1] {
    float: left;
    color: #d5d6d5;
    margin-left: 70px;
    cursor: pointer;
}
.wxion[data-v-1c7703e1]:hover {
    color: #31d545;
    -moz-transition-duration: 0.5s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.5s;
    /* Safari 和 Chrome */
    -o-transition-duration: 0.5s;
}
.qqion[data-v-1c7703e1] {
    float: right;
    color: #d5d6d5;
    margin-right: 70px;
    cursor: pointer;
}
.qqion[data-v-1c7703e1]:hover {
    color: #1a95da;
    -moz-transition-duration: 0.5s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.5s;
    /* Safari 和 Chrome */
    -o-transition-duration: 0.5s;
}
.register[data-v-1c7703e1] {
    float: right;
    color: #0095ff;
    font-size: 13px;
}
.forgetPsaa[data-v-1c7703e1] {
    color: #999;
    font-size: 13px;
}
.icon[data-v-1c7703e1] {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #999;
}
.leftline[data-v-1c7703e1] {
    width: 100px;
    height: 1px;
    border-top: 1px solid #c0c4cc;
    float: left;
    margin-top: 7px;
}
.rightline[data-v-1c7703e1] {
    width: 100px;
    height: 1px;
    border-top: 1px solid #c0c4cc;
    float: right;
    margin-top: 7px;
}
.smdl[data-v-1c7703e1] {
    float: left;
    font-size: 13px;
    width: 100px;
    text-align: center;
    color: #c0c4cc;
}
.fontStly[data-v-1c7703e1] {
    color: rgb(255, 0, 3);
}
.wxtb[data-v-1c7703e1] {
    width: 100%;
}
.yzm-inp[data-v-1c7703e1] {
    width: 64%;
    float: left;
}
.yzm-btn[data-v-1c7703e1] {
    width: 35%;
    float: right;
}
.getCheck[data-v-1c7703e1] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 微软雅黑;
    font-size: 14px;
    text-align: center;
    background: none;
    border: 1px solid #dcdfe6;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
}
.yzm-inp1[data-v-1c7703e1] {
    width: 64%;
    float: left;
}
.yzm-btn1[data-v-1c7703e1] {
    width: 35%;
    float: right;
    height: 40px;
    float: right;
    background: rgba(165, 197, 130, 0.3686274509803922);
    border-radius: 4px;
}
.yzmImg[data-v-1c7703e1] {
    float: right;
    width: 100%;
    height: 40px;
}
.addBackground[data-v-1c7703e1] {
    background: #efefef;
}
.el-tabs--border-card[data-v-1c7703e1] {
    width: 100%;
}
.el-dropdown-menu__item[data-v-1c7703e1] {
    list-style: none;
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: 0;
}
.top-box[data-v-1c7703e1] {
    width: 100%;
    min-height: 60px;
}
.main-box[data-v-1c7703e1] {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bottom-box[data-v-1c7703e1] {
    width: 100%;
    height: 80px;
}
.bgImg[data-v-1c7703e1] {
    width: 100%;
}
.bgIone[data-v-1c7703e1] {
    width: 620px;
    position: absolute;
    right: 550px;
    bottom: 0;
}
.login-from[data-v-1c7703e1] {
    position: absolute;
    right: 130px;
    /* top: 50px; */
    width: 350px;
    height: 350px;
    background: white;
}
.wxsmdl[data-v-1c7703e1] {
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
}
.smdlsm[data-v-1c7703e1] {
    width: 100%;
    font-size: 12px;
    color: #686464;
    text-align: center;
}
.wxdl[data-v-1c7703e1] {
    width: 350px;
    height: 350px;
}
.zhdl[data-v-1c7703e1] {
    width: 350px;
    height: 350px;
    margin: 50px auto;
}
.bbsy[data-v-1c7703e1] {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #686464;
    margin-top: 20px;
}
.yyzhljdl[data-v-1c7703e1] {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    color: black;
}
.ljdl-btn[data-v-1c7703e1] {
    color: cornflowerblue;
}
.rwmsx[data-v-1c7703e1] {
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin-left: 80px;
    margin-top: 20px;
    background: #fff;
}
.ewmsxImg[data-v-1c7703e1] {
    width: 70%;
    margin-left: 15%;
    margin-top: 30px;
}

#wxbox {
  width: 100%;
  height: 230px;
  text-align: center;
  overflow: hidden;
}

*[data-v-e910c0d8] {
  margin: 0;
  padding: 0;
  font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, "sans-serif";
  -webkit-font-smoothing: antialiased;
}
h1[data-v-e910c0d8],
h2[data-v-e910c0d8] {
  font-weight: normal;
}
ul[data-v-e910c0d8] {
  list-style-type: none;
  padding: 0;
}
li[data-v-e910c0d8] {
  display: inline-block;
  margin: 0 10px;
}
a[data-v-e910c0d8] {
  color: #333;
  text-decoration: none;
  border: none;
}
.meunt[data-v-e910c0d8] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  position: fixed;
  z-index: 20;
  top: 0;
  background: #fff;
}
.yzjd-logo[data-v-e910c0d8] {
  margin-left: 20px;
  /* height: 40px; */
  margin-top: 10px;
  float: left;
}
.form-box[data-v-e910c0d8] {
  width: 100%;
  /* min-height: 200px; */
  margin: 0 auto;
  background: #fff;
}
.login-logo[data-v-e910c0d8] {
  margin-top: 30px;
  /*   margin-bottom: 48px; */
  font-size: 20px;
  color: #666;
  text-align: center;
}
.login-logo .login-logo--on[data-v-e910c0d8] {
  cursor: pointer;
  margin-top: 20px;
  /* margin-bottom: 50px; */
  font-size: 20px;
}
.login-line[data-v-e910c0d8] {
  margin: 0 20px;
  color: #e6e6e6;
}
.el-button[data-v-e910c0d8] {
  width: 100%;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: rgb(255, 0, 3);
  border: 1px solid rgb(255, 0, 3);
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 4px;
}
.login-tag[data-v-e910c0d8] {
  cursor: pointer;
  border: none;
  background: #fff;
  outline: none;
}
.input-box[data-v-e910c0d8] {
  margin-top: 20px;
  position: relative;
}
.input-box1[data-v-e910c0d8] {
  width: 100%;
  margin: 100px auto;
}
.dsfion[data-v-e910c0d8] {
  font-size: 30px;
}
.wxion[data-v-e910c0d8] {
  float: left;
  color: #d5d6d5;
  margin-left: 70px;
  cursor: pointer;
}
.wxion[data-v-e910c0d8]:hover {
  color: #31d545;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.5s;
}
.qqion[data-v-e910c0d8] {
  float: right;
  color: #d5d6d5;
  margin-right: 70px;
  cursor: pointer;
}
.qqion[data-v-e910c0d8]:hover {
  color: #1a95da;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.5s;
}
.register[data-v-e910c0d8] {
  float: right;
  color: #0095ff;
  font-size: 13px;
}
.forgetPsaa[data-v-e910c0d8] {
  color: #999;
  font-size: 13px;
}
.icon[data-v-e910c0d8] {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}
.leftline[data-v-e910c0d8] {
  width: 100px;
  height: 1px;
  border-top: 1px solid #c0c4cc;
  float: left;
  margin-top: 7px;
}
.rightline[data-v-e910c0d8] {
  width: 100px;
  height: 1px;
  border-top: 1px solid #c0c4cc;
  float: right;
  margin-top: 7px;
}
.smdl[data-v-e910c0d8] {
  float: left;
  font-size: 13px;
  width: 100px;
  text-align: center;
  color: #c0c4cc;
}
.fontStly[data-v-e910c0d8] {
  color: rgb(255, 0, 3);
}
.wxtb[data-v-e910c0d8] {
  width: 100%;
}
.yzm-inp[data-v-e910c0d8] {
  width: 64%;
  float: left;
}
.yzm-btn[data-v-e910c0d8] {
  width: 35%;
  float: right;
}
.getCheck[data-v-e910c0d8] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 微软雅黑;
  font-size: 14px;
  text-align: center;
  background: none;
  border: 1px solid #dcdfe6;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
}
.yzm-inp1[data-v-e910c0d8] {
  width: 64%;
  float: left;
}
.yzm-btn1[data-v-e910c0d8] {
  width: 35%;
  float: right;
  height: 40px;
  float: right;
  background: rgba(165, 197, 130, 0.3686274509803922);
  border-radius: 4px;
}
.yzmImg[data-v-e910c0d8] {
  float: right;
  width: 100%;
  height: 40px;
}
.addBackground[data-v-e910c0d8] {
  background: #efefef;
}
.el-tabs--border-card[data-v-e910c0d8] {
  width: 100%;
}
.el-dropdown-menu__item[data-v-e910c0d8] {
  list-style: none;
  line-height: 36px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  outline: 0;
}
.top-box[data-v-e910c0d8] {
  width: 100%;
  min-height: 60px;
}
.main-box[data-v-e910c0d8] {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bottom-box[data-v-e910c0d8] {
  width: 100%;
  height: 80px;
}
.bgImg[data-v-e910c0d8] {
  width: 100%;
}
.bgIone[data-v-e910c0d8] {
  width: 70%;
}
.left-img[data-v-e910c0d8]{
  width: 40%;
  position: absolute;
  left: 20%;
  /* background-color: red; */
}
.login-from[data-v-e910c0d8] {
  position: absolute;
  right: 130px;
  top: 50px;
  width: 350px;
  height:350px;
  background: white;
}
.wxsmdl[data-v-e910c0d8] {
  width: 100%;
  margin-top: 30px;
  font-size: 20px;
  text-align: center;
}
.smdlsm[data-v-e910c0d8] {
  width: 100%;
  font-size: 12px;
  color: #686464;
  text-align: center;
}
.wxdl[data-v-e910c0d8] {
  width: 350px;
  height: 350px;
}
.zhdl[data-v-e910c0d8] {
  width: 280px;
  height: 350px;
  margin: 50px auto;
}
.MQImg[data-v-e910c0d8],
.erwmImg[data-v-e910c0d8] {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  cursor: pointer;
}
.bbsy[data-v-e910c0d8] {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #686464;
  margin-top: 20px;
}
.rwmsx[data-v-e910c0d8] {
  width: 151px;
  height: 151px;
  /* line-height: 200px; */
  margin-left: 100px;
  margin-top: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}


*[data-v-74cb4093] {
    margin: 0;
    padding: 0;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, "sans-serif";
    -webkit-font-smoothing: antialiased;
}
h1[data-v-74cb4093],
h2[data-v-74cb4093] {
    font-weight: normal;
}
ul[data-v-74cb4093] {
    list-style-type: none;
    padding: 0;
}
li[data-v-74cb4093] {
    display: inline-block;
    margin: 0 10px;
}
a[data-v-74cb4093] {
    color: #333;
    text-decoration: none;
    border: none;
}
.meunt[data-v-74cb4093] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    position: fixed;
    z-index: 20;
    top: 0;
    background: #fff;
}
.yzjd-logo[data-v-74cb4093] {
    margin-left: 20px;
    /* height: 40px; */
    margin-top: 10px;
    float: left;
}
.form-box[data-v-74cb4093] {
    width: 100%;
    min-height: 200px;
    margin: 0 auto;
    background: #fff;
}
.login-logo[data-v-74cb4093] {
    margin-top: 30px;
    /* margin-bottom: 48px; */
    font-size: 20px;
    color: #666;
    text-align: center;
}
.login-logo .login-logo--on[data-v-74cb4093] {
    cursor: pointer;
    margin-top: 100px;
    margin-bottom: 48px;
    font-size: 20px;
}
.login-line[data-v-74cb4093] {
    margin: 0 20px;
    color: #e6e6e6;
}
.el-button[data-v-74cb4093] {
    width: 100%;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: rgb(255, 0, 3);
    border: 1px solid rgb(255, 0, 3);
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 4px;
}
.login-tag[data-v-74cb4093] {
    cursor: pointer;
}
.input-box[data-v-74cb4093] {
    margin-bottom: 20px;
    position: relative;
}
@media (min-width: 1366px) {
.login-box[data-v-74cb4093] {
        width: 980px;
        min-height: 200px;
        margin: 45px auto;
        overflow: hidden;
}
.input-box2[data-v-74cb4093] {
        margin-top: 50px;
        position: relative;
}
.input-box1[data-v-74cb4093] {
        width: 100%;
        margin: 100px auto;
}
}
@media (min-width: 1440px) {
.login-box[data-v-74cb4093] {
        width: 980px;
        min-height: 200px;
        margin: 100px auto;
        overflow: hidden;
}
.input-box2[data-v-74cb4093] {
        margin-top: 50px;
        position: relative;
}
.input-box1[data-v-74cb4093] {
        width: 100%;
        margin: 100px auto;
}
}
@media (min-width: 1920px) {
.login-box[data-v-74cb4093] {
        width: 980px;
        min-height: 200px;
        margin: 150px auto;
        overflow: hidden;
}
.input-box2[data-v-74cb4093] {
        margin-top: 50px;
        position: relative;
}
.input-box1[data-v-74cb4093] {
        width: 100%;
        margin: 100px auto;
}
}
.dsfion[data-v-74cb4093] {
    font-size: 30px;
}
.wxion[data-v-74cb4093] {
    float: left;
    color: #d5d6d5;
    margin-left: 70px;
    cursor: pointer;
}
.wxion[data-v-74cb4093]:hover {
    color: #31d545;
    -moz-transition-duration: 0.5s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.5s;
    /* Safari 和 Chrome */
    -o-transition-duration: 0.5s;
}
.qqion[data-v-74cb4093] {
    float: right;
    color: #d5d6d5;
    margin-right: 70px;
    cursor: pointer;
}
.qqion[data-v-74cb4093]:hover {
    color: #1a95da;
    -moz-transition-duration: 0.5s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.5s;
    /* Safari 和 Chrome */
    -o-transition-duration: 0.5s;
}
.register[data-v-74cb4093] {
    float: right;
    color: #0095ff;
    font-size: 13px;
}
.forgetPsaa[data-v-74cb4093] {
    color: #0095ff;
    font-size: 13px;
}
.icon[data-v-74cb4093] {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #999;
}
.leftline[data-v-74cb4093] {
    width: 100px;
    height: 1px;
    border-top: 1px solid #c0c4cc;
    float: left;
    margin-top: 7px;
}
.rightline[data-v-74cb4093] {
    width: 100px;
    height: 1px;
    border-top: 1px solid #c0c4cc;
    float: right;
    margin-top: 7px;
}
.smdl[data-v-74cb4093] {
    float: left;
    font-size: 13px;
    width: 100px;
    text-align: center;
    color: #c0c4cc;
}
.wxtb[data-v-74cb4093] {
    width: 100%;
}
.yzm-inp[data-v-74cb4093] {
    width: 64%;
    float: left;
}
.yzm-btn[data-v-74cb4093] {
    width: 35%;
    float: right;
}
.getCheck[data-v-74cb4093] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 微软雅黑;
    font-size: 14px;
    text-align: center;
    background: none;
    border: 1px solid #dcdfe6;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
}
.addBackground[data-v-74cb4093] {
    background: #efefef;
}
.top-box[data-v-74cb4093] {
    width: 90%;
    height: 80px;
    border-bottom: 3px solid rgb(227 227 227 / 39%);
    margin: 0 auto;
    line-height: 80px;
}
.top-left[data-v-74cb4093] {
    overflow: hidden;
}
.logoImg[data-v-74cb4093] {
    margin-top: 25px;
    margin-left: 80px;
    float: left;
}
.hyzc[data-v-74cb4093] {
    margin-left: 30px;
    float: left;
    color: #686464;
}
.top-right[data-v-74cb4093] {
    text-align: right;
}
.ljdl[data-v-74cb4093] {
    color: red;
    margin-right: 80px;
}
.form-box[data-v-74cb4093] {
    width: 350px;
    min-height: 200px;
    margin: 0 auto;
    background: #fff;
}
.steps[data-v-74cb4093] {
    width: 350px;
    min-height: 40px;
    margin: 20px auto;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.yyzh[data-v-74cb4093] {
    margin-right: 20px;
    color: #409EFF;
}

a[data-v-f540d02c],
p[data-v-f540d02c] {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
ul li[data-v-f540d02c] {
  list-style: none;
}
.remuneration-box[data-v-f540d02c] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.plate[data-v-f540d02c] {
  width: 100%;
  min-height: 100px;
  margin-top: 20px;
}
.task-title[data-v-f540d02c] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.task-reward_fee[data-v-f540d02c] {
  color: #df0006;
}
.task_type_name[data-v-f540d02c] {
  color: #c1bebe;
}
.rem-main[data-v-f540d02c] {
  width: 100%;
}
.box-card1[data-v-f540d02c] {
  border: 1px solid #ebeef5;
  margin-bottom: 20px;
}
.rem-box[data-v-f540d02c] {
  width: 100%;
}
.rem-je[data-v-f540d02c] {
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
.rem-label[data-v-f540d02c] {
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
}
.cjzqph-title[data-v-f540d02c] {
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #f56c6c;
  margin-top: 20px;
}
.avatar[data-v-f540d02c] {
  width: 100%;
  height: 50px;
}
.nick_name[data-v-f540d02c] {
  margin-bottom: 15px;
}
.partake_fee[data-v-f540d02c] {
  color: #f56c6c;
  font-weight: bold;
}
.wyzq-btn[data-v-f540d02c] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.list-div[data-v-f540d02c] {
  border-bottom: 1px solid #e6e4e4;
  padding-bottom: 11px;
  margin-bottom: 15px;
}
.el-button--danger[data-v-f540d02c] {
  width: 100%;
}
.el-card[data-v-f540d02c] {
  border: 1px solid #ebeef5;
  background-color: #f56c6c;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.coouj-title[data-v-f540d02c] {
  line-height: 30px;
}
.share-cont[data-v-f540d02c] {
  display: inherit;
}

body[data-v-95b940c4],
  dd[data-v-95b940c4],
  dl[data-v-95b940c4],
  dt[data-v-95b940c4],
  fieldset[data-v-95b940c4],
  form[data-v-95b940c4],
  h1[data-v-95b940c4],
  h2[data-v-95b940c4],
  h3[data-v-95b940c4],
  h4[data-v-95b940c4],
  h5[data-v-95b940c4],
  h6[data-v-95b940c4],
  hr[data-v-95b940c4],
  input[data-v-95b940c4],
  legend[data-v-95b940c4],
  li[data-v-95b940c4],
  ol[data-v-95b940c4],
  p[data-v-95b940c4],
  pre[data-v-95b940c4],
  td[data-v-95b940c4],
  textarea[data-v-95b940c4],
  th[data-v-95b940c4],
  ul[data-v-95b940c4] {
      margin: 0;
      padding: 0;
}
.taskList-box[data-v-95b940c4] {
      width: 97%;
      min-height: 300px;
      margin-bottom: 20px;
      margin: 0px auto;
}
.reward_fee[data-v-95b940c4] {
      width: 100%;
      line-height: 50px;
      font-size: 14px;
}
.price[data-v-95b940c4] {
      font-size: 18px;
      color: #e4393c;
}
.task_title[data-v-95b940c4] {
      color: #333;
      float: left;
      display: block;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-size: 18px;
      margin-bottom: 10px;
}
.icon-fenxiang1[data-v-95b940c4] {
      color: #ffffff;
      margin-left: 10px;
      font-size: 25px;
}
.share-cont[data-v-95b940c4] {
      margin-right: 20px;
      display: inline;
}
.szhxsrw[data-v-95b940c4] {
      width: 100%;
      text-align: center;
      font-size: 40px;
      font-weight: initial;
      color: #fff;
}
.xsfbt[data-v-95b940c4] {
      width: 100%;
      text-align: center;
      font-size: 20px;
      color: #fff;
      font-weight: 700;
      margin-top: 20px;
}
.list-main-box[data-v-95b940c4] {
      margin-top: 20px;
}
.moer-btn[data-v-95b940c4] {
      width: 100%;
      text-align: center;
      font-size: 15px;
      margin-top: 20px;
}
.moer-btn a[data-v-95b940c4] {
      color: #fff;
      font-weight: 700;
      font-size: large;
}
.plate[data-v-95b940c4] {
      width: 100%;
      min-height: 100px;
      position: relative;
      margin-bottom: 20px;
}
.slogansPrice[data-v-95b940c4] {
      color: #ff3434;
      font-size: 20px;
      float: left;
}
.clearfix[data-v-95b940c4] {
      margin-top: 10px;
      position: relative;
      height: 25px;
}
.slogansInfo[data-v-95b940c4] {
      font-size: 12px;
      color: #5d5d5d;
      margin-top: 10px;
      overflow: hidden;
      line-height: 20px;
}
.total-left[data-v-95b940c4] {
      float: left;
}
.total-right[data-v-95b940c4] {
      float: right;
}
.dengji[data-v-95b940c4] {
      float: right;
}
.task-title[data-v-95b940c4] {
      width: 100%;
      word-break: break-all;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 17px;
      font-weight: 900;
      margin-top: 10px;
      line-height: 25px;
      height: 50px;
}
.task-title a[data-v-95b940c4] {
      color: #4a4a4a;
}
.partake_total[data-v-95b940c4] {
      color: #5d5d5d;
      margin-top: 10px;
      overflow: hidden;
      line-height: 20px;
}
.lqrw-btn[data-v-95b940c4] {
      background-color: #F6571A;
      padding: 10px 15px;
      color: #fff;
      font-size: 20px;
      border-radius: 5px;
      position: absolute;
      right: 0px;
      bottom: 0px;
}
.newHandpc[data-v-95b940c4] {
      position: absolute;
      left: 10px;
      top: -10px;
}
.taskAssignImg[data-v-95b940c4] {
      position: absolute;
      right: 10px;
      top: -10px;
}
.task-big-completion[data-v-95b940c4] {
      position: absolute;
      right: 10px;
      bottom: 10px;
      z-index: 1;
      width: 25%;
}
.vipMin[data-v-95b940c4]{
  position: absolute;
  top: -17px;
  right: 0;
  z-index: 15;
  width: 53px;
}

*[data-v-34a18382] {
  margin: 0;
  padding: 0;
}
.articlesList-bady[data-v-34a18382] {
  width: 97%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.articlesList-box[data-v-34a18382] {
  width: 100%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.bg-purple[data-v-34a18382] {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f4f4f4;
  width: 100%;
  overflow: hidden;
  height: 280px;
}
.bg-purple1[data-v-34a18382] {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f5d21e;
  width: 100%;
  overflow: hidden;
  height: 280px;
  line-height: 280px;
  text-align: center;
}
.cover-box[data-v-34a18382] {
  width: 100%;
  height: 137px;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.article-cover[data-v-34a18382] {
  width: 100%;
  height: 137px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.article-info[data-v-34a18382] {
  width: 100%;
  height: 158px;
  background: #f4f4f4;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.bg-purple:hover .article-info[data-v-34a18382] {
  height: 178px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.bg-purple:hover .cover-box[data-v-34a18382] {
  height: 117px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.bg-purple:hover .article-cover[data-v-34a18382] {
  margin-top: -15px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.bg-purple:hover .article-item__content__title[data-v-34a18382] {
  line-height: 30px;
  height: 60px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.article-nav[data-v-34a18382] {
  width: 100%;
  line-height: 50px;
}
.article-nav-title[data-v-34a18382] {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #27282d;
}
.icon-jiantou2[data-v-34a18382],
.icon-dianpu1[data-v-34a18382] {
  color: #FF6060;
}
.article-item__content__title[data-v-34a18382] {
  font-size: 16px;
  line-height: 25px;
  height: 50px;
  width: 95%;
  margin-bottom: 12px;
  color: #303030;
  font-style: normal;
  margin: 15px auto;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.article-item__content__title a[data-v-34a18382] {
  color: #303030;
}
.shop-name[data-v-34a18382] {
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
}
.content2[data-v-34a18382] {
  width: 95%;
  margin: 15px 2.5% 0 2.5%;
  font-size: 12px;
  line-height: 20px;
}
.content2 a[data-v-34a18382] {
  color: #cacaca;
}
.shop-name a[data-v-34a18382] {
  color: #606060;
}
.item-a[data-v-34a18382] {
  float: right;
  margin-left: 10px;
}

/* 修改 */
.list-box[data-v-34a18382] {
  /* padding-top:20px; */
  margin:0 auto;
}
.newestArticle[data-v-34a18382] {
  width: 100%;
}

p[data-v-769b49b5],
div[data-v-769b49b5],
span[data-v-769b49b5],
img[data-v-769b49b5] {
  margin: 0;
  padding: 0;
}
a[data-v-769b49b5] {
  text-decoration: none;
}
a[data-v-769b49b5],
body[data-v-769b49b5] {
  color: #333;
}
li[data-v-769b49b5] {
  line-height: 20px;
}
.jsd-meta[data-v-769b49b5] {
  color: #ff3434 !important;
}
.cover[data-v-769b49b5] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  /* border: 1px solid #f0f0f0; */
}
.svg-box[data-v-769b49b5] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
}
.svg-box1[data-v-769b49b5] {
  background-image: url(/static/img/01.c18eaf8.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box2[data-v-769b49b5] {
  background-image: url(/static/img/02.7793711.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box3[data-v-769b49b5] {
  background-image: url(/static/img/03.934f51a.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box4[data-v-769b49b5] {
  background-image: url(/static/img/04.9a6d971.jpg);
  height: 120px;
  text-align: center;
  line-height: 150px;
  line-height: 120px;
  background-size: 100%
}
.svg-box5[data-v-769b49b5] {
  background-image: url(/static/img/05.6dc814f.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box6[data-v-769b49b5] {
  background-image: url(/static/img/06.737e099.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box7[data-v-769b49b5] {
  background-image: url(/static/img/07.114fed3.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box8[data-v-769b49b5] {
  background-image: url(/static/img/08.e946a1f.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box9[data-v-769b49b5] {
  background-image: url(/static/img/09.7ef65f5.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box10[data-v-769b49b5] {
  background-image: url(/static/img/10.adc6807.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box11[data-v-769b49b5] {
  background-image: url(/static/img/11.f5b6d80.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box12[data-v-769b49b5] {
  background-image: url(/static/img/12.482fca9.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box13[data-v-769b49b5] {
  background-image: url(/static/img/13.94da4f7.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box14[data-v-769b49b5] {
  background-image: url(/static/img/14.2d1360f.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box15[data-v-769b49b5] {
  background-image: url(/static/img/15.6bcdb5c.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box16[data-v-769b49b5] {
  background-image: url(/static/img/16.c3ca3b8.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box17[data-v-769b49b5] {
  background-image: url(/static/img/17.49677d4.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box18[data-v-769b49b5] {
  background-image: url(/static/img/18.c1c49fc.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box19[data-v-769b49b5] {
  background-image: url(/static/img/19.5ee93b7.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box20[data-v-769b49b5] {
  background-image: url(/static/img/20.d73b998.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.cover-svg[data-v-769b49b5] {
  width: 60%;
  height: 40px;
  margin: 40px 0 0 0;
}
.title[data-v-769b49b5]:hover {
  text-decoration: underline;
}
.more[data-v-769b49b5] {
  width: 100%;
  /* height: 100px; */
}
.more-end[data-v-769b49b5] {
  width: 100%;
  height: 150px;
  border: 1px solid #fbfbfb;
  text-align: center;
  color: #999;
  margin-top: 100px;
}
.more-end img[data-v-769b49b5] {
  width: 100px;
}
.more-end p[data-v-769b49b5] {
  font-size: 14px;
}
.article-main[data-v-769b49b5] {
  margin-top: 20px;
}
.article-box[data-v-769b49b5] {
  width: 100%;
  /* height: 130px; */
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  position: relative;
  margin: 10px 0;
}
.stylrCopy[data-v-769b49b5] {
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  /* KHTML内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}
.title[data-v-769b49b5] {
  display: block;
  width: 100%;
  font-size: 17px;
  /* height: 20px; */
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: bold;
}
.abstract[data-v-769b49b5] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  font-size: 14px;
}
.abstract a[data-v-769b49b5] {
  color: #535869;
}
.meta[data-v-769b49b5] {
  width: 100%;
  height: 20px;
  /* position: absolute;
  bottom: 0; */
  margin-top: 5px;
  color: #999;
  font-size: 13px;
}
.icon-daojishi2[data-v-769b49b5] {
  margin-left: 20px;
}
.title-box[data-v-769b49b5] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-769b49b5] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-769b49b5] {
  color: #ff6060;
}
.title-box a[data-v-769b49b5] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-769b49b5] {
  float: right;
  font-size: 12px;
}
.icon-fenxiang1[data-v-769b49b5] {
  color: #bfb9b9;
  margin-left: 10px;
}
.share-cont[data-v-769b49b5] {
  margin-right: 20px;
  display: inline;
}


.qrCode[data-v-b6f7f4f8] {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
}
p[data-v-b6f7f4f8],
span[data-v-b6f7f4f8],
div[data-v-b6f7f4f8],
a[data-v-b6f7f4f8] {
  margin: 0;
  padding: 0;
}
ul li[data-v-b6f7f4f8] {
  list-style: none;
}
a[data-v-b6f7f4f8] {
  text-decoration: none;
  color: #108ee9;
  /* font-size: 13px; */
}
.payable-fee[data-v-b6f7f4f8] {
  width: 100%;
  border-bottom: 1px solid #d2caca;
  line-height: 30px;
  font-size: 14px;
}
.amount[data-v-b6f7f4f8] {
  font-size: 20px;
  color: red;
}
.amountPayable[data-v-b6f7f4f8]{
   color: #000;
}
.rechargeContent[data-v-b6f7f4f8]{
  font-size: 19px;
  color: #000;
}
.balance[data-v-b6f7f4f8] {
  color: red;
}
.payment-method[data-v-b6f7f4f8] {
  width: 100%;
  margin-top: 30px;
}
.grid-content[data-v-b6f7f4f8] {
  text-align: center;
}
.icon-alipay[data-v-b6f7f4f8] {
  font-size: 50px;
  color: #108ee9;
}
.icon-weixinzhifu1[data-v-b6f7f4f8] {
  font-size: 30px;
  color: #41b80f;
}
.zfmc[data-v-b6f7f4f8] {
  font-size: 30px;
  color: #000;
  margin-left: 20px;
}
.yezf[data-v-b6f7f4f8] {
  width: 100%;
  margin-top: 30px;
}
.btn-box[data-v-b6f7f4f8] {
  margin-top: 30px;
}
.qrcode[data-v-b6f7f4f8] {
  width: 200px;
  margin: 20px auto;
}
.cxscewm[data-v-b6f7f4f8] {
  text-align: center;
  cursor: pointer;
  color: #d6d1d1;
}
.cxscewm[data-v-b6f7f4f8]:hover {
  color: #6b6b6b;
}
.smts[data-v-b6f7f4f8]{
  margin-top:20px;
  font-size:14px;
  color:#c5c5c5;
  text-align:center;
  padding-bottom:20px;
}

*[data-v-65c259e4] {
  margin: 0;
  padding: 0;
}
a[data-v-65c259e4],
a[data-v-65c259e4]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-65c259e4],
ol[data-v-65c259e4],
h1[data-v-65c259e4],
h2[data-v-65c259e4],
h3[data-v-65c259e4],
h4[data-v-65c259e4],
p[data-v-65c259e4] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-65c259e4],
ol[data-v-65c259e4] {
  list-style: none;
}
.recommendedAuthor-box[data-v-65c259e4] {   
  width: 100%;   
  overflow: hidden;
}
.top[data-v-65c259e4] {
  border-bottom: 2px solid #DBDBDB;
  margin-bottom: 15px;
  height: 30px;  
  margin-top: 1px;
}
.more[data-v-65c259e4] {
  color: #B3B3B3;
  font-size: 13px;
  padding-top: 5px;
  float: right;
  font-weight: normal;
}
.title[data-v-65c259e4] {
  position: relative;
  top: 2px;
  display: inline-block;
  padding-bottom: 5px;
  /* margin-bottom: 10px; */
  border-bottom: 2px solid #ff3434;
  font-size: 18px;
  line-height: 21px;
  /* font-weight: 700; */
}
.cont a[data-v-65c259e4] {
  font-size:14px;
  color: #535869;
  line-height: 50px;
}
.cont[data-v-65c259e4] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;  
  border-bottom:1px solid #f7f4f4;
}
.icon[data-v-65c259e4] {
  font-size: 20px;
  color: #26b88c;
}
.xhsz[data-v-65c259e4] {
  color: #ff0003;
  font-size: 17px;
  font-style:italic;
}

*[data-v-b47871a0] {
  margin: 0;
  padding: 0;
}
ul li[data-v-b47871a0] {
  list-style: none;
}
a[data-v-b47871a0] {
  text-decoration: none;
}
.advertising-box[data-v-b47871a0] {
  width: 100%;
  position: relative; 
  /* margin-top: 20px;    */
}
img[data-v-b47871a0] {
  height: 158px;
  width: 100%;
}
.title[data-v-b47871a0] {
  position: absolute;
  bottom: 3px;
  right: 0;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.5215686274509804);
  font-size: 13px;
  color: #fff;
}
.adv-div[data-v-b47871a0]{
  margin-bottom: 20px;
  height: 158px;
  width: 100%;
}

p[data-v-31989267],
span[data-v-31989267],
div[data-v-31989267],
a[data-v-31989267] {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.music-bady[data-v-31989267] {
  width: 97%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.courseware-list-box[data-v-31989267] {
  width: 100%;
  background: #fff;
}
.title-box[data-v-31989267] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-31989267] {
  font-size: 20px;
  font-weight: initial;
  color: #df0006;
  letter-spacing: 1px;
}
.title-box a[data-v-31989267] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-31989267] {
  float: right;
  font-size: 12px;
}
.cover[data-v-31989267] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
}
.title[data-v-31989267] {
  display: block;
  width: 100%;
  height: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-top: 10px;
}
.courseware-list-box[data-v-31989267] {
  width: 100%;
  height: 160px;
  margin: 10px 0;
  position: relative;
}

*[data-v-4fd454fa] {
  margin: 0;
  padding: 0;
}
.ebook-bady[data-v-4fd454fa] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.ebook-box[data-v-4fd454fa] {
  width: 95%;
  min-height: 100px;
  background: #fff;
  margin-left: 2.5%;
}
.title-zhu[data-v-4fd454fa] {
  font-size: 20px;
  font-weight: initial;
  color: #df0006;
  letter-spacing: 1px;
}
.title-box[data-v-4fd454fa] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-box a[data-v-4fd454fa] {
  color: #4a4a4a;
}
.nav-more-btn[data-v-4fd454fa] {
  float: right;
  font-size: 12px;
}
.cover[data-v-4fd454fa] {
  width: 100%;
  height: 300px;
  border-radius: 4px;
  -webkit-box-shadow: 6px 8px 5px 0px rgb(0 0 0 / 18%);
          box-shadow: 6px 8px 5px 0px rgb(0 0 0 / 18%);
}
.title[data-v-4fd454fa] {
  display: block;
  width: 100%;
  height: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.courseware-list-box[data-v-4fd454fa] {
  width: 100%;
  margin: 10px 0;
  position: relative;
}
.list-box[data-v-4fd454fa] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dzs-i[data-v-4fd454fa]{
  position: absolute;
  padding: 5px 10px ;
  color: #fff;
  background: rgb(0 0 0 / 59%);
  right: 0;
  bottom: 34px;
  font-size: 12px;
}

div[data-v-02afa749],
p[data-v-02afa749],
h3[data-v-02afa749],
h1[data-v-02afa749],
span[data-v-02afa749],
h2[data-v-02afa749] {
  margin: 0;
  padding: 0;
}
a[data-v-02afa749] {
  text-decoration: none;
}
a[data-v-02afa749],
body[data-v-02afa749] {
  color: #333;
}
.el-card-box[data-v-02afa749] {
  margin-top: 20px;
}
.card-main[data-v-02afa749] {
  width: 100%;
  overflow: hidden;
  line-height: 60px;
}
.icon-word[data-v-02afa749] {
  float: left;
}
.plate-list-box[data-v-02afa749] {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.plate-list-p[data-v-02afa749] {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.card-main[data-v-02afa749] {
  width: 100%;
  overflow: hidden;
  line-height: 60px;
}
.icon-shijuan[data-v-02afa749] {
  font-size: 18px;
  color: #e2e2e2;
}
.plate-bottom-list-box[data-v-02afa749] {
  width: 96%;
  margin: 20px auto;
  min-height: 50px;
  border-top: 1px dotted #ccc;
}
.el-card-box[data-v-02afa749] {
  margin-top: 20px;
}
.el-card-p[data-v-02afa749] {
  float: left;
  margin-left: 20px;
  font-weight: 700;
  font-size: 18px;
}
.title-box[data-v-02afa749] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
  margin-bottom: 20px;
}
.title-zhu[data-v-02afa749] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-02afa749] {
  color: #ff6060;
}
.title-box a[data-v-02afa749] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-02afa749] {
  float: right;
  font-size: 12px;
}
.sjimg-box[data-v-02afa749] {
  width: 100%;
  height: 300px;
  background: #e2f9f5;
  text-align: center;
}
.created_at[data-v-02afa749] {
  font-size: 12px;
  color: #d0c9c9;
}
.wzjg[data-v-02afa749] {
  font-size: 18px;
  color: red;
}


div[data-v-492b8c7c],
p[data-v-492b8c7c],
span[data-v-492b8c7c],
ul[data-v-492b8c7c],
li[data-v-492b8c7c] {
  margin: 0;
  padding: 0;
}
.articlesList-bady[data-v-492b8c7c] {
  width: 97%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.articlesList-box[data-v-492b8c7c] {
  width: 100%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.bg-purple[data-v-492b8c7c] {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f4f4f4;
  width: 100%;
  overflow: hidden;
  height: 280px;
}
.bg-purple1[data-v-492b8c7c] {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f5d21e;
  width: 100%;
  overflow: hidden;
  height: 280px;
  line-height: 280px;
  text-align: center;
}
.cover-box[data-v-492b8c7c] {
  width: 100%;
  height: 137px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.article-cover[data-v-492b8c7c] {
  width: 100%;
  height: 137px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.title-box a[data-v-492b8c7c] {
  color: #000;
}
.article-info[data-v-492b8c7c] {
  width: 100%;
  height: 158px;
  background: #f4f4f4;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bg-purple:hover .article-info[data-v-492b8c7c] {
  height: 178px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bg-purple:hover .cover-box[data-v-492b8c7c] {
  height: 117px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bg-purple:hover .article-cover[data-v-492b8c7c] {
  margin-top: -15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bg-purple:hover .article-item__content__title[data-v-492b8c7c] {
  line-height: 30px;
  height: 60px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.article-nav[data-v-492b8c7c] {
  width: 100%;
  line-height: 50px;
}
.article-nav-title[data-v-492b8c7c] {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #27282d;
}
.article-item__content__title[data-v-492b8c7c] {
  font-size: 16px;
  line-height: 25px;
  height: 50px;
  width: 95%;
  margin-bottom: 12px;
  color: #303030;
  font-style: normal;
  margin: 15px auto;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.article-item__content__title a[data-v-492b8c7c] {
  color: #303030;
}
.shop-name[data-v-492b8c7c] {
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
}
.content2[data-v-492b8c7c] {
  width: 95%;
  margin: 15px 2.5% 0 2.5%;
  font-size: 12px;
  line-height: 20px;
}
.content2 a[data-v-492b8c7c] {
  color: #cacaca;
}
.shop-name a[data-v-492b8c7c] {
  color: #606060;
}
.item-a[data-v-492b8c7c] {
  float: right;
  margin-left: 10px;
}

/* 修改 */
.list-box[data-v-492b8c7c] {
  margin: 0px auto;
}
.newestArticle[data-v-492b8c7c] {
  width: 100%;
}
.margin-tool[data-v-492b8c7c] {
  min-height: 80px;
  margin-top: 10px;
}
.el-collapse[data-v-492b8c7c] {
  /* padding-bottom: 30px; */
}
.content-box[data-v-492b8c7c] {
  width: 100%;
  overflow: hidden;
}
.title[data-v-492b8c7c] {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}
.title-box a[data-v-492b8c7c] {
  color: #000;
}
.title-right[data-v-492b8c7c] {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.imgmar[data-v-492b8c7c] {
  width: 100%;
  float: left;
  height: 110px;
  margin-right: 21px;
}
.cover[data-v-492b8c7c] {
  width: 100%;
  height: 110px;
}
.img-box[data-v-492b8c7c] {
  margin: 15px 0;
  overflow: hidden;
}
.cover-box[data-v-492b8c7c] {
  margin: 15px 0;
  overflow: hidden;
}
.el-collapse[data-v-492b8c7c] {
  position: relative;
}
.textSection-box[data-v-492b8c7c] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f6f6f7;
  /* position: absolute;
  bottom: 0; */
}
.textSection-right-box[data-v-492b8c7c] {
  width: 100%;
  /* background: #f5f5f5; */
  height: auto;
  margin-top: 10px;
}
.jsd-meta[data-v-492b8c7c] {
  color: #9faec3 !important;
  margin-left: 10px;
  font-size: 12px;
}
.jsd-meta a[data-v-492b8c7c] {
  color: #9faec3 !important;
}
.textSection-box a[data-v-492b8c7c] {
  /* margin-right: 10px; */
  color: #b4b4b4;
}
.rate[data-v-492b8c7c] {
  font-size: 14px;
  overflow: hidden;
  height: auto;
  margin-top: 15px;
}
.rate label[data-v-492b8c7c],
.rate p[data-v-492b8c7c] {
  float: left;
  margin-right: 10px;
  /* line-height: 30px; */
  color: #f7ba2a !important;
}
.rate p[data-v-492b8c7c] {
  margin-right: 20px;
  width: 200px;
  overflow: hidden;
}
.excerpt-box[data-v-492b8c7c] {
  margin-top: 10px;
}
.excerpt-box span[data-v-492b8c7c] {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article_content-box[data-v-492b8c7c] {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
.article_content-box span[data-v-492b8c7c] {
  font-size: 15px;
  line-height: 30px;
}
.xqbtn[data-v-492b8c7c] {
  color: #62abc7 !important;
  float: right;
  margin-left: 15px;
  font-size: 13px;
}
.title-box[data-v-492b8c7c] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-492b8c7c] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-492b8c7c] {
  color: #ff6060;
}
.title-box a[data-v-492b8c7c] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-492b8c7c] {
  float: right;
  font-size: 12px;
}
.margin-tool[data-v-492b8c7c] {
  /* padding-bottom: 20px; */
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}
.answering_process[data-v-492b8c7c]{
      display: block;
}
.question_content[data-v-492b8c7c],
.question_content p[data-v-492b8c7c] {
  width: 98%;
  /* margin-bottom: 20px; */
  margin-left: 1%;
  /* margin: 10px 0; */
  /* padding-left: 10px; */
}
.question_daan[data-v-492b8c7c] {
  width: 100%;
  /* margin-top: 20px; */
  margin-left: 10px;
  overflow: hidden;
}
.question_daan table[data-v-492b8c7c] {
  text-align: center;
}
.question_answer[data-v-492b8c7c] {
  color: red;
}
.daan-text[data-v-492b8c7c] {
  display: block;
  margin-right: 20px;
  /* float: left; */
}
.daan-text p[data-v-492b8c7c] {
  float: left;
}
.el-collapse[data-v-492b8c7c] {
  border-top: none;
}
.share-cont[data-v-492b8c7c] {
  margin-right: 20px;
  display: inline;
}
.icon-fenxiang1[data-v-492b8c7c] {
  color: #bfb9b9;
  margin-left: 10px;
  /* float:right; */
}
.share-top .social-share .social-share-icon[data-v-492b8c7c] {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
}
.primary-color[data-v-492b8c7c] {
  color: #2663bd;
  font-size: 15px;
  font-weight: 600;
}
.em-anchor[data-v-492b8c7c] {
  color: #e2473d;
  cursor: pointer;
}
.knowledge[data-v-492b8c7c] {
  line-height: 20px;
  margin-top: 15px;
  color: #2663bd;
  font-size: 15px;
  font-weight: 600;
}
.knowledgeClassName[data-v-492b8c7c] {
  color: #6486b9;
}
.answer[data-v-492b8c7c] {
  /* margin-top: 10px; */
}
.el-icon-s-data[data-v-492b8c7c] {
  color: #16b71b;
  float: right;
  font-size: 25px;
}
.jzz[data-v-492b8c7c] {
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #a0a0a0;
  font-size: 15px;
}
.jsd-right-meta[data-v-492b8c7c] {
  float: right;
  margin-right: 20px;
  cursor: pointer;
  color: #4382e0 !important;
}
.icon-gantanhao[data-v-492b8c7c] {
  margin-right: 5px;
  font-size: 12px;
}
.zfwl-box[data-v-492b8c7c] {
  background-color: #fa6e86;
}
.zfwl[data-v-492b8c7c] {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
.zfwl-mun[data-v-492b8c7c] {
  font-size: 16px;
  text-align: center;
}
.box-card[data-v-492b8c7c] {
  line-height: 25px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  font-weight: 700;
  margin: 20px 0;
}
.tj-title[data-v-492b8c7c] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
  color: #ff3434;
}
.tj-title a[data-v-492b8c7c] {
  font-size: 15px;
  color: #ef5a5a;
  float: right;
  margin-left: 10px;
}
.tjfbt[data-v-492b8c7c] {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}
.resources-btn[data-v-492b8c7c] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: red;
  text-align: center;
  color: #fff;
}


*[data-v-1392ca7a] {
  margin: 0;
  padding: 0;
}
a[data-v-1392ca7a],
a[data-v-1392ca7a]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-1392ca7a],
ol[data-v-1392ca7a],
h1[data-v-1392ca7a],
h2[data-v-1392ca7a],
h3[data-v-1392ca7a],
h4[data-v-1392ca7a],
p[data-v-1392ca7a] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-1392ca7a],
ol[data-v-1392ca7a] {
  list-style: none;
}
.courseware-box[data-v-1392ca7a] {
  width: 100%;
  overflow: hidden;
}
.top[data-v-1392ca7a] {
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 15px;
  height: 30px;
  margin-top: 1px;
}
.more[data-v-1392ca7a] {
  color: #b3b3b3;
  font-size: 13px;
  padding-top: 5px;
  float: right;
  font-weight: normal;
}
.title[data-v-1392ca7a] {
  position: relative;
  top: 2px;
  display: inline-block;
  padding-bottom: 5px;
  /* margin-bottom: 10px; */
  border-bottom: 2px solid #ff3434;
  font-size: 18px;
  line-height: 21px;
  /* font-weight: 700; */
}
.cont a[data-v-1392ca7a] {
  font-size: 14px;
  color: #535869;
  line-height: 50px;
}
.cont[data-v-1392ca7a] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.icon[data-v-1392ca7a] {
  font-size: 20px;
  color: #26b88c;
  margin-right: 5px;
}
.xhsz[data-v-1392ca7a] {
  color: #ff0003;
  font-size: 17px;
  font-style: italic;
}
.exi-box[data-v-1392ca7a] {
  width: 100%;
  height: 60px;
}
.cover[data-v-1392ca7a] {
  width: 100%;
  height: 60px;
}
.exi-info[data-v-1392ca7a] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}

p[data-v-36508584] {
  margin: 0;
  padding: 0;
}
.daan-text[data-v-36508584] {
  display: block;
  margin-right: 20px;
  /* float: left; */
}
.daan-text p[data-v-36508584] {
  float: left;
}


body[data-v-d8464574],
dd[data-v-d8464574],
dl[data-v-d8464574],
dt[data-v-d8464574],
fieldset[data-v-d8464574],
form[data-v-d8464574],
h1[data-v-d8464574],
h2[data-v-d8464574],
h3[data-v-d8464574],
h4[data-v-d8464574],
h5[data-v-d8464574],
h6[data-v-d8464574],
hr[data-v-d8464574],
input[data-v-d8464574],
legend[data-v-d8464574],
li[data-v-d8464574],
ol[data-v-d8464574],
p[data-v-d8464574],
pre[data-v-d8464574],
td[data-v-d8464574],
textarea[data-v-d8464574],
th[data-v-d8464574],
ul[data-v-d8464574] {
  margin: 0;
  padding: 0;
}
.img-bady[data-v-d8464574] {
  width: 97%;
  min-height: 100px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-d8464574] {
  width: 100%;
  margin-top: 20px;
}
.m-title[data-v-d8464574] {
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.lw-tag[data-v-d8464574] {
  color: #2595e4;
}
.title-box[data-v-d8464574] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #df0006;
}
.title-zhu[data-v-d8464574] {
  font-size: 20px;
  font-weight: initial;
  color: #df0006;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-d8464574] {
  color: #ff6060;
}
.title-box a[data-v-d8464574] {
  color: #4a4a4a;
}
.m-title a[data-v-d8464574] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-d8464574] {
  float: right;
  font-size: 12px;
}
.xhsz[data-v-d8464574] {
  color: #ff0003;
  font-size: 14px;
  font-style:italic;
}

body[data-v-7a3cfed7],
dd[data-v-7a3cfed7],
dl[data-v-7a3cfed7],
dt[data-v-7a3cfed7],
fieldset[data-v-7a3cfed7],
form[data-v-7a3cfed7],
h1[data-v-7a3cfed7],
h2[data-v-7a3cfed7],
h3[data-v-7a3cfed7],
h4[data-v-7a3cfed7],
h5[data-v-7a3cfed7],
h6[data-v-7a3cfed7],
hr[data-v-7a3cfed7],
input[data-v-7a3cfed7],
legend[data-v-7a3cfed7],
li[data-v-7a3cfed7],
ol[data-v-7a3cfed7],
p[data-v-7a3cfed7],
pre[data-v-7a3cfed7],
td[data-v-7a3cfed7],
textarea[data-v-7a3cfed7],
th[data-v-7a3cfed7],
ul[data-v-7a3cfed7] {
  margin: 0;
  padding: 0;
}
.img-bady[data-v-7a3cfed7] {
  width: 97%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.bg-purple[data-v-7a3cfed7] {
  width: 100%;
}
.img-box[data-v-7a3cfed7] {
  width: 100%;
  margin-top: 20px;
}
.m-box[data-v-7a3cfed7] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.cover[data-v-7a3cfed7] {
  width: 100%;
  height: 200px;
  -webkit-box-shadow: 6px 4px 6px 0px rgb(0 0 0 / 23%);
          box-shadow: 6px 4px 6px 0px rgb(0 0 0 / 23%);
}
.info-box[data-v-7a3cfed7] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.info[data-v-7a3cfed7] {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-7a3cfed7] {
  font-size: 20px;
  font-weight: bold;
}
.m-title a[data-v-7a3cfed7]{
    color: #fff;
}
.m-fu-title[data-v-7a3cfed7] {
  font-size: 14px;
}
.m-box:hover .info-box[data-v-7a3cfed7] {
  display: block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.ckgd[data-v-7a3cfed7] {
  width: 100%;
  min-height: 350px;
  background-color: #f5d21e;
  line-height: 350px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-7a3cfed7] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-7a3cfed7] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-7a3cfed7] {
  color: #ff3434;
}
.title-box a[data-v-7a3cfed7] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-7a3cfed7] {
  float: right;
  font-size: 12px;
}

body[data-v-0116f4e0],
dd[data-v-0116f4e0],
dl[data-v-0116f4e0],
dt[data-v-0116f4e0],
fieldset[data-v-0116f4e0],
form[data-v-0116f4e0],
h1[data-v-0116f4e0],
h2[data-v-0116f4e0],
h3[data-v-0116f4e0],
h4[data-v-0116f4e0],
h5[data-v-0116f4e0],
h6[data-v-0116f4e0],
hr[data-v-0116f4e0],
input[data-v-0116f4e0],
legend[data-v-0116f4e0],
li[data-v-0116f4e0],
ol[data-v-0116f4e0],
p[data-v-0116f4e0],
pre[data-v-0116f4e0],
td[data-v-0116f4e0],
textarea[data-v-0116f4e0],
th[data-v-0116f4e0],
ul[data-v-0116f4e0] {
  margin: 0;
  padding: 0;
}
.music-bady[data-v-0116f4e0] {
  width: 97%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-0116f4e0] {
  width: 100%;
  margin-top: 20px;
}
.bg-purple[data-v-0116f4e0] {
  width: 100%;
}
.music-box[data-v-0116f4e0] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.m-box[data-v-0116f4e0] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.cover[data-v-0116f4e0] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-0116f4e0] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
}
.info[data-v-0116f4e0] {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-0116f4e0] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.m-fu-title[data-v-0116f4e0] {
  font-size: 14px;
}
.m-box:hover .m-title[data-v-0116f4e0] {
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.m-box:hover .m-fu-title[data-v-0116f4e0] {
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.ckgd[data-v-0116f4e0] {
  width: 100%;
  min-height: 200px;
  background-color: #f5d21e;
  line-height: 200px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-0116f4e0] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-0116f4e0] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-0116f4e0] {
  color: #ff3434;
}
.title-box a[data-v-0116f4e0] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-0116f4e0] {
  float: right;
  font-size: 12px;
}

body[data-v-4e52ca83],
dd[data-v-4e52ca83],
dl[data-v-4e52ca83],
dt[data-v-4e52ca83],
fieldset[data-v-4e52ca83],
form[data-v-4e52ca83],
h1[data-v-4e52ca83],
h2[data-v-4e52ca83],
h3[data-v-4e52ca83],
h4[data-v-4e52ca83],
h5[data-v-4e52ca83],
h6[data-v-4e52ca83],
hr[data-v-4e52ca83],
input[data-v-4e52ca83],
legend[data-v-4e52ca83],
li[data-v-4e52ca83],
ol[data-v-4e52ca83],
p[data-v-4e52ca83],
pre[data-v-4e52ca83],
td[data-v-4e52ca83],
textarea[data-v-4e52ca83],
th[data-v-4e52ca83],
ul[data-v-4e52ca83] {
  margin: 0;
  padding: 0;
}
.music-bady[data-v-4e52ca83] {
  width: 97%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-4e52ca83] {
  width: 100%;
  margin-top: 20px;
}
.bg-purple[data-v-4e52ca83] {
  width: 100%;
}
.music-box[data-v-4e52ca83] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.m-box[data-v-4e52ca83] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.cover[data-v-4e52ca83] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-4e52ca83] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.info[data-v-4e52ca83] {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-4e52ca83] {
  font-size: 20px;
  font-weight: bold;
}
.m-fu-title[data-v-4e52ca83] {
  font-size: 14px;
}
.m-box:hover .m-title[data-v-4e52ca83] {
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.m-box:hover .info-box[data-v-4e52ca83] {
  background: rgba(0, 0, 0, 0.54);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.ckgd[data-v-4e52ca83] {
  width: 100%;
  height: 200px;
  background-color: #f5d21e;
  line-height: 200px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-4e52ca83] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-4e52ca83] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-4e52ca83] {
  color: #ff6060;
}
.title-box a[data-v-4e52ca83] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-4e52ca83] {
  float: right;
  font-size: 12px;
}

body[data-v-4f5fa77c],
dd[data-v-4f5fa77c],
dl[data-v-4f5fa77c],
dt[data-v-4f5fa77c],
fieldset[data-v-4f5fa77c],
form[data-v-4f5fa77c],
h1[data-v-4f5fa77c],
h2[data-v-4f5fa77c],
h3[data-v-4f5fa77c],
h4[data-v-4f5fa77c],
h5[data-v-4f5fa77c],
h6[data-v-4f5fa77c],
hr[data-v-4f5fa77c],
input[data-v-4f5fa77c],
legend[data-v-4f5fa77c],
li[data-v-4f5fa77c],
ol[data-v-4f5fa77c],
p[data-v-4f5fa77c],
pre[data-v-4f5fa77c],
td[data-v-4f5fa77c],
textarea[data-v-4f5fa77c],
th[data-v-4f5fa77c],
ul[data-v-4f5fa77c] {
  margin: 0;
  padding: 0;
}
.music-bady[data-v-4f5fa77c] {
  width: 97%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-4f5fa77c] {
  width: 100%;
  margin-top: 20px;
}
.bg-purple[data-v-4f5fa77c] {
  width: 100%;
}
.music-box[data-v-4f5fa77c] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.m-box[data-v-4f5fa77c] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.cover[data-v-4f5fa77c] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-4f5fa77c] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
}
.info[data-v-4f5fa77c] {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-4f5fa77c] {
  font-size: 20px;
  font-weight: bold;
}
.m-fu-title[data-v-4f5fa77c] {
  font-size: 14px;
}
.m-box:hover .m-title[data-v-4f5fa77c] {
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.m-box:hover .m-fu-title[data-v-4f5fa77c] {
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.m-box:hover .info-box[data-v-4f5fa77c] {
  background: rgba(0, 0, 0, 0.54);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.ckgd[data-v-4f5fa77c] {
  width: 100%;
  height: 200px;
  background-color: #f5d21e;
  line-height: 200px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-4f5fa77c] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-4f5fa77c] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-4f5fa77c] {
  color: #ff3434;
}
.title-box a[data-v-4f5fa77c] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-4f5fa77c] {
  float: right;
  font-size: 12px;
}

body[data-v-12c48283],
dd[data-v-12c48283],
dl[data-v-12c48283],
dt[data-v-12c48283],
fieldset[data-v-12c48283],
form[data-v-12c48283],
h1[data-v-12c48283],
h2[data-v-12c48283],
h3[data-v-12c48283],
h4[data-v-12c48283],
h5[data-v-12c48283],
h6[data-v-12c48283],
hr[data-v-12c48283],
input[data-v-12c48283],
legend[data-v-12c48283],
li[data-v-12c48283],
ol[data-v-12c48283],
p[data-v-12c48283],
pre[data-v-12c48283],
td[data-v-12c48283],
textarea[data-v-12c48283],
th[data-v-12c48283],
ul[data-v-12c48283] {
    margin: 0;
    padding: 0;
}
.music-bady[data-v-12c48283] {
    width: 97%;
    min-height: 300px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    margin: 0 auto;
}
.img-box[data-v-12c48283] {
    width: 100%;
    margin-top: 20px;
}
.bg-purple[data-v-12c48283] {
    width: 100%;
}
.ckgd[data-v-12c48283] {
    width: 100%;
    height: 200px;
    background-color: #f5d21e;
    line-height: 200px;
    text-align: center;
    font-size: 35px;
    color: #fff;
}
.title-box[data-v-12c48283] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-12c48283] {
    font-size: 20px;
    font-weight: initial;
    color: #ff3434;
    letter-spacing: 1px;
}
.icon-jiantou2[data-v-12c48283] {
    color: #ff3434;
}
.title-box a[data-v-12c48283] {
    color: #4a4a4a;
}
.article-nav-more-btn[data-v-12c48283] {
    float: right;
    font-size: 12px;
}
.res_fragment_content[data-v-12c48283] {
    width: 100%;
    height: 200px;
    line-height: 21px;
    color: #898989;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
}
.plate-list-box[data-v-12c48283] {
    margin: 10px auto;
}
.ebook-cover[data-v-12c48283] {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}
.img-list[data-v-12c48283] {
    width: 100%;
    min-height: 50px;
    /* background: red; */
    margin-bottom: 10px;
}
.res_fragment_name[data-v-12c48283] {
    width: 100%;
    line-height: 25px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
.icon-kongjian1[data-v-12c48283] {
    margin-right: 10px;
    color: red;
}
.actual_price[data-v-12c48283] {
    color: #f72323;
    font-size: 12px;
    margin-left: 20px;
}
.shop_name[data-v-12c48283] {
    width: 100%;
    margin-top: 10px;
    background: #efeded;
    padding: 5px 0;
}
.shop_name a[data-v-12c48283] {
    color: #919191;
    font-size: 12px;
    margin-left: 10px;
}
.by-button[data-v-12c48283] {
    margin-left: 20px;
}
.res_image_name[data-v-12c48283] {
    height: 25px;
    line-height: 25px;
}
.ve-pie-box[data-v-12c48283] {
    margin-bottom: 10px;
}
.res_fragment-box[data-v-12c48283] {
    margin-bottom: 10px;
    position: relative;
}
.serialNo[data-v-12c48283] {
    color: #919191;
    font-size: 12px;
    margin-left: 10px;
}
.dianjizk[data-v-12c48283] {
    width: 100%;
    height: 60px;
    background-color: #f5f5f5e3;
    text-align: center;
    line-height: 60px;
    position: absolute;
    bottom: 33px;
    left: 0;
    font-size: 13px;
}
.dianjizk span[data-v-12c48283] {
    cursor: pointer;
    color: #5c75d7;
    font-size: 15px;
}
.share-top .social-share .social-share-icon[data-v-12c48283] {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}
.share-cont[data-v-12c48283] {
    margin-right: 20px;
    display: inline;
}
.icon-fenxiang1[data-v-12c48283] {
    color: #bfb9b9;
    margin-left: 10px;
}

body[data-v-ab33fb10],
dd[data-v-ab33fb10],
dl[data-v-ab33fb10],
dt[data-v-ab33fb10],
fieldset[data-v-ab33fb10],
form[data-v-ab33fb10],
h1[data-v-ab33fb10],
h2[data-v-ab33fb10],
h3[data-v-ab33fb10],
h4[data-v-ab33fb10],
h5[data-v-ab33fb10],
h6[data-v-ab33fb10],
hr[data-v-ab33fb10],
input[data-v-ab33fb10],
legend[data-v-ab33fb10],
li[data-v-ab33fb10],
ol[data-v-ab33fb10],
p[data-v-ab33fb10],
pre[data-v-ab33fb10],
td[data-v-ab33fb10],
textarea[data-v-ab33fb10],
th[data-v-ab33fb10],
ul[data-v-ab33fb10] {
  margin: 0;
  padding: 0;
}
.img-bady[data-v-ab33fb10] {
  width: 97%;
  min-height: 100px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-ab33fb10] {
  width: 100%;
  margin-top: 20px;
}
.m-title[data-v-ab33fb10] {
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.lw-tag[data-v-ab33fb10] {
  color: #2595e4;
}
.title-box[data-v-ab33fb10] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-ab33fb10] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-ab33fb10] {
  color: #ff3434;
}
.title-box a[data-v-ab33fb10] {
  color: #4a4a4a;
}
.m-title a[data-v-ab33fb10] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-ab33fb10] {
  float: right;
  font-size: 12px;
}

body[data-v-3d11c40e],
dd[data-v-3d11c40e],
dl[data-v-3d11c40e],
dt[data-v-3d11c40e],
fieldset[data-v-3d11c40e],
form[data-v-3d11c40e],
h1[data-v-3d11c40e],
h2[data-v-3d11c40e],
h3[data-v-3d11c40e],
h4[data-v-3d11c40e],
h5[data-v-3d11c40e],
h6[data-v-3d11c40e],
hr[data-v-3d11c40e],
input[data-v-3d11c40e],
legend[data-v-3d11c40e],
li[data-v-3d11c40e],
ol[data-v-3d11c40e],
p[data-v-3d11c40e],
pre[data-v-3d11c40e],
td[data-v-3d11c40e],
textarea[data-v-3d11c40e],
th[data-v-3d11c40e],
ul[data-v-3d11c40e] {
  margin: 0;
  padding: 0;
}
.img-bady[data-v-3d11c40e] {
  width: 97%;
  min-height: 100px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-3d11c40e] {
  width: 100%;
  margin-top: 20px;
}
.m-title[data-v-3d11c40e] {
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.lw-tag[data-v-3d11c40e] {
  color: #2595e4;
}
.title-box[data-v-3d11c40e] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-3d11c40e] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-3d11c40e] {
  color: #ff6060;
}
.title-box a[data-v-3d11c40e] {
  color: #4a4a4a;
}
.m-title a[data-v-3d11c40e] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-3d11c40e] {
  float: right;
  font-size: 12px;
}

body[data-v-342eb801],
dd[data-v-342eb801],
dl[data-v-342eb801],
dt[data-v-342eb801],
fieldset[data-v-342eb801],
form[data-v-342eb801],
h1[data-v-342eb801],
h2[data-v-342eb801],
h3[data-v-342eb801],
h4[data-v-342eb801],
h5[data-v-342eb801],
h6[data-v-342eb801],
hr[data-v-342eb801],
input[data-v-342eb801],
legend[data-v-342eb801],
li[data-v-342eb801],
ol[data-v-342eb801],
p[data-v-342eb801],
pre[data-v-342eb801],
td[data-v-342eb801],
textarea[data-v-342eb801],
th[data-v-342eb801],
ul[data-v-342eb801] {
  margin: 0;
  padding: 0;
}
.shop-bady[data-v-342eb801] {
  width: 100%;
  min-height: 100px;
  /* background: #fff; */
}
.shop-main[data-v-342eb801] {
  width: 97%;
  min-height: 100px;
  margin-left: 1.5%;
  padding-bottom: 20px;
}
.grid-content[data-v-342eb801] {
  width: 100%;
  min-height: 200px;
  position: relative;
}
.shop-box[data-v-342eb801] {
  margin-bottom: 20px;
  position: relative;
}
.cover-box[data-v-342eb801] {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.shop-cover[data-v-342eb801] {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.article-nav-more-btn[data-v-342eb801] {
  float: right;
  cursor: pointer;
  font-size: 12px;
  color: #333;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-jiantou2[data-v-342eb801] {
  color: #ff6060;
}
.shop-info[data-v-342eb801] {
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.45098039215686275);
  position: absolute;
  top: 0;
}
.shop-name[data-v-342eb801] {
  position: relative;
  margin: 50px 0 15px 2.5%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  font-weight: bold;
  text-align: center;
}
.description[data-v-342eb801] {
  width: 95%;
  text-align: center;
  line-height: 25px;
  color: #fff;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px auto;
}
.cover-box:hover .shop-cover[data-v-342eb801] {
  width: 400px;
  height: 250px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.cover-box:hover .shop-info[data-v-342eb801] {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: rgba(0, 0, 0, 0.66);
}

/* 修改 */
.title-box[data-v-342eb801] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-342eb801] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-342eb801] {
  color: #ff3434;
}
.title-box a[data-v-342eb801] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-342eb801] {
  float: right;
  font-size: 12px;
}
.list-box[data-v-342eb801] {
  margin: 0px auto;
}
.title-tab[data-v-342eb801] {
  margin-left: 30px;
  cursor: pointer;
  color: #000;
}
.title-tab[data-v-342eb801]:hover {
  color: #de8c26;
}
.active[data-v-342eb801]{
  color:#de8c26;
}

body[data-v-28107611],
dd[data-v-28107611],
dl[data-v-28107611],
dt[data-v-28107611],
fieldset[data-v-28107611],
form[data-v-28107611],
h1[data-v-28107611],
h2[data-v-28107611],
h3[data-v-28107611],
h4[data-v-28107611],
h5[data-v-28107611],
h6[data-v-28107611],
hr[data-v-28107611],
input[data-v-28107611],
legend[data-v-28107611],
li[data-v-28107611],
ol[data-v-28107611],
p[data-v-28107611],
pre[data-v-28107611],
td[data-v-28107611],
textarea[data-v-28107611],
th[data-v-28107611],
ul[data-v-28107611] {
  margin: 0;
  padding: 0;
}
.music-bady[data-v-28107611] {
  width: 100%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-28107611] {
  width: 100%;
  margin-top: 20px;
}
.bg-purple[data-v-28107611] {
  width: 100%;
}
.music-box[data-v-28107611] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.m-box[data-v-28107611] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.cover[data-v-28107611] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-28107611] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.info[data-v-28107611] {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-28107611] {
  font-size: 20px;
  font-weight: bold;
}
.m-fu-title[data-v-28107611] {
  font-size: 14px;
}
.m-box:hover .m-title[data-v-28107611] {
  font-size: 25px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.m-box:hover .info-box[data-v-28107611] {
  background: rgba(0, 0, 0, 0.54);
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.ckgd[data-v-28107611] {
  width: 100%;
  height: 200px;
  background-color: #f5d21e;
  line-height: 200px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-28107611] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #DF0006;
}
.title-zhu[data-v-28107611] {
  font-size: 20px;
  font-weight: initial;
  color: #DF0006;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-28107611] {
  color: #FF6060;
}
.title-box a[data-v-28107611] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-28107611] {
  float: right;
  font-size: 12px;
}

body[data-v-7b01ca22],
dd[data-v-7b01ca22],
dl[data-v-7b01ca22],
dt[data-v-7b01ca22],
fieldset[data-v-7b01ca22],
form[data-v-7b01ca22],
h1[data-v-7b01ca22],
h2[data-v-7b01ca22],
h3[data-v-7b01ca22],
h4[data-v-7b01ca22],
h5[data-v-7b01ca22],
h6[data-v-7b01ca22],
hr[data-v-7b01ca22],
input[data-v-7b01ca22],
legend[data-v-7b01ca22],
li[data-v-7b01ca22],
ol[data-v-7b01ca22],
p[data-v-7b01ca22],
pre[data-v-7b01ca22],
td[data-v-7b01ca22],
textarea[data-v-7b01ca22],
th[data-v-7b01ca22],
ul[data-v-7b01ca22] {
  margin: 0;
  padding: 0;
}
.music-bady[data-v-7b01ca22] {
  width: 100%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-7b01ca22] {
  width: 100%;
  margin-top: 20px;
}
.bg-purple[data-v-7b01ca22] {
  width: 100%;
}
.music-box[data-v-7b01ca22] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.m-box[data-v-7b01ca22] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.cover[data-v-7b01ca22] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-7b01ca22] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
}
.info[data-v-7b01ca22] {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-7b01ca22] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.m-fu-title[data-v-7b01ca22] {
  font-size: 14px;
}
.m-box:hover .m-title[data-v-7b01ca22] {
  font-size: 25px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.m-box:hover .m-fu-title[data-v-7b01ca22] {
  font-size: 16px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.ckgd[data-v-7b01ca22] {
  width: 100%;
  min-height: 200px;
  background-color: #f5d21e;
  line-height: 200px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-7b01ca22] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #DF0006;
}
.title-zhu[data-v-7b01ca22] {
  font-size: 20px;
  font-weight: initial;
  color: #DF0006;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-7b01ca22] {
  color: #FF6060;
}
.title-box a[data-v-7b01ca22] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-7b01ca22] {
  float: right;
  font-size: 12px;
}

body[data-v-6ca91844],
dd[data-v-6ca91844],
dl[data-v-6ca91844],
dt[data-v-6ca91844],
fieldset[data-v-6ca91844],
form[data-v-6ca91844],
h1[data-v-6ca91844],
h2[data-v-6ca91844],
h3[data-v-6ca91844],
h4[data-v-6ca91844],
h5[data-v-6ca91844],
h6[data-v-6ca91844],
hr[data-v-6ca91844],
input[data-v-6ca91844],
legend[data-v-6ca91844],
li[data-v-6ca91844],
ol[data-v-6ca91844],
p[data-v-6ca91844],
pre[data-v-6ca91844],
td[data-v-6ca91844],
textarea[data-v-6ca91844],
th[data-v-6ca91844],
ul[data-v-6ca91844] {
  margin: 0;
  padding: 0;
}
.img-bady[data-v-6ca91844] {
  width: 100%;
  min-height: 100px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.bg-purple[data-v-6ca91844] {
  width: 100%;
}
.img-box[data-v-6ca91844] {
  width: 100%;
  margin-top: 20px;
}
.m-box[data-v-6ca91844] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.cover[data-v-6ca91844] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-6ca91844] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.info[data-v-6ca91844] {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-6ca91844] {
  font-size: 20px;
  font-weight: bold;
}
.m-fu-title[data-v-6ca91844] {
  font-size: 14px;
}
.m-box:hover .info-box[data-v-6ca91844] {
  display: block;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.ckgd[data-v-6ca91844] {
  width: 100%;
  min-height: 350px;
  background-color: #f5d21e;
  line-height: 350px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-6ca91844] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #DF0006;
}
.title-zhu[data-v-6ca91844] {
  font-size: 20px;
  font-weight: initial;
  color: #DF0006;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-6ca91844] {
  color: #FF6060;
}
.title-box a[data-v-6ca91844] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-6ca91844] {
  float: right;
  font-size: 12px;
}

body[data-v-589b72a0],
dd[data-v-589b72a0],
dl[data-v-589b72a0],
dt[data-v-589b72a0],
fieldset[data-v-589b72a0],
form[data-v-589b72a0],
h1[data-v-589b72a0],
h2[data-v-589b72a0],
h3[data-v-589b72a0],
h4[data-v-589b72a0],
h5[data-v-589b72a0],
h6[data-v-589b72a0],
hr[data-v-589b72a0],
input[data-v-589b72a0],
legend[data-v-589b72a0],
li[data-v-589b72a0],
ol[data-v-589b72a0],
p[data-v-589b72a0],
pre[data-v-589b72a0],
td[data-v-589b72a0],
textarea[data-v-589b72a0],
th[data-v-589b72a0],
ul[data-v-589b72a0] {
  margin: 0;
  padding: 0;
}
.music-bady[data-v-589b72a0] {
  width: 100%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-589b72a0] {
  width: 100%;
  margin-top: 20px;
}
.bg-purple[data-v-589b72a0] {
  width: 100%;
}
.music-box[data-v-589b72a0] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.m-box[data-v-589b72a0] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.cover[data-v-589b72a0] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-589b72a0] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
}
.info[data-v-589b72a0] {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-589b72a0] {
  font-size: 20px;
  font-weight: bold;
}
.m-fu-title[data-v-589b72a0] {
  font-size: 14px;
}
.m-box:hover .m-title[data-v-589b72a0] {
  font-size: 25px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.m-box:hover .m-fu-title[data-v-589b72a0] {
  font-size: 16px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.m-box:hover .info-box[data-v-589b72a0] {
  background: rgba(0, 0, 0, 0.54);
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.ckgd[data-v-589b72a0] {
  width: 100%;
  height: 200px;
  background-color: #f5d21e;
  line-height: 200px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-589b72a0] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #DF0006;
}
.title-zhu[data-v-589b72a0] {
  font-size: 20px;
  font-weight: initial;
  color: #DF0006;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-589b72a0] {
  color: #FF6060;
}
.title-box a[data-v-589b72a0] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-589b72a0] {
  float: right;
  font-size: 12px;
}

div[data-v-80bdda66],
p[data-v-80bdda66],
img[data-v-80bdda66] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-80bdda66] {
  width: 100%;
  min-height: 20px;
  border-bottom: 1px solid #efefef;
  /* position: fixed;
  z-index: 20;
  top: 0; */
  overflow: hidden;
}
.home-box1[data-v-80bdda66] {
  width: 100%;
}
.home[data-v-80bdda66] {
  width: 100%;
  overflow: hidden;
}
.body-box[data-v-80bdda66] {

  clear: both;
  width: 100%;
}
.plate-div[data-v-80bdda66] {
  width: 85%;
  margin: 0px auto;
}
.body-content[data-v-80bdda66] {
  overflow: hidden;
}
.banner-box[data-v-80bdda66] {
  width: 100%;
  min-height: 100px;
  position: relative;
}
.cont-box[data-v-80bdda66] {
  width: 100%;
  min-height: 300px;
}
.xslc[data-v-80bdda66] {
  width: 100%;
  background-image: url(/static/img/fblcbj.eb4c95b.jpg);
  text-align: center;
  background-size: 100% 100%;
  height: 338px;
  position: relative
}
.lqlc[data-v-80bdda66] {
  width: 100%;
  background-image: url(/static/img/lqlcbj.d3549d2.jpg);
  text-align: center;
  background-size: 100% 100%;
  height: 338px;
  position: relative
}
.lqzy-btn[data-v-80bdda66] {
  display: block;
  width: 15%;
  height: 70px;
  position: absolute;
  right: 8%;
  top: 45%;
  border-radius: 100px;
}
.fbrw-btn[data-v-80bdda66] {
  display: block;
  width: 16%;
  height: 75px;
  position: absolute;
  right: 5.5%;
  top: 50%;
  border-radius: 100px;
}
.xslct[data-v-80bdda66] {
  width: 90%;
  margin-top: 50px;
  height: 230px;
}
.lqlct[data-v-80bdda66] {
  width: 85%;
  margin-top: 100px;
  height: 150px;
}
.questions-box[data-v-80bdda66],
.shipin-box[data-v-80bdda66],
.tupian-box[data-v-80bdda66] {
  width: 100%;
  background: #F2F2F2;
  padding: 30px 0;
}
.tasks-box[data-v-80bdda66] {
  padding-bottom: 30px;
}


*[data-v-11ea2286] {
  margin: 0;
  padding: 0;
}
ul li[data-v-11ea2286] {
  list-style: none;
}
a[data-v-11ea2286] {
  text-decoration: none;
}
.advertising-box[data-v-11ea2286] {
  width: 100%;
  position: relative;
}
img[data-v-11ea2286] {
  width: 100%;
}
.title[data-v-11ea2286] {
  position: absolute;
  bottom: 3px;
  right: 0;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.5215686274509804);
  font-size: 13px;
  color: #fff;
}

*[data-v-8807f9f8] {
   margin: 0;
   padding: 0;
   font-family: 'Microsoft Yahei';
}
a[data-v-8807f9f8] {
   text-decoration: none;
   border: none;
}
.head-box[data-v-8807f9f8] {
   width: 100%;
   min-height:20px;
   background: #fff;
}
.menu-box[data-v-8807f9f8] {
   width: 85%;
   margin: 0 auto;
   position: relative;
   margin-top: 20px;
}
.nav-span[data-v-8807f9f8] {
   display: block;
   height: 50px;    
   text-align: center;
   margin: 0 50px 0 0px;
   font-size: 18px;
}
.menu-left[data-v-8807f9f8] {
   min-width: 100px;
   float: left;
   margin-top: 15px;
   margin-right: 20px;
}
.el-menu--horizontal>.el-menu-item.is-active[data-v-8807f9f8] {
   /* border-bottom: 2px solid #f46442; */
   color: #e0241b;
}
.el-menu-item[data-v-8807f9f8] {
   font-size: 16px;
}
.el-menu--horizontal>.el-menu-item[data-v-8807f9f8] {
   float: left;
   height: 30px;
   line-height: 30px;
   margin: 0;
   border-bottom: 2px solid transparent;
   color: #000;
}
.el-menu.el-menu--horizontal[data-v-8807f9f8] {
   border-bottom: solid 1px #fff;
}
.grid-content[data-v-8807f9f8] {
   overflow: hidden;
}
.menu-right[data-v-8807f9f8] {
   float: right;
   overflow: hidden;
}
.dropdown-menu-box[data-v-8807f9f8] {
   width: 350px;
   overflow: hidden;
}
.icon-qq[data-v-8807f9f8] {
   font-size: 22px;
}
.QQImg[data-v-8807f9f8] {
   width: 30px;
   margin-right: 10px;
}
.right-text[data-v-8807f9f8] {
   float: right;
   left: 30px;
}
.zixuan[data-v-8807f9f8]{
   font-size:24px;   
   color: #000;    
   font-family: 'Simsun';
}
.qqNumber[data-v-8807f9f8]{
   color: #E0241B;
   font-weight: bold;
   font-family: 'Simsun';
   font-size: 24px;
   letter-spacing:5px;
}

*[data-v-47f11ae2] {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
}
ul[data-v-47f11ae2],
ol[data-v-47f11ae2],
h1[data-v-47f11ae2],
h2[data-v-47f11ae2],
h3[data-v-47f11ae2],
h4[data-v-47f11ae2],
p[data-v-47f11ae2] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a[data-v-47f11ae2] {
  text-decoration: none;
}
.head-box[data-v-47f11ae2] {
  width: 100%;
  height: 40px;
  background: #464445;
}
.head[data-v-47f11ae2] {
  height: 40px;
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.include[data-v-47f11ae2] {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.salutatory-text[data-v-47f11ae2] {
  font-size: 14px;
  color: #fff;
}


div[data-v-bcabfe78],
p[data-v-bcabfe78] {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
}
a[data-v-bcabfe78] {
  text-decoration: none;
  border: none;
}
.avatar[data-v-bcabfe78] {
  width: 25px;
  float: left;
  margin-top: 8px;
  margin-right: 5px;
  border-radius: 50px;
  height: 25px;
}
.menu-right-box[data-v-bcabfe78] {
  height: 40px;
  outline: none;
  overflow: hidden;
  float: right;
}
.el-dropdown-menu[data-v-bcabfe78] {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  width: 150px;
}
.dro-p[data-v-bcabfe78] {
  width: 130px;
  line-height: 40px;
  text-align: left;
  padding-left: 20px;
}
.dro-p a[data-v-bcabfe78] {
  color: #fff;
}
.el-dropdown-menu__item[data-v-bcabfe78]:focus,
:not(.is-disabled).el-dropdown-menu__item[data-v-bcabfe78] :hover {
  color: #fff;
  background: #fafafa;
}
.menu-right-sapn[data-v-bcabfe78] {
  cursor: pointer;
  line-height: 40px;
  display: block;
  float: left;
  margin-left: 10px;
}
.menu-right-name[data-v-bcabfe78] {
  min-width: 50px;
  cursor: pointer;
  line-height: 40px;
  display: block;
  float: left;
  margin-left: 10px;
}
.icon-app1[data-v-bcabfe78] {
  font-size: 22px;
  color: #fff;
}
.icon-xiaoxi4[data-v-bcabfe78] {
  font-size: 24px;
  color: #fff;
}
.icon-app1[data-v-bcabfe78]:hover {
  color: #f46442;
}
.img-box[data-v-bcabfe78] {
  width: 150px;
  height: 150px;
  background: #fff;
}
.smxz[data-v-bcabfe78] {
  line-height: 40px;
  text-align: center;
}
.img-box img[data-v-bcabfe78] {
  width: 120px;
  height: 120px;
  margin-left: 15px;
}
.login[data-v-bcabfe78],
.register[data-v-bcabfe78] {
  color: #fff;
  font-size: 14px;
}
.login[data-v-bcabfe78]:hover {
  color: #f46442;
}
.register[data-v-bcabfe78]:hover {
  color: #f46442;
}
.write-box[data-v-bcabfe78] {
  /* width: 240px; */
  min-height: 100px;
}
.write-box-p[data-v-bcabfe78] {
  margin: 15px 0;
}
.el-menu[data-v-bcabfe78]:focus,
.el-menu[data-v-bcabfe78]:hover {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}
.el-dropdown-menu__item[data-v-bcabfe78] {
  padding: 0;
}
.UeEdit[data-v-bcabfe78] {
  float: right;
}
.el-dropdown[data-v-bcabfe78] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.el-dialog__title[data-v-bcabfe78] {
  line-height: 24px;
  font-size: 14px;
  color: #dc5030;
  font-weight: bold;
  width: 100%;
  text-align: center;
}


h1[data-v-0e123d3c],
h2[data-v-0e123d3c],
h3[data-v-0e123d3c],
h4[data-v-0e123d3c],
p[data-v-0e123d3c] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a[data-v-0e123d3c] {
  text-decoration: none;
}
.search-box[data-v-0e123d3c] {
  width: 100%;
  /* background: rgb(155, 145, 145); */
}
.search[data-v-0e123d3c] {
  height: 80px;
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.receptacle[data-v-0e123d3c] {
  width: 100%;
  height: 80px;
  /* overflow: hidden; */
}
.logoImg[data-v-0e123d3c] {
  margin-top: 24px;
}
.input-select-box[data-v-0e123d3c] {
  width: 100%;
  min-height: 20px;
  margin-top: 25px;
  border-top: 2px solid #c90000;
  border-bottom: 2px solid #c90000;
  border-left: 2px solid #c90000;
  border-radius: 100px;
}
.btn-box[data-v-0e123d3c] {
  /* width: 20%; */
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  float: right;
  text-align: right;
}
.fb-btn[data-v-0e123d3c] {
  background: #E0241B;
  padding: 13px 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.el-input-box[data-v-0e123d3c] {
  position: relative;
}
.el-icon-camera[data-v-0e123d3c] {
  font-size: 20px;
  position: absolute;
  right: 130px;
  top: 10px;
  color: #ccc;
  cursor: pointer;
}
.card-box[data-v-0e123d3c] {
  width: 580px;
  position: absolute;
  top: 50px;
  background: #fff;
  z-index: 200;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  text-align: center;
}
.gubicol[data-v-0e123d3c] {
  width: 95%;
  line-height: 20px;
  text-align: right;
}
.tip-text[data-v-0e123d3c] {
  width: 100%;
  line-height: 40px;
  color: #a5a5a5;
  font-size: 14px;
}
.el-icon-circle-close[data-v-0e123d3c] {
  cursor: pointer;
  font-size: 18px;
}
.el-icon-close[data-v-0e123d3c] {
  position: absolute;
  right: 10px;
  bottom: 10px;
}


*[data-v-3bac5c0f] {
  margin: 0;
  padding: 0;
}
.conent-box[data-v-3bac5c0f] {
  width: 100%;
  position: fixed;
  height: 600px;
  bottom: 0;
  z-index: 888;
}
.c_adver[data-v-3bac5c0f] {
  width: 500px;
  height:200px;    
  color: #fff;  
  text-align: center;
}
.title[data-v-3bac5c0f]{
  width: 460px;
  font-size: 21px;
  height: 40px;    
  margin: 0 auto;    
  color: #fff;
  line-height: 200px;
}
#box[data-v-3bac5c0f] {
  width: 500px;  
  background: #6cc9f5; 
  position: absolute;  
  -webkit-box-shadow:0px 0px 20px #636363;  
          box-shadow:0px 0px 20px #636363;  
  border-radius: 5px;
}
.djgb[data-v-3bac5c0f]{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;  
  font-size: 14px;  
  color: #fff;
}

*[data-v-d6612bf8] {
  margin: 0;
  padding: 0;
}
ul[data-v-d6612bf8],
ol[data-v-d6612bf8],
h1[data-v-d6612bf8],
h2[data-v-d6612bf8],
h3[data-v-d6612bf8],
h4[data-v-d6612bf8],
p[data-v-d6612bf8] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a[data-v-d6612bf8] {
  text-decoration: none;
}
.p-footer[data-v-d6612bf8] {
  font-size: 13px;
  color: #ffffff;
  padding: 100px 0 0 0;
  text-align: center;
  background: #464445;
  margin-top: 30px;
}
.p-footer a[data-v-d6612bf8] {
  margin: 0 10px;
  color: #fff;
}
.p-footer .contant_box[data-v-d6612bf8] {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  /* padding-bottom: 50px; */
}
.p-footer .discover_tmt h5[data-v-d6612bf8],
.p-footer .collaboration_box h5[data-v-d6612bf8] {
  font-size: 14px;
  color: #e0dfdf;
  margin-bottom: 20px;
  text-align: left;
}
.p-footer .discover_tmt .text_box[data-v-d6612bf8],
.p-footer .collaboration_box .text_box[data-v-d6612bf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-footer .discover_tmt .text_box a[data-v-d6612bf8],
.p-footer .collaboration_box .text_box a[data-v-d6612bf8] {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 0;
  font-size: 13px;
  color: #fff;
}
.p-footer .info[data-v-d6612bf8] {
  padding: 20px 0;
  color: #ababab;
  line-height: 30px;
  border-top: 1px solid #fff;
}
.p-footer .we_img_box[data-v-d6612bf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer .we_img_box .img_box[data-v-d6612bf8],
.p-footer .we_img_box img[data-v-d6612bf8] {
  width: 100px;
  height: 100px;
}
.p-footer .we_img_box .img_box[data-v-d6612bf8] {
  /* position: relative; */
}
.p-footer .we_img_box .img_box img[data-v-d6612bf8],
.p-footer .we_img_box img img[data-v-d6612bf8] {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 164, 160, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 164, 160, 0.2);
  margin-bottom: 15px;
}
.p-footer .we_img_box .hover_text p[data-v-d6612bf8] {
  font-size: 13px;
  color: #ffffff;
  line-height: 17px;
  white-space: nowrap;
}
img[data-v-d6612bf8] {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  color: #00a4a0;
}
.p-footer .we_img_box .img_box span[data-v-d6612bf8],
.p-footer .we_img_box img span[data-v-d6612bf8] {
  font-size: 13px;
  color: #fff;
}
.p-footer .we_img_box .taikong[data-v-d6612bf8] {
  margin-left: 38px;
}
.p-footer .usbox[data-v-d6612bf8] {
  position: absolute;
  bottom: 0;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.usbox h5[data-v-d6612bf8] {
  float: left;
}
.p-footer .usbox .text_box[data-v-d6612bf8] {
  float: left;
  margin-left: 10px;
}
.p-footer .usbox .text_box a[data-v-d6612bf8],
.p-footer .us_box .text_box img[data-v-d6612bf8] {
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-left: 0;
}


*[data-v-6cc1b6fe] {
  margin: 0;
  padding: 0;
}
.el-carousel--horizontal[data-v-6cc1b6fe] {
  overflow: hidden;
}
.banner-box1[data-v-6cc1b6fe] {
  margin: 0px auto;
  clear: both;
  width: 100%;
}
.bg-purple img[data-v-6cc1b6fe] {
  width: 100%;
  height: 540px;
} 


*[data-v-21adce27] {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
}
.shortcut-menu[data-v-21adce27] {
  width: 100%;
  height: 100px;
  background-color: #f5f5f5;
  padding: 30px 0;
}
.menu-box[data-v-21adce27] {
  height: 100px;
  width: 85%;
  margin: 0 auto;
  position: relative;
  /* background: red; */
}
.grid-content[data-v-21adce27] {
  margin-top: 30px;
  border-right: 1px solid #dcd8d8;
}
.title-text[data-v-21adce27] {
  font-size: 18px;
  color: #484848;
  line-height:25px;
}
.subhead-text[data-v-21adce27] {
  font-size: 12px;
  color: #686868; 
  line-height:20px;
}
.iocn[data-v-21adce27] {
  width: 50px;
  height: 50px;
}
.content3[data-v-21adce27] {
  border-right: none;
}


body[data-v-6a1feb7a],
  dd[data-v-6a1feb7a],
  dl[data-v-6a1feb7a],
  dt[data-v-6a1feb7a],
  fieldset[data-v-6a1feb7a],
  form[data-v-6a1feb7a],
  h1[data-v-6a1feb7a],
  h2[data-v-6a1feb7a],
  h3[data-v-6a1feb7a],
  h4[data-v-6a1feb7a],
  h5[data-v-6a1feb7a],
  h6[data-v-6a1feb7a],
  hr[data-v-6a1feb7a],
  input[data-v-6a1feb7a],
  legend[data-v-6a1feb7a],
  li[data-v-6a1feb7a],
  ol[data-v-6a1feb7a],
  p[data-v-6a1feb7a],
  pre[data-v-6a1feb7a],
  td[data-v-6a1feb7a],
  textarea[data-v-6a1feb7a],
  th[data-v-6a1feb7a],
  ul[data-v-6a1feb7a] {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei';
}
.task-title[data-v-6a1feb7a] {
    width: 100%;
    margin-top:63px;    
    font-size: 30px;
    text-align: center;
    color: #313131;
}
.task-subhead[data-v-6a1feb7a] {
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #8d8d8d;
}
.list-box[data-v-6a1feb7a]{
    margin-top: 30px;
}

body[data-v-76179f92],
dd[data-v-76179f92],
dl[data-v-76179f92],
dt[data-v-76179f92],
fieldset[data-v-76179f92],
form[data-v-76179f92],
h1[data-v-76179f92],
h2[data-v-76179f92],
h3[data-v-76179f92],
h4[data-v-76179f92],
h5[data-v-76179f92],
h6[data-v-76179f92],
hr[data-v-76179f92],
input[data-v-76179f92],
legend[data-v-76179f92],
li[data-v-76179f92],
ol[data-v-76179f92],
p[data-v-76179f92],
pre[data-v-76179f92],
td[data-v-76179f92],
textarea[data-v-76179f92],
th[data-v-76179f92],
ul[data-v-76179f92] {
  margin: 0;
  padding: 0;
}
.latest-tasks-box[data-v-76179f92] {
  width: 100%;
  min-height: 200px;
  background: #fff;
}
.plate[data-v-76179f92] {
  width: 100%;
  min-height: 100px;
}
.task-title[data-v-76179f92] {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #000;
  margin-top: 40px;
  padding-left: 20px;
  /* font-weight: bold; */
}
.task-reward_fee[data-v-76179f92] {
  color: #ff3434;
  font-size: 16px;
}
.task_type_name[data-v-76179f92] {
  color: #c1bebe;
  font-size: 16px;
}
.source_file_type_name[data-v-76179f92] {
  color: #c1bebe;
  font-size: 16px;
  text-align: center;
  display: block;
}
.meun[data-v-76179f92] {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.tjrw[data-v-76179f92] {
  font-size: 20px;
  color: #000;
  float: left;
  font-family: 'Microsoft Yahei';
}
.breadcrumb-box[data-v-76179f92] {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}
.more-btn[data-v-76179f92] {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  color: #000;
  cursor: pointer;
}
.list-box[data-v-76179f92] {
  width: 100%;
}
.li-content[data-v-76179f92] {
  width: 100%;
  margin-bottom: 20px;
  float: inherit;
  /* box-shadow: 3px 1px 20px 10px #dedede96; */
  border-radius: 10px;
}
.cover-box[data-v-76179f92] {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.task_cover[data-v-76179f92] {
  width: 100%;
  height: 160px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.task-info[data-v-76179f92] {
  width: 100%;
  height: 120px;
  float: left;
  -webkit-box-shadow: 0px 6px 4px #dedede96;
          box-shadow: 0px 6px 4px #dedede96;
  position: relative;
}
.task_div[data-v-76179f92] {
  padding: 20px 20px 10px 20px;
}
.reward_fee[data-v-76179f92] {
  color: red;
  font-size: 16px;
}
.source_file_type_name[data-v-76179f92] {
  float: right;
  color: #ccc;
}
.shop-box[data-v-76179f92] {
  width: 100%;
  height: 40px;
  position: absolute;
  top: -25px;
  z-index: 2;
  margin-left: 10px;
}
.shop_cover[data-v-76179f92] {
  width: 40px;
  border-radius: 100px;
  /* box-shadow: 1px 4px 4px #bdb8b8; */
  padding: 3px;
  background-color: #fff;
}
.shop_name[data-v-76179f92] {
  color: #666;
  font-size: 12px;
}
.breadcrumb-t[data-v-76179f92] {
  color: #999;
  cursor: pointer;
}
.iocn5[data-v-76179f92] {
  float: left;
  margin-right: 10px;
}


a[data-v-6aba923c],
p[data-v-6aba923c] {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'Microsoft Yahei';
}
ul li[data-v-6aba923c] {
  list-style: none;
}
.remuneration-box[data-v-6aba923c] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.plate[data-v-6aba923c] {
  width: 100%;
  min-height: 100px;
}
.task-title[data-v-6aba923c] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.task-reward_fee[data-v-6aba923c] {
  color: #df0006;
}
.task_type_name[data-v-6aba923c] {
  color: #c1bebe;
}
.rem-main[data-v-6aba923c] {
  width: 100%;
}
.hot-task[data-v-6aba923c] {
  width: 100%;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-family: 'Microsoft Yahei';
}
.task-li[data-v-6aba923c] {
  width: 100%;
  line-height: 47px;
  font-size: 15px;
}
.sequence[data-v-6aba923c] {
  font-size: 16px;
  margin-right: 10px;
  font-style: italic;
  color: #B9B9B9;
  display: block;
  float: left;
  width:100%;
  margin-right: 20px;
}
.emphasize[data-v-6aba923c] {
  color: #ff0000;
}
.second[data-v-6aba923c] {
  color: #D9A329;
}
.third[data-v-6aba923c] {
  color: #398C6C;
}
.reward_fee[data-v-6aba923c] {
  color: #ff0000;
 text-align: right;
}
.task_title[data-v-6aba923c] {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.task_title[data-v-6aba923c]:hover {
  color: #ff0000;
}


*[data-v-b16b2bca] {
   margin: 0;
   padding: 0;
}
.articlesList-bady[data-v-b16b2bca] {
   width: 97%;
   min-height: 300px;
   background: #fff;
   padding-bottom: 30px;
   overflow: hidden;
   margin: 0 auto;
}
.articlesList-box[data-v-b16b2bca] {
   width: 100%;
   min-height: 300px;
   background: #fff;
   margin-bottom: 20px;
   overflow: hidden;
}
.bg-purple[data-v-b16b2bca] {
   margin-bottom: 20px;
   border-radius: 5px;
   background-color: #f4f4f4;
   width: 100%;
   overflow: hidden;
   height: 280px;
}
.bg-purple1[data-v-b16b2bca] {
   margin-bottom: 20px;
   border-radius: 5px;
   background-color: #f5d21e;
   width: 100%;
   overflow: hidden;
   height: 280px;
   line-height: 280px;
   text-align: center;
}
.cover-box[data-v-b16b2bca] {
   width: 100%;
   height: 137px;
   overflow: hidden;
   -webkit-transition: all .3s ease-in;
   transition: all .3s ease-in;
}
.article-cover[data-v-b16b2bca] {
   width: 100%;
   height: 137px;
   -webkit-transition: all .3s ease-in;
   transition: all .3s ease-in;
}
.article-info[data-v-b16b2bca] {
   width: 100%;
   height: 158px;
   background: #f4f4f4;
   overflow: hidden;
   -webkit-transition: all .3s ease-in;
   transition: all .3s ease-in;
}
.bg-purple:hover .article-info[data-v-b16b2bca] {
   height: 178px;
   -webkit-transition: all .3s ease-in;
   transition: all .3s ease-in;
}
.bg-purple:hover .cover-box[data-v-b16b2bca] {
   height: 117px;
   -webkit-transition: all .3s ease-in;
   transition: all .3s ease-in;
}
.bg-purple:hover .article-cover[data-v-b16b2bca] {
   margin-top: -15px;
   -webkit-transition: all .3s ease-in;
   transition: all .3s ease-in;
}
.bg-purple:hover .article-item__content__title[data-v-b16b2bca] {
   line-height: 30px;
   height: 60px;
   -webkit-transition: all .3s ease-in;
   transition: all .3s ease-in;
}
.article-nav[data-v-b16b2bca] {
   width: 100%;
   line-height: 50px;
}
.article-nav-title[data-v-b16b2bca] {
   font-size: 18px;
   letter-spacing: 1px;
   font-weight: 500;
   color: #27282d;
}
.icon-jiantou2[data-v-b16b2bca],
 .icon-dianpu1[data-v-b16b2bca] {
   color: #FF6060;
}
.article-item__content__title[data-v-b16b2bca] {
   font-size: 16px;
   line-height: 25px;
   height: 50px;
   width: 95%;
   margin-bottom: 12px;
   color: #303030;
   font-style: normal;
   margin: 15px auto;
   word-break: break-all;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   -webkit-transition: all .3s ease-in;
   transition: all .3s ease-in;
}
.article-item__content__title a[data-v-b16b2bca] {
   color: #303030;
}
.shop-name[data-v-b16b2bca] {
   width: 95%;
   margin: 0 auto;
   font-size: 14px;
   line-height: 20px;
}
.content2[data-v-b16b2bca] {
   width: 95%;
   margin: 15px 2.5% 0 2.5%;
   font-size: 12px;
   line-height: 20px;
}
.content2 a[data-v-b16b2bca] {
   color: #cacaca;
}
.shop-name a[data-v-b16b2bca] {
   color: #606060;
}
.item-a[data-v-b16b2bca] {
   float: right;
   margin-left: 10px;
}

 /* 修改 */
.list-box[data-v-b16b2bca] {
   padding-top:30px;
   margin: 0 auto;
}
.newestArticle[data-v-b16b2bca] {
   width: 100%;
}
.task-title[data-v-b16b2bca] {
   width: 100%;
   margin-top: 63px;
   font-size: 30px;
   text-align: center;
   color: #313131;
}
.task-subhead[data-v-b16b2bca] {
   width: 100%;
   line-height: 50px;
   font-size: 16px;
   text-align: center;
   color: #8d8d8d;
}
.more-btn-box[data-v-b16b2bca]{
    width: 100%;
    text-align: center;
    line-height:70px;
}
.more-btn[data-v-b16b2bca]{
   background: #E70012;
   color: #fff;
   padding: 15px 50px;
   border-radius: 50px;    
   font-size: 16px;
}
.el-icon-circle-plus[data-v-b16b2bca]{
    margin-left: 20px;
}


*[data-v-3a976c2c] {
  margin: 0;
  padding: 0;
}
a[data-v-3a976c2c] {
  text-decoration: none;
}
a[data-v-3a976c2c],
body[data-v-3a976c2c] {
  color: #333;
}
li[data-v-3a976c2c] {
  line-height: 20px;
}
.jsd-meta[data-v-3a976c2c] {
  color: #ff3434 !important;
}
.cover[data-v-3a976c2c] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  /* border: 1px solid #f0f0f0; */
}
.svg-box[data-v-3a976c2c] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
}
.svg-box1[data-v-3a976c2c] {
  background-image: url(/static/img/01.c18eaf8.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box2[data-v-3a976c2c] {
  background-image: url(/static/img/02.7793711.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box3[data-v-3a976c2c] {
  background-image: url(/static/img/03.934f51a.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box4[data-v-3a976c2c] {
  background-image: url(/static/img/04.9a6d971.jpg);
  height: 120px;
  text-align: center;
  line-height: 150px;
  line-height: 120px;
  background-size: 100%
}
.svg-box5[data-v-3a976c2c] {
  background-image: url(/static/img/05.6dc814f.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box6[data-v-3a976c2c] {
  background-image: url(/static/img/06.737e099.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box7[data-v-3a976c2c] {
  background-image: url(/static/img/07.114fed3.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box8[data-v-3a976c2c] {
  background-image: url(/static/img/08.e946a1f.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box9[data-v-3a976c2c] {
  background-image: url(/static/img/09.7ef65f5.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box10[data-v-3a976c2c] {
  background-image: url(/static/img/10.adc6807.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box11[data-v-3a976c2c] {
  background-image: url(/static/img/11.f5b6d80.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box12[data-v-3a976c2c] {
  background-image: url(/static/img/12.482fca9.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box13[data-v-3a976c2c] {
  background-image: url(/static/img/13.94da4f7.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box14[data-v-3a976c2c] {
  background-image: url(/static/img/14.2d1360f.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box15[data-v-3a976c2c] {
  background-image: url(/static/img/15.6bcdb5c.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box16[data-v-3a976c2c] {
  background-image: url(/static/img/16.c3ca3b8.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box17[data-v-3a976c2c] {
  background-image: url(/static/img/17.49677d4.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box18[data-v-3a976c2c] {
  background-image: url(/static/img/18.c1c49fc.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box19[data-v-3a976c2c] {
  background-image: url(/static/img/19.5ee93b7.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.svg-box20[data-v-3a976c2c] {
  background-image: url(/static/img/20.d73b998.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size: 100%
}
.cover-svg[data-v-3a976c2c] {
  width: 60%;
  height: 40px;
  margin: 40px 0 0 0;
}
.title[data-v-3a976c2c]:hover {
  text-decoration: underline;
}
.more[data-v-3a976c2c] {
  width: 100%;
  /* height: 100px; */
}
.more-end[data-v-3a976c2c] {
  width: 100%;
  height: 150px;
  border: 1px solid #fbfbfb;
  text-align: center;
  color: #999;
  margin-top: 100px;
}
.more-end img[data-v-3a976c2c] {
  width: 100px;
}
.more-end p[data-v-3a976c2c] {
  font-size: 14px;
}
.article-main[data-v-3a976c2c] {
  margin-top: 20px;
}
.article-box[data-v-3a976c2c] {
  width: 100%;
  /* height: 130px; */
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  position: relative;
  margin: 16px 0;
}
.stylrCopy[data-v-3a976c2c] {
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  /* KHTML内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}
.title[data-v-3a976c2c] {
      display: block;
  width: 100%;
  font-size: 18px;
  /* height: 20px; */
  color:#656565;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.abstract[data-v-3a976c2c] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  font-size: 14px;
}
.abstract a[data-v-3a976c2c] {
  color: #989898;
}
.meta[data-v-3a976c2c] {
  width: 700px;
  height: 20px;
  /* position: absolute;
  bottom: 0; */
  margin-top: 5px;
  color: #999;
  font-size: 13px;
}
.icon-daojishi2[data-v-3a976c2c] {
  margin-left: 20px;
}
.title-box[data-v-3a976c2c] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-3a976c2c] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-3a976c2c] {
  color: #ff6060;
}
.title-box a[data-v-3a976c2c] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-3a976c2c] {
  float: right;
  font-size: 12px;
}
.last_update[data-v-3a976c2c] {
  line-height: 35px;
  font-size: 15px;
  color: #a5a2a2;
}


*[data-v-1bbcb290] {
  margin: 0;
  padding: 0;
}
a[data-v-1bbcb290] {
  text-decoration: none;
  outline: none;
}
ul[data-v-1bbcb290],
ol[data-v-1bbcb290],
h1[data-v-1bbcb290],
h2[data-v-1bbcb290],
h3[data-v-1bbcb290],
h4[data-v-1bbcb290],
p[data-v-1bbcb290] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-1bbcb290],
ol[data-v-1bbcb290] {
  list-style: none;
}
.recommendedAuthor-box[data-v-1bbcb290] {
  width: 100%;
  overflow: hidden;
}
.cont[data-v-1bbcb290] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.icon[data-v-1bbcb290] {
  font-size: 20px;
  color: #26b88c;
}
.xhsz[data-v-1bbcb290] {  
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
}
.wzbt[data-v-1bbcb290]{
    font-size: 16px;
}
.last_update[data-v-1bbcb290] {
  text-align: right;
  font-size: 14px;
  color: #a5a2a2;
}
.article_li[data-v-1bbcb290] {
  border-bottom: 1px solid #f7f4f4;
  line-height: 49px;
}
.article_li a[data-v-1bbcb290]{
  color:#8C8B8B;
}
.article_li:hover .last_update[data-v-1bbcb290]{    
  color:#e70012;
}
.article_li:hover .xhsz[data-v-1bbcb290]{    
  color:#e70012;
}
.article_li:hover .wzbt[data-v-1bbcb290]{    
  color:#e70012;
}
.el-icon-arrow-right[data-v-1bbcb290]{
    margin-left: 30px;
}

*[data-v-94624afc] {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft Yahei';
}
.articlesList-bady[data-v-94624afc] {
  width: 97%;
  min-height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.articlesList-box[data-v-94624afc] {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}
.bg-purple[data-v-94624afc] {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f4f4f4;
  width: 100%;
  overflow: hidden;
  height: 280px;
}
.bg-purple1[data-v-94624afc] {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f5d21e;
  width: 100%;
  overflow: hidden;
  height: 280px;
  line-height: 280px;
  text-align: center;
}
.cover-box[data-v-94624afc] {
  width: 100%;
  height: 137px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.article-cover[data-v-94624afc] {
  width: 100%;
  height: 137px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.title-box a[data-v-94624afc] {
  color: #000;
}
.article-info[data-v-94624afc] {
  width: 100%;
  height: 158px;
  background: #f4f4f4;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bg-purple:hover .article-info[data-v-94624afc] {
  height: 178px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bg-purple:hover .cover-box[data-v-94624afc] {
  height: 117px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bg-purple:hover .article-cover[data-v-94624afc] {
  margin-top: -15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bg-purple:hover .article-item__content__title[data-v-94624afc] {
  line-height: 30px;
  height: 60px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.article-nav[data-v-94624afc] {
  width: 100%;
  line-height: 50px;
}
.article-nav-title[data-v-94624afc] {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #27282d;
}
.article-item__content__title[data-v-94624afc] {
  font-size: 16px;
  line-height: 25px;
  height: 50px;
  width: 95%;
  margin-bottom: 12px;
  color: #303030;
  font-style: normal;
  margin: 15px auto;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.article-item__content__title a[data-v-94624afc] {
  color: #303030;
}
.shop-name[data-v-94624afc] {
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
}
.content2[data-v-94624afc] {
  width: 95%;
  margin: 15px 2.5% 0 2.5%;
  font-size: 12px;
  line-height: 20px;
}
.content2 a[data-v-94624afc] {
  color: #cacaca;
}
.shop-name a[data-v-94624afc] {
  color: #606060;
}
.item-a[data-v-94624afc] {
  float: right;
  margin-left: 10px;
}

/* 修改 */
.list-box[data-v-94624afc] {
  margin: 30px auto;
}
.newestArticle[data-v-94624afc] {
  width: 100%;
}
.margin-tool[data-v-94624afc] {
  min-height: 80px;
  margin-top: 10px;
}
.content-box[data-v-94624afc] {
  width: 100%;
  overflow: hidden;
}
.title[data-v-94624afc] {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}
.title-box a[data-v-94624afc] {
  color: #000;
}
.title-right[data-v-94624afc] {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.imgmar[data-v-94624afc] {
  width: 100%;
  float: left;
  height: 110px;
  margin-right: 21px;
}
.cover[data-v-94624afc] {
  width: 100%;
  height: 110px;
}
.img-box[data-v-94624afc] {
  margin: 15px 0;
  overflow: hidden;
}
.cover-box[data-v-94624afc] {
  margin: 15px 0;
  overflow: hidden;
}
.el-collapse[data-v-94624afc] {
  position: relative;
}
.textSection-box[data-v-94624afc] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f6f6f7;
  /* position: absolute;
  bottom: 0; */
}
.textSection-right-box[data-v-94624afc] {
  width: 100%;
  /* background: #f5f5f5; */
  height: auto;
  margin-top: 10px;
}
.jsd-meta[data-v-94624afc] {
  color: #9faec3 !important;
  margin-left: 10px;
  font-size: 12px;
}
.jsd-meta a[data-v-94624afc] {
  color: #9faec3 !important;
}
.textSection-box a[data-v-94624afc] {
  /* margin-right: 10px; */
  color: #b4b4b4;
}
.rate[data-v-94624afc] {
  font-size: 14px;
  overflow: hidden;
  height: auto;
  margin-top: 15px;
}
.rate label[data-v-94624afc],
.rate p[data-v-94624afc] {
  float: left;
  margin-right: 10px;
  /* line-height: 30px; */
  color: #f7ba2a !important;
}
.rate p[data-v-94624afc] {
  margin-right: 20px;
  width: 200px;
  overflow: hidden;
}
.excerpt-box[data-v-94624afc] {
  margin-top: 10px;
}
.excerpt-box span[data-v-94624afc] {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article_content-box[data-v-94624afc] {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
.article_content-box span[data-v-94624afc] {
  font-size: 15px;
  line-height: 30px;
}
.xqbtn[data-v-94624afc] {
  color: #62abc7 !important;
  float: right;
  margin-left: 15px;
  font-size: 13px;
}
.title-box[data-v-94624afc] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-94624afc] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-94624afc] {
  color: #ff6060;
}
.title-box a[data-v-94624afc] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-94624afc] {
  float: right;
  font-size: 12px;
}
.margin-tool[data-v-94624afc] {
  /* padding-bottom: 20px; */
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}
.question_content[data-v-94624afc],
.question_content p[data-v-94624afc] {
  width: 98%;
  /* margin-bottom: 20px; */
  margin-left: 1%;
  /* margin: 10px 0; */
  /* padding-left: 10px; */
}
.question_daan[data-v-94624afc] {
  width: 100%;
  /* margin-top: 20px; */
  margin-left: 10px;
  overflow: hidden;
}
.question_answer[data-v-94624afc] {
  color: red;
}
.daan-text[data-v-94624afc] {
  display: block;
  margin-right: 20px;
  /* float: left; */
}
.daan-text p[data-v-94624afc] {
  float: left;
}
.el-collapse[data-v-94624afc] {
  border-top: none;
}
.share-cont[data-v-94624afc] {
  margin-right: 20px;
  display: inline;
}
.icon-fenxiang1[data-v-94624afc] {
  color: #bfb9b9;
  margin-left: 10px;
  /* float:right; */
}
.share-top .social-share .social-share-icon[data-v-94624afc] {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
}
.primary-color[data-v-94624afc] {
  color: #2663bd;
  font-size: 15px;
  font-weight: 600;
}
.em-anchor[data-v-94624afc] {
  color: #e2473d;
  cursor: pointer;
}
.knowledge[data-v-94624afc] {
  line-height: 20px;
  margin-top: 15px;
  color: #2663bd;
  font-size: 15px;
  font-weight: 600;
}
.knowledgeClassName[data-v-94624afc] {
  color: #6486b9;
}
.answer[data-v-94624afc] {
  /* margin-top: 10px; */
}
.el-icon-s-data[data-v-94624afc] {
  color: #16b71b;
  margin-left: 15px;
}
.jzz[data-v-94624afc] {
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #a0a0a0;
  font-size: 15px;
}
.jsd-right-meta[data-v-94624afc] {
  float: right;
  margin-right: 20px;
  cursor: pointer;
  color: #4382e0 !important;
}
.icon-gantanhao[data-v-94624afc] {
  margin-right: 5px;
  font-size: 12px;
}
.title-box[data-v-94624afc] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e6e4e4;
}
.task-title[data-v-94624afc] {
  width: 100%;
  margin-top: 63px;
  font-size: 30px;
  text-align: center;
  color: #313131;
}
.task-subhead[data-v-94624afc] {
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #8d8d8d;
}
.deployable[data-v-94624afc] {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.title-box a[data-v-94624afc] {
  color: #4a4a4a;
}
.icon-svgwrite[data-v-94624afc] {
  color:#e00303;
  margin-right: 10px;   
  font-size: 20px;
}
.tiku-title[data-v-94624afc] {
  font-size: 20px;
  font-weight: 600;
}
.breadcrumb-box[data-v-94624afc] {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}
.meun[data-v-94624afc] {
  width: 100%;
  overflow: hidden;
  line-height: 28px;
}
.tjrw[data-v-94624afc] {
  font-size: 20px;
  color: #000;
  float: left;
  font-family: 'Microsoft Yahei';
}
.more-btn[data-v-94624afc] {
  float: right;   
  font-size: 12px;
  color: #000;
  cursor: pointer;
}
.breadcrumb-t[data-v-94624afc] {
  color: #999;
  cursor: pointer;
}

*[data-v-2ecbded7] {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft Yahei';
}
a[data-v-2ecbded7],
a[data-v-2ecbded7]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-2ecbded7],
ol[data-v-2ecbded7],
h1[data-v-2ecbded7],
h2[data-v-2ecbded7],
h3[data-v-2ecbded7],
h4[data-v-2ecbded7],
p[data-v-2ecbded7] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-2ecbded7],
ol[data-v-2ecbded7] {
  list-style: none;
}
.courseware-box[data-v-2ecbded7] {
  width: 100%;
  overflow: hidden;
}
.part[data-v-2ecbded7] {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.title[data-v-2ecbded7] {
  width: 100%;
  margin-bottom: 20px;    
  font-size: 20px;
}
.el-icon-s-data[data-v-2ecbded7] {
  color: #16b71b;
  margin-left: 15px;
  float: right;
}


body[data-v-0a043d25],
dd[data-v-0a043d25],
dl[data-v-0a043d25],
dt[data-v-0a043d25],
fieldset[data-v-0a043d25],
form[data-v-0a043d25],
h1[data-v-0a043d25],
h2[data-v-0a043d25],
h3[data-v-0a043d25],
h4[data-v-0a043d25],
h5[data-v-0a043d25],
h6[data-v-0a043d25],
hr[data-v-0a043d25],
input[data-v-0a043d25],
legend[data-v-0a043d25],
li[data-v-0a043d25],
ol[data-v-0a043d25],
p[data-v-0a043d25],
pre[data-v-0a043d25],
td[data-v-0a043d25],
textarea[data-v-0a043d25],
th[data-v-0a043d25],
ul[data-v-0a043d25] {
  margin: 0;
  padding: 0;
}
.img-bady[data-v-0a043d25] {
  width: 97%;
  min-height: 100px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-0a043d25] {
  width: 100%;
  margin-top: 20px;
}
.m-title[data-v-0a043d25] {
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.lw-tag[data-v-0a043d25] {
  color: #2595e4;
}
.title-box[data-v-0a043d25] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #df0006;
}
.title-zhu[data-v-0a043d25] {
  font-size: 20px;
  font-weight: initial;
  color: #df0006;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-0a043d25] {
  color: #ff6060;
}
.title-box a[data-v-0a043d25] {
  color: #4a4a4a;
}
.m-title a[data-v-0a043d25] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-0a043d25] {
  float: right;
  font-size: 12px;
}
.xhsz[data-v-0a043d25] {
  color: #ff0003;
  font-size: 14px;
  font-style:italic;
}

body[data-v-062223d2],
dd[data-v-062223d2],
dl[data-v-062223d2],
dt[data-v-062223d2],
fieldset[data-v-062223d2],
form[data-v-062223d2],
h1[data-v-062223d2],
h2[data-v-062223d2],
h3[data-v-062223d2],
h4[data-v-062223d2],
h5[data-v-062223d2],
h6[data-v-062223d2],
hr[data-v-062223d2],
input[data-v-062223d2],
legend[data-v-062223d2],
li[data-v-062223d2],
ol[data-v-062223d2],
p[data-v-062223d2],
pre[data-v-062223d2],
td[data-v-062223d2],
textarea[data-v-062223d2],
th[data-v-062223d2],
ul[data-v-062223d2] {
  margin: 0;
  padding: 0;
}
.img-bady[data-v-062223d2] {
  width: 97%;
  min-height: 300px;    
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.bg-purple[data-v-062223d2] {
  width: 100%;
}
.img-box[data-v-062223d2] {
  width: 100%;
  margin-top: 20px;
}
.m-box[data-v-062223d2] {
  width: 100%;
  height: 360px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.cover[data-v-062223d2] {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 5px;
}
.info-box[data-v-062223d2] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 360px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.info[data-v-062223d2] {
  /* position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  transform: translateY(-50%); */
}
.m-title[data-v-062223d2] {
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
.m-fu-title[data-v-062223d2] {
  font-size: 14px;
}
.m-box:hover .info-box[data-v-062223d2] {
  display: block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.ckgd[data-v-062223d2] {
  width: 100%;
  min-height: 350px;
  background-color: #f5d21e;
  line-height: 350px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-062223d2] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-062223d2] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-062223d2] {
  color: #ff3434;
}
.title-box a[data-v-062223d2] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-062223d2] {
  float: right;
  font-size: 12px;
}
.task-title[data-v-062223d2] {
  width: 100%;
  margin-top: 20px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  color: #000;
}
.task-subhead[data-v-062223d2] {
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #ccc;
}
.list-box[data-v-062223d2] {
  margin-top: 30px;
}
.more-btn-box[data-v-062223d2] {
  width: 100%;
  text-align: center;
  line-height: 70px;
}
.more-btn[data-v-062223d2] {
  background: #E70012;
  color: #fff;
  padding:15px 50px;
  border-radius: 50px;
  font-size: 16px;
}
.el-icon-circle-plus[data-v-062223d2] {
  margin-left: 20px;
}
.el-icon-video-camera[data-v-062223d2] {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 40px;
  color: #fff;
}


body[data-v-02fe6488],
dd[data-v-02fe6488],
dl[data-v-02fe6488],
dt[data-v-02fe6488],
fieldset[data-v-02fe6488],
form[data-v-02fe6488],
h1[data-v-02fe6488],
h2[data-v-02fe6488],
h3[data-v-02fe6488],
h4[data-v-02fe6488],
h5[data-v-02fe6488],
h6[data-v-02fe6488],
hr[data-v-02fe6488],
input[data-v-02fe6488],
legend[data-v-02fe6488],
li[data-v-02fe6488],
ol[data-v-02fe6488],
p[data-v-02fe6488],
pre[data-v-02fe6488],
td[data-v-02fe6488],
textarea[data-v-02fe6488],
th[data-v-02fe6488],
ul[data-v-02fe6488] {
  margin: 0;
  padding: 0;
}
.music-bady[data-v-02fe6488] {
  width: 97%;
  min-height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-02fe6488] {
  width: 100%;
  margin-top: 20px;
}
.bg-purple[data-v-02fe6488] {
  width: 100%;
}
.music-box[data-v-02fe6488] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.m-box[data-v-02fe6488] {
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.cover[data-v-02fe6488] {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}
.info-box[data-v-02fe6488] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 160px;
  background: rgb(0 0 0 / 17%);
}
.info[data-v-02fe6488] {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-02fe6488] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.m-fu-title[data-v-02fe6488] {
  font-size: 14px;
}
.m-box:hover .m-title[data-v-02fe6488] {
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.m-box:hover .m-fu-title[data-v-02fe6488] {
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.ckgd[data-v-02fe6488] {
  width: 100%;
  min-height: 200px;
  background-color: #f5d21e;
  line-height: 200px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-02fe6488] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-02fe6488] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-02fe6488] {
  color: #ff3434;
}
.title-box a[data-v-02fe6488] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-02fe6488] {
  float: right;
  font-size: 12px;
}
.task-title[data-v-02fe6488] {
  width: 100%;
  margin-top: 20px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  color: #000;
}
.task-subhead[data-v-02fe6488] {
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #ccc;
}
.list-box[data-v-02fe6488] {
  margin-top: 30px;
}
.more-btn-box[data-v-02fe6488] {
  width: 100%;
  text-align: center;
  line-height: 70px;
}
.more-btn[data-v-02fe6488] {
  background: #E70012;
  color: #fff;
  padding:15px 50px;
  border-radius: 50px;
  font-size: 16px;
}
.el-icon-circle-plus[data-v-02fe6488] {
  margin-left: 20px;
}
.el-icon-video-camera[data-v-02fe6488] {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 30px;
  color: #fff;
}


body[data-v-18c6dfb2],
dd[data-v-18c6dfb2],
dl[data-v-18c6dfb2],
dt[data-v-18c6dfb2],
fieldset[data-v-18c6dfb2],
form[data-v-18c6dfb2],
h1[data-v-18c6dfb2],
h2[data-v-18c6dfb2],
h3[data-v-18c6dfb2],
h4[data-v-18c6dfb2],
h5[data-v-18c6dfb2],
h6[data-v-18c6dfb2],
hr[data-v-18c6dfb2],
input[data-v-18c6dfb2],
legend[data-v-18c6dfb2],
li[data-v-18c6dfb2],
ol[data-v-18c6dfb2],
p[data-v-18c6dfb2],
pre[data-v-18c6dfb2],
td[data-v-18c6dfb2],
textarea[data-v-18c6dfb2],
th[data-v-18c6dfb2],
ul[data-v-18c6dfb2] {
  margin: 0;
  padding: 0;
}
.music-bady[data-v-18c6dfb2] {
  width: 97%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px 0;
}
.img-box[data-v-18c6dfb2] {
  width: 100%;
  margin-top: 20px;
}
.bg-purple[data-v-18c6dfb2] {
  width: 100%;
}
.music-box[data-v-18c6dfb2] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.m-box[data-v-18c6dfb2] {
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  position: relative;
  border-radius:5px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.54);
}
.cover[data-v-18c6dfb2] {
  width: 100%;
  height: 160px;
  border-radius: 5px;
}
.info-box[data-v-18c6dfb2] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 160px;
  background: rgb(74 230 151 / 17%);
  /* overflow: hidden; */
  border-radius: 5px;
}
.info[data-v-18c6dfb2] {
  position: absolute;
  bottom: 0;   
  padding-left: 10px;
  font-size: 20px;
  color: #fff;    
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-title[data-v-18c6dfb2] {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.m-fu-title[data-v-18c6dfb2] {   
  font-size: 12px;
  line-height: 20px;
}
.m-box[data-v-18c6dfb2]:hover{
  -webkit-box-shadow: 5px 7px 4px #a09c9c96;
          box-shadow: 5px 7px 4px #a09c9c96;
  /* transition: all 0.4s ease-in; */
}
.ckgd[data-v-18c6dfb2] {
  width: 100%;
  height: 200px;
  background-color: #f5d21e;
  line-height: 200px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-18c6dfb2] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-18c6dfb2] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-18c6dfb2] {
  color: #ff6060;
}
.title-box a[data-v-18c6dfb2] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-18c6dfb2] {
  float: right;
  font-size: 12px;
}
.task-title[data-v-18c6dfb2] {
  width: 100%;
  margin-top: 20px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  color: #000;
}
.task-subhead[data-v-18c6dfb2] {
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #ccc;
}
.list-box[data-v-18c6dfb2] {
  margin-top: 30px;
}
.more-btn-box[data-v-18c6dfb2] {
  width: 100%;
  text-align: center;
  line-height: 70px;
}
.more-btn[data-v-18c6dfb2] {
  background: #E70012;
  color: #fff;
  padding: 15px 50px;
  border-radius: 50px;
  font-size: 16px;
}
.el-icon-circle-plus[data-v-18c6dfb2] {
  margin-left: 20px;
}
.el-icon-video-camera[data-v-18c6dfb2] {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 40px;
  color: #fff;
}


body[data-v-66b51d11],
dd[data-v-66b51d11],
dl[data-v-66b51d11],
dt[data-v-66b51d11],
fieldset[data-v-66b51d11],
form[data-v-66b51d11],
h1[data-v-66b51d11],
h2[data-v-66b51d11],
h3[data-v-66b51d11],
h4[data-v-66b51d11],
h5[data-v-66b51d11],
h6[data-v-66b51d11],
hr[data-v-66b51d11],
input[data-v-66b51d11],
legend[data-v-66b51d11],
li[data-v-66b51d11],
ol[data-v-66b51d11],
p[data-v-66b51d11],
pre[data-v-66b51d11],
td[data-v-66b51d11],
textarea[data-v-66b51d11],
th[data-v-66b51d11],
ul[data-v-66b51d11] {
  margin: 0;
  padding: 0;
}
.music-bady[data-v-66b51d11] {
  width: 97%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-66b51d11] {
  width: 100%;
  margin-top: 20px;
}
.bg-purple[data-v-66b51d11] {
  width: 100%;
}
.music-box[data-v-66b51d11] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.m-box[data-v-66b51d11] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
  border-radius:5px;
  overflow: hidden;
}
.cover[data-v-66b51d11] {
  width: 100%;
  height: 160px;
  border-radius:5px;
}
.info-box[data-v-66b51d11] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 160px;
  background: rgb(0 0 0 / 17%);
}
.info[data-v-66b51d11] {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: rgb(255, 255, 255);
}
.m-title[data-v-66b51d11] {
  font-size: 14px;
  /* font-weight: bold; */
}
.m-fu-title[data-v-66b51d11] {
  font-size: 14px;
}
.ckgd[data-v-66b51d11] {
  width: 100%;
  height: 200px;
  background-color: #f5d21e;
  line-height: 200px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-66b51d11] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-66b51d11] {
  font-size: 20px;
  font-weight: initial;
  color: #ff3434;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-66b51d11] {
  color: #ff3434;
}
.title-box a[data-v-66b51d11] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-66b51d11] {
  float: right;
  font-size: 12px;
}
.task-title[data-v-66b51d11] {
  width: 100%;
  margin-top: 20px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  color: #000;
}
.task-subhead[data-v-66b51d11] {
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #ccc;
}
.list-box[data-v-66b51d11] {
  margin-top: 30px;
}
.more-btn-box[data-v-66b51d11] {
  width: 100%;
  text-align: center;
  line-height: 70px;
}
.more-btn[data-v-66b51d11] {
  background: #E70012;
  color: #fff;
  padding: 15px 50px;
  border-radius: 50px;
  font-size: 16px;
}
.el-icon-circle-plus[data-v-66b51d11] {
  margin-left: 20px;
}
.el-icon-video-camera[data-v-66b51d11] {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 40px;
  color: #fff;
}


div[data-v-3897f1be],
p[data-v-3897f1be] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-3897f1be] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.home-box[data-v-3897f1be] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-3897f1be] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.body-box[data-v-3897f1be] {
  margin: 0px auto;
  clear: both;
  width: 89%;
}
.selectedArticles-list[data-v-3897f1be] {
  width: 100%;
  min-height: 650px;
}
.top-box[data-v-3897f1be] {
  width: 100%;
}
.banner-box[data-v-3897f1be] {
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  position: relative;
}
.articles-box[data-v-3897f1be] {
  width: 100%;
  min-height: 300px;
}
.tags-box[data-v-3897f1be] {
  margin-bottom: 10px;
}
.searchShop-box[data-v-3897f1be] {
  margin-bottom: 20px;
}
.search-box[data-v-3897f1be] {
  margin-bottom: 10px;
  margin-top: 10px;
  background: #f1f2f3;
  padding: 5px 10px;
  border-radius: 4px;
}
.adviertisement-right[data-v-3897f1be] {
  margin-top: 20px;
}
.share-top[data-v-3897f1be] {
  width: 100%;
  line-height: 40px;
}
.share-top-box[data-v-3897f1be] {
  line-height: 32px;
  text-align: right;
}
.el-icon-share[data-v-3897f1be] {
  font-size: 20px;
}
.share-cont[data-v-3897f1be] {
  display: inline;
}
.zwsj[data-v-3897f1be] {
  width: 100%;
  line-height: 300px;
  text-align: center;
  font-size: 18px;
  color: #d6d6d6;
}
.qriously-box[data-v-3897f1be] {
  width: 100%;
  min-height: 50px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
.qriously-title[data-v-3897f1be] {
  width: 100%;
  margin-top: 15px;
}
.icon-logo-wechat[data-v-3897f1be] {
  color: #54ca0a;
  font-size: 17px;
}
.jzz[data-v-3897f1be] {
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #a0a0a0;
  font-size: 15px;
}
.jzxg[data-v-3897f1be] {
  margin-bottom: 30px;
}
.articleBanner[data-v-3897f1be] {
  width: 100%;
  margin-top: 60px
}
.pagination-container[data-v-3897f1be]{
  width: 100%;
  text-align: right;
}

*[data-v-1a0476d8] {
  margin: 0;
  padding: 0;
}
a[data-v-1a0476d8] {
  text-decoration: none;
}
a[data-v-1a0476d8],
body[data-v-1a0476d8] {
  color: #333;
}
.note-list[data-v-1a0476d8] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.note-list li[data-v-1a0476d8] {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  padding: 10px 2px 10px 0;
  border-bottom: 1px solid #f0f0f0;
  word-wrap: break-word;
  overflow: hidden;
}
.note-list .title[data-v-1a0476d8] {
  margin: -7px 0 4px;
  display: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
li[data-v-1a0476d8] {
  line-height: 20px;
}
.note-list .abstract[data-v-1a0476d8] {
  margin: 0 0 4px;
}
.note-list .abstract a[data-v-1a0476d8] {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 24px;
  color: #999;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.note-list .meta[data-v-1a0476d8] {
  padding-right: 0 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.note-list .meta2[data-v-1a0476d8] {
  /* width: 980px; */
  height: 110px;
  margin-top: 5px;
  overflow: hidden;
}
.note-list .meta2 img[data-v-1a0476d8] {
  width: 100%;
  float: left;
  height: 110px;
}

/* .imgmar {
  margin-right: 21px;
} */
.note-list .meta span[data-v-1a0476d8] {
  margin-right: 10px;
  color: #b4b4b4;
}
.jsd-meta[data-v-1a0476d8] {
  color: #ea6f5a !important;
}
.note-list .meta a[data-v-1a0476d8] {
  margin-right: 10px;
  color: #b4b4b4;
}
.note-list .have-img .wrap-img img[data-v-1a0476d8] {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}
.index .main .note-list .have-img .wrap-img[data-v-1a0476d8] {
  width: 150px;
}
.note-list .have-img .wrap-img[data-v-1a0476d8] {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 135px;
  height: 120px;
  float: left;
  position: relative;
}
.shipin2-box[data-v-1a0476d8] {
  width: 135px;
  height: 120px;
  position: absolute;
  z-index: 80;
  text-align: center;
  top: 0;
  background: rgba(12, 71, 134, 0.38);
  line-height: 120px;
}
.icon-shipin1[data-v-1a0476d8] {
  font-size: 50px;
  color: #000;
}
.content[data-v-1a0476d8] {
  padding-left: 150px;
}
.content2[data-v-1a0476d8] {
  color: #b4b4b4;
  padding-right: 0 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  height: 30px;
  margin-top: 5px;
}
.note-list .content2 a[data-v-1a0476d8] {
  margin-right: 10px;
  color: #b4b4b4;
}
.note-list .title[data-v-1a0476d8]:visited {
  color: #333;
}
.title[data-v-1a0476d8]:hover {
  text-decoration: underline;
}
.more[data-v-1a0476d8] {
  width: 100%;
  /* height: 100px; */
}
.more-btn[data-v-1a0476d8] {
  color: #7b7575;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 20px;
  margin: 30px auto;
  font-size: 16px;
  cursor: pointer;
  background: #ededed;
}
.more-end[data-v-1a0476d8] {
  width: 100%;
  height: 150px;
  border: 1px solid #fbfbfb;
  text-align: center;
  color: #999;
  margin-top: 100px;
}
.more-end img[data-v-1a0476d8] {
  width: 100px;
}
.more-end p[data-v-1a0476d8] {
  font-size: 14px;
}
.article-box[data-v-1a0476d8] {
  width: 100%;
  height: 130px;
}
.article-box1[data-v-1a0476d8] {
  /* width: 680px; */
  height: 170px;
}
.more-btn1[data-v-1a0476d8] {
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: rgba(245, 245, 245, 0.34901960784313724);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #b5b5b5;
}
.rate[data-v-1a0476d8] {
  font-size: 12px;
  overflow: hidden;
  height: 25px;
}
.rate label[data-v-1a0476d8],
.rate p[data-v-1a0476d8] {
  float: left;
  margin-right: 10px;
  line-height: 25px;
  color: #f7ba2a !important;
}
.rate p[data-v-1a0476d8] {
  margin-right: 20px;
}
.el-rate[data-v-1a0476d8] {
  height: 20px;
  float: left;
  margin-top: 5px;
}


*[data-v-1f5c2bdc] {
  margin: 0;
  padding: 0;
}
a[data-v-1f5c2bdc] {
  text-decoration: none;
}
a[data-v-1f5c2bdc],
body[data-v-1f5c2bdc] {
  color: #333;
}
.note-list[data-v-1f5c2bdc] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.note-list li[data-v-1f5c2bdc] {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  padding: 10px 2px 10px 0;
  border-bottom: 1px solid #f0f0f0;
  word-wrap: break-word;
  overflow: hidden;
}
.note-list .title[data-v-1f5c2bdc] {
  margin: -7px 0 4px;
  display: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.note-list .abstract[data-v-1f5c2bdc] {
  margin: 0 0 4px;
}
.note-list .abstract a[data-v-1f5c2bdc] {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 24px;
  color: #999;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.note-list .have-img .wrap-img img[data-v-1f5c2bdc] {
  width: 100%;
  height: 105px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}

/* .note-list .have-img .wrap-img {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 0;   
  height: 105px;
}   */
.note-list .title[data-v-1f5c2bdc]:visited {
  color: #333;
}
.title[data-v-1f5c2bdc]:hover {
  text-decoration: underline;
}
.article-box[data-v-1f5c2bdc] {
  width: 100%;
}
.titlename[data-v-1f5c2bdc] {
  position: absolute;
  bottom: 10px;
  right: 0;
  padding: 5px 10px;
  color: #999999;
  font-size: 12px;
  border-radius: 2px;
  background: rgba(226, 226, 226, 0.5215686274509804);
}


h3[data-v-76973d37] {
  margin: 0;
  padding: 0
}
.title[data-v-76973d37] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.questions-box[data-v-76973d37] {
  width: 100%;
  min-height: 50px;
  overflow: hidden;
}
.jsd-meta[data-v-76973d37] {
  color: #ea6f5a !important;
}
.content2[data-v-76973d37] {
  color: #b4b4b4;
  padding-right: 0 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  height: 30px;
  margin-top: 5px;
}
.note-list .content2 a[data-v-76973d37] {
  margin-right: 10px;
  color: #b4b4b4;
}
.note-list .title[data-v-76973d37]:visited {
  color: #333;
}
.title a[data-v-76973d37] {
  color: #333;
}
.stylrCopy[data-v-76973d37] {
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  /* KHTML内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}

p[data-v-60cb1fea],
 div[data-v-60cb1fea],
 span[data-v-60cb1fea],
 img[data-v-60cb1fea] {
   margin: 0;
   padding: 0;
}
a[data-v-60cb1fea] {
   text-decoration: none;
}
a[data-v-60cb1fea],
 body[data-v-60cb1fea] {
   color: #333;
}
li[data-v-60cb1fea] {
   line-height: 20px;
}
.jsd-meta[data-v-60cb1fea] {
   color: #ea6f5a !important;
}
.cover[data-v-60cb1fea] {
   width: 100%;
   height: 120px;
   border-radius: 4px;
   /* border: 1px solid #f0f0f0; */
}
.svg-box[data-v-60cb1fea]{
   width: 100%;
   height: 120px;
   border-radius: 4px;
}
.svg-box1[data-v-60cb1fea] {
   background-image: url(/static/img/01.c18eaf8.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box2[data-v-60cb1fea] {
   background-image: url(/static/img/02.7793711.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box3[data-v-60cb1fea] {
   background-image: url(/static/img/03.934f51a.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box4[data-v-60cb1fea] {
   background-image: url(/static/img/04.9a6d971.jpg);
   height: 120px;
   text-align: center;
   line-height: 150px;
   line-height: 120px;
   background-size:100%
}
.svg-box5[data-v-60cb1fea] {
   background-image: url(/static/img/05.6dc814f.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box6[data-v-60cb1fea] {
   background-image: url(/static/img/06.737e099.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box7[data-v-60cb1fea] {
   background-image: url(/static/img/07.114fed3.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box8[data-v-60cb1fea] {
   background-image: url(/static/img/08.e946a1f.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box9[data-v-60cb1fea] {
   background-image: url(/static/img/09.7ef65f5.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box10[data-v-60cb1fea] {
   background-image: url(/static/img/10.adc6807.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box11[data-v-60cb1fea] {
   background-image: url(/static/img/11.f5b6d80.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box12[data-v-60cb1fea] {
   background-image: url(/static/img/12.482fca9.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box13[data-v-60cb1fea] {
   background-image: url(/static/img/13.94da4f7.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box14[data-v-60cb1fea] {
   background-image: url(/static/img/14.2d1360f.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box15[data-v-60cb1fea] {
   background-image: url(/static/img/15.6bcdb5c.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box16[data-v-60cb1fea] {
   background-image: url(/static/img/16.c3ca3b8.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box17[data-v-60cb1fea] {
   background-image: url(/static/img/17.49677d4.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box18[data-v-60cb1fea] {
   background-image: url(/static/img/18.c1c49fc.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box19[data-v-60cb1fea] {
   background-image: url(/static/img/19.5ee93b7.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.svg-box20[data-v-60cb1fea] {
   background-image: url(/static/img/20.d73b998.jpg);
   height: 120px;
   text-align: center;
   line-height: 120px;
   background-size:100%
}
.cover-svg[data-v-60cb1fea]{
   width: 60%;
   height: 40px;
   margin:40px 0 0 0;
}
.title[data-v-60cb1fea]:hover {
   text-decoration: underline;
}
.more[data-v-60cb1fea] {
   width: 100%;
   /* height: 100px; */
}
.more-end[data-v-60cb1fea] {
   width: 100%;
   height: 150px;
   border: 1px solid #fbfbfb;
   text-align: center;
   color: #999;
   margin-top: 100px;
}
.more-end img[data-v-60cb1fea] {
   width: 100px;
}
.more-end p[data-v-60cb1fea] {
   font-size: 14px;
}
.article-box[data-v-60cb1fea] {
   width: 100%;
   height: 130px;
   position: relative;
}
.stylrCopy[data-v-60cb1fea] {
   -moz-user-select: none;
   /* Firefox私有属性 */
   -webkit-user-select: none;
   /* WebKit内核私有属性 */
   -ms-user-select: none;
   /* IE私有属性(IE10及以后) */
   /* KHTML内核私有属性 */
   -o-user-select: none;
   /* Opera私有属性 */
   user-select: none;
   /* CSS3属性 */
}
.title[data-v-60cb1fea] {
   display: block;
   width: 100%;
   font-size: 17px;
   min-height: 20px;
   color: #000;
   overflow: hidden;
   text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   -webkit-text-overflow: ellipsis;
   -moz-text-overflow: ellipsis;
   white-space: nowrap;
   margin-bottom: 10px;
   font-weight: bold;
}
.abstract[data-v-60cb1fea] {
   width: 100%;
   word-break: break-all;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   line-height: 25px;
   min-height: 70px;
   font-size: 14px;
}
.abstract a[data-v-60cb1fea] {
   color: #535869;
}
.meta[data-v-60cb1fea] {
   width:100%;
   height: 20px;
   /* position: absolute;
   bottom: 0; */
   color: #999;
   font-size: 13px;
}
.icon-daojishi2[data-v-60cb1fea] {
   margin-left: 20px;
}
.wzjg[data-v-60cb1fea]{
    font-size: 18px;
    color: red;
}

*[data-v-79f26144] {
  margin: 0;
  padding: 0;
}
.plate-title[data-v-79f26144] {
  color: #333;
  font-size: 18px;
  line-height: 2;
  padding-right: 3px;
  display: inline-block;
  border-bottom: 1px solid #ff0003;
  position: relative;
  top: 0;
  z-index: 1;
  font-weight: 700;
}
.doc[data-v-79f26144] {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
}
.content[data-v-79f26144] {
  border-top: 1px solid #f2f2f2;
}
.doc[data-v-79f26144] {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
}
a[data-v-79f26144],
a[data-v-79f26144]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
.doc-title[data-v-79f26144] {
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}
.doc-title[data-v-79f26144] :hover {
  color: rgb(255, 0, 3);
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
}
.mun[data-v-79f26144] {
  font-size: 16px;
  line-height: 45px;
  width: 12px;
  float: left;
  padding-right: 10px;
  color: #3f484f;
  font-style: oblique;
  font-weight: 500;
}
.munText[data-v-79f26144] {
  color: rgb(255, 0, 3);
}
.icon[data-v-79f26144] {
  font-size: 20px;
  color: #26b88c;
}

*[data-v-25405fdc] {
  margin: 0;
  padding: 0;
}
ul li[data-v-25405fdc] {
  list-style: none;
}
a[data-v-25405fdc] {
  text-decoration: none;
  color: #606266;
  font-size: 13px;
}
.tags-box[data-v-25405fdc] {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ion[data-v-25405fdc]{
  float: left;
  font-size: 20px;
  line-height: 50px;
  color: #febc2a;
}
.icon-gengduo[data-v-25405fdc]{
  float: left;
  font-size: 20px;
  line-height: 50px;
  color: #bcc3d0;
}
.more[data-v-25405fdc] {
  line-height: 50px;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: rgba(241, 241, 241, 0.5803921568627451);
  border: none;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 2.5px 10px;
  font-size: 14px;
  /* border-radius: 4px; */
  margin-left: 10px;
}
.more-btn[data-v-25405fdc]{
  position: absolute;
  right: 0;
}

div[data-v-1436da68],
  p[data-v-1436da68],
  span[data-v-1436da68],
  i[data-v-1436da68],
  input[data-v-1436da68] {
    margin: 0;
    padding: 0;
}
ul li[data-v-1436da68] {
    list-style: none;
}
a[data-v-1436da68] {
    text-decoration: none;
    color: #606266;
    font-size: 13px;
}
.box[data-v-1436da68] {
    width: 100%;
    /* overflow: hidden;
    height: 50px; */
    border-bottom: 1px solid #eaeaea;
}
.icon-dianpu[data-v-1436da68] {
    font-size: 20px;
    margin-right: 5px;
    color: red;
}
.radio-box[data-v-1436da68] {
    width: 100%;
    float: left;
    /* margin-left: 10px; */
    /* line-height: 50px; */
}
.label[data-v-1436da68] {
    float: left;
    line-height: 50px;
}
.more-btn[data-v-1436da68]{
    position: absolute;
    right: 0;
}
.icon-gengduo[data-v-1436da68]{
    float: left;
    font-size: 20px;
    line-height:20px;
    color: #bcc3d0;
}

*[data-v-18834025] {
  margin: 0;
  padding: 0;
}
ul li[data-v-18834025] {
  list-style: none;
}
a[data-v-18834025] {
  text-decoration: none;
}
.advertising-box[data-v-18834025] {
  width: 100%;
  position: relative;
}
img[data-v-18834025] {
  width: 100%;
}
.title[data-v-18834025] {
  position: absolute;
  bottom: 3px;
  right: 0;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.5215686274509804);
  font-size: 13px;
  color: #fff;
}

p[data-v-48503d5e] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-48503d5e] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 9;
  top: 0;
  overflow: hidden;
}
.main-box[data-v-48503d5e] {
  width: 89%;
  margin: 0px auto;
  clear: both;
}
.poetry-main[data-v-48503d5e] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
  min-height: 100vh;
}
.poetry-more[data-v-48503d5e] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.left-nume[data-v-48503d5e] {
  margin-bottom: 10px;
}
.radio-title[data-v-48503d5e] {
  border-left: 3px solid red;
  padding-left: 4px;
  color: #000;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}
.textSection-box[data-v-48503d5e] {
  width: 100%;
  padding: 10px 0;
  line-height: 25px;
  background: #f1f2f3;
  font-size: 12px;
  margin-top: 20px;
}
.textSection-right-box[data-v-48503d5e] {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.jsd-meta[data-v-48503d5e] {
  color: #6c809d !important;
  /* margin-left: 10px; */
  font-size: 13px;
}
.jsd-meta a[data-v-48503d5e] {
  color: #6c809d !important;
}
.textSection-box span[data-v-48503d5e] {
  margin-right: 10px;
  color: #b4b4b4;
}
.shop_name[data-v-48503d5e] {
  margin-left: 10px;
}
.search-box[data-v-48503d5e] {
  margin-bottom: 10px;
  margin-top: 10px;
  background: #f1f2f3;
  padding: 5px 10px;
  border-radius: 4px;
}
.share-top-box[data-v-48503d5e] {
  text-align: right;
}
.el-icon-share[data-v-48503d5e] {
  font-size: 20px;
}
.poetry-list[data-v-48503d5e] {
  margin: 20px 0;
}
.poetrys_title[data-v-48503d5e] {
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.list-box[data-v-48503d5e] {
  margin-top: 20px;
}
.info-share[data-v-48503d5e] {
  color: #b6aecd;
  font-size: 10px;
  float: right;
}
.btmc[data-v-48503d5e] {
  cursor: pointer;
}
.icon-shoucang2[data-v-48503d5e],
.icon-collection-b[data-v-48503d5e] {
  margin-right: 5px;
  font-size: 12px;
}
.jsd-right-meta[data-v-48503d5e] {
  cursor: pointer;
  color: #4382e0 !important;
}
.icon-jiucuo1[data-v-48503d5e] {
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
}
.jzz[data-v-48503d5e] {
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #a0a0a0;
  font-size: 15px;
}
.jzxg[data-v-48503d5e] {
  margin-bottom: 30px;
}
.poetryBanner[data-v-48503d5e] {
  width: 100%;
  margin-top: 60px
}
.pagination-container[data-v-48503d5e] {
  width: 100%;
  text-align: right;
}
.share-cont[data-v-48503d5e] {
  display: inline;
}
.paymentFee-box[data-v-48503d5e] {
  font-size: 12px;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
  background: #ff3434;
  padding: 5px 10px;
  color: #fff;
  border-radius: 28px;
}
.paymentFee[data-v-48503d5e] {
  font-size: 14px;
}
.cz-btn[data-v-48503d5e] {
  font-size: 12px;
  float: left;
  margin-top: 15px;
  margin-right: 20px;
  color: #a79f9f;
  cursor: pointer;
}
.buy-btn[data-v-48503d5e] {
  background: red;
  color: #fff;
  padding: 0px 10px;
  border-radius: 3px;
  display: inline;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
}
.buy-btn-ygm[data-v-48503d5e] {
  color: #ed1010;
  padding: 0px 10px;
  border-radius: 3px;
  display: inline;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
}
.jy-title-name[data-v-48503d5e] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #e5dbdb;
  padding-bottom: 10px;
  color: #000;
}
.pay-type-box[data-v-48503d5e] {
  margin-top: 20px;
}
.jy-box[data-v-48503d5e] {
  min-height: 460px;
}
.icon-weixinzhifu1[data-v-48503d5e] {
  font-size: 30px;
  color: #09bb07;
  margin-right: 10px;
}
.yfje[data-v-48503d5e] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.pay-type[data-v-48503d5e] {
  width: 400px;
  margin: 0 auto;
}
.is-all-vip[data-v-48503d5e] {
  font-size: 22px;
  color: red;
}
.agreement[data-v-48503d5e] {
  cursor: pointer;
}
.yezf[data-v-48503d5e] {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.dqye[data-v-48503d5e] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  color: #806868;
}
.agreement-p[data-v-48503d5e] {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
  text-align: center;
}
.pay-btn[data-v-48503d5e] {
  text-align: center;
  margin-top: 20px;
}
.sjzf[data-v-48503d5e] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #806868;
}
.xzkc[data-v-48503d5e] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.sell_price[data-v-48503d5e] {
  color: red;
  font-size: 32px
}
.pay-box[data-v-48503d5e] {
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
}
.radio-box2[data-v-48503d5e] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.qrcode[data-v-48503d5e] {
  width: 150px;
  margin: 20px auto;
}
.erwm[data-v-48503d5e] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.wxsmzf[data-v-48503d5e] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}

a[data-v-111fe5cb],
a[data-v-111fe5cb]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-111fe5cb],
ol[data-v-111fe5cb],
h1[data-v-111fe5cb],
h2[data-v-111fe5cb],
h3[data-v-111fe5cb],
h4[data-v-111fe5cb],
p[data-v-111fe5cb] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-111fe5cb],
ol[data-v-111fe5cb] {
  list-style: none;
}
.oder-info-box[data-v-111fe5cb] {
  min-height: 400px;
}
.agreement-con[data-v-111fe5cb] {
  height: 500px;
  overflow-y: auto;
  width: 100%;
}
.agreement-con h2[data-v-111fe5cb] {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #303133;
  font-weight: bold;
}
.agreement-con p[data-v-111fe5cb] {
  width: 100%;
  line-height: 30px;
}


.dialog-footer[data-v-13747677] {
  text-align: right;
  margin-top: 20px;
}

.questions-box[data-v-11789d81] {
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
}
.van-checkbox[data-v-11789d81] {
    float: left;
    padding: 5px;
}
.list-box[data-v-11789d81] {
    margin-top: 15px;
}
.btn-box[data-v-11789d81] {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    padding-bottom: 15px;
}
li[data-v-11789d81] {
    margin-bottom: 5px;
}
.poetrys-info[data-v-11789d81] {
    margin-top: 20px;
    overflow: hidden;
    border-top: 1px solid #e8e7e9;
    line-height: 30px;
    font-size: 12px;
    color: #c1b3b3;
}
.poetrys-info span[data-v-11789d81] {
    margin-right: 10px;
}
.poetrys-info a[data-v-11789d81] {
    font-size: 12px;
    color: #c1b3b3;
}
.poetry-list[data-v-11789d81] {
    margin-bottom: 20px;
}
.show-box[data-v-11789d81] {
    width: 95%;
    margin-left: 2.5%;
}
.search-box[data-v-11789d81] {
    width: 100%;
    background-color: red;
    padding: 10px 0;
}
.search-box-main[data-v-11789d81] {
    width: 95%;
    margin-left: 2.5%;
}
.poetrys_title[data-v-11789d81] {
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.btn-box[data-v-11789d81] {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.sb-btn[data-v-11789d81] {
    width: 80%;
    height: 30px;
    background: red;
    color: #fff;
    text-align: center;
    margin-left: 10%;
    line-height: 30px;
    border-radius: 3px;
}
.mob-radio-show[data-v-11789d81] {
    font-size: 12px;
    width: 100%;
    line-height: 30px;
    background: #fff;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.clean-btn[data-v-11789d81] {
    margin-top: 5px;
    background-color: red;
    color: #fff;
    padding: 0px 10px;
    float: right;
    margin-right: 14px;
    line-height: 20px;
    border-radius: 2px;
}
.statistics-box[data-v-11789d81] {
    width: 100%;
    height: 300px;
    border-bottom: 1px solid #e8e7e9;
}
.heji[data-v-11789d81] {
    width: 100%;
    text-align: center;
    color: #646566;
    font-size: 14px;
    /* margin-top: 80px; */
}
.ve-pie-box[data-v-11789d81] {
    width: 100%;
    height: 200px;
    margin-top: 10px;
}
.poetrys-con[data-v-11789d81]{
    color: #000;
}

*[data-v-0c72c150] {
  margin: 0;
  padding: 0
}
.back-to-ceiling[data-v-0c72c150] {
    position: fixed;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 100;
}
  /* .back-to-ceiling:hover {
    background: #d5dbe7;
  }    */
.icon-icon--1[data-v-0c72c150]{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: rgba(224, 72, 55, 0.75);
    border-radius: 100px;
    padding: 5px;
}

#no-data {
  text-align: center;
  padding-top: 10%;
  color: #999;
  font-size: 18px;
}

div[data-v-301a277e],
p[data-v-301a277e],
li[data-v-301a277e],
span[data-v-301a277e],
img[data-v-301a277e] {
  margin: 0;
  padding: 0;
}
ul li[data-v-301a277e] {
  list-style: none;
}
img[data-v-301a277e] {
  vertical-align: middle;
}
a[data-v-301a277e],
body[data-v-301a277e] {
  color: #333;
}
a[data-v-301a277e] {
  text-decoration: none;
}
.meunt[data-v-301a277e] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.article-left[data-v-301a277e] {
  width: 80%;
  min-height: 500px;
  /* float: left; */
  background: #fff;
  /* box-shadow: 1px 1px 20px 1px #dcd8d8; */
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  padding: 82px;
}
.article-right[data-v-301a277e] {
  width: 18%;
  min-height: 300px;
  /* float: right; */
  background: #fff;
  /* box-shadow: 1px 1px 20px 1px #dcd8d8; */
  position: absolute;
  right: -230px;
}
.center-text[data-v-301a277e] {
  width: 95%;
  min-height: 200px;
  margin: 20px auto;
}
.ydqw[data-v-301a277e] {
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(top,
      rgba(255, 251, 251, 0.78),
      rgba(249, 249, 249, 0.78),
      rgb(218, 217, 217));
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: 0;
}
.article-box[data-v-301a277e] {
  width: 89%;
  min-height: 500px;
  margin: 80px auto;
  /* overflow: hidden; */
  /* background:#f5f5f5; */
  padding: 10px 30px;
  position: relative;
}
.moveRight[data-v-301a277e] {
  right: 30px;
  transition: 2s;
  -webkit-transition: 2s;
}
.article-title[data-v-301a277e] {
  font-size: 24px;
  /* font-weight: bold; */
  padding: 10px;
  width: 100%;
}
.release[data-v-301a277e] {
  font-size: 14px;
  padding: 10px;
  color: #666;
  position: relative;
}
.isCharge[data-v-301a277e] {
  position: absolute;
  top: 0px;
  left: -30px;
  z-index: 20px;
}
.icontag[data-v-301a277e],
.dianpu[data-v-301a277e] {
  color: #666;
  margin-left: 30px;
  margin-right: 10px;
}
.dianpu1[data-v-301a277e] {
  color: #666;
  float: right;
  margin-left: 30px;
  font-size: 14px;
}
.article-QR[data-v-301a277e] {
  padding: 10px;
  text-align: center;
}
.articleQRimg[data-v-301a277e] {
  width: 100px;
}
.QR[data-v-301a277e] {
  font-size: 14px;
  color: #666;
}
.el-rate[data-v-301a277e] {
  display: inline;
}
.use-btn[data-v-301a277e] {
  padding: 10px 20px;
  font-size: 14px;
  background: #ff0003;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.icon[data-v-301a277e] {
  color: #cacaca;
}
.use-btn[data-v-301a277e]:hover {
  background: #ef8384;
}
.article-statement[data-v-301a277e] {
  border-top: 1px solid #e4dfdf;
  color: #868690;
  padding-top: 15px;
  font-size: 14px;
  line-height: 25px;
}
.article-con[data-v-301a277e] {
  font-size: 16px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.showContent[data-v-301a277e] {
  height: 500px;
}
.icon-erweima[data-v-301a277e] {
  font-size: 20px;
  color: #666;
}
.social-share .social-share-icon[data-v-301a277e] {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.6s ease-out 0s;
  transition: background 0.6s ease-out 0s;
}
.share-box[data-v-301a277e] {
  position: absolute;
  top: 85px;
  right: 30px;
  cursor: pointer;
  border-radius: 4px;
}
.share-icon[data-v-301a277e] {
  font-size: 20px;
  line-height: 35px;
}
.ydqw span[data-v-301a277e] {
  padding: 5px 10px;
  border: 1px solid #c2341f;
  color: #c2341f;
  cursor: pointer;
  border-radius: 4px;
  line-height: 40px;
}
.share[data-v-301a277e] {
  width: 100%;
  line-height: 40px;
  margin-top: 20px;
}
.share-cont[data-v-301a277e] {
  margin-right: 20px;
  display: inline;
}
.stylrCopy[data-v-301a277e] {
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  /* KHTML内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}
.detail-box[data-v-301a277e] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.detail[data-v-301a277e] {
  width: 100%;
  overflow: hidden;
  background: rgba(17, 17, 19, 0.11);
}
.preview-img wp__bg[data-v-301a277e] {
  background: #ccc
}
.wzjg[data-v-301a277e] {
  font-size: 18px;
  color: red;
}

*[data-v-19f8c2ac] {
  margin: 0;
  padding: 0;
}
a[data-v-19f8c2ac],
a[data-v-19f8c2ac]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-19f8c2ac],
ol[data-v-19f8c2ac],
h1[data-v-19f8c2ac],
h2[data-v-19f8c2ac],
h3[data-v-19f8c2ac],
h4[data-v-19f8c2ac],
p[data-v-19f8c2ac] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-19f8c2ac],
ol[data-v-19f8c2ac] {
  list-style: none;
}
.Shop-box[data-v-19f8c2ac] {
  width: 100%;
  min-height: 100px;
  padding-bottom: 20px;
}
.dianpumingcheng[data-v-19f8c2ac] {
  padding: 10px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.ruzhumianxian[data-v-19f8c2ac] {
  padding: 10px;
  font-size: 13px;
  color: #a2a0a0;
}
.dianputupian[data-v-19f8c2ac] {
  width: 180px;
  margin: 10px
}
.dianpu-QR[data-v-19f8c2ac] {
  text-align: center;
  padding: 10px 0;
}
.dianpuQRimg[data-v-19f8c2ac] {
  width: 100px;
}
.dianpumiaoshu[data-v-19f8c2ac] {
  width: 180px;
  margin: 10px;
  line-height: 25px;
  font-size: 13px;
}
.shop-main-d[data-v-19f8c2ac] {
  width: 180px;
  padding: 10px;
  font-size: 13px;
  text-align: center
}
.btn1[data-v-19f8c2ac],
.btn2[data-v-19f8c2ac] {
  background: #ffb222;
  padding: 5px 10px;
  border-radius: 4px;
}
.btn1 a[data-v-19f8c2ac],
.btn2 a[data-v-19f8c2ac] {
  color: #fff;
}

.box[data-v-0e56f263] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.detail[data-v-0e56f263] {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.article-title[data-v-0e56f263] {
  width: 100%;
  font-size: 15px;
  /* font-weight: bold;   */
  margin: 10px 0 0 0;
}
.article-con[data-v-0e56f263] {
  line-height: 1.5;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.comment-box[data-v-0e56f263] {
  width: 100%;
}

/* // .yunzhangeditor img {
  //   width: 95.5%;
  // }   */
.article_author[data-v-0e56f263] {
  margin-right: 10px;
}
.purchase-box[data-v-0e56f263] {
  width: 100%;
  height: 100%;
  background: rgba(6, 6, 6, 0.49019607843137253);
  position: fixed;
  bottom: 0;
  z-index: 30;
}
.purchase-icon[data-v-0e56f263] {
  width: 100%;
  margin-left: 5%;
  margin: 10px 0 10px 0px;
}
.zf-text[data-v-0e56f263] {
  font-size: 14px;
}
.purchase-je[data-v-0e56f263] {
  width: 50%;
  height: 25px;
  line-height: 25px;
  color: black;
  border: 1px solid red;
  border-radius: 5px;
  text-align: center;
  margin-left: 25%;
  font-size: 14px;
}
.purchase-fkfs[data-v-0e56f263] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  color: black;
}
.pay[data-v-0e56f263] {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 350px;
}
.show[data-v-0e56f263] {
  width: 90%;
  margin: 0 auto;
}
.show li[data-v-0e56f263] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.show img[data-v-0e56f263] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.show input[type='radio'][data-v-0e56f263] {
  display: none;
}
.show input[type='radio']+span[data-v-0e56f263] {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

/* .show input[type="radio"]:checked+span {
    border: 1px solid #66c068;
    border-radius: 20px;
    background: url(../../assets/images/checkbox-on.png) no-repeat;
    background-size: 19px 18.9px;
  } */
.showList[data-v-0e56f263] {
  width: 100%;
  position: absolute;
  top: 183px;
  left: 0;
}
.showList li[data-v-0e56f263] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.showList img[data-v-0e56f263] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.showList input[type='radio'][data-v-0e56f263] {
  display: none;
}
.showList input[type='radio']+span[data-v-0e56f263] {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.showList input[type='radio']:checked+span[data-v-0e56f263] {
  border: 1px solid #66c068;
  border-radius: 20px;
  /* background: url(../../assets/images/checkbox.png) no-repeat; */
  background-size: 20px 20px;
}
label[data-v-0e56f263] {
  width: 100%;
  height: 60px;
  display: inline-block;
}
.book-recovery-bot2[data-v-0e56f263] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background: #65bf67;
}
.book-recovery-bot2 div[data-v-0e56f263] {
  width: 100%;
  height: 100%;
  float: left;
}
.book-recovery-bot2 a[data-v-0e56f263] {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  display: block;
}
.payBottom[data-v-0e56f263] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #65bf67;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
}
.payBottom li[data-v-0e56f263] {
  width: 50%;
  height: 60px;
  float: left;
}
.payBottom span[data-v-0e56f263] {
  font-size: 24px;
  margin-top: 10px;
}
.article-info[data-v-0e56f263] {
  width: 100%;
  /* min-height: 200px; */
  margin-bottom: 15px;
  /* border-bottom:1px solid #8c92ab; */
  background: #f6f8fd;
}
.release[data-v-0e56f263] {
  padding: 10px;
}
.release p[data-v-0e56f263] {
  min-height: 20px;
  width: 100%;
}
.el-rate[data-v-0e56f263] {
  display: inline;
}
.release span[data-v-0e56f263] {
  color: #666;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
}
.icontag[data-v-0e56f263] {
  color: #efbe72;
  margin-right: 10px;
}
.btn-text[data-v-0e56f263] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

p[data-v-bd49312e],
span[data-v-bd49312e],
div[data-v-bd49312e],
a[data-v-bd49312e] {
  margin: 0;
  padding: 0;
}
ul li[data-v-bd49312e] {
  list-style: none;
}
.home-box[data-v-bd49312e] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-bd49312e] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-bd49312e] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
}
.body-box[data-v-bd49312e] {
  width: 89%;
  margin: 80px auto;
  clear: both;
  min-height: 400px;
  background: #fff;
  overflow: hidden;
}
.search-home-box[data-v-bd49312e] {
  width:85%;
  margin: 50px auto;
  min-height: 400px;
  background: #fff;
}
.search[data-v-bd49312e] {
  width: 100%;
  min-height: 20px;
  /* background: rgb(245, 247, 250); */
  /* margin-top: 15px; */
  overflow: hidden;
  /* border-radius: 5px; */
  line-height: 48px;
}
.input-with-text[data-v-bd49312e] {
  color: #000;
  font-size: 14px;
  /* margin-left: 20px; */
  font-weight: 700;
  float: left;
}
.fabu-btn[data-v-bd49312e] {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
}
.fabu-btn a[data-v-bd49312e] {
  color: #fff;
}
.el-image__inner[data-v-bd49312e] {
  width: 100%;
}
.tags-box[data-v-bd49312e] {
  margin-top: 20px;
}
.articles-box[data-v-bd49312e] {
  width: 100%;
  min-height: 300px;
  margin-top: 20px;
}

*[data-v-35197f56] {
  margin: 0;
  padding: 0;
}
.articlesList-bady[data-v-35197f56] {
  width: 100%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.articlesList-box[data-v-35197f56] {
  width: 95%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: 2.5%;
}
.article-nav[data-v-35197f56] {
  width: 100%;
  line-height: 50px;
}
.article-nav-title[data-v-35197f56] {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #27282d;
}
.article-nav-more-btn[data-v-35197f56] {
  float: right;
  cursor: pointer;
  font-size: 12px;
  color: #333;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-jiantou2[data-v-35197f56],
.icon-dianpu1[data-v-35197f56] {
  color: #ff6060;
}

*[data-v-06292b54] {
  margin: 0;
  padding: 0;
}
.articlesList-bady[data-v-06292b54] {
  width: 100%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.articlesList-box[data-v-06292b54] {
  width: 95%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: 2.5%;
}
.bg-purple[data-v-06292b54] {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f4f4f4;
  width: 100%;
  overflow: hidden;
  height: 280px;
}
.cover-box[data-v-06292b54] {
  width: 100%;
  height: 137px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.article-cover[data-v-06292b54] {
  width: 100%;
  height: 137px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.article-info[data-v-06292b54] {
  width: 100%;
  height: 158px;
  background: #f4f4f4;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bg-purple:hover .article-info[data-v-06292b54] {
  height: 178px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bg-purple:hover .cover-box[data-v-06292b54] {
  height: 117px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bg-purple:hover .article-cover[data-v-06292b54] {
  margin-top: -15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bg-purple:hover .article-item__content__title[data-v-06292b54] {
  line-height: 30px;
  height: 60px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.article-nav[data-v-06292b54] {
  width: 100%;
  line-height: 50px;
}
.article-nav-title[data-v-06292b54] {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #27282d;
}
.article-nav-more-btn[data-v-06292b54] {
  float: right;
  cursor: pointer;
  font-size: 12px;
  color: #333;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-jiantou2[data-v-06292b54],
.icon-dianpu1[data-v-06292b54] {
  color: #ff6060;
}
.article-item__content__title[data-v-06292b54] {
  font-size: 16px;
  line-height: 25px;
  height: 50px;
  width: 95%;
  margin-bottom: 12px;
  color: #303030;
  font-style: normal;
  margin: 15px auto;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.article-item__content__title a[data-v-06292b54] {
  color: #303030;
}
.shop-name[data-v-06292b54] {
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
}
.content2[data-v-06292b54] {
  width: 95%;
  margin: 15px 2.5% 0 2.5%;
  font-size: 12px;
  line-height: 20px;
}
.content2 a[data-v-06292b54] {
  color: #cacaca;
}
.shop-name a[data-v-06292b54] {
  color: #606060;
}
.item-a[data-v-06292b54] {
  float: right;
  margin-left: 10px;
}

*[data-v-3121f6b1] {
  margin: 0;
  padding: 0;
}
ul li[data-v-3121f6b1] {
  list-style: none;
}
a[data-v-3121f6b1] {
  text-decoration: none;
  color: #606266;
  font-size: 13px;
}
.tags-box[data-v-3121f6b1] {
  width: 100%;
  overflow: hidden;
  overflow: hidden;
}
.tags-box li[data-v-3121f6b1] {
  display: inline;
  line-height: 40px;
}
.icon[data-v-3121f6b1] {
  color: #fed891;
}
.more[data-v-3121f6b1]{
  line-height: 50px;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: rgba(241, 241, 241, 0.5803921568627451);
  border: none;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;       
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 10px;
}

p[data-v-9ef1f958],
  span[data-v-9ef1f958],
  div[data-v-9ef1f958],
  a[data-v-9ef1f958] {
    margin: 0;
    padding: 0;
}
ul li[data-v-9ef1f958] {
    list-style: none;
}
.home-box[data-v-9ef1f958] {
    width: 100%;
    background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-9ef1f958] {
    width: 100%;
    overflow: hidden;
    background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-9ef1f958] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 20;
    top: 0;
}
.body-box[data-v-9ef1f958] {
    width: 89%;
    margin: 80px auto;
    clear: both;
    min-height: 400px;
    background: #fff;
    overflow: hidden;
}
.search-home-box[data-v-9ef1f958] {
    width: 85%;
    margin: 50px auto;
    min-height: 400px;
    background: #fff;
}
.search[data-v-9ef1f958] {
    width: 100%;
    min-height: 20px;
    /* background: rgb(245, 247, 250); */
    /* margin-top: 15px; */
    overflow: hidden;
    /* border-radius: 5px; */
    line-height: 48px;
}
.input-with-text[data-v-9ef1f958] {
    color: #000;
    font-size: 14px;
    /* margin-left: 20px; */
    font-weight: 700;
    float: left;
}
.fabu-btn[data-v-9ef1f958] {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}
.fabu-btn a[data-v-9ef1f958] {
    color: #fff;
}
.el-image__inner[data-v-9ef1f958] {
    width: 100%;
}
.tags-box[data-v-9ef1f958] {
    margin-top: 20px;
}
.articles-box[data-v-9ef1f958] {
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
}
.top-box[data-v-9ef1f958] {
    margin-top: 20px;
}
.el-input-box[data-v-9ef1f958] {
    width: 70%;
    margin: 0 auto;
    min-height: 40px;
    /* background: red; */
    position: relative;
}
.el-icon-camera[data-v-9ef1f958] {
    font-size: 20px;
    position: absolute;
    right: 70px;
    top: 10px;
    color: #ccc;
    cursor: pointer;
}
.card-box[data-v-9ef1f958] {
    width: 70%;
    margin: 20px auto;
    min-height: 40px;
}
.el-icon-close[data-v-9ef1f958] {
    float: right;
    font-size: 20px;
    color: #ccc;
}
.tip-text[data-v-9ef1f958] {
    font-size: 12px;
    margin-top: 20px;
    color: #ccc;
}
.words-box[data-v-9ef1f958] {
    width: 100%;
    margin-top: 20px;
}
.label-text[data-v-9ef1f958] {
    width: 100;
    line-height: 30px;
    background: #f3f3f3;
    padding-left: 10px;
}
.grid-content[data-v-9ef1f958] {
    width: 100%;
    min-height: 300px;
    border: 1px solid #f3f3f3;
}
.input-with-select .el-input-group__prepend[data-v-9ef1f958] {
    background-color: #fff;
    width: 100px;
}
.el-select .el-input[data-v-9ef1f958] {
    width: 130px;
}
.el-select>.el-input[data-v-9ef1f958] {
    display: block;
    width: 130px;
}

.search-index-box[data-v-9285d682] {
  background: url(/static/img/bj.9c6673e.png);
}
.main-box[data-v-9285d682] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.06);
}
.meunt[data-v-9285d682] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
}
.serial-box[data-v-9285d682] {
  margin: 80px auto;
  min-height: 500px;
}
.search-box[data-v-9285d682] {
  width: 100%;
  min-height: 50px;
  margin: 0 auto;
}
.serial-box[data-v-9285d682] {
  width: 80%;
}
.search-box h1[data-v-9285d682] {
  padding-left: 10px;
  border-left: 3px solid red;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-top: 10px;
}
.tags-box[data-v-9285d682] {
  margin-bottom: 20px;
}
.book[data-v-9285d682] {
  width: 100%;
  height: 289px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.search[data-v-9285d682] {
  width: 280px;
  height: 30px;
  float: right;
  background: #f7f7f7;
  border-radius: 40px;
  border: none;
  margin-top: 10px
}
.search input[data-v-9285d682] {
  background: none;
  border: none;
  outline: none;
  width: 220px;
  height: 30px;
  margin-left: 20px;
}
.search-btn[data-v-9285d682] {
  font-size: 20px;
  float: right;
  padding: 5px 10px;
  cursor: pointer
}
.search input[data-v-9285d682]::-webkit-input-placeholder {
  color: #9f9e9f;
  font-size: 14px;
}
.search input[data-v-9285d682]:-moz-placeholder {
  color: #9f9e9f;
  font-size: 14px;
}
.search input-ms-input-placeholder[data-v-9285d682] {
  color: #9f9e9f;
  font-size: 14px;
}
body[data-v-9285d682],
dd[data-v-9285d682],
dl[data-v-9285d682],
dt[data-v-9285d682],
fieldset[data-v-9285d682],
form[data-v-9285d682],
h1[data-v-9285d682],
h2[data-v-9285d682],
h3[data-v-9285d682],
h4[data-v-9285d682],
h5[data-v-9285d682],
h6[data-v-9285d682],
hr[data-v-9285d682],
input[data-v-9285d682],
legend[data-v-9285d682],
li[data-v-9285d682],
ol[data-v-9285d682],
p[data-v-9285d682],
pre[data-v-9285d682],
td[data-v-9285d682],
textarea[data-v-9285d682],
th[data-v-9285d682],
ul[data-v-9285d682] {
  margin: 0;
  padding: 0;
}
.ebook-box[data-v-9285d682] {
  width: 100%;
  min-height: 100px;
  /* overflow: hidden; */
}
.grid-content[data-v-9285d682] {
  width: 100%;
  min-height: 150px;
  position: relative;
}
.ebook-info[data-v-9285d682] {
  margin-bottom: 20px;
}
.ebook-cover[data-v-9285d682] {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}
.book-card[data-v-9285d682] {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  color: #555;
  font-size: 14px;
  z-index: 30;
  -webkit-transition: 3000;
  transition: 3000;
  background: rgba(255, 255, 255, 0.92);
}
.ebookName[data-v-9285d682] {
  width: 90%;
  margin: 0 auto;
  line-height: 20px;
  text-align: center;
  color: #000;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.ebookShop[data-v-9285d682] {
  width: 90%;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.LookBtn[data-v-9285d682] {
  line-height: 50px;
  text-align: center;
  color: #000;
}
.ebookTitle[data-v-9285d682] {
  position: relative;
  margin-top: 14px;
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.BookItem-authors[data-v-9285d682] {
  font-size: 14px;
  color: #8590a6;
}
.BookItem-promotion[data-v-9285d682] {
  font-size: 14px;
  color: #8590a6;
  margin-top: 15px;
}
.list-box[data-v-9285d682] {
  margin-top: 20px;
}

*[data-v-fd22bb18] {
  margin: 0;
  padding: 0;
}
li[data-v-fd22bb18] {
  list-style: none;
}
a[data-v-fd22bb18] {
  text-decoration: none;
}
.meunt[data-v-fd22bb18] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  background: #fff;
}
.edite-box[data-v-fd22bb18] {
  width: 80%;
  min-height: 500px;
  /* background: pink; */
  margin: 80px auto;
  overflow: hidden;
}
.edite-box-left[data-v-fd22bb18] {
  width: 100%;
  min-height: 400px;
}
.edite-box-right[data-v-fd22bb18] {
  width: 100%;
  min-height: 400px;
}
.main-top[data-v-fd22bb18] {
  height: 143px;
  /* margin-bottom: 35px; */
  position: relative;
  padding-left: 134px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.avatar-collection[data-v-fd22bb18] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 107px;
  height: 143px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
  overflow: hidden;
}
.avatar-collection img[data-v-fd22bb18] {
  border-radius: 0;
  border: none;
  width: 100%;
  height: 100%;
  vertical-align: middle
}
.title[data-v-fd22bb18] {
  padding-top: 12px;
}
.title .name[data-v-fd22bb18] {
  display: inline;
  font-size: 21px;
  font-weight: 700;
  vertical-align: middle;
}
.main-top .info[data-v-fd22bb18] {
  margin-top: 11px;
  font-size: 14px;
  color: #969696;
}
.paid-meta[data-v-fd22bb18] {
  margin-right: 8px;
  color: #e2b882;
}
.buttons[data-v-fd22bb18] {
  margin-top: 17px;
}
.buttons .btn-buy[data-v-fd22bb18] {
  padding: 6px 21px;
  /* height: 38px; */
  line-height: 24px;
  background-color: #da9e55;
  border-color: #da9e55 !important;
}
.buttons .btn[data-v-fd22bb18] {
  font-size: 14px;
  margin-right: 8px;
}
.btn[data-v-fd22bb18] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-success[data-v-fd22bb18] {
  border-radius: 40px;
  color: #fff;
  background-color: #42c02e;
  border-color: #42c02e;
}
.follow[data-v-fd22bb18] {
  border-color: #42c02e;
}
.follow[data-v-fd22bb18],
.follow-cancel[data-v-fd22bb18],
.follow-each[data-v-fd22bb18],
.following[data-v-fd22bb18] {
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.iconfont[data-v-fd22bb18] {
  font-family: iconfont !important;
  font-size: inherit;
  font-style: normal;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-top .buttons .btn-free-read[data-v-fd22bb18] {
  padding: 6px 21px;
  /* height: 38px; */
  line-height: 24px;
  background-color: transparent;
  border-color: #da9e55 !important;
  color: #da9e55;
}
.buttons .follow.btn-success[data-v-fd22bb18] {
  background-color: transparent;
  color: #42c02e;
}
.main-top .buttons.paid .follow[data-v-fd22bb18],
.main .main-top .buttons.paid .following[data-v-fd22bb18] {
  float: right;
  margin-right: 0;
}
.summary[data-v-fd22bb18] {
  font-size: 14px;
  /* margin-bottom: 25px; */
  line-height: 1.5;
}
.intro-short[data-v-fd22bb18] {
  display: block;
  cursor: pointer;
  color: #333;
}
.intro[data-v-fd22bb18] {
  font-weight: 400;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 20px;
}
.serial-list[data-v-fd22bb18] {
  width: 100%;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin: 20px auto;
}
.share[data-v-fd22bb18] {
  margin-bottom: 20px;
  padding-bottom: 20px;
  /* border-bottom: 1px solid #f0f0f0; */
  line-height: 30px;
}
.authortitle[data-v-fd22bb18] {
  float: left;
  margin-bottom: 10px;
  font-size: 14px;
  color: #969696;
}
.list[data-v-fd22bb18] {
  margin-bottom: 20px;
  padding-bottom: 20px;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  clear: both;
  overflow: hidden;
}
.list li[data-v-fd22bb18] {
  margin-bottom: 10px;
  line-height: 20px;
}
.avatar img[data-v-fd22bb18] {
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.avatar[data-v-fd22bb18] {
  display: inline-block;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  float: left;
}
.authorname[data-v-fd22bb18] {
  position: relative;
  max-width: 236px;
  vertical-align: middle;
  top: 1px;
  font-size: 14px;
  color: #333;
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}
.bltitle[data-v-fd22bb18] {
  font-size: 14px;
  color: #969696;
}
.ars-box[data-v-fd22bb18] {
  margin-top: 20px;
}
.serial_author[data-v-fd22bb18] {
  color: #da9e55;
}
.share-box[data-v-fd22bb18] {
  margin-right: 20px;
  display: inline;
}
.share-top[data-v-fd22bb18] {
  margin-top: 20px;
  color: #666;
}
.detail-box[data-v-fd22bb18] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.detail[data-v-fd22bb18] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.06);
}

*[data-v-140d9a9c] {
  margin: 0;
  padding: 0;
}
li[data-v-140d9a9c] {
  list-style: none;
}
a[data-v-140d9a9c] {
  text-decoration: none;
  cursor: pointer;
}
button[data-v-140d9a9c],
input[data-v-140d9a9c],
select[data-v-140d9a9c],
textarea[data-v-140d9a9c] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.list-box[data-v-140d9a9c] {
  width: 100%;
  min-height: 200px;
  /* background: red; */
  margin-top: 10px;
}
.header[data-v-140d9a9c] {
  margin-bottom: 15px;
}
.header span[data-v-140d9a9c] {
  font-weight: bold;
  font-size: 15px;
  margin-right: 14px;
}
.header button[data-v-140d9a9c] {
  background-color: transparent;
  border-radius: 3px;
  border: solid 1px #dfdfdf;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
  text-transform: none;
  padding: 5px 10px;
  outline: none
}
#book-chapters ul[data-v-140d9a9c] {
  list-style-type: none;
  margin-left: 35px;
}
book-chapters ul li.audio-list[data-v-140d9a9c] {
  padding-right: 50px;
}
#book-chapters ul li[data-v-140d9a9c] {
  position: relative;
  border-bottom: 1px solid #F0F0F0;
  padding: 16px 0;
  line-height: 20px;
}
#book-chapters ul li .part[data-v-140d9a9c] {
  position: absolute;
  left: -35px;
  top: 0;
  height: 100%;
  width: 35px;
  font-style: italic;
  color: #ccc;
  padding-top: 17px;
  padding-right: 11.66667px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
}
#book-chapters ul li a[data-v-140d9a9c]:visited {
  color: #999;
}
#book-chapters ul li a[data-v-140d9a9c] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
#book-chapters .loadmore[data-v-140d9a9c] {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: #969696;
}

*[data-v-2b6c727c] {
  margin: 0;
  padding: 0;
}
li[data-v-2b6c727c] {
  list-style: none;
}
a[data-v-2b6c727c] {
  text-decoration: none;
  cursor: pointer;
}
img[data-v-2b6c727c] {
  vertical-align: middle;
}
.list[data-v-2b6c727c] {
  margin-bottom: 20px;
  padding-bottom: 10px;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  clear: both;
}
.list li[data-v-2b6c727c] {
  margin-bottom: 10px;
}
.other-books .book[data-v-2b6c727c] {
  display: block;
  margin-bottom: 15px;
  min-height: 60px;
}
.book .cover[data-v-2b6c727c] {
  margin-right: 10px;
  float: left;
  width: 45px;
  height: 60px;
  border-radius: 3px;
}
.book .name[data-v-2b6c727c] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  position: relative;
  max-width: 236px;
  vertical-align: middle;
  top: 1px;
}
.book .intro[data-v-2b6c727c] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 1.4;
  color: #999;
}

*[data-v-2aec751c] {
  margin: 0;
  padding: 0;
}
li[data-v-2aec751c] {
  list-style: none;
}
a[data-v-2aec751c] {
  text-decoration: none;
}
.share-box[data-v-2aec751c] {
  width: 90%;
  min-height: 500px;
  background: #F5F5F5;
  margin: 20px auto;
}
.share-top[data-v-2aec751c] {
  width: 100%;
  min-height: 100px;
  background: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 5%;
}
.cover[data-v-2aec751c] {
  width: 25%;
  height: 130px;
  margin-right: 5%;
  border-radius: 5px;
  float: left;
}
.title[data-v-2aec751c] {
  width: 70%;
  float: left;
}
.title .name[data-v-2aec751c] {
  font-size: 21px;
  font-weight: 700;
  vertical-align: middle;
  margin-bottom: 10px;
}
.description[data-v-2aec751c] {
  width: 100%;
  font-size: 12px;
  color: #333;
  line-height: 20px;
}
.guanzhu[data-v-2aec751c] {
  width: 100%;
  height: 25px;
  background: #42C02E;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}
button[data-v-2aec751c],
input[data-v-2aec751c],
select[data-v-2aec751c],
textarea[data-v-2aec751c] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.list-box[data-v-2aec751c] {
  width: 100%;
  min-height: 200px;
  /* background: red; */
  margin-top: 10px;
}
.header[data-v-2aec751c] {
  margin-bottom: 15px;
}
.header span[data-v-2aec751c] {
  font-weight: bold;
  font-size: 15px;
  margin-right: 14px;
}
.header button[data-v-2aec751c] {
  background-color: transparent;
  border-radius: 3px;
  border: solid 1px #dfdfdf;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
  text-transform: none;
  padding: 5px 10px;
  outline: none
}
#book-chapters ul[data-v-2aec751c] {
  list-style-type: none;
  margin-left: 35px;
}
book-chapters ul li.audio-list[data-v-2aec751c] {
  padding-right: 50px;
}
#book-chapters ul li[data-v-2aec751c] {
  position: relative;
  border-bottom: 1px solid #F0F0F0;
  padding: 16px 0;
  line-height: 20px;
}
#book-chapters ul li .part[data-v-2aec751c] {
  position: absolute;
  left: -35px;
  top: 0;
  height: 100%;
  width: 35px;
  font-style: italic;
  color: #ccc;
  padding-top: 17px;
  padding-right: 11.66667px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
}
#book-chapters ul li a[data-v-2aec751c]:visited {
  color: #999;
}
#book-chapters ul li a[data-v-2aec751c] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
#book-chapters .loadmore[data-v-2aec751c] {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: #969696;
}

*[data-v-3fd8a9ee] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-3fd8a9ee] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  background: #fff;
}

p[data-v-33a8c698],
span[data-v-33a8c698],
div[data-v-33a8c698],
a[data-v-33a8c698],
h3[data-v-33a8c698] {
    margin: 0;
    padding: 0;
}
h3[data-v-33a8c698] {
    margin-bottom: 10px;
}
.meunt[data-v-33a8c698] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 20;
    top: 0;
    overflow: hidden;
}
.task-index-box[data-v-33a8c698] {
    background: url(/static/img/bj.9c6673e.png);
}
.main-box[data-v-33a8c698] {
    width: 100%;
    overflow: hidden;
    background: rgba(183, 183, 185, 0.11);
}
.body-box[data-v-33a8c698] {
    width: 87%;
    margin: 0px auto;
    clear: both;
    background: #fff;
    padding: 1%;
}
.rw-list-box[data-v-33a8c698] {
    position: relative;
}
.sort[data-v-33a8c698] {
    width: 100%;
    height: 50px;
    text-align: center;
    color: #4a4a4a;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}
.paixu[data-v-33a8c698] {
    margin-top: 20px;
    position: relative;
}
.share-con[data-v-33a8c698] {
    float: right;
    font-size: 20px;
    margin-top: 12px;
}
.share-cont[data-v-33a8c698] {
    display: inline;
}
.taskBanner[data-v-33a8c698] {
    width: 100%;
    height: 330px;
}
.sort-box[data-v-33a8c698] {
    display: inline;
    margin-top: 15px;
    margin-right: 10px;
    float: left;
}
.top-banner-box[data-v-33a8c698] {
    margin-top: 60px;
    position: relative;
}
.banner-btn[data-v-33a8c698] {
    width: 20.5%;
    height: 19.5%;
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    left: 42.5%;
    border-radius: 50px;
}
.sort-share[data-v-33a8c698] {
    position: absolute;
    min-width: 220px;
    right: 0;
    margin-right: 1%;
    z-index: 1;
}
.tsnr[data-v-33a8c698] {
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 30px 20px;
    line-height: 25px;
}
.icon-jiantou[data-v-33a8c698],
.icon-jiantou-copy[data-v-33a8c698] {
    float: left;
}
.zwsh[data-v-33a8c698] {
    width: 100%;
    line-height: 300px;
    text-align: center;
    font-size: 25px;
    color: #d6d6d6;
}
.display-case[data-v-33a8c698] {
    width: 87%;
    margin: 0px auto;
    padding: 1%;
    background: #fff;
    color: #444040;
}
.scroll-box[data-v-33a8c698] {
    width: 100%;
    margin: 0 auto;
}
.seamless-warp[data-v-33a8c698] {
    width: 100%;
    height: 250px;
    overflow: hidden;
    line-height: 40px;
    background: #fffbf4;
    font-size: 0.32rem;
    border: 2px solid #e4e4e4;
    border-radius: 17px;
}
.item[data-v-33a8c698] {
    width: 90%;
    margin: 0 auto;
}
.scroll-content[data-v-33a8c698] {
    width: 100%;
    padding-left:10px;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
}
.ranking-content[data-v-33a8c698] {
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}
.left-show[data-v-33a8c698] {
    float: left;
    height: 40px;
}
.content-title[data-v-33a8c698] {
    float: left;
    max-width: 40%;
    height: 40px;
    color: #4a4a4a;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.nick_name[data-v-33a8c698],
.fb_date[data-v-33a8c698] {
    color: #8e95a7;
}
.direction[data-v-33a8c698] {
    color: #000;
}
.icon-laba1[data-v-33a8c698] {
    color: #ff3434;
    margin-right: 10px;
}
.partake_fee[data-v-33a8c698] {
    color: #db3535;
}
.icon-huangguan2[data-v-33a8c698] {
    color: #f8b600;
}
.seniority-box[data-v-33a8c698] {
    width: 100%;
    height: 250px;
    background: #f9f9f9;
    border-radius: 10px;
}
.display-case h3[data-v-33a8c698] {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 12px;
    /* font-weight: normal; */
}
.explain-div[data-v-33a8c698] {
    width: 100%;
    background: #F3F3F3;
    min-height: 200px;
}
.explain-mai-div[data-v-33a8c698] {
    width: 87%;
    margin: 0px auto;
    padding: 1%;
    /* background:red; */
    min-height: 200px;
}
.grid-content[data-v-33a8c698] {
    text-align: center;
    width: 100%;
    /* background: red; */
}
.img-explain[data-v-33a8c698] {
    width: 40%;
    margin: 20px 0;
    cursor: pointer
}
.explain-text[data-v-33a8c698] {
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 400;
    cursor: pointer
}
.Steps-box[data-v-33a8c698] {
    width: 100%;
    margin-top: 20px;
    min-height: 100px;
    background: #f5530c;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.stepsT[data-v-33a8c698] {
    position: absolute;
    left: 0;
    top: 0;
}
.Steps-f[data-v-33a8c698] {
    width: 100%;
    height: 100px;
}
.stepsImg-box[data-v-33a8c698] {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
    position: relative;
}
.stepsImg[data-v-33a8c698] {
    margin-top: 30px;
}
.stepsI[data-v-33a8c698] {
    position: absolute;
    right: 0;
    top: 35px;
}
.flow-text[data-v-33a8c698] {
    cursor: pointer;
    width: 80px;
    height: 20px;
    /* background: red; */
    position: absolute;
    right: 30%;
    top: 55px;
}
.pagination-box[data-v-33a8c698] {
    width: 100%;
    text-align: right;
}
.yqts[data-v-33a8c698] {
    width: 100%;
    line-height: 30px;
    color: #b3b3b3;
    font-size: 12px;
    margin-bottom: 10px;
}
.btn-box[data-v-33a8c698] {
    float: right;
    padding: 5px;
}
.el-icon-more[data-v-33a8c698] {
    float: right;
    color: #afacac;
    cursor: pointer;
}
.el-icon-video-play[data-v-33a8c698] {
    position: absolute;
    font-size: 50px;
    top: 25px;
    left: 75px;
    color: #fff;
    cursor: pointer;
}
.share-top-box[data-v-33a8c698] {
    float: right;
    margin-top: 8px;
    margin-left: 40px;
    font-size: 14px;
}
.carousel-box[data-v-33a8c698] {
    width: 100%;
    height: 250px;
    border-radius: 17px;
    overflow: hidden;
    background: #fffbf4;
    border: 2px solid #e4e4e4;
}
.ranking-box[data-v-33a8c698] {
    width: 260px;
    position: absolute;
    right: 30px;
    top: 25px;
    background: #5950508c;
    padding: 10px;
    border-radius: 10px;
}
.ranking-title[data-v-33a8c698] {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
}
.ranking-list[data-v-33a8c698] {
    width: 100%;
    height: 210px;
    overflow: hidden;
    line-height: 40px;
    font-size: 0.32rem;
    border-radius: 10px;
}
.ranking-nick_name[data-v-33a8c698] {
    color: #fff;
}
.ckgd[data-v-33a8c698] {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.ckgd a[data-v-33a8c698] {
    color: #fff;
    font-size: 12px;
}
.statistics-i[data-v-33a8c698] {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    cursor: pointer;
}
.ndbgImg[data-v-33a8c698] {
    width: 40px;
    position: fixed;
    left: 0;
    bottom: 50px;
    cursor: pointer;
}
.yearReportMain[data-v-33a8c698] {
    width: 77%;
    position: absolute;
    top: 105px;
    left: 10%;
}
.yearReport-title[data-v-33a8c698] {
    text-align: center;
    color:#fff;
    font-size: 18px;
    margin-top: 10px;
    width: 100%;
    font-weight: bold;
}
.myRecord-title[data-v-33a8c698] {
    text-align: center;
    color:#fff;
    font-size: 26px;
    width: 100%;
    font-weight: bold;
}
.myRecord-title-f[data-v-33a8c698] {
    color:#fff;
    font-size: 18px;
    margin-top: 20px;
    width: 95%;
    font-weight: bold;
    line-height: 30px;
    padding: 0 2.5%;
}
.yearReport-sc[data-v-33a8c698] {
    width: 80%;
    margin-top: 65px;
    font-size: 20px;
    color:#fff;
    margin-left: 10%;
}
.yearReport-sc-mun[data-v-33a8c698] {
    width: 80%;
    margin-top: 20px;
    font-size: 20px;
    color:#fff;
    margin-left: 10%;
}
.recommend[data-v-33a8c698] {
    width: 95%;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
    height: 385px;
    overflow: hidden;
    padding: 2.5%;
}
.yearReportQR-box[data-v-33a8c698] {
    width: 100%;
    padding-top: 5px;
    text-align: right;
}
.tsbs[data-v-33a8c698] {
    font-size: 20px;
    font-family: fantasy;
}
.totalOpusFee[data-v-33a8c698],.smfx[data-v-33a8c698] {
    color: #fff;
}
.yearReportBj[data-v-33a8c698] {
    width: 100%;
    height: 400px;
}

*[data-v-d668a46a] {
  margin: 0;
  padding: 0;
}
ul li[data-v-d668a46a] {
  list-style: none;
}
a[data-v-d668a46a] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.task-catalogue-box[data-v-d668a46a] {
  width: 100%;
  min-height: 50px;
  /* background: rgba(1, 65, 255, 0.04); */
  overflow: hidden;
  /* border-radius: 10px; */
  /* margin-top: 20px; */
}
.catalogue-main[data-v-d668a46a] {
  padding: 0 0 20px 0;
}
.list-box[data-v-d668a46a] {
  width: 100%;
  height: 35px;
  line-height: 35px;
  /* color: #a2a2a2; */
  font-size: 14px;
  border-bottom: 1px solid #f5f7fa;
  overflow: hidden;
  position: relative;
  font-weight: bold;
}
.btn-bottom[data-v-d668a46a] {
  position: absolute;
  right: 0;
  top: 0;
}
.title-text[data-v-d668a46a] {
  color: #000;
  font-family: "PingFang SC";
}

/* 修改 */
.taskType-box[data-v-d668a46a],
.taskLevel-box[data-v-d668a46a] {
  width: 100%;
  min-height: 20px;
  /* background: red; */
}
.xuanxiang[data-v-d668a46a] {
  width: 100%;
  margin-bottom: 20px;
}
.xuanxiang span[data-v-d668a46a] {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.icon-leimupinleifenleileibie1[data-v-d668a46a] {
  color: #21bfef;
  font-size: 20px;
  margin-right: 10px;
}
.icon-jibie[data-v-d668a46a] {
  color: red;
  font-size: 18px;
  margin-right: 10px;
}

p[data-v-53ccd2ca],
span[data-v-53ccd2ca],
div[data-v-53ccd2ca],
a[data-v-53ccd2ca] {
  margin: 0;
  padding: 0;
}
ul li[data-v-53ccd2ca] {
  list-style: none;
}
a[data-v-53ccd2ca] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.search[data-v-53ccd2ca] {
  width: 87%;
  min-height: 20px;
  overflow: hidden;
  /* line-height: 48px; */
  margin: 10px auto;
  padding: 10px 1%;
  background-color: #fff;
}
.taskHall-search[data-v-53ccd2ca] {
  width: 100%;
  margin: 0 auto;
}
.date-picker-box[data-v-53ccd2ca] {
  overflow: hidden;
}


p[data-v-23800b51],
  span[data-v-23800b51],
  div[data-v-23800b51],
  a[data-v-23800b51] {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
ul li[data-v-23800b51] {
    list-style: none;
}
.list-box[data-v-23800b51] {
    width: 100%;
    min-height: 100px;
    background: #fff;
    margin-bottom: 10px;
}
.plate[data-v-23800b51] {
    width: 100%;
    min-height: 100px;
    position: relative;
    margin-bottom: 10px;
}
.slogansPrice[data-v-23800b51] {
    color: #ff3434;
    font-size: 20px;
    float: left;
}
.clearfix[data-v-23800b51] {
    overflow: hidden;
    margin-top: 10px;
}
.slogansInfo[data-v-23800b51] {
    font-size: 12px;
    color: #5d5d5d;    
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 10px;
}
.dengji[data-v-23800b51] {
    float: right;
}
.task-title[data-v-23800b51] {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
    font-weight: 900;
    margin-top: 10px;
    line-height: 25px;
    height: 50px;
    color: #000;
}
.task-title a[data-v-23800b51] {
    color: #4a4a4a;
}
.partake_total[data-v-23800b51] {
    color: #5d5d5d;
    margin-top: 10px;
    overflow: hidden;
    line-height: 20px;
}
.task-big-completion[data-v-23800b51] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    width: 25%;
}
.cyymImg[data-v-23800b51] {
    width: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.robImg[data-v-23800b51] {
    width: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.newHandpc[data-v-23800b51] {
    position: absolute;
    left: 0px;
    top: 0px;
}
.taskAssignImg[data-v-23800b51] {
    position: absolute;
    left:0px;
    top: 0px;
}
.total-left[data-v-23800b51] {
    float: left;
}
.total-right[data-v-23800b51] {
    float: right;
}
.vipMin[data-v-23800b51] {
    position: absolute;
    top: -7px;
    right: -3px;
    z-index: 15;
    width: 50px;
}
.free_delay_num[data-v-23800b51]{
  float: right;
}

p[data-v-a83abfaa],
span[data-v-a83abfaa],
div[data-v-a83abfaa],
a[data-v-a83abfaa] {
  margin: 0;
  padding: 0;
}
ul li[data-v-a83abfaa] {
  list-style: none;
}
a[data-v-a83abfaa] {
  text-decoration: none;
  color: #ADADAF;
  font-size: 13px;
}
.advertisement-box[data-v-a83abfaa] {
  width: 100%;
  height: 80px;
  margin: 20px auto;
  background: #ccc
}
.advertisementCover[data-v-a83abfaa] {
  width: 100%;
  height: 80px;
}

p[data-v-14d6b46e],
span[data-v-14d6b46e],
div[data-v-14d6b46e],
a[data-v-14d6b46e] {
  margin: 0;
  padding: 0;
}
ul li[data-v-14d6b46e] {
  list-style: none;
}
a[data-v-14d6b46e] {
  text-decoration: none;
  color: #428bca;
  font-size: 13px;
}
.flow[data-v-14d6b46e] {
  margin-top: 20px;
  overflow: hidden;
}
.step-title[data-v-14d6b46e] {
  font-size: 18px;
  color: #535353;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 20px;
}
.step-text[data-v-14d6b46e] {
  font-size: 12px;
  color: #959595;
  text-align: left;
  line-height: 20px;
  height: 50px;
  padding-right: 10px;
}
.step-text a[data-v-14d6b46e] {
  cursor: pointer;
}
.iconfont[data-v-14d6b46e] {
  background: #e66663;
  font-size: 25px;
  color: #fff;
  float: left;
  border-radius: 100px;
  padding: 10px 12px;
  margin: 20px 10px 10px 10px;
}
.col-box[data-v-14d6b46e] {
  float: left;
  width: 18%;
  margin: 1%;
  overflow: hidden;
  background: #f1eded;
  border-radius: 5px;
}

p[data-v-90b94e26],
span[data-v-90b94e26],
div[data-v-90b94e26],
a[data-v-90b94e26] {
  margin: 0;
  padding: 0;
}
ul li[data-v-90b94e26] {
  list-style: none;
}
a[data-v-90b94e26] {
  text-decoration: none;
  color: #ADADAF;
  font-size: 13px;
}
.paging-box[data-v-90b94e26] {
  width: 100%;
  min-height: 20px;
  /* background:rgb(245, 247, 250);  */
  padding: 10px 0;
  margin-top: 20px;
  text-align: right;
}

div[data-v-67c35ae6],
p[data-v-67c35ae6],
img[data-v-67c35ae6],
span[data-v-67c35ae6] {
    margin: 0;
    padding: 0;
}
.meunt[data-v-67c35ae6] {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 20;
    top: 0;
    overflow: hidden;
}
.body-box[data-v-67c35ae6] {
    width: 89%;
    margin: 20px auto;
    clear: both;
}
.box[data-v-67c35ae6] {
    width: 100%;
    background: rgba(183, 183, 185, 0.06);
    overflow: hidden;
}
.resource-body[data-v-67c35ae6] {
    overflow: hidden;
    background: url(/static/img/bj.9c6673e.png);
}
.bar-box[data-v-67c35ae6] {
    width: 100%;
    margin-top: 60px;
    height: 521px;
    position: relative;
}
.resourcesBar[data-v-67c35ae6] {
    width: 100%;
}
.resourcesJ-box[data-v-67c35ae6] {
    width: 100%;
    height: 70px;
    background: #fff;
    text-align: center;
}
.resourcesJ-label[data-v-67c35ae6] {
    width: 120px;
    text-align: center;
    line-height: 70px;
    margin: 0 auto;
}
.iconfont[data-v-67c35ae6] {
    font-size: 30px;
    margin-right: 10px;
    float: left;
}
.icon-svgwrite[data-v-67c35ae6] {
    color: #ffb24a;
}
.icon-jiaoxuekejian[data-v-67c35ae6] {
    color: #d01b1b;
}
.icon-yinpinbofang[data-v-67c35ae6] {
    color: #b36b11;
}
.icon-shijuanguanlix[data-v-67c35ae6] {
    color: #54d6a6;
}
.plate[data-v-67c35ae6] {
    width: 100%;
    min-height: 100px;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 0;
}
.plate-title[data-v-67c35ae6] {
    width: 100%;
    line-height: 30px;
    border-left: 3px solid #4DC77A;
    overflow: hidden;
}
.plate-title-text[data-v-67c35ae6] {
    font-size: 18px;
    font-weight: 600;
    margin-right: 30px;
    margin-left: 10px;
}
.tags[data-v-67c35ae6] {
    font-size: 14px;
    margin-right: 20px;
    color: #ccc;
}
.plate-list-box[data-v-67c35ae6] {
    width: 96%;
    margin: 20px auto;
}
.plate-list-p[data-v-67c35ae6] {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.card-main[data-v-67c35ae6] {
    width: 100%;
    overflow: hidden;
    line-height: 60px;
}
.icon-wendang-word[data-v-67c35ae6] {
    font-size: 14px;
    color: #2BA1F2;
}
.plate-bottom-list-box[data-v-67c35ae6] {
    width: 96%;
    margin: 20px auto;
    min-height: 50px;
    border-top: 1px dotted #ccc;
}
.el-card-box[data-v-67c35ae6] {
    margin-top: 20px;
}
.icon-word[data-v-67c35ae6] {
    float: left;
}
.el-card-p[data-v-67c35ae6] {
    float: left;
    margin-left: 20px;
    font-weight: 700;
    font-size: 18px;
}
.icon-ZIPtubiao[data-v-67c35ae6] {
    font-size: 14px;
    color: #ec551c;
}
.img-list[data-v-67c35ae6] {
    width: 100%;
    min-height: 50px;
    background: red;
    margin-bottom: 20px;
}
.el-carousel__container[data-v-67c35ae6] {
    position: relative;
    height: 521px;
}
.statistics[data-v-67c35ae6] {
    width: 180px;
    min-height: 20px;
    padding-bottom: 20px;
    background: rgb(238 248 251 / 64%);
    text-align: center;
    position: absolute;
    right: 100px;
    bottom: 50px;
    z-index: 10;
    border-radius: 8px;
}
.statistics p[data-v-67c35ae6] {
    margin: 20px 0;
    color: #7f8e9e;
}
.testPaper-more-btn[data-v-67c35ae6] {
    float: right;
    font-size: 14px;
    color: #ccc;
    margin-right: 10px;
}

p[data-v-1b4935c4],
div[data-v-1b4935c4],
span[data-v-1b4935c4],
img[data-v-1b4935c4] {
  margin: 0;
  padding: 0;
}
a[data-v-1b4935c4] {
  text-decoration: none;
}
a[data-v-1b4935c4],
body[data-v-1b4935c4] {
  color: #333;
}
.el-card-box[data-v-1b4935c4] {
  margin-top: 20px;
}
.card-main[data-v-1b4935c4] {
  width: 100%;
  overflow: hidden;
  line-height: 60px;
}
.icon-word[data-v-1b4935c4] {
  float: left;
}
.plate-list-box[data-v-1b4935c4] {
  width: 96%;
  margin: 20px auto;
}
.plate-list-p[data-v-1b4935c4] {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.card-main[data-v-1b4935c4] {
  width: 100%;
  overflow: hidden;
  line-height: 60px;
}
.icon-wendang-word[data-v-1b4935c4] {
  font-size: 14px;
  color: #2BA1F2;
}
.plate-bottom-list-box[data-v-1b4935c4] {
  width: 96%;
  margin: 20px auto;
  min-height: 50px;
  border-top: 1px dotted #ccc;
}
.el-card-box[data-v-1b4935c4] {
  margin-top: 20px;
}
.el-card-p[data-v-1b4935c4] {
  float: left;
  margin-left: 20px;
  font-weight: 700;
  font-size: 18px;
}


p[data-v-2fc97ab0],
div[data-v-2fc97ab0],
span[data-v-2fc97ab0],
img[data-v-2fc97ab0] {
  margin: 0;
  padding: 0;
}
a[data-v-2fc97ab0] {
  text-decoration: none;
}
a[data-v-2fc97ab0],
body[data-v-2fc97ab0] {
  color: #333;
}
.el-card-box[data-v-2fc97ab0] {
  margin-top: 20px;
}
.card-main[data-v-2fc97ab0] {
  width: 100%;
  overflow: hidden;
  line-height: 60px;
}
.icon-word[data-v-2fc97ab0] {
  float: left;
}
.plate-list-box[data-v-2fc97ab0] {
  width: 96%;
  margin: 20px auto;
}
.plate-list-p[data-v-2fc97ab0] {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.card-main[data-v-2fc97ab0] {
  width: 100%;
  overflow: hidden;
  line-height: 60px;
}
.icon-wendang-word[data-v-2fc97ab0] {
  font-size: 14px;
  color: #2BA1F2;
}
.plate-bottom-list-box[data-v-2fc97ab0] {
  width: 96%;
  margin: 20px auto;
  min-height: 50px;
  border-top: 1px dotted #ccc;
}
.el-card-box[data-v-2fc97ab0] {
  margin-top: 20px;
}
.el-card-p[data-v-2fc97ab0] {
  float: left;
  margin-left: 20px;
  font-weight: 700;
  font-size: 18px;
}


p[data-v-7b03d346],
div[data-v-7b03d346],
span[data-v-7b03d346],
img[data-v-7b03d346] {
  margin: 0;
  padding: 0;
}
a[data-v-7b03d346] {
  text-decoration: none;
}
a[data-v-7b03d346],
body[data-v-7b03d346] {
  color: #333;
}
.el-card-box[data-v-7b03d346] {
  margin-top: 20px;
}
.card-main[data-v-7b03d346] {
  width: 100%;
  overflow: hidden;
  line-height: 60px;
}
.icon-word[data-v-7b03d346] {
  float: left;
}
.plate-list-box[data-v-7b03d346] {
  width: 96%;
  margin: 20px auto;
}
.plate-list-p[data-v-7b03d346] {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.card-main[data-v-7b03d346] {
  width: 100%;
  overflow: hidden;
  line-height: 60px;
}
.icon-wendang-word[data-v-7b03d346] {
  font-size: 14px;
  color: #2BA1F2;
}
.plate-bottom-list-box[data-v-7b03d346] {
  width: 96%;
  margin: 20px auto;
  min-height: 50px;
  border-top: 1px dotted #ccc;
}
.el-card-box[data-v-7b03d346] {
  margin-top: 20px;
}
.el-card-p[data-v-7b03d346] {
  float: left;
  margin-left: 20px;
  font-weight: 700;
  font-size: 18px;
}


body[data-v-2a85992a],
dd[data-v-2a85992a],
dl[data-v-2a85992a],
dt[data-v-2a85992a],
fieldset[data-v-2a85992a],
form[data-v-2a85992a],
h1[data-v-2a85992a],
h2[data-v-2a85992a],
h3[data-v-2a85992a],
h4[data-v-2a85992a],
h5[data-v-2a85992a],
h6[data-v-2a85992a],
hr[data-v-2a85992a],
input[data-v-2a85992a],
legend[data-v-2a85992a],
li[data-v-2a85992a],
ol[data-v-2a85992a],
p[data-v-2a85992a],
pre[data-v-2a85992a],
td[data-v-2a85992a],
textarea[data-v-2a85992a],
th[data-v-2a85992a],
ul[data-v-2a85992a] {
  margin: 0;
  padding: 0;
}
.plate-list-box[data-v-2a85992a] {
  width: 100%;
  margin: 10px auto;
}
.ebook-cover[data-v-2a85992a] {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}
.img-list[data-v-2a85992a] {
  width: 100%;
  min-height: 50px;
  margin-bottom: 10px;
}
.by-button[data-v-2a85992a] {
  float: right;
}
.res_image_name[data-v-2a85992a] {
  width: 100%;
  line-height: 25px;
  font-size: 15px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.actual_price[data-v-2a85992a] {
  color: #f72323;
  font-size: 12px;
}
.shop_name[data-v-2a85992a] {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.shop_name a[data-v-2a85992a] {
  color: #919191;
  font-size: 12px;
}
.tag_name[data-v-2a85992a] {
  font-size: 12px;
  color: #b16161;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 20px;
  margin-top: 10px;
}
.sold[data-v-2a85992a] {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #c5c4c4;
}

body[data-v-9c161044],
  dd[data-v-9c161044],
  dl[data-v-9c161044],
  dt[data-v-9c161044],
  fieldset[data-v-9c161044],
  form[data-v-9c161044],
  h1[data-v-9c161044],
  h2[data-v-9c161044],
  h3[data-v-9c161044],
  h4[data-v-9c161044],
  h5[data-v-9c161044],
  h6[data-v-9c161044],
  hr[data-v-9c161044],
  input[data-v-9c161044],
  legend[data-v-9c161044],
  li[data-v-9c161044],
  ol[data-v-9c161044],
  p[data-v-9c161044],
  pre[data-v-9c161044],
  td[data-v-9c161044],
  textarea[data-v-9c161044],
  th[data-v-9c161044],
  ul[data-v-9c161044] {
    margin: 0;
    padding: 0;
}
.plate-list-box[data-v-9c161044] {
    width: 100%;
    margin: 10px auto;
}
.ebook-cover[data-v-9c161044] {
    width: 100%;
    height: 120px;
    border-radius: 5px;
}
.img-list[data-v-9c161044] {
    width: 100%;
    min-height: 50px;
    /* background: red; */
    margin-bottom: 10px;
}
.res_video_name[data-v-9c161044] {
    width: 100%;
    line-height: 25px;
    height: 25px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
.icon-shipin5[data-v-9c161044] {
    margin-right: 10px;
    color: red;
}
.actual_price[data-v-9c161044] {
    color: #f72323;
    font-size: 12px;
}
.by-button[data-v-9c161044] {
    float: right;
}
.shop_name[data-v-9c161044] {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.shop_name a[data-v-9c161044] {
    color: #919191;
    font-size: 12px;
}
.tag_name[data-v-9c161044] {
  font-size: 12px;
  color: #b16161;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 20px;
  margin-top: 10px;
}

body[data-v-b5bf8262],
dd[data-v-b5bf8262],
dl[data-v-b5bf8262],
dt[data-v-b5bf8262],
fieldset[data-v-b5bf8262],
form[data-v-b5bf8262],
h1[data-v-b5bf8262],
h2[data-v-b5bf8262],
h3[data-v-b5bf8262],
h4[data-v-b5bf8262],
h5[data-v-b5bf8262],
h6[data-v-b5bf8262],
hr[data-v-b5bf8262],
input[data-v-b5bf8262],
legend[data-v-b5bf8262],
li[data-v-b5bf8262],
ol[data-v-b5bf8262],
p[data-v-b5bf8262],
pre[data-v-b5bf8262],
td[data-v-b5bf8262],
textarea[data-v-b5bf8262],
th[data-v-b5bf8262],
ul[data-v-b5bf8262] {
  margin: 0;
  padding: 0;
}
.plate-list-box[data-v-b5bf8262] {
  width: 100%;
  margin: 10px auto;
}
.ebook-cover[data-v-b5bf8262] {
  width: 100%;
  height: 120px;
  border-radius: 5px;
}
.img-list[data-v-b5bf8262] {
  width: 100%;
  min-height: 50px;
  margin-bottom: 10px;
}
.res_audio_name[data-v-b5bf8262] {
  width: 100%;
  line-height: 25px;
  height: 25px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.icon-yinpinbofang1[data-v-b5bf8262] {
  margin-right: 10px;
  color: red;
}
.tag_name[data-v-b5bf8262] {
  font-size: 12px;
  color: #b16161;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 20px;
  margin-top: 10px;
}
.actual_price[data-v-b5bf8262] {
  color: #f72323;
  font-size: 12px;
}
.shop_name[data-v-b5bf8262] {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.shop_name a[data-v-b5bf8262] {
  color: #919191;
  font-size: 12px;
}
.by-button[data-v-b5bf8262] {
  float: right;
}

body[data-v-52e1f3c4],
dd[data-v-52e1f3c4],
dl[data-v-52e1f3c4],
dt[data-v-52e1f3c4],
fieldset[data-v-52e1f3c4],
form[data-v-52e1f3c4],
h1[data-v-52e1f3c4],
h2[data-v-52e1f3c4],
h3[data-v-52e1f3c4],
h4[data-v-52e1f3c4],
h5[data-v-52e1f3c4],
h6[data-v-52e1f3c4],
hr[data-v-52e1f3c4],
input[data-v-52e1f3c4],
legend[data-v-52e1f3c4],
li[data-v-52e1f3c4],
ol[data-v-52e1f3c4],
p[data-v-52e1f3c4],
pre[data-v-52e1f3c4],
td[data-v-52e1f3c4],
textarea[data-v-52e1f3c4],
th[data-v-52e1f3c4],
ul[data-v-52e1f3c4] {
  margin: 0;
  padding: 0;
}
.plate-list-box[data-v-52e1f3c4] {
  margin: 10px auto;
}
.ebook-cover[data-v-52e1f3c4] {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}
.img-list[data-v-52e1f3c4] {
  width: 100%;
  min-height: 50px;
  /* background: red; */
  margin-bottom: 10px;
}
.res_control_name[data-v-52e1f3c4] {
  width: 100%;
  line-height: 25px;
  height: 25px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.icon-kongjian1[data-v-52e1f3c4] {
  margin-right: 10px;
  color: red;
}
.actual_price[data-v-52e1f3c4] {
  color: #f72323;
  font-size: 12px;
}
.shop_name[data-v-52e1f3c4] {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.shop_name a[data-v-52e1f3c4] {
  color: #919191;
  font-size: 12px;
}
.by-button[data-v-52e1f3c4] {
  float: right;
}
.tag_name[data-v-52e1f3c4] {
  font-size: 12px;
  color: #b16161;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 20px;
  margin-top: 10px;
}

*[data-v-106bdaed] {
    margin: 0;
    padding: 0;
}
.articlesList-bady[data-v-106bdaed] {
    width: 97%;
    min-height: 300px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    margin: 0 auto;
}
.articlesList-box[data-v-106bdaed] {
    width: 100%;
    min-height: 300px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.bg-purple[data-v-106bdaed] {
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #f4f4f4;
    width: 100%;
    overflow: hidden;
    height: 280px;
}
.bg-purple1[data-v-106bdaed] {
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #f5d21e;
    width: 100%;
    overflow: hidden;
    height: 280px;
    line-height: 280px;
    text-align: center;
}
.cover-box[data-v-106bdaed] {
    width: 100%;
    height: 137px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.article-cover[data-v-106bdaed] {
    width: 100%;
    height: 137px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.title-box a[data-v-106bdaed] {
    color: #000;
}
.article-info[data-v-106bdaed] {
    width: 100%;
    height: 158px;
    background: #f4f4f4;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.bg-purple:hover .article-info[data-v-106bdaed] {
    height: 178px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.bg-purple:hover .cover-box[data-v-106bdaed] {
    height: 117px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.bg-purple:hover .article-cover[data-v-106bdaed] {
    margin-top: -15px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.bg-purple:hover .article-item__content__title[data-v-106bdaed] {
    line-height: 30px;
    height: 60px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.article-nav[data-v-106bdaed] {
    width: 100%;
    line-height: 50px;
}
.article-nav-title[data-v-106bdaed] {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #27282d;
}
.article-item__content__title[data-v-106bdaed] {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    width: 95%;
    margin-bottom: 12px;
    color: #303030;
    font-style: normal;
    margin: 15px auto;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.article-item__content__title a[data-v-106bdaed] {
    color: #303030;
}
.shop-name[data-v-106bdaed] {
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
}
.content2[data-v-106bdaed] {
    width: 95%;
    margin: 15px 2.5% 0 2.5%;
    font-size: 12px;
    line-height: 20px;
}
.content2 a[data-v-106bdaed] {
    color: #cacaca;
}
.shop-name a[data-v-106bdaed] {
    color: #606060;
}
.item-a[data-v-106bdaed] {
    float: right;
    margin-left: 10px;
}

/* 修改 */
.list-box[data-v-106bdaed] {
    margin: 0px auto;
}
.newestArticle[data-v-106bdaed] {
    width: 100%;
}
.margin-tool[data-v-106bdaed] {
    min-height: 80px;
    margin-top: 10px;
}
.el-collapse[data-v-106bdaed] {
    /* padding-bottom: 30px; */
}
.content-box[data-v-106bdaed] {
    width: 100%;
    overflow: hidden;
}
.title[data-v-106bdaed] {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 20px;
}
.title-box a[data-v-106bdaed] {
    color: #000;
}
.title-right[data-v-106bdaed] {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.imgmar[data-v-106bdaed] {
    width: 100%;
    float: left;
    height: 110px;
    margin-right: 21px;
}
.cover[data-v-106bdaed] {
    width: 100%;
    height: 110px;
}
.img-box[data-v-106bdaed] {
    margin: 15px 0;
    overflow: hidden;
}
.cover-box[data-v-106bdaed] {
    margin: 15px 0;
    overflow: hidden;
}
.el-collapse[data-v-106bdaed] {
    position: relative;
}
.textSection-box[data-v-106bdaed] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f6f6f7;
    /* position: absolute;
bottom: 0; */
}
.textSection-right-box[data-v-106bdaed] {
    width: 100%;
    /* background: #f5f5f5; */
    height: auto;
    margin-top: 10px;
}
.jsd-meta[data-v-106bdaed] {
    color: #9faec3 !important;
    margin-left: 10px;
    font-size: 12px;
}
.jsd-meta a[data-v-106bdaed] {
    color: #9faec3 !important;
}
.textSection-box a[data-v-106bdaed] {
    /* margin-right: 10px; */
    color: #b4b4b4;
}
.rate[data-v-106bdaed] {
    font-size: 14px;
    overflow: hidden;
    height: auto;
    margin-top: 15px;
}
.rate label[data-v-106bdaed],
.rate p[data-v-106bdaed] {
    float: left;
    margin-right: 10px;
    /* line-height: 30px; */
    color: #f7ba2a !important;
}
.rate p[data-v-106bdaed] {
    margin-right: 20px;
    width: 200px;
    overflow: hidden;
}
.excerpt-box[data-v-106bdaed] {
    margin-top: 10px;
}
.excerpt-box span[data-v-106bdaed] {
    font-size: 13px;
    line-height: 24px;
    color: #999;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article_content-box[data-v-106bdaed] {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}
.article_content-box span[data-v-106bdaed] {
    font-size: 15px;
    line-height: 30px;
}
.xqbtn[data-v-106bdaed] {
    color: #62abc7 !important;
    float: right;
    margin-left: 15px;
    font-size: 13px;
}
.title-box[data-v-106bdaed] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-106bdaed] {
    font-size: 20px;
    font-weight: initial;
    color: #ff3434;
    letter-spacing: 1px;
}
.icon-jiantou2[data-v-106bdaed] {
    color: #ff6060;
}
.title-box a[data-v-106bdaed] {
    color: #4a4a4a;
}
.article-nav-more-btn[data-v-106bdaed] {
    float: right;
    font-size: 12px;
}
.margin-tool[data-v-106bdaed] {
    /* padding-bottom: 20px; */
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}
.question_content[data-v-106bdaed],
.question_content p[data-v-106bdaed] {
    width: 98%;
    /* margin-bottom: 20px; */
    margin-left: 1%;
    /* margin: 10px 0; */
    /* padding-left: 10px; */
}
.question_daan[data-v-106bdaed] {
    width: 100%;
    /* margin-top: 20px; */
    margin-left: 10px;
    overflow: hidden;
}
.question_daan table[data-v-106bdaed] {
    text-align: center;
}
.question_answer[data-v-106bdaed] {
    color: red;
}
.daan-text[data-v-106bdaed] {
    display: block;
    margin-right: 20px;
    /* float: left; */
}
.daan-text p[data-v-106bdaed] {
    float: left;
}
.el-collapse[data-v-106bdaed] {
    border-top: none;
}
.share-cont[data-v-106bdaed] {
    margin-right: 20px;
    display: inline;
}
.icon-fenxiang1[data-v-106bdaed] {
    color: #bfb9b9;
    margin-left: 10px;
    /* float:right; */
}
.share-top .social-share .social-share-icon[data-v-106bdaed] {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}
.primary-color[data-v-106bdaed] {
    color: #2663bd;
    font-size: 15px;
    font-weight: 600;
}
.em-anchor[data-v-106bdaed] {
    color: #e2473d;
    cursor: pointer;
}
.knowledge[data-v-106bdaed] {
    line-height: 20px;
    margin-top: 15px;
    color: #2663bd;
    font-size: 15px;
    font-weight: 600;
}
.knowledgeClassName[data-v-106bdaed] {
    color: #6486b9;
}
.answer[data-v-106bdaed] {
    /* margin-top: 10px; */
}
.el-icon-s-data[data-v-106bdaed] {
    color: #16b71b;
    float: right;
    font-size: 25px;
}
.jzz[data-v-106bdaed] {
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #a0a0a0;
    font-size: 15px;
}
.jsd-right-meta[data-v-106bdaed] {
    float: right;
    margin-right: 20px;
    cursor: pointer;
    color: #4382e0 !important;
}
.icon-gantanhao[data-v-106bdaed] {
    margin-right: 5px;
    font-size: 12px;
}
.zfwl-box[data-v-106bdaed] {
    background-color: #fa6e86;
}
.zfwl[data-v-106bdaed] {
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.zfwl-mun[data-v-106bdaed] {
    font-size: 16px;
    text-align: center;
}
.box-card[data-v-106bdaed] {
    line-height: 25px;
    border: 1px solid #ebeef5;
    color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    font-weight: 700;
    margin: 20px 0;
}
.tj-title[data-v-106bdaed] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #ff3434;
    color: #ff3434;
}
.tj-title a[data-v-106bdaed] {
    font-size: 15px;
    color: #4a4a4a;
}
.tjfbt[data-v-106bdaed] {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
}
.icon-shijuan[data-v-106bdaed] {
    margin-left: 10px;
    color: #ff8d00;
    font-size: 20px;
    float: right;
}
.title-box[data-v-106bdaed] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #ff3434;
}
.title-zhu[data-v-106bdaed] {
    font-size: 20px;
    font-weight: initial;
    color: #ff3434;
    letter-spacing: 1px;
}
.icon-jiantou2[data-v-106bdaed] {
    color: #ff3434;
}
.title-box a[data-v-106bdaed] {
    color: #4a4a4a;
}
.article-nav-more-btn[data-v-106bdaed] {
    float: right;
    font-size: 12px;
}

*[data-v-70d45f7a] {
  margin: 0;
  padding: 0;
}
ul li[data-v-70d45f7a] {
  list-style: none;
}
a[data-v-70d45f7a] {
  text-decoration: none;
  color: #606266;
  font-size: 13px;
}
.tags-box[data-v-70d45f7a] {
  width: 100%;
  overflow: hidden;
  /* margin-bottom: 20px; */
}
.tags-box li[data-v-70d45f7a] {
  display: inline;
  line-height: 40px;
}
.icon[data-v-70d45f7a] {
  color: #fed891;
}
.more[data-v-70d45f7a] {
  /* line-height: 50px; */
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: rgba(241, 241, 241, 0.5803921568627451);
  border: none;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  /* padding: 10px 10px; */
  font-size: 14px;
  border-radius: 4px;
  margin-left: 10px;
}

body[data-v-1ac647d1],
dd[data-v-1ac647d1],
dl[data-v-1ac647d1],
dt[data-v-1ac647d1],
fieldset[data-v-1ac647d1],
form[data-v-1ac647d1],
h1[data-v-1ac647d1],
h2[data-v-1ac647d1],
h3[data-v-1ac647d1],
h4[data-v-1ac647d1],
h5[data-v-1ac647d1],
h6[data-v-1ac647d1],
hr[data-v-1ac647d1],
input[data-v-1ac647d1],
legend[data-v-1ac647d1],
li[data-v-1ac647d1],
ol[data-v-1ac647d1],
p[data-v-1ac647d1],
pre[data-v-1ac647d1],
td[data-v-1ac647d1],
textarea[data-v-1ac647d1],
th[data-v-1ac647d1],
ul[data-v-1ac647d1] {
    margin: 0;
    padding: 0;
}
.shop-bady[data-v-1ac647d1] {
    width: 100%;
    min-height: 100px;
    /* background: #fff; */
}
.shop-main[data-v-1ac647d1] {
    width: 100%;
    min-height: 100px;
    padding-bottom: 20px;
}
.grid-content[data-v-1ac647d1] {
    width: 100%;
    min-height: 200px;
    position: relative;
}
.shop-box[data-v-1ac647d1] {
    margin-bottom: 20px;
    position: relative;
}
.cover-box[data-v-1ac647d1] {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.shop-cover[data-v-1ac647d1] {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.article-nav-more-btn[data-v-1ac647d1] {
    float: right;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-jiantou2[data-v-1ac647d1] {
    color: #ff6060;
}
.shop-info[data-v-1ac647d1] {
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.45098039215686275);
    position: absolute;
    top: 0;
}
.shop-name[data-v-1ac647d1] {
    position: relative;
    margin: 50px 0 15px 2.5%;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    font-weight: bold;
    text-align: center;
}
.description[data-v-1ac647d1] {
    width: 95%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px auto;
}
.cover-box:hover .shop-cover[data-v-1ac647d1] {
    width: 400px;
    height: 250px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.cover-box:hover .shop-info[data-v-1ac647d1] {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: rgba(0, 0, 0, 0.66);
}

/* 修改 */
.title-box[data-v-1ac647d1] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-left: 3px solid #4DC77A;
}
.title-zhu[data-v-1ac647d1] {
    font-size: 18px;
    font-weight: 600;
    margin-right: 30px;
    margin-left: 10px;
}
.icon-jiantou2[data-v-1ac647d1] {
    color: #ff3434;
}
.title-box a[data-v-1ac647d1] {
    color: #4a4a4a;
}
.article-nav-more-btn[data-v-1ac647d1] {
    float: right;
    font-size: 12px;
}
.list-box[data-v-1ac647d1] {
    margin: 0px auto;
}
.title-tab[data-v-1ac647d1] {
    margin-left: 30px;
    cursor: pointer;
    color: #000;
}
.title-tab[data-v-1ac647d1]:hover {
    color: #de8c26;
}
.active[data-v-1ac647d1] {
    color: #de8c26;
}
.testPaper-more-btn[data-v-1ac647d1] {
    float: right;
    font-size: 14px;
    color: #ccc;
    margin-right: 10px;
}
.plate-list-box[data-v-1ac647d1] {
    width: 96%;
    margin: 20px auto;
}

body[data-v-76f4973e],
dd[data-v-76f4973e],
dl[data-v-76f4973e],
dt[data-v-76f4973e],
fieldset[data-v-76f4973e],
form[data-v-76f4973e],
h1[data-v-76f4973e],
h2[data-v-76f4973e],
h3[data-v-76f4973e],
h4[data-v-76f4973e],
h5[data-v-76f4973e],
h6[data-v-76f4973e],
hr[data-v-76f4973e],
input[data-v-76f4973e],
legend[data-v-76f4973e],
li[data-v-76f4973e],
ol[data-v-76f4973e],
p[data-v-76f4973e],
pre[data-v-76f4973e],
td[data-v-76f4973e],
textarea[data-v-76f4973e],
th[data-v-76f4973e],
ul[data-v-76f4973e] {
  margin: 0;
  padding: 0;
}
.music-bady[data-v-76f4973e] {
  width: 100%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-76f4973e] {
  width: 100%;
  margin-top: 20px;
}
.bg-purple[data-v-76f4973e] {
  width: 100%;
}
.music-box[data-v-76f4973e] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.m-box[data-v-76f4973e] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.cover[data-v-76f4973e] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-76f4973e] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.info[data-v-76f4973e] {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-76f4973e] {
  font-size: 20px;
  font-weight: bold;
}
.m-fu-title[data-v-76f4973e] {
  font-size: 14px;
}
.m-box:hover .m-title[data-v-76f4973e] {
  font-size: 25px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.m-box:hover .info-box[data-v-76f4973e] {
  background: rgba(0, 0, 0, 0.54);
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.ckgd[data-v-76f4973e] {
  width: 100%;
  height: 200px;
  background-color: #f5d21e;
  line-height: 200px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-76f4973e] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #DF0006;
}
.title-zhu[data-v-76f4973e] {
  font-size: 20px;
  font-weight: initial;
  color: #DF0006;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-76f4973e] {
  color: #FF6060;
}
.title-box a[data-v-76f4973e] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-76f4973e] {
  float: right;
  font-size: 12px;
}

body[data-v-6a2d2a1c],
dd[data-v-6a2d2a1c],
dl[data-v-6a2d2a1c],
dt[data-v-6a2d2a1c],
fieldset[data-v-6a2d2a1c],
form[data-v-6a2d2a1c],
h1[data-v-6a2d2a1c],
h2[data-v-6a2d2a1c],
h3[data-v-6a2d2a1c],
h4[data-v-6a2d2a1c],
h5[data-v-6a2d2a1c],
h6[data-v-6a2d2a1c],
hr[data-v-6a2d2a1c],
input[data-v-6a2d2a1c],
legend[data-v-6a2d2a1c],
li[data-v-6a2d2a1c],
ol[data-v-6a2d2a1c],
p[data-v-6a2d2a1c],
pre[data-v-6a2d2a1c],
td[data-v-6a2d2a1c],
textarea[data-v-6a2d2a1c],
th[data-v-6a2d2a1c],
ul[data-v-6a2d2a1c] {
  margin: 0;
  padding: 0;
}
.music-bady[data-v-6a2d2a1c] {
  width: 100%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-6a2d2a1c] {
  width: 100%;
  margin-top: 20px;
}
.bg-purple[data-v-6a2d2a1c] {
  width: 100%;
}
.music-box[data-v-6a2d2a1c] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.m-box[data-v-6a2d2a1c] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.cover[data-v-6a2d2a1c] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-6a2d2a1c] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
}
.info[data-v-6a2d2a1c] {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-6a2d2a1c] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.m-fu-title[data-v-6a2d2a1c] {
  font-size: 14px;
}
.m-box:hover .m-title[data-v-6a2d2a1c] {
  font-size: 25px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.m-box:hover .m-fu-title[data-v-6a2d2a1c] {
  font-size: 16px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.ckgd[data-v-6a2d2a1c] {
  width: 100%;
  min-height: 200px;
  background-color: #f5d21e;
  line-height: 200px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-6a2d2a1c] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #DF0006;
}
.title-zhu[data-v-6a2d2a1c] {
  font-size: 20px;
  font-weight: initial;
  color: #DF0006;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-6a2d2a1c] {
  color: #FF6060;
}
.title-box a[data-v-6a2d2a1c] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-6a2d2a1c] {
  float: right;
  font-size: 12px;
}

body[data-v-466f2411],
dd[data-v-466f2411],
dl[data-v-466f2411],
dt[data-v-466f2411],
fieldset[data-v-466f2411],
form[data-v-466f2411],
h1[data-v-466f2411],
h2[data-v-466f2411],
h3[data-v-466f2411],
h4[data-v-466f2411],
h5[data-v-466f2411],
h6[data-v-466f2411],
hr[data-v-466f2411],
input[data-v-466f2411],
legend[data-v-466f2411],
li[data-v-466f2411],
ol[data-v-466f2411],
p[data-v-466f2411],
pre[data-v-466f2411],
td[data-v-466f2411],
textarea[data-v-466f2411],
th[data-v-466f2411],
ul[data-v-466f2411] {
  margin: 0;
  padding: 0;
}
.img-bady[data-v-466f2411] {
  width: 100%;
  min-height: 100px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.bg-purple[data-v-466f2411] {
  width: 100%;
}
.img-box[data-v-466f2411] {
  width: 100%;
  margin-top: 20px;
}
.m-box[data-v-466f2411] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.cover[data-v-466f2411] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-466f2411] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.info[data-v-466f2411] {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-466f2411] {
  font-size: 20px;
  font-weight: bold;
}
.m-fu-title[data-v-466f2411] {
  font-size: 14px;
}
.m-box:hover .info-box[data-v-466f2411] {
  display: block;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.ckgd[data-v-466f2411] {
  width: 100%;
  min-height: 350px;
  background-color: #f5d21e;
  line-height: 350px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-466f2411] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #DF0006;
}
.title-zhu[data-v-466f2411] {
  font-size: 20px;
  font-weight: initial;
  color: #DF0006;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-466f2411] {
  color: #FF6060;
}
.title-box a[data-v-466f2411] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-466f2411] {
  float: right;
  font-size: 12px;
}

body[data-v-04b11c93],
dd[data-v-04b11c93],
dl[data-v-04b11c93],
dt[data-v-04b11c93],
fieldset[data-v-04b11c93],
form[data-v-04b11c93],
h1[data-v-04b11c93],
h2[data-v-04b11c93],
h3[data-v-04b11c93],
h4[data-v-04b11c93],
h5[data-v-04b11c93],
h6[data-v-04b11c93],
hr[data-v-04b11c93],
input[data-v-04b11c93],
legend[data-v-04b11c93],
li[data-v-04b11c93],
ol[data-v-04b11c93],
p[data-v-04b11c93],
pre[data-v-04b11c93],
td[data-v-04b11c93],
textarea[data-v-04b11c93],
th[data-v-04b11c93],
ul[data-v-04b11c93] {
  margin: 0;
  padding: 0;
}
.music-bady[data-v-04b11c93] {
  width: 100%;
  min-height: 300px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.img-box[data-v-04b11c93] {
  width: 100%;
  margin-top: 20px;
}
.bg-purple[data-v-04b11c93] {
  width: 100%;
}
.music-box[data-v-04b11c93] {
  width: 100%;
  min-height: 100px;
  background: #fff;
}
.m-box[data-v-04b11c93] {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}
.cover[data-v-04b11c93] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-04b11c93] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
}
.info[data-v-04b11c93] {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-title[data-v-04b11c93] {
  font-size: 20px;
  font-weight: bold;
}
.m-fu-title[data-v-04b11c93] {
  font-size: 14px;
}
.m-box:hover .m-title[data-v-04b11c93] {
  font-size: 25px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.m-box:hover .m-fu-title[data-v-04b11c93] {
  font-size: 16px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.m-box:hover .info-box[data-v-04b11c93] {
  background: rgba(0, 0, 0, 0.54);
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.ckgd[data-v-04b11c93] {
  width: 100%;
  height: 200px;
  background-color: #f5d21e;
  line-height: 200px;
  text-align: center;
  font-size: 35px;
  color: #fff;
}
.title-box[data-v-04b11c93] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #DF0006;
}
.title-zhu[data-v-04b11c93] {
  font-size: 20px;
  font-weight: initial;
  color: #DF0006;
  letter-spacing: 1px;
}
.icon-jiantou2[data-v-04b11c93] {
  color: #FF6060;
}
.title-box a[data-v-04b11c93] {
  color: #4a4a4a;
}
.article-nav-more-btn[data-v-04b11c93] {
  float: right;
  font-size: 12px;
}

div[data-v-773c04dc],
p[data-v-773c04dc] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-773c04dc] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.body-box[data-v-773c04dc] {
  width: 89%;
  margin: 80px auto;
  clear: both;
}
.box[data-v-773c04dc] {
  width: 100%;
  background: rgba(183, 183, 185, 0.06);
  overflow: hidden;
}
.ebook-body[data-v-773c04dc] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.main-box[data-v-773c04dc] {
  width: 100%;
  min-height: 100px;
}
.box-card2[data-v-773c04dc] {
  margin-top: 15px;
}
.tob_div[data-v-773c04dc] {
  margin-top: 15px;
}
.list-ul[data-v-773c04dc] {
  width: 100%;
}
.list-box[data-v-773c04dc] {
  min-height: 300px;
}

*[data-v-0c5b6d1a] {
  margin: 0;
  padding: 0;
}
ul li[data-v-0c5b6d1a] {
  list-style: none;
}
a[data-v-0c5b6d1a] {
  text-decoration: none;
  color: #606266;
  font-size: 13px;
}
.tags-box[data-v-0c5b6d1a] {   
  width: 98%;
  overflow: hidden;
  position: relative;
  padding-right: 2%;
}
.tags-box li[data-v-0c5b6d1a] {
  display: inline;
  line-height: 28px;
}
.icon[data-v-0c5b6d1a] {
  color: #fed891;
}
.more[data-v-0c5b6d1a] {
  line-height: 50px;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: rgba(241, 241, 241, 0.5803921568627451);
  border: none;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 10px;
}
.srr-lable[data-v-0c5b6d1a] {
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
  padding-bottom: 15px;
}

div[data-v-0d85cab9],
p[data-v-0d85cab9] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-0d85cab9] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.body-box[data-v-0d85cab9] {
  width: 89%;
  margin: 80px auto;
  clear: both;
}
.box[data-v-0d85cab9] {
  width: 100%;
  background: rgba(183, 183, 185, 0.06);
  overflow: hidden;
}
.ebook-body[data-v-0d85cab9] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.main-box[data-v-0d85cab9] {
  width: 100%;
  min-height: 100px;
}
.box-card2[data-v-0d85cab9] {
  margin-top: 15px;
}
.tob_div[data-v-0d85cab9] {
  margin-top: 15px;
}
.list-ul[data-v-0d85cab9] {
  width: 100%;
}
.search-box[data-v-0d85cab9] {
  width: 100%;
  margin-bottom: 20px;
}
.share-top[data-v-0d85cab9] {
  width: 160px;
  text-align: center;
}
.share[data-v-0d85cab9] {
  width: 100%;
  text-align: right;
  line-height: 50px;
}
.qriously-title[data-v-0d85cab9] {
  width: 100%;
  margin: 10px 0;
  font-size: 16px;
}
.icon-logo-wechat[data-v-0d85cab9] {
  color: #54ca0a;
  font-size: 30px;
}
.share-box[data-v-0d85cab9] {
  position: absolute;
  top: 15px;
  right: 0;
}
.search-div[data-v-0d85cab9] {
  width:100%;
  /* margin: 0 auto; cursor:pointer*/
}
.icon-box[data-v-0d85cab9]{
  width:100%;
  text-align: right;
}
.el-icon-s-data[data-v-0d85cab9]{
  color:#16b71b;
  margin-right: 15px;
}

*[data-v-1a611e69] {
  margin: 0;
  padding: 0;
}
a[data-v-1a611e69] {
  text-decoration: none;
}
a[data-v-1a611e69],
body[data-v-1a611e69] {
  color: #333;
}
.el-card-box[data-v-1a611e69] {
  margin-top: 20px;
}
.card-main[data-v-1a611e69] {
  width: 100%;
  overflow: hidden;
  line-height: 60px;
}
.icon-word[data-v-1a611e69] {
  float: left;
}
.plate-list-box[data-v-1a611e69] {
  width: 100%;
  margin: 20px auto;
}
.plate-list-p[data-v-1a611e69] {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.card-main[data-v-1a611e69] {
  width: 100%;
  overflow: hidden;
  line-height: 60px;
}
.icon-wendang-word[data-v-1a611e69] {
  font-size: 14px;
  color: #2BA1F2;
}
.plate-bottom-list-box[data-v-1a611e69] {
  width: 96%;
  margin: 20px auto;
  min-height: 50px;
  border-top: 1px dotted #ccc;
}
.el-card-box[data-v-1a611e69] {
  margin-top: 20px;
}
.el-card-p[data-v-1a611e69] {
  float: left;
  margin-left: 20px;
  font-weight: 700;
  font-size: 18px;
}

div[data-v-0ed56328],
p[data-v-0ed56328] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-0ed56328] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.body-box[data-v-0ed56328] {
  width: 100%;
  margin: 0px auto;
  clear: both;
}
.box[data-v-0ed56328] {
  width: 100%;
  background: rgba(183, 183, 185, 0.06);
  overflow: hidden;
}
.statistics-body[data-v-0ed56328] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.main-box[data-v-0ed56328] {
  width: 100%;
  min-height: 300px;
  position: relative;
  background: #f3f3f3;
  padding: 60px 0;
}
.box-card[data-v-0ed56328] {
  line-height: 25px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  font-weight: 700;
}
.box-card-left[data-v-0ed56328] {
  line-height: 37px;
  color: #3c4865;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 5px;
  background: #fff;
  font-family: fantasy;
  color: #000;
}
.box-card-left[data-v-0ed56328]:hover {
  background: #ff3434;
  color: #fff;
}
.jxz-box[data-v-0ed56328] {
  background-color: #b8a0f1;
}
.yjs-box[data-v-0ed56328] {
  background-color: #76a6cf;
}
.bzcjzs-box[data-v-0ed56328] {
  background-color: #d2e533;
}
.bncjzs-box[data-v-0ed56328] {
  background-color: #6d799b;
}
.ztrw-box[data-v-0ed56328] {
  background-color: #8ac97b;
}
.jgrw-box[data-v-0ed56328] {
  background-color: #2b64f3;
}
.zwrw-box[data-v-0ed56328] {
  background-color: #c361a0;
}
.sprw-box[data-v-0ed56328] {
  background-color: #63af96;
}
.yprw-box[data-v-0ed56328] {
  background-color: #c1bf7d;
}
.bjcjzs-box[data-v-0ed56328] {
  background-color: #b30937;
}
.jrcjzs-box[data-v-0ed56328] {
  background-color: #83c6ff;
}
.cjzs-box[data-v-0ed56328] {
  background-color: #db4870;
}
.zfwl-box[data-v-0ed56328] {
  background-color: #ff3639;
}
.wenzhang-car-box[data-v-0ed56328] {
  background-color: #ff3639;
}
.suipian-car-box[data-v-0ed56328] {
  background-color: #ff3639;
}
.shijuan-car-box[data-v-0ed56328] {
  background-color: #ff3639;
}
.tupian-car-box[data-v-0ed56328] {
  background-color: #ff3639;
}
.yinpin-car-box[data-v-0ed56328] {
  background-color: #ff3639;
}
.shipin-car-box[data-v-0ed56328] {
  background-color: #ff3639;
}
.tiku-box1[data-v-0ed56328] {
  background: #ff3639;
  color: #fff;
}
.jrzz-box[data-v-0ed56328] {
  background-color: #01e9ff;
}
.bzxz-box[data-v-0ed56328] {
  background-color: #ffa547;
}
.jrfwl-box[data-v-0ed56328] {
  background-color: rgb(250 110 134);
}
.byxz-box[data-v-0ed56328] {
  background-color: #4799ff;
}
.yhgm-box[data-v-0ed56328] {
  background-color: rgb(90 177 239);
}
.shijuan-box1[data-v-0ed56328] {
  background: #ff3434;
  color: #fff;
}
.wenzhang-box1[data-v-0ed56328] {
  background: #ff3434;
  color: #fff;
}
.suipian-box1[data-v-0ed56328] {
  background: #ff3434;
  color: #fff;
}
.shipin-box1[data-v-0ed56328] {
  background: #ff3434;
  color: #fff;
}
.task-box1[data-v-0ed56328] {
  background: #ff3434;
  color: #fff;
}
.poetry-box1[data-v-0ed56328] {
  background: #ff3434;
  color: #fff;
}
.control-box1[data-v-0ed56328] {
  background: #ff3434;
  color: #fff;
}
.ebookBox1[data-v-0ed56328] {
  background: #ff3434;
  color: #fff;
}
.coursewareBox1[data-v-0ed56328] {
  background: #ff3434;
  color: #fff;
}
.tupian-box1[data-v-0ed56328] {
  background: #ff3434;
  color: #fff;
}
.yinpin-box1[data-v-0ed56328] {
  background: #ff3434;
  color: #fff;
}
.shopsBox1[data-v-0ed56328] {
  background: #ff3434;
  color: #fff;
}
.bjxz-box[data-v-0ed56328] {
  background-color: #40dc8a;
}
.bnxz-box[data-v-0ed56328] {
  background-color: #43d1e4;
}
.bycjzs-box[data-v-0ed56328] {
  background-color: #7458e1;
}
.iconfont[data-v-0ed56328] {
  margin-right: 20px;
  font-size: 30px;
}
.mun-text[data-v-0ed56328] {
  font-size: 30px;
}
.label-jrxz[data-v-0ed56328] {
  line-height: 40px;
  /* background: #ff3b00; */
  padding-left: 10px;
  font-weight: 700;
  /* color: #ffffff; */
}
.content-box[data-v-0ed56328] {
  width: 100%;
  min-height: 200px;
}
.content-box1[data-v-0ed56328] {
  width: 100%;
  min-height: 255px;
}
.xzlist-box[data-v-0ed56328] {
  /* border: 1px solid #ebeef5; */
  background: #fff;
}
.label-phb[data-v-0ed56328] {
  line-height: 40px;
  padding-left: 10px;
  font-weight: 700;
  color: #000000;
}
.echarts-box[data-v-0ed56328] {
  margin-top: 20px;
}
.echarts-box1[data-v-0ed56328] {
  margin-bottom: 20px;
}
.body-label[data-v-0ed56328] {
  width: 90%;
  line-height: 50px;
  height: 50px;
  background: #65a2ab;
  position: fixed;
  top: 60px;
  z-index: 20;
  padding: 0 5%;
}
.body-label-title[data-v-0ed56328] {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.body-label-share[data-v-0ed56328] {
  float: right;
}
.icon-fenxiang1[data-v-0ed56328] {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}
.test-paper[data-v-0ed56328] {
  margin-top: 20px;
}
.left-box[data-v-0ed56328] {
  width: 10%;
  min-height: 400px;
  position: fixed;
  left: 0%;
  padding-top: 0px;
  z-index: 10;
}
.right-box[data-v-0ed56328] {
  width: 83%;
  margin-left: 12%;
  padding-top: 20px;
}
.home[data-v-0ed56328] {
  width: 100%;
  overflow: hidden;
  background: rgb(183 183 185 / 33%);
}
.left-meun[data-v-0ed56328] {
  width: 100%;
  min-height: 800px;
}
.echarts-main[data-v-0ed56328] {
  width: 100%;
  min-height: 500px;
}
.statistics-title[data-v-0ed56328] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.zhps[data-v-0ed56328] {
  text-align: center;
}
.zhps-span[data-v-0ed56328] {
  margin-left: 30px;
}

div[data-v-c43251be],
p[data-v-c43251be] {
  margin: 0;
  padding: 0;
}
.ebook-body[data-v-c43251be] {
  overflow: hidden;
  /* background: url("../../assets/images/bj.png"); */
}
.box-card[data-v-c43251be] {
  line-height: 27px;
  color: #ff3434;
  padding: 13px;
  background-color: #fff;
}
.iconfont[data-v-c43251be] {
  margin-right: 20px;
  font-size: 30px;
}
.zfwl[data-v-c43251be] {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #001852;
}
.zfwl-mun[data-v-c43251be] {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.label-jrxz[data-v-c43251be] {
  color: #001852;
}
.xzlist-box[data-v-c43251be] {
  /* border: 1px solid #ebeef5; */
  background: #fff;
}
.label-phb[data-v-c43251be] {
  color: #001852;
}
.echarts-box[data-v-c43251be] {
  margin-top: 10px;
}
.body-label[data-v-c43251be] {
  width: 90%;
  line-height: 50px;
  height: 50px;
  background: #65a2ab;
  position: fixed;
  top: 60px;
  z-index: 20;
  padding: 0 5%;
}
.body-label-title[data-v-c43251be] {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.body-label-share[data-v-c43251be] {
  float: right;
}
.icon-fenxiang1[data-v-c43251be] {
  font-size: 16px;
}
.qriously-title[data-v-c43251be] {
  width: 100%;
  line-height: 30px;
}
.qriously-box[data-v-c43251be] {
  width: 100%;
  min-height: 50px;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.home[data-v-c43251be] {
  width: 100%;
  overflow: hidden;
  background: rgb(183 183 185 / 33%);
}
.echarts-main[data-v-c43251be] {
  width: 100%;
  min-height: 500px;
}
.zhps[data-v-c43251be] {
  text-align: center;
}
.zhps-span[data-v-c43251be] {
  margin-left: 30px;
}
.statistics-title[data-v-c43251be] {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}


div[data-v-6e34d2ac],
  p[data-v-6e34d2ac] {
    margin: 0;
    padding: 0;
}
.box-card[data-v-6e34d2ac] {
    line-height: 27px;
    color: #ff3434;
    padding: 13px;
}
.zfwl[data-v-6e34d2ac] {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color:#001852;
}
.zfwl-mun[data-v-6e34d2ac] {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.xzlist-box[data-v-6e34d2ac] {
    /* border: 1px solid #ebeef5; */
    background: #fff;
}
.box-card[data-v-6e34d2ac]  {
    background-color: #fff;
}
.echarts-box[data-v-6e34d2ac] {
    margin-top: 10px;
}
.statistics-title[data-v-6e34d2ac] {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
}
.sale-box[data-v-6e34d2ac]{
    margin-top: 10px;
}
.label-jrxz[data-v-6e34d2ac]{
    color:#001852;
}


div[data-v-1e60bf66],
  p[data-v-1e60bf66] {
    margin: 0;
    padding: 0;
}
.box-card[data-v-1e60bf66] {
    line-height: 27px;
    color: #ff3434;
    padding: 13px;
}
.zfwl[data-v-1e60bf66] {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color:#001852;
}
.zfwl-mun[data-v-1e60bf66] {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.box-card[data-v-1e60bf66]  {
    background-color: #fff;
}
.echarts-box[data-v-1e60bf66] {
    margin-top: 10px;
}
.statistics-title[data-v-1e60bf66] {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
}
.sale-box[data-v-1e60bf66]{
    margin-top: 10px;
}
.label-jrxz[data-v-1e60bf66]{
    color:#001852;
}

div[data-v-6541fb63],
p[data-v-6541fb63] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-6541fb63] {
  line-height: 27px;
  color: #ff3434;
  padding: 13px;
}
.zfwl[data-v-6541fb63] {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #001852;
}
.zfwl-mun[data-v-6541fb63] {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.box-card[data-v-6541fb63] {
  background-color: #fff;
}
.echarts-box[data-v-6541fb63] {
  margin-top: 10px;
}
.statistics-title[data-v-6541fb63] {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}
.sale-box[data-v-6541fb63] {
  margin-top: 10px;
}
.label-jrxz[data-v-6541fb63] {
  color: #001852;
}


div[data-v-10b8d551],
  p[data-v-10b8d551] {
    margin: 0;
    padding: 0;
}
.box-card[data-v-10b8d551] {
    line-height: 27px;
    color: #ff3434;
    padding: 13px;
}
.zfwl[data-v-10b8d551] {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color:#001852;
}
.zfwl-mun[data-v-10b8d551] {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.box-card[data-v-10b8d551]  {
    background-color: #fff;
}
.echarts-box[data-v-10b8d551] {
    margin-top: 10px;
}
.statistics-title[data-v-10b8d551] {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
}
.sale-box[data-v-10b8d551]{
    margin-top: 10px;
}
.label-jrxz[data-v-10b8d551]{
    color:#001852;
}

div[data-v-3af05589],
p[data-v-3af05589] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-3af05589] {
  line-height: 27px;
  color: #ff3434;
  padding: 13px;
}
.zfwl[data-v-3af05589] {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #001852;
}
.zfwl-mun[data-v-3af05589] {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.box-card[data-v-3af05589] {
  background-color: #fff;
}
.echarts-box[data-v-3af05589] {
  margin-top: 10px;
}
.statistics-title[data-v-3af05589] {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}
.sale-box[data-v-3af05589] {
  margin-top: 10px;
}
.label-jrxz[data-v-3af05589] {
  color: #001852;
}


div[data-v-31ebae57],
p[data-v-31ebae57] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-31ebae57] {
  line-height: 27px;
  color: #ff3434;
  padding: 13px;
}
.zfwl[data-v-31ebae57] {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #001852;
}
.zfwl-mun[data-v-31ebae57] {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.box-card[data-v-31ebae57] {
  background-color: #fff;
}
.echarts-box[data-v-31ebae57] {
  margin-top: 10px;
}
.statistics-title[data-v-31ebae57] {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}
.sale-box[data-v-31ebae57] {
  margin-top: 10px;
}
.label-jrxz[data-v-31ebae57] {
  color: #001852;
}


div[data-v-d8ef7cb0],
p[data-v-d8ef7cb0] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-d8ef7cb0] {
  line-height: 27px;
  color: #ff3434;
  padding: 13px;
}
.zfwl[data-v-d8ef7cb0] {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #001852;
}
.zfwl-mun[data-v-d8ef7cb0] {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.box-card[data-v-d8ef7cb0] {
  background-color: #fff;
}
.echarts-box[data-v-d8ef7cb0] {
  margin-top: 10px;
}
.statistics-title[data-v-d8ef7cb0] {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}
.sale-box[data-v-d8ef7cb0] {
  margin-top: 10px;
}
.label-jrxz[data-v-d8ef7cb0] {
  color: #001852;
}


div[data-v-6d08b0c8],
  p[data-v-6d08b0c8] {
    margin: 0;
    padding: 0;
}
.box-card[data-v-6d08b0c8] {
    line-height: 27px;
    color: #ff3434;
    padding: 13px;
}
.zfwl[data-v-6d08b0c8] {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color:#001852;
}
.zfwl-mun[data-v-6d08b0c8] {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.box-card[data-v-6d08b0c8]  {
    background-color: #fff;
}
.echarts-box[data-v-6d08b0c8] {
    margin-top: 10px;
}
.statistics-title[data-v-6d08b0c8] {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
}
.sale-box[data-v-6d08b0c8]{
    margin-top: 10px;
}
.label-jrxz[data-v-6d08b0c8]{
    color:#001852;
}
.label-tab[data-v-6d08b0c8]{
    color: #000;
    margin-bottom: 10px;
}

div[data-v-143f156f],
p[data-v-143f156f] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-143f156f] {
  line-height: 27px;
  color: #ff3434;
  padding: 13px;
}
.zfwl[data-v-143f156f] {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #001852;
}
.zfwl-mun[data-v-143f156f] {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.box-card[data-v-143f156f] {
  background-color: #fff;
}
.echarts-box[data-v-143f156f] {
  margin-top: 10px;
}
.statistics-title[data-v-143f156f] {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}
.sale-box[data-v-143f156f] {
  margin-top: 10px;
}
.label-jrxz[data-v-143f156f] {
  color: #001852;
}


div[data-v-7439c018],
p[data-v-7439c018] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-7439c018] {
  line-height: 27px;
  color: #ff3434;
  padding: 13px;
}
.zfwl[data-v-7439c018] {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #001852;
}
.zfwl-mun[data-v-7439c018] {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.box-card[data-v-7439c018] {
  background-color: #fff;
}
.echarts-box[data-v-7439c018] {
  margin-top: 10px;
}
.statistics-title[data-v-7439c018] {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}
.sale-box[data-v-7439c018] {
  margin-top: 10px;
}
.label-jrxz[data-v-7439c018] {
  color: #001852;
}


div[data-v-75023ef2],
p[data-v-75023ef2] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-75023ef2] {
  line-height: 27px;
  color: #ff3434;
  padding: 13px;
}
.zfwl[data-v-75023ef2] {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #001852;
}
.zfwl-mun[data-v-75023ef2] {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.box-card[data-v-75023ef2] {
  background-color: #fff;
}
.echarts-box[data-v-75023ef2] {
  margin-top: 10px;
}
.statistics-title[data-v-75023ef2] {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}
.sale-box[data-v-75023ef2] {
  margin-top: 10px;
}
.label-jrxz[data-v-75023ef2] {
  color: #001852;
}


div[data-v-04ba3df8],
p[data-v-04ba3df8] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-04ba3df8] {
  line-height: 27px;
  color: #ff3434;
  padding: 13px;
}
.zfwl[data-v-04ba3df8] {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #001852;
}
.zfwl-mun[data-v-04ba3df8] {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.box-card[data-v-04ba3df8] {
  background-color: #fff;
}
.echarts-box[data-v-04ba3df8] {
  margin-top: 10px;
}
.statistics-title[data-v-04ba3df8] {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}
.sale-box[data-v-04ba3df8] {
  margin-top: 10px;
}
.label-jrxz[data-v-04ba3df8] {
  color: #001852;
}


div[data-v-1b05fdea],
p[data-v-1b05fdea] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-1b05fdea] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
}
.body-box[data-v-1b05fdea] {
  width: 89%;
  margin: 80px auto;
  clear: both;
}
.box[data-v-1b05fdea] {
  width: 100%;
  background: rgba(183, 183, 185, 0.06);
  overflow: hidden;
}
.ebook-body[data-v-1b05fdea] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.main-box[data-v-1b05fdea] {
  width: 100%;
  min-height: 100px;
}
.box-card2[data-v-1b05fdea] {
  margin-top: 15px;
}
.tob_div[data-v-1b05fdea] {
  margin-top: 15px;
}
.list-ul[data-v-1b05fdea] {
  width: 100%;
}

.loading {
  text-align: center;
}
.loader-inner {
  display: inline-block;
}
@-webkit-keyframes line-scale {
0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
}
50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
}
100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
}
}
@keyframes line-scale {
0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
}
50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
}
100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
}
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s 0.1s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s 0.2s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
![](./loading.png)

  -webkit-animation: line-scale 1s 0.3s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  -webkit-animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s 0.4s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0.5s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div {
  background-color: #fe0061;
  width: 4px;
  height: 30px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

p[data-v-6088a321],
span[data-v-6088a321],
div[data-v-6088a321],
img[data-v-6088a321],
a[data-v-6088a321] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-6088a321] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 2000;
  top: 0;
  background: #fff;
  overflow: hidden;
}
.task-box[data-v-6088a321] {
  background: url(/static/img/bj.9c6673e.png);
}
.main-box[data-v-6088a321] {
  width: 100%;
  overflow: hidden;
  background: rgb(183 183 185 / 12%);
}
.body-box[data-v-6088a321] {
  width: 89%;
  margin: 80px auto;
  clear: both;
}
.body-left[data-v-6088a321] {
  width: 700px;
  display: inline;
  float: left;
}
.shop_cover[data-v-6088a321] {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-top: 10px;
}
.centent-box[data-v-6088a321] {
  min-width: 110px;
  /* height: 60px; */
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.shop_name[data-v-6088a321] {
  font-size: 14px;    
  width: 100%;
  text-align: center;
  margin-top: -10px;
}
.shop-box[data-v-6088a321] {
  width: 100%;
  background: #f1f1f1;
}


p[data-v-60456adc],
span[data-v-60456adc],
div[data-v-60456adc],
a[data-v-60456adc] {
  margin: 0;
  padding: 0;
}
ul li[data-v-60456adc] {
  list-style: none;
}
a[data-v-60456adc] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.paging-box[data-v-60456adc] {
  width: 100%;
  min-height: 20px;
  /* background:rgb(245, 247, 250);  */
  padding: 10px 0;
  margin-top: 20px;
  text-align: right;
}
p[data-v-60456adc] {
  line-height: 35px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.btn-box[data-v-60456adc] {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  position: absolute;
}
.taskSpecification-box[data-v-60456adc] {
  width: 100%;
  height: 450px;
}
.close-btn[data-v-60456adc] {
  background: #ff9f28;
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer
}

p[data-v-49b97bfe],
div[data-v-49b97bfe],
a[data-v-49b97bfe] {
  margin: 0;
  padding: 0;
}
ul li[data-v-49b97bfe] {
  margin: 0;
  /* padding: 0; */
  list-style: none;
}
a[data-v-49b97bfe] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.createform[data-v-49b97bfe] {
  width: 100%;
  min-height: 20px;
  overflow: hidden;
  border-radius: 5px;
  /* line-height: 40px; */
}
.form-box[data-v-49b97bfe] {
  /* width: 100%; */
  min-height: 100px;
  position: relative;
}
.el-form-item[data-v-49b97bfe] {
  margin-bottom: 20px;
}
.createTask[data-v-49b97bfe] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn-box[data-v-49b97bfe] {
  overflow: hidden;
  position: relative;
}
.el-image__inner[data-v-49b97bfe] {
  width: 100%;
}
.el-select[data-v-49b97bfe] {
  width: 100%;
}
.file-box[data-v-49b97bfe] {
  margin-top: 15px;
}
.file-tip[data-v-49b97bfe] {
  width: 100%;
  line-height: 40px;
  color: #8e1315;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.f_l-title[data-v-49b97bfe] {
  font-size: 20px;
  font-weight: bold;
}
.tuogje[data-v-49b97bfe] {
  font-size: 12px;
  font-weight: bold;
  /* margin-top: 30px; */
  margin-bottom: 20px;
}
.tuogje-q[data-v-49b97bfe] {
  color: #ff0000;
}
.f_l-r[data-v-49b97bfe] {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}
.f_l-r-q[data-v-49b97bfe] {
  font-size: 25px;
  color: #eb2626;
}
.dqye[data-v-49b97bfe] {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
}
.f_l-xy[data-v-49b97bfe] {
  margin: 30px 0;
}
.hswxy[data-v-49b97bfe] {
  color: #06b;
}
.hswxy[data-v-49b97bfe]:hover {
  color: #eb2626;
}
.subimt-btn-box[data-v-49b97bfe] {
  text-align: right;
  margin-top: 20px;
}
.next-btn[data-v-49b97bfe] {
  padding: 0 20px;
  font-weight: bold;
  font-size: 18px;
}
.template-box p[data-v-49b97bfe] {
  line-height: 20px;
}
.template-btn-box[data-v-49b97bfe] {
  text-align: center;
  margin-top: 20px;
}
.el-carousel__indicators--outside[data-v-49b97bfe] {
  bottom: 26px;
  text-align: center;
  position: static;
  -webkit-transform: none;
  transform: none;
  display: none;
}
.label-name[data-v-49b97bfe] {
  width: 100%;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  height: 25px;
}
.task_title-select[data-v-49b97bfe] {
  margin-top: 10px;
}
.task_title-select .el-radio[data-v-49b97bfe] {
  color: #cccfd6;
  cursor: pointer;
  margin-right: 10px;
  padding-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.task_title-select .el-radio__input.is-checked .el-radio__inner[data-v-49b97bfe] {
  border-color: #409EFF;
  background: #409EFF;
  display: none;
}
.kxz[data-v-49b97bfe] {
  color: #cccfd6;
}
.taskDesc-btn[data-v-49b97bfe] {
  margin-left: 20px;
}
.avatar-uploader[data-v-49b97bfe] {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
}
.avatar-uploader-icon[data-v-49b97bfe] {
  /* background: #e9f3fd; */
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100%;
  height: 170px;
  line-height: 170px;
  text-align: center;
  /* margin-top: 10px; */
}
.avatar[data-v-49b97bfe] {
  width: 100%;
  /* height: 150px; */
}
.task_cover-box[data-v-49b97bfe] {
  width: 100%;
  overflow: hidden;
}
.picke-box[data-v-49b97bfe] {
  margin-top: 30px;
}
.reward_fee-dw[data-v-49b97bfe] {
  color: #d51917;
}
.upload-nowrap[data-v-49b97bfe] .el-upload-list {
  display: inline-block;
  -webkit-transform: translateY(8px);
          transform: translateY(8px)
}
.fast-img[data-v-49b97bfe] {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.checkbox-box[data-v-49b97bfe] {
  margin-top: 15px;
}
.Tips1[data-v-49b97bfe] {
  font-size: 12px;
  color: #c5bfbf;
  line-height: 30px;
  /* background: whitesmoke; */
  height: 162px;
  /* border-radius: 6px; */
  padding: 0px 10px 0 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 280px;
}
.create-btn[data-v-49b97bfe] {
  width: 200px;
  height: 100px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.save-btn[data-v-49b97bfe] {
  position: absolute;
  right: 237px;
  bottom: 30px;
}
.create-btn .el-button[data-v-49b97bfe] {
  width: 100%;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
}
.editor[data-v-49b97bfe] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.el-input-number--small[data-v-49b97bfe] {
  width: 100%;
  line-height: 30px;
}
.label-name-rwgl[data-v-49b97bfe] {
  font-weight: 400;
  font-size: 12px;
  color: #666;
}
.cktpcrw[data-v-49b97bfe] {
  line-height: 50px;
  cursor: pointer;
  color: #409eff;
}
.table-box[data-v-49b97bfe] {
  width: 100%;
  height: 500px;
  overflow-y: auto;
  overflow-x: auto;
}
.fbyq[data-v-49b97bfe] {
  font-weight: bold;
}
.xzzpdx[data-v-49b97bfe] {
  font-size: 12px;
  color: #666;
  cursor: pointer;
  line-height: 32px;
}
.assign-btn[data-v-49b97bfe] {
  width: 100%;
  margin-top: 20px;
  text-align: right;
}
.preview-btn[data-v-49b97bfe] {
  padding: 10px 25px;
  position: absolute;
  right: 240px;
  bottom: 30px;
  background: #ffbc42;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.preview-btn[data-v-49b97bfe]:hover {
  background: #f9c76b;
}
.res-box[data-v-49b97bfe] {
  min-height: 110px;
}
.resUrl-box[data-v-49b97bfe] {
  margin-bottom: 10px;
}
.userTableBox[data-v-49b97bfe] {
  margin-bottom: 20px;
}


.editor {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.toolbar {
    border: 1px solid #ccc;
}
.text {
    border: 1px solid #ccc;
    overflow-y: auto;
}

p[data-v-54a7e88b],
span[data-v-54a7e88b],
div[data-v-54a7e88b],
a[data-v-54a7e88b] {
  margin: 0;
  padding: 0;
}
ul li[data-v-54a7e88b] {
  list-style: none;
}
a[data-v-54a7e88b] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.paging-box[data-v-54a7e88b] {
  width: 100%;
  min-height: 20px;
  padding: 10px 0;
  margin-top: 20px;
  text-align: right;
}
p[data-v-54a7e88b] {
  line-height: 30px;
}
.issueAgreement-box[data-v-54a7e88b]{
    width: 100%;
    height: 450px;
    overflow-y: auto;
}

p[data-v-c1e1db20],
span[data-v-c1e1db20],
div[data-v-c1e1db20],
a[data-v-c1e1db20] {
  margin: 0;
  padding: 0;
}
ul li[data-v-c1e1db20] {
  list-style: none;
}
a[data-v-c1e1db20] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.flow-box[data-v-c1e1db20] {
  width: 100%;
  min-height: 100px;
  text-align: center;  
  overflow: hidden;
  padding-bottom: 40px;
}
.flow-title[data-v-c1e1db20] {
  font: bold 14px simsun;
  margin: 20px 0 20px 0;
}
.flow-text[data-v-c1e1db20] {
  width: 170px;
  height: 48px;
  border: 1px solid #cccbd9;
  border-radius: 3px;
  line-height: 48px;
  margin: 0 auto;
  font-size: 13px;
}
.icon-sanjiao[data-v-c1e1db20] {
  line-height: 25px;
}

p[data-v-8fcb929a],
span[data-v-8fcb929a],
div[data-v-8fcb929a],
a[data-v-8fcb929a] {
  margin: 0;
  padding: 0;
}
ul li[data-v-8fcb929a] {
  list-style: none;
}
a[data-v-8fcb929a] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.regionAssign-box[data-v-8fcb929a] {
  width: 100%;
  min-height: 20px;
  overflow: hidden;
}


p[data-v-658e2268],
span[data-v-658e2268],
div[data-v-658e2268],
a[data-v-658e2268] {
  margin: 0;
  padding: 0;
}
ul li[data-v-658e2268] {
  list-style: none;
}
a[data-v-658e2268] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.paging-box[data-v-658e2268] {
  width: 100%;
  min-height: 20px;
  padding: 10px 0;
  margin-top: 20px;
  text-align: right;
}
p[data-v-658e2268] {
  line-height: 30px;
}
.issueAgreement-box[data-v-658e2268]{
    width: 100%;
    height: 450px;
    overflow-y: auto;
}

*[data-v-e31f611a] {
  margin: 0;
  padding: 0;
}
.img-box[data-v-e31f611a] {
  width: 100%;
}
.img-box img[data-v-e31f611a] {
  width: 100%;
}
.Tips1[data-v-e31f611a] {
  font-size: 12px;
  color: #c5bfbf;
  line-height: 25px;
  padding: 0px 10px 0 10px;
}
.left-btn[data-v-e31f611a] {
  padding: 18px 10px;
  background: rgb(14 14 14 / 42%);
  border-radius: 100px;
  position: absolute;
  right: -10px;
  top: 75px;
  z-index: 20;
}
.right-btn[data-v-e31f611a] {
  padding: 18px 10px;
  background: rgb(14 14 14 / 42%);
  border-radius: 100px;
  position: absolute;
  left: -10px;
  top: 75px;
  z-index: 20;
}
/**
 * Swiper 6.7.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 1, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

p[data-v-88d98402],
div[data-v-88d98402],
a[data-v-88d98402] {
  margin: 0;
  padding: 0;
}
ul li[data-v-88d98402] {
  margin: 0;
  /* padding: 0; */
  list-style: none;
}
a[data-v-88d98402] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.createform[data-v-88d98402] {
  width: 100%;
  min-height: 20px;
  overflow: hidden;
  border-radius: 5px;
  /* line-height: 40px; */
}
.form-box[data-v-88d98402] {
  width: 100%;
  min-height: 100px;
  position: relative;
}
.el-form-item[data-v-88d98402] {
  margin-bottom: 20px;
}
.createTask[data-v-88d98402] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn-box[data-v-88d98402] {
  overflow: hidden;
  position: relative;
}
.el-image__inner[data-v-88d98402] {
  width: 100%;
}
.el-select[data-v-88d98402] {
  width: 100%;
}
.file-box[data-v-88d98402] {
  margin-top: 15px;
}
.file-tip[data-v-88d98402] {
  width: 100%;
  line-height: 40px;
  color: #8e1315;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.f_l-title[data-v-88d98402] {
  font-size: 20px;
  font-weight: bold;
}
.tuogje[data-v-88d98402] {
  font-size: 12px;
  font-weight: bold;
  /* margin-top: 30px; */
  margin-bottom: 20px;
}
.tuogje-q[data-v-88d98402] {
  color: #ff0000;
}
.f_l-r[data-v-88d98402] {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}
.f_l-r-q[data-v-88d98402] {
  font-size: 25px;
  color: #eb2626;
}
.dqye[data-v-88d98402] {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
}
.f_l-xy[data-v-88d98402] {
  margin: 30px 0;
}
.hswxy[data-v-88d98402] {
  color: #06b;
}
.hswxy[data-v-88d98402]:hover {
  color: #eb2626;
}
.next-btn[data-v-88d98402] {
  padding: 0 20px;
  font-weight: bold;
  font-size: 18px;
}
.template-box p[data-v-88d98402] {
  line-height: 20px;
}
.template-btn-box[data-v-88d98402] {
  text-align: center;
  margin-top: 20px;
}
.el-carousel__indicators--outside[data-v-88d98402] {
  bottom: 26px;
  text-align: center;
  position: static;
  -webkit-transform: none;
  transform: none;
  display: none;
}
.label-name[data-v-88d98402] {
  width: 100%;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  height: 25px;
}
.task_title-select[data-v-88d98402] {
  margin-top: 10px;
}
.task_title-select .el-radio[data-v-88d98402] {
  color: #cccfd6;
  cursor: pointer;
  margin-right: 10px;
}
.task_title-select .el-radio__input.is-checked .el-radio__inner[data-v-88d98402] {
  border-color: #409EFF;
  background: #409EFF;
  display: none;
}
.kxz[data-v-88d98402] {
  color: #cccfd6;
}
.taskDesc-btn[data-v-88d98402] {
  margin-left: 20px;
}
.avatar-uploader[data-v-88d98402] {
  width: 100%;
  overflow: hidden;
}
.avatar[data-v-88d98402] {
  width: 100%;
  height: 150px;
}
.task_cover-box[data-v-88d98402] {
  width: 100%;
  overflow: hidden;
}
.picke-box[data-v-88d98402] {
  margin-top: 30px;
}
.reward_fee-dw[data-v-88d98402] {
  color: #d51917;
}
.upload-nowrap[data-v-88d98402] .el-upload-list {
  display: inline-block;
  -webkit-transform: translateY(8px);
          transform: translateY(8px)
}
.fast-img[data-v-88d98402] {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.create-btn[data-v-88d98402] {
  width: 200px;
  height: 100px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.create-btn .el-button[data-v-88d98402] {
  width: 100%;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
}
.el-input-number--small[data-v-88d98402] {
  width: 100%;
  line-height: 30px;
}
.editor[data-v-88d98402] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


p[data-v-e6d8a15e],
div[data-v-e6d8a15e],
a[data-v-e6d8a15e] {
  margin: 0;
  padding: 0;
}
ul li[data-v-e6d8a15e] {
  margin: 0;
  /* padding: 0; */
  list-style: none;
}
a[data-v-e6d8a15e] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.createform[data-v-e6d8a15e] {
  width: 100%;
  min-height: 20px;
  overflow: hidden;
  border-radius: 5px;
  /* line-height: 40px; */
}
.form-box[data-v-e6d8a15e] {
  /* width: 100%; */
  min-height: 100px;
  position: relative;
  padding: 20px;
  border: 1px solid #ddd;
}
.el-form-item[data-v-e6d8a15e] {
  margin-bottom: 20px;
}
.createTask[data-v-e6d8a15e] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn-box[data-v-e6d8a15e] {
  overflow: hidden;
  position: relative;
}
.el-image__inner[data-v-e6d8a15e] {
  width: 100%;
}
.el-select[data-v-e6d8a15e] {
  width: 100%;
}
.file-box[data-v-e6d8a15e] {
  margin-top: 15px;
}
.file-tip[data-v-e6d8a15e] {
  width: 100%;
  line-height: 40px;
  color: #8e1315;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.f_l-title[data-v-e6d8a15e] {
  font-size: 20px;
  font-weight: bold;
}
.tuogje[data-v-e6d8a15e] {
  font-size: 12px;
  font-weight: bold;
  /* margin-top: 30px; */
  margin-bottom: 20px;
}
.tuogje-q[data-v-e6d8a15e] {
  color: #ff0000;
}
.f_l-r[data-v-e6d8a15e] {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}
.f_l-r-q[data-v-e6d8a15e] {
  font-size: 25px;
  color: #eb2626;
}
.dqye[data-v-e6d8a15e] {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
}
.f_l-xy[data-v-e6d8a15e] {
  margin: 30px 0;
}
.hswxy[data-v-e6d8a15e] {
  color: #06b;
}
.hswxy[data-v-e6d8a15e]:hover {
  color: #eb2626;
}
.subimt-btn-box[data-v-e6d8a15e] {
  text-align: right;
  margin-top: 20px;
}
.next-btn[data-v-e6d8a15e] {
  padding: 0 20px;
  font-weight: bold;
  font-size: 18px;
}
.template-box p[data-v-e6d8a15e] {
  line-height: 20px;
}
.template-btn-box[data-v-e6d8a15e] {
  text-align: center;
  margin-top: 20px;
}
.el-carousel__indicators--outside[data-v-e6d8a15e] {
  bottom: 26px;
  text-align: center;
  position: static;
  -webkit-transform: none;
  transform: none;
  display: none;
}
.label-name[data-v-e6d8a15e] {
  width: 100%;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  height: 25px;
}
.task_title-select[data-v-e6d8a15e] {
  margin-top: 10px;
}
.task_title-select .el-radio[data-v-e6d8a15e] {
  color: #cccfd6;
  cursor: pointer;
  margin-right: 10px;
  padding-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.task_title-select .el-radio__input.is-checked .el-radio__inner[data-v-e6d8a15e] {
  border-color: #409EFF;
  background: #409EFF;
  display: none;
}
.kxz[data-v-e6d8a15e] {
  color: #cccfd6;
}
.taskDesc-btn[data-v-e6d8a15e] {
  margin-left: 20px;
}
.avatar-uploader[data-v-e6d8a15e] {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
}
.avatar-uploader-icon[data-v-e6d8a15e] {
  /* background: #e9f3fd; */
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100%;
  height: 170px;
  line-height: 170px;
  text-align: center;
  /* margin-top: 10px; */
}
.avatar[data-v-e6d8a15e] {
  width: 100%;
  height: 150px;
}
.task_cover-box[data-v-e6d8a15e] {
  width: 100%;
  overflow: hidden;
}
.picke-box[data-v-e6d8a15e] {
  margin-top: 30px;
}
.reward_fee-dw[data-v-e6d8a15e] {
  color: #d51917;
}
.upload-nowrap[data-v-e6d8a15e] .el-upload-list {
  display: inline-block;
  -webkit-transform: translateY(8px);
          transform: translateY(8px)
}
.fast-img[data-v-e6d8a15e] {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.checkbox-box[data-v-e6d8a15e] {
  margin-top: 15px;
}
.Tips1[data-v-e6d8a15e] {
  font-size: 12px;
  color: #c5bfbf;
  line-height: 30px;
  /* background: whitesmoke; */
  height: 162px;
  /* border-radius: 6px; */
  padding: 0px 10px 0 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 280px;
}
.create-btn[data-v-e6d8a15e] {
  width: 200px;
  height: 100px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.create-btn .el-button[data-v-e6d8a15e] {
  width: 100%;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
}
.editor[data-v-e6d8a15e] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.el-input-number--small[data-v-e6d8a15e] {
  width: 100%;
  line-height: 30px;
}
.taskList[data-v-e6d8a15e] {
  width: 100%;
  min-height: 120px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow-y: auto;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(202 199 199);
          box-shadow: 0px 0px 15px 0px rgb(202 199 199);
}
.task_list_title[data-v-e6d8a15e] {
  width: 90%;
  margin-left: 5%;
  line-height: 20px;
  font-size: 15px;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #4a4a4a;
  font-weight: 900;
  margin-bottom: 10px;
}
.zgsc[data-v-e6d8a15e] {
  width: 100%;
}
.taskList-dialog[data-v-e6d8a15e] {
  width: 100%;
  min-height: 200px;
  overflow-y: auto;
}
.el-row-box[data-v-e6d8a15e] {
  width: 100%;
  overflow-y: auto;
  padding: 20px 20px 20px 20px;
}
.slogansInfo[data-v-e6d8a15e] {
  font-size: 12px;
  color: #ADADAF;
  margin-top: 10px;
  overflow: hidden;
  line-height: 20px;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 10px;
}
.dengji[data-v-e6d8a15e] {
  float: right;
}
.slogansPrice[data-v-e6d8a15e] {
  margin-left: 5%;
  color: #ff3434;
  font-size: 18px;
  float: left;
  font-weight: bold;
}
.clearfix[data-v-e6d8a15e] {
  overflow: hidden;
  margin-bottom: 10px;
}
.preview_title[data-v-e6d8a15e] {
  color: #4a4a4a;
  font-weight: 900;
  margin-bottom: 20px;
}
.preview_Info[data-v-e6d8a15e] {
  margin-bottom: 15px;
  font-size: 14px;
  color: #a9a9a9;
}
.preview_Info span[data-v-e6d8a15e] {
  margin-right: 20px;
}
.singleTaskFrom_sp[data-v-e6d8a15e] {
  color: #000;
}
.singleTaskFrom_reward_fee[data-v-e6d8a15e] {
  color: red;
}


p[data-v-51e2454a],
div[data-v-51e2454a],
a[data-v-51e2454a] {
  margin: 0;
  padding: 0;
}
ul li[data-v-51e2454a] {
  margin: 0;
  /* padding: 0; */
  list-style: none;
}
a[data-v-51e2454a] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.createform[data-v-51e2454a] {
  width: 100%;
  min-height: 20px;
  overflow: hidden;
  border-radius: 5px;
  /* line-height: 40px; */
}
.form-box[data-v-51e2454a] {
  /* width: 100%; */
  min-height: 100px;
  position: relative;
  padding: 10px;
  border: 1px solid #ddd;
}
.el-form-item[data-v-51e2454a] {
  margin-bottom: 10px;
}
.createTask[data-v-51e2454a] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn-box[data-v-51e2454a] {
  overflow: hidden;
  position: relative;
}
.el-image__inner[data-v-51e2454a] {
  width: 100%;
}
.el-select[data-v-51e2454a] {
  width: 100%;
}
.file-box[data-v-51e2454a] {
  margin-top: 15px;
}
.file-tip[data-v-51e2454a] {
  width: 100%;
  line-height: 40px;
  color: #8e1315;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.f_l-title[data-v-51e2454a] {
  font-size: 20px;
  font-weight: bold;
}
.tuogje[data-v-51e2454a] {
  font-size: 12px;
  font-weight: bold;
  /* margin-top: 30px; */
  margin-bottom: 20px;
}
.tuogje-q[data-v-51e2454a] {
  color: #ff0000;
}
.f_l-r[data-v-51e2454a] {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}
.f_l-r-q[data-v-51e2454a] {
  font-size: 25px;
  color: #eb2626;
}
.dqye[data-v-51e2454a] {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
}
.f_l-xy[data-v-51e2454a] {
  margin: 30px 0;
}
.hswxy[data-v-51e2454a] {
  color: #06b;
}
.hswxy[data-v-51e2454a]:hover {
  color: #eb2626;
}
.subimt-btn-box[data-v-51e2454a] {
  text-align: right;
  margin-top: 20px;
}
.next-btn[data-v-51e2454a] {
  padding: 0 20px;
  font-weight: bold;
  font-size: 18px;
}
.template-box p[data-v-51e2454a] {
  line-height: 20px;
}
.template-btn-box[data-v-51e2454a] {
  text-align: center;
  margin-top: 20px;
}
.el-carousel__indicators--outside[data-v-51e2454a] {
  bottom: 26px;
  text-align: center;
  position: static;
  -webkit-transform: none;
  transform: none;
  display: none;
}
.label-name[data-v-51e2454a] {
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  height: 25px;
}
.task_title-select[data-v-51e2454a] {
  margin-top: 10px;
}
.task_title-select .el-radio[data-v-51e2454a] {
  color: #cccfd6;
  cursor: pointer;
  margin-right: 10px;
}
.task_title-select .el-radio__input.is-checked .el-radio__inner[data-v-51e2454a] {
  border-color: #409EFF;
  background: #409EFF;
  display: none;
}
.kxz[data-v-51e2454a] {
  color: #cccfd6;
}
.taskDesc-btn[data-v-51e2454a] {
  margin-left: 20px;
}
.avatar-uploader[data-v-51e2454a] {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
}
.avatar-uploader-icon[data-v-51e2454a] {
  /* background: #e9f3fd; */
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100%;
  height: 170px;
  line-height: 170px;
  text-align: center;
  /* margin-top: 10px; */
}
.avatar[data-v-51e2454a] {
  width: 100%;
  height: 150px;
}
.task_cover-box[data-v-51e2454a] {
  width: 100%;
  overflow: hidden;
}
.picke-box[data-v-51e2454a] {
  margin-top: 30px;
}
.reward_fee-dw[data-v-51e2454a] {
  color: #d51917;
}
.upload-nowrap[data-v-51e2454a] .el-upload-list {
  display: inline-block;
  -webkit-transform: translateY(8px);
          transform: translateY(8px)
}
.fast-img[data-v-51e2454a] {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.checkbox-box[data-v-51e2454a] {
  margin-top: 15px;
}
.Tips1[data-v-51e2454a] {
  font-size: 12px;
  color: #c5bfbf;
  line-height: 30px;
  /* background: whitesmoke; */
  height: 162px;
  /* border-radius: 6px; */
  padding: 0px 10px 0 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 280px;
}
.create-btn[data-v-51e2454a] {
  width: 200px;
  height: 100px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.create-btn .el-button[data-v-51e2454a] {
  width: 100%;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
}
.editor[data-v-51e2454a] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.el-input-number--small[data-v-51e2454a] {
  width: 100%;
  line-height: 30px;
}
.dialog-footer[data-v-51e2454a] {
  text-align: right;
}


p[data-v-3b9d8485],
div[data-v-3b9d8485],
a[data-v-3b9d8485],
span[data-v-3b9d8485],
img[data-v-3b9d8485] {
  margin: 0;
  padding: 0;
  font-family: microsoft yahei, SimSun;
}
ul li[data-v-3b9d8485] {
  list-style: none;
}
a[data-v-3b9d8485] {
  text-decoration: none;
  color: #adadaf;
}
.shop-bady-box[data-v-3b9d8485] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.body-box[data-v-3b9d8485] {
  width: 89%;
  margin: 80px auto;
  clear: both;
}
.meunt[data-v-3b9d8485] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.shop-bady[data-v-3b9d8485] {
  width: 100%;
  overflow: hidden;
  background: rgb(188 188 189 / 25%);
}
.main[data-v-3b9d8485] {
  width: 100%;
  min-height: 400px;
  margin-top: 20px;
}
.main-box1[data-v-3b9d8485] {
  width: 96%;
  padding: 2%;
  background: #fff;
  position: relative;
}
.main-box[data-v-3b9d8485] {
  width: 96%;
  padding: 2%;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: -1px 8px 3px 0px #d0caca;
          box-shadow: -1px 8px 3px 0px #d0caca;
}
.cover-box[data-v-3b9d8485] {
  width: 100%;
  min-height: 170px;
  position: relative;
}
.taskcompletion-img[data-v-3b9d8485] {
  position: absolute;
  right: 0;
  top: 0;
}
.info-box[data-v-3b9d8485] {
  width: 100%;
  min-height: 20px;
  /* background: red; */
}
.other-box[data-v-3b9d8485] {
  width: 100%;
  min-height: 20px;
  background: red;
  margin-top: 20px;
}
.mianfImg[data-v-3b9d8485] {
  width: 100%;
  max-height: 300px;
  -webkit-box-shadow: 6px 6px 12px 0 rgb(0 0 0 / 23%);
          box-shadow: 6px 6px 12px 0 rgb(0 0 0 / 23%);
  /* border-radius: 5px; */
  border: 1px solid #f1f1f1;
}
.title[data-v-3b9d8485] {
  color: #000000;
}
.task_title[data-v-3b9d8485] {
  line-height: 40px;
  overflow: hidden;
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  font-family: microsoft yahei, SimSun;
  border-bottom: 1px solid #f1eeee;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.left-top-box[data-v-3b9d8485] {
  width: 100%;
  min-height: 100px;
}
.task-pra[data-v-3b9d8485] {
  width: 100%;
  min-height: 30px;
  /* background:#f7f7f7; */
  margin-top: 15px;
}
.pra-text[data-v-3b9d8485] {
  font-size: 14px;
  color: #909090;
  padding: 2px 5px;
}
.pra-text1[data-v-3b9d8485] {
  font-size: 14px;
  color: #000;
  padding: 2px 5px;
}
.reward-fee[data-v-3b9d8485] {
  color: red;
}
.desc-title[data-v-3b9d8485] {
  width: 100%;
  line-height: 20px;
  border-left: 5px solid #ef5050;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #666;
  font-family: '\5FAE\8F6F\96C5\9ED1';
  margin-bottom: 15px;
  /* margin-top: 20px; */
}
.desc-text[data-v-3b9d8485] {
  margin-top: 15px;
  width: 100%;
  /* line-height: 24px;
        font-size: 14px;
        color: #666;
        word-break: break-all;
        word-wrap: break-word; */
}
.el-card[data-v-3b9d8485] {
  margin-bottom: 10px;
}
.Reminder[data-v-3b9d8485] {
  width: 96%;
  min-height: 100px;
  background: #ffffff;
  margin-top: 20px;
  padding: 2%;
}
.count-down-box[data-v-3b9d8485] {
  /* width: 100%; */
  /* padding: 5px 0; */
  /* overflow: hidden; */
  margin-bottom: 15px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.label-text[data-v-3b9d8485] {
  font-size: 14px;
  color: #fff;
  background: #ef5050;
  padding: 5px 10px;
}
.reward_fee-box[data-v-3b9d8485] {
  height: 20px;
  line-height: 20px;
  /* background: aqua; */
  margin: 15px 0;
}
.label-text1[data-v-3b9d8485] {
  font-size: 20px;
  color: #ef0a0a;
  /* background: #ef5050; */
  /* padding: 8px 0; */
  /* margin-top: 10px; */
  margin-right: 10px;
  /* float: left; */
  border-radius: 4px;
  font-weight: 600;
}
.van-count-down[data-v-3b9d8485],
.van-divider[data-v-3b9d8485] {
  color: #ef0a0a;
  font-size: 14px;
  border: 1px solid #ef0a0a;
  width: 310px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.icon-daojishi2[data-v-3b9d8485] {
  font-size: 14px;
  color: #ef5050;
  margin-right: 5px;
  margin-left: 2px;
  float: left;
}
.info-box1[data-v-3b9d8485] {
  width: 100%;
  margin-bottom: 15px;
}
.info-box2[data-v-3b9d8485] {
  width: 100%;
  overflow: hidden;
  min-height: 20px;
  line-height: 50px;
  background: #fff;
  margin-bottom: 20px;
}
.steps-box[data-v-3b9d8485] {
  background: #f5f7fa;
  width: 96%;
  padding: 2%;
  overflow: hidden;
  min-height: 20px;
  /* padding: 20px; */
}
.cn-text[data-v-3b9d8485] {
  font-size: 14px;
  color: #868282;
  padding: 5px 10px;
  margin-right: 20px;
  background: #e8e8e8;
}
.jiezhirq-label[data-v-3b9d8485] {
  float: left;
  font-size: 14px;
  color: #808182;
}
.wxts-text[data-v-3b9d8485] {
  line-height: 30px;
  color: #7b7979;
  margin-left: 15px;
  font-size: 14px;
}
.wxts[data-v-3b9d8485] {
  line-height: 30px;
  color: #ff3434;
  margin-left: 15px;
  font-size: 16px;
  font-weight: bold;
}
.lirs[data-v-3b9d8485] {
  font-size: 13px;
  color: #7b7979;
  width: 100%;
  text-align: center;
}
.help[data-v-3b9d8485] {
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.help-title[data-v-3b9d8485] {
  line-height: 30px;
  font-size: 14px;
  color: #000;
  margin-top: 15px;
}
.help-text[data-v-3b9d8485] {
  line-height: 18px;
  font-size: 12px;
  color: #a9a7a7;
}
.jrbjq[data-v-3b9d8485] {
  cursor: pointer;
  /* text-decoration: underline; */
}
.share-top[data-v-3b9d8485] {
  width: 100%;
  font-size: 15px;
  background-color: #fff;
  margin-top: 20px;
}
.share-cont[data-v-3b9d8485] {
  display: inline;
}
.social-share .social-share-icon[data-v-3b9d8485] {
  width: 25px;
  height: 25px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 25px;
}
.grid-content[data-v-3b9d8485] {
  margin-bottom: 20px;
}
.dialog-footer[data-v-3b9d8485] {
  min-height: 50px;
  margin-top: 20px;
  text-align: right;
}
.el-tabs__item[data-v-3b9d8485] {
  padding: 0 20px 20px 0;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  position: relative;
}
.task-title[data-v-3b9d8485],
.task-remuneration[data-v-3b9d8485],
.task-finishTime[data-v-3b9d8485],
.task-type[data-v-3b9d8485],
.uploadPictures[data-v-3b9d8485] {
  width: 100%;
  line-height: 25px;
  color: black;
  font-size: 14px;
  margin-bottom: 15px;
}
.taskGetClear[data-v-3b9d8485] {
  line-height: 25px;
  color: #16181b;
  font-size: 15px;
  margin-left: 20px;
  font-weight: bold;
}
.sum[data-v-3b9d8485] {
  line-height: 25px;
  color: #ef5050;
  font-size: 18px;
  margin-left: 20px;
  font-weight: bold;
}
.getClear-btn-box[data-v-3b9d8485] {
  text-align: right;
}
.f_l-title[data-v-3b9d8485] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cjinfo[data-v-3b9d8485] {
  /* margin-bottom: 15px; */
  color: #909090;
  font-size: 14px;
  /* font-weight: bold; */
  height: 20px;
  /* background: yellow; */
  margin-bottom: 15px;
}
.icon-jine[data-v-3b9d8485] {
  color: #ef5050;
  font-size: 15px;
  margin-right: 5px;
}
.remuneration-info[data-v-3b9d8485] {
  margin-bottom: 10px;
}
.inp-text[data-v-3b9d8485] {
  font-weight: bold;
  color: #f56c6c;
}
.tsnr[data-v-3b9d8485] {
  text-align: center;
  color: #000;
  font-size: 18px;
  padding: 30px 20px;
  line-height: 25px;
}
.synjq[data-v-3b9d8485] {
  font-size: 14px;
  text-decoration: underline;
}
.reward_fee-box[data-v-3b9d8485] {
  width: 100%;
  min-height: 20px;
}
.qetg[data-v-3b9d8485] {
  margin-left: 50px;
}
.icon-qiandun[data-v-3b9d8485] {
  color: #ff4b15;
  margin-right: 2px;
  font-size: 16px;
}
.count-down-box .van-count-down[data-v-3b9d8485],
.van-divider[data-v-3b9d8485] {
  color: #ef5050;
  font-size: 20px;
}
.downlopadAttachment[data-v-3b9d8485] {
  width: 100%;
  min-height: 300px;
}
.downlopadAttachment-p[data-v-3b9d8485] {
  width: 100%;
  height: 300px;
  line-height: 300px;
  text-align: center;
  color: #bfbebe;
}
.fileName[data-v-3b9d8485] {
  width: 100%;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rwjxz[data-v-3b9d8485] {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 20px;
}
.brd[data-v-3b9d8485] {
  border-right: 1px solid #e9e9e9;
}
.ritongji[data-v-3b9d8485] {
  text-align: center;
  margin-top: 15px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.ritongji span[data-v-3b9d8485] {
  display: inline-block;
  height: 50px;
  text-align: center;
  padding: 15px;
}
.lqrwbtn[data-v-3b9d8485] {
  width: 100%;
  height: 60px;
  background-color: #f31e1e;
  text-align: center;
  line-height: 60px;
  color: #fff;
  margin-top: 20px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 20px;
}
.order_no[data-v-3b9d8485] {
  font-size: 14px;
  color: #909090;
}
.btn-box[data-v-3b9d8485] {
  margin-top: 20px;
  text-align: center;
}
.shop_cover-box[data-v-3b9d8485] {
  width: 100%;
  min-height: 50px;
  text-align: center;
}
.shop_cover[data-v-3b9d8485] {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.shop_name[data-v-3b9d8485] {
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.shop_level_name[data-v-3b9d8485] {
  border: 1px solid #ddd;
  padding: 2px 5px;
  font-size: 10px;
  margin-left: 10px;
  color: #ccc;
  display: block;
  width: 50px;
  margin: 10px auto;
}
.shopsDescription[data-v-3b9d8485] {
  margin-top: 15px;
  line-height: 20px;
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #a59b9b;
}
.jrdp-btn-box[data-v-3b9d8485] {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.tishi[data-v-3b9d8485] {
  font-size: 12px;
  color: #a7a1a1;
  margin-top: 10px;
}
.is_have_opus[data-v-3b9d8485] {
  color: #ef5050;
  font-size: 16px;
  padding: 0 10px;
}
.qkqt[data-v-3b9d8485] {
  font-size: 12px;
  color: #409eff;
}
.colon[data-v-3b9d8485] {
  display: inline-block;
  color: #f56c6c;
}

/* .block {
    display: inline-block;
    width: 25px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #f56c6c;
    height: 25px;
    line-height: 25px;
  } */
.block-label[data-v-3b9d8485] {
  background-color: #ef0a0a;
  color: #fff;
  font-size: 19px;
  padding: 20px;
}
.block[data-v-3b9d8485] {
  display: inline-block;
  width: 30px;
  color: #f56c6c;
  font-size: 13px;
  text-align: center;
  /* background-color: #f56c6c; */
  height: 24px;
  line-height: 25px;
  font-weight: bold;
}
.milliseconds[data-v-3b9d8485] {
  display: inline-block;
  width: 30px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background-color: #ff3d53;
  height: 20px;
}
.table-box[data-v-3b9d8485] {
  width: 100%;
  min-height: 300px;
}
.bsxstip[data-v-3b9d8485] {
  margin: 20px 0;
  color: #000000;
  font-size: 22px;
}
.newHandpc[data-v-3b9d8485] {
  position: absolute;
  top: 80px;
  right: 20px;
}
.taskAssignImg[data-v-3b9d8485] {
  position: absolute;
  top: 80px;
  right: 90px;
}
.assign-box[data-v-3b9d8485] {
  width: 100%;
  margin-top: 20px;
  min-height: 35px;
  background: #1dc3bb;
}
.assign-p[data-v-3b9d8485] {
  width: 100%;
  line-height: 35px;
  margin-left: 20px;
  overflow: hidden;
  font-size: 15px;
  color: #fff;
}
.fdqjs[data-v-3b9d8485] {
  font-size: 12px;
}
.ylImg[data-v-3b9d8485] {
  width: 100%;
}
.advertisement-box[data-v-3b9d8485] {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  margin-bottom: 10px;
}
.advertisementImg[data-v-3b9d8485] {
  width: 100%;
}
.platformAnnounce-box[data-v-3b9d8485] {
  width: 100%;
  height: 150px;
  overflow: hidden;
  line-height: 30px;
}
.shopAnnounce[data-v-3b9d8485] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.platform_announce_content[data-v-3b9d8485] {
  color: #634a4a;
  font-size: 12px;
}
.vipMin[data-v-3b9d8485] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  width: 70px;
}
.resImg-box[data-v-3b9d8485] {
  width: 100%;
  min-height: 100px;
  margin-top: 20px;
}
.imgBox[data-v-3b9d8485] {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.by-button[data-v-3b9d8485] {
  padding: 5px 10px;
  background-color: red;
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  margin-top: 10px;
  cursor: pointer;
}
.res_image_cover[data-v-3b9d8485] {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}
.xgresBox[data-v-3b9d8485] {
  width: 98%;
  margin-bottom: 20px;
  padding: 9px 1%;
  background: #eff0f3;
  overflow: hidden;
}
.xgresBox-title[data-v-3b9d8485] {
  font-size: 15px;
}
.xgresBox-by-button[data-v-3b9d8485] {
  float: right;
  padding: 3px 10px;
  background-color: red;
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  cursor: pointer;
}
.sell_price[data-v-3b9d8485] {
  color: red;
  font-size: 32px
}
.pay-box[data-v-3b9d8485] {
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
  text-align: center;
}
.jy-title-name[data-v-3b9d8485] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #e5dbdb;
  padding-bottom: 10px;
  color: #000;
}
.pay-type-box[data-v-3b9d8485] {
  margin-top: 20px;
}
.pay-type[data-v-3b9d8485] {
  width: 400px;
  margin: 0 auto;
}
.radio-box2[data-v-3b9d8485] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.sjzf[data-v-3b9d8485] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #806868;
}
.yezf[data-v-3b9d8485] {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.pay-btn[data-v-3b9d8485] {
  text-align: center;
  margin-top: 20px;
}
.agreement-p[data-v-3b9d8485] {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
  text-align: center;
}
.pay-main[data-v-3b9d8485] {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}
.wxsmzf[data-v-3b9d8485] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.dqye[data-v-3b9d8485] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  color: #806868;
}
.is-all-vip[data-v-3b9d8485] {
  font-size: 22px;
  color: red;
}
.dqye[data-v-3b9d8485] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  color: #806868;
}
.jy-box[data-v-3b9d8485] {
  min-height: 460px;
}
.agreement-p[data-v-3b9d8485] {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
  text-align: center;
}
.agreement[data-v-3b9d8485] {
  cursor: pointer;
}
.xzkc[data-v-3b9d8485] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.erwm[data-v-3b9d8485] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.rwmsx[data-v-3b9d8485] {
  width: 150px;
  height: 150px;
  cursor: pointer;
}
.qrcode[data-v-3b9d8485] {
  width: 150px;
  margin: 20px auto;
}
.yfje[data-v-3b9d8485] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.assign-shop-name[data-v-3b9d8485] {
  margin-right: 15px;
}
.wqxck[data-v-3b9d8485] {
  width: 100%;
  line-height: 200px;
  text-align: center;
  color: #c5c5c5;
}
.taskWqx[data-v-3b9d8485] {
  width: 100%;
  height: 500px;
  background: url(/static/img/taskwqx.b98aa40.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.taskWqx-tip[data-v-3b9d8485] {
  width: 100%;
  height: 500px;
  line-height: 620px;
  text-align: center;
  font-size: 20px;
  color: #939393;
}

a[data-v-d47befc2],
a[data-v-d47befc2]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-d47befc2],
ol[data-v-d47befc2],
h1[data-v-d47befc2],
h2[data-v-d47befc2],
h3[data-v-d47befc2],
h4[data-v-d47befc2],
p[data-v-d47befc2] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-d47befc2],
ol[data-v-d47befc2] {
  list-style: none;
}
.oder-info-box[data-v-d47befc2] {
  min-height: 400px;
}
.agreement-con[data-v-d47befc2] {
  height: 500px;
  overflow-y: auto;
  width: 100%;
}
.agreement-con h2[data-v-d47befc2] {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #303133;
  font-weight: bold;
}
.agreement-con p[data-v-d47befc2] {
  width: 100%;
  line-height: 30px;
}


*[data-v-1babb706] {
  margin: 0;
  padding: 0
}
img[data-v-1babb706] {
  vertical-align: middle;
}
.meunt[data-v-1babb706] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.top[data-v-1babb706] {
  width: 100%;
  background: #f7f6f6;
  min-height: 200px;
  margin: 60px auto;
}
@media (min-width: 1366px) {
.body-box[data-v-1babb706] {
    width: 1000px;
    min-height: 400px;
    margin: 0 auto;
    clear: both;
}
.top-portion-box1[data-v-1babb706] {
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
}
@media (min-width: 1440px) {
.body-box[data-v-1babb706] {
    width: 1000px;
    min-height: 400px;
    margin: 0 auto;
    clear: both;
}
.top-portion-box1[data-v-1babb706] {
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
}
@media (min-width: 1920px) {
.body-box[data-v-1babb706] {
    width: 1200px;
    min-height: 400px;
    margin: 0 auto;
    clear: both;
}
.top-portion-box1[data-v-1babb706] {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
}
.top-logo[data-v-1babb706] {
  margin-top: 40px;
}
.logo[data-v-1babb706] {
  width: 80px;
  margin-top: 40px;
}
.title[data-v-1babb706] {
  font-size: 30px;
}
.info[data-v-1babb706] {
  display: inline-block;
  margin-left: 20px;
  text-align: left;
  vertical-align: middle;
  margin-top: 30px
}
.top-part[data-v-1babb706] {
  position: relative;
  margin-top: 60px;
  text-align: center;
  color: #333;
}
.top-part .top-logo .info .title[data-v-1babb706] {
  font-size: 30px;
}
.img-box[data-v-1babb706] {
  width: 100%;
  height: 314px;
  margin-top: 80px;
}
.misc .top-part .phone-img[data-v-1babb706] {
  width: 410px;
  height: 314px;
  float: left;
}
.misc .top-part .top-qrcode[data-v-1babb706] {
  display: inline-block;
  vertical-align: bottom;    
  float: right;
  margin-top: 20px;
}
.description[data-v-1babb706] {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}
.appImg[data-v-1babb706] {
  width: 170px;
  margin-bottom: 20px;
}
.app-ztjs-slogan-title2[data-v-1babb706] {
  font-size: 30px;
  background: #5085ff;
  -webkit-box-shadow: 4px 7px 5px #cec9c9;
          box-shadow: 4px 7px 5px #cec9c9;
  top: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  top: 20px
}
.app-ztjs-slogan-title1[data-v-1babb706] {
  font-size: 30px;
  position: absolute;
  background: #5085ff;
  -webkit-box-shadow: 4px 7px 5px #cec9c9;
          box-shadow: 4px 7px 5px #cec9c9;
  top: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
}
.app-ztjs-slogan-text1[data-v-1babb706] {
  font-size: 20px;
  font-weight: 300;
  padding-top: 15px;
  line-height: 50px;
  margin-top: 40px;
  text-indent: 3em;
}
.epubimg[data-v-1babb706] {
  width: 90%;
  margin-left: 5%;
}
.app-ztjs-slogan-text2[data-v-1babb706] {
  font-size: 24px;
  font-weight: 300;
  padding-top: 15px;
  line-height: 50px;
}
.middle-portion[data-v-1babb706] {
  width: 960px;
  margin: 0 auto;
}
.ztjs-box[data-v-1babb706] {
  width: 100%;
  min-height: 200px;
  margin: 100px auto;
  position: relative;
  overflow: hidden;
}
.app-ztjs[data-v-1babb706] {
  width: 100%
}
.app-ztjs-slogan[data-v-1babb706] {
  width: 600px;
  height: 200px;
  position: absolute;
  top: 0px;
}
.app-ztjs-slogan-title[data-v-1babb706] {
  font-size: 24px;
  background: #5085ff;
  -webkit-box-shadow: 4px 7px 5px #cec9c9;
          box-shadow: 4px 7px 5px #cec9c9;
  top: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
}
.app-ztjs-slogan-title2[data-v-1babb706] {
  font-size: 24px;
  background: #5085ff;
  -webkit-box-shadow: 4px 7px 5px #cec9c9;
          box-shadow: 4px 7px 5px #cec9c9;
  top: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  top: 20px
}
.app-ztjs-slogan-title1[data-v-1babb706] {
  font-size: 24px;
  position: absolute;
  background: #5085ff;
  -webkit-box-shadow: 4px 7px 5px #cec9c9;
          box-shadow: 4px 7px 5px #cec9c9;
  top: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
}
.app-ztjs-slogan-text[data-v-1babb706] {
  font-size: 20px;
  font-weight: 300;
  padding-top: 80px;
  line-height: 50px;
  text-indent: 2em;
}
.app-ztjs-slogan-text2[data-v-1babb706] {
  font-size: 16px;
  font-weight: 300;
  padding-top: 15px;
  line-height: 50px;
}
.app-ztjs-slogan-text1[data-v-1babb706] {
  font-size: 20px;
  font-weight: 300;
  padding-top: 15px;
  line-height: 50px;
  margin-top: 40px;
  text-indent: 3em;
}
.app-tsfl[data-v-1babb706] {
  width: 420px;
}
.app-ztjs-tsfl[data-v-1babb706] {
  width: 400px;
  min-height: 200px;
  position: absolute;
  left: 545px;
  top: 100px
}
.app-zzhd[data-v-1babb706] {
  width: 420px;
  float: right;
}
.app-ztjs-zzhd[data-v-1babb706] {
  width: 460px;
  min-height: 200px;
  position: absolute;
  left: 0;
  top: 100px
}
.fenxiang-box[data-v-1babb706] {
  width: 300px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  right: 40px;
  line-height: 50px;
}
.epub-living[data-v-1babb706] {
  width: 100%;
  min-height: 500px;
  background: #f7f6f6;
  padding-bottom: 50px;
  position: relative;
}
.epub-living-v[data-v-1babb706] {
  width: 960px;
  min-height: 500px;
  margin: 0 auto;
  position: relative;
}
.epub-living-title[data-v-1babb706] {
  font-size: 24px;
  font-weight: 300;
  line-height: 50px;
  color: #fff;
  padding-top: 20px;
  font-weight: 400
}
.epub-living-js[data-v-1babb706] {
  width: 90%;
  line-height: 30px;
  color: #fff;
  text-indent: 2em;
  margin-left: 5%
}
.epub-living-jstexe[data-v-1babb706] {
  width: 90%;
  line-height: 30px;
  color: #fff;
  margin-left: 5%;
  padding-bottom: 60px
}
.epub-living-jstexe h3[data-v-1babb706] {
  color: #ffe200
}
.epub-living-xz[data-v-1babb706] {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #462525;
  position: absolute;
  bottom: 40px;
  right: 100px;
  color: #fff;
  text-align: center;
}
.epub-living-btn[data-v-1babb706] {
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 500px
}
.epub-living-img[data-v-1babb706] {
  width: 520px;
  position: absolute;
  top: 100px;
  left: 0px
}
.epub-living-p[data-v-1babb706] {
  position: absolute;
  right: 0px;
  width: 420px;
  font-size: 20px;
  font-weight: 300;
  padding-top: 20px;
  line-height: 50px;
  text-indent: 2em;
  color: #000;
  float: right;
}
.qrcode_Andriod2 canvas[data-v-1babb706] {
  width: 100px
}
.qrcode_Andriod2[data-v-1babb706] {
  position: absolute;
  right: 100px;
  bottom: 110px;
  width: 180px;
}
.epub-living-app1[data-v-1babb706] {
  font-size: 18px;
  color: #9b4fd3;
  position: absolute;
  right: 101px;
  bottom: 78px;
}
.app-box[data-v-1babb706] {
  width: 100%;
  min-height: 200px;
}
.app-top-box[data-v-1babb706] {
  width: 100%;
  min-height: 200px;
  position: relative;
}
.app-img[data-v-1babb706] {
  width: 100%;
}
.app-gk[data-v-1babb706] {
  width: 30%;
  margin-left: 35%
}
.app-gk1[data-v-1babb706] {
  width: 45%;
  margin-left: 25.5%;
  margin-top: 0px
}
.app-bz[data-v-1babb706] {
  width: 70%;
  margin-left: 5%;
  margin-top: 10px
}
.app-gk-box[data-v-1babb706] {
  width: 100%;
  min-height: 50px;
  margin-bottom: 30px
}
.app-gk-p[data-v-1babb706] {
  font-size: 1em;
  width: 90%;
  line-height: 30px;
  text-align: justify;
  margin-left: 5%;
  text-indent: 2em;
  color: #5f6169
}
.app-js-img1[data-v-1babb706] {
  width: 50%;
}
.app-gk-t[data-v-1babb706] {
  width: 90%;
  margin-left: 5%;
  min-height: 200px;
}
.app-sc[data-v-1babb706] {
  width: 100%;
  min-height: 300px;
  background: #d85f54;
  position: relative;
  margin-top: 100px
}
.app-js-img2-ioc[data-v-1babb706] {
  width: 40%;
  position: absolute;
  top: -18px;
  right: 3px
}
.xz-btn[data-v-1babb706] {
  width: 40%;
  background: #d96055;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  line-height: 50px;
  float: left;
  margin-left: 8%
}
.xz-btn-t[data-v-1babb706] {
  float: right;
  margin-right: 18%;
  font-size: 1em
}
.xz-btn-i[data-v-1babb706] {
  float: left;
  width: 13%;
  margin-left: 18%;
  margin-top: 10px
}
.app-js-img2[data-v-1babb706] {
  width: 40%;
  position: absolute;
  top: -80px;
  left: 5%
}
.app-js-img2-title[data-v-1babb706] {
  text-indent: 2em;
  width: 40%;
  position: absolute;
  top: 50px;
  right: 10%
}
.app-js-img2-text[data-v-1babb706] {
  text-align: justify;
  line-height: 25px;
  width: 40%;
  min-height: 100px;
  color: #fff;
  font-size: 1em;
  position: absolute;
  top: 100px;
  right: 10%
}
.app-sj[data-v-1babb706] {
  width: 100%;
  min-height: 300px;
  position: relative;
}
.app-js-img3-ioc[data-v-1babb706] {
  width: 10%;
  position: absolute;
  top: 10px;
  right: 50%
}
.app-js-img3[data-v-1babb706] {
  width: 40%;
  position: absolute;
  top: -50px;
  right: 5%
}
.app-js-img3-title[data-v-1babb706] {
  text-indent: 2em;
  width: 40%;
  position: absolute;
  left: 10%;
  top: 60px
}
.app-js-img3-text[data-v-1babb706] {
  text-indent: 2em;
  text-align: justify;
  width: 40%;
  line-height: 25px;
  min-height: 100px;
  color: #5f6169;
  font-size: 1em;
  position: absolute;
  top: 100px;
  left: 10%
}
.app-fl[data-v-1babb706] {
  width: 100%;
  min-height: 300px;
  position: relative;
  margin-top: 100px;
}
.app-js-img4[data-v-1babb706] {
  width: 40%;
  position: absolute;
  top: -80px;
  left: 5%
}
.app-js-img4-title[data-v-1babb706] {
  width: 40%;
  position: absolute;
  top: 0;
  right: 10%
}
.app-js-img4-text[data-v-1babb706] {
  text-indent: 2em;
  line-height: 25px;
  text-align: justify;
  width: 40%;
  min-height: 100px;
  color: #5f6169;
  font-size: 1em;
  position: absolute;
  top: 40px;
  right: 10%
}
.app-js-img4-ioc[data-v-1babb706] {
  width: 15%;
  position: absolute;
  top: -20%;
  right: 10%
}
.app-img-t1[data-v-1babb706] {
  width: 100%;
}
.app-img-t2[data-v-1babb706] {
  width: 100%;
  margin-top: -60px
}
.app-downloads-img-btn[data-v-1babb706] {
  width: 50%;
  margin-left: 25%;
  margin-bottom: 50px;
  margin-top: 20px
}
.app-img-t3[data-v-1babb706] {
  width: 30%;
  top: 10%;
  position: absolute;
  right: 35%
}
.app-img-mf[data-v-1babb706] {
  width: 15%;
  position: absolute;
  right: 10%;
  top: 30%
}
.app-z[data-v-1babb706] {
  width: 100%
}
.app-yl[data-v-1babb706] {
  width: 100%;
  min-height: 300px;
  position: relative;
  margin-top: 100px;
}
.app-gk2[data-v-1babb706] {
  width: 100%
}
.app-yljs[data-v-1babb706] {
  width: 100%;
  min-height: 200px;
  background: #d85f54;
  margin-top: -20px;
  padding-bottom: 50px;
}
.app-yl-p[data-v-1babb706] {
  padding-bottom: 20px;
  text-indent: 2em;
  width: 90%;
  margin-left: 5%;
  text-align: justify;
  color: #fff;
  font-size: 1em;
  line-height: 30px;
  margin-top: -50px
}
.app-ylbz[data-v-1babb706] {
  width: 100%;
  min-height: 200px;
  margin-top: 30px;
}
.xz-lc[data-v-1babb706] {
  width: 100%
}
.ylxz-btn[data-v-1babb706] {
  border-radius: 5px;
  width: 40%;
  height: 50px;
  background: #ffc416;
  text-align: center;
  color: #fff;
  line-height: 50px;
  margin-left: 30%
}
.app-foot[data-v-1babb706] {
  width: 100%;
  min-height: 100px;
}
.app-foot-t1[data-v-1babb706] {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 1em;
  color: #fff
}
.app-foot-t2[data-v-1babb706] {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 0.6em;
  color: #fff
}
.xz-btn1[data-v-1babb706] {
  width: 40%;
  background: #d96055;
  height: 50px;
  border-radius: 5px;
  margin-left: 30%;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}
.xzyl-btn-t[data-v-1babb706] {
  width: 40%;
  background: #ffc416;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  line-height: 50px;
  float: right;
  text-align: center;
  margin-right: 8%;
  font-size: 1em
}
.xzan-box[data-v-1babb706] {
  width: 100%;
  height: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.app-foot-t-box[data-v-1babb706] {
  width: 100%;
  padding: 20px 0;
  background: #0a0303
}
.foot-portion[data-v-1babb706] {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.qrcode_Andriod1 canvas[data-v-1babb706] {
  width: 130px;
  height: 130px;
  margin-top: 30px;
}
.lod-app1[data-v-1babb706] {
  font-size: 20px;
}
.appintroduce-foot[data-v-1babb706] {
  width: 290px;
  height: 56px;
  margin: 30px auto;
  position: relative;
}
.app-logo-little[data-v-1babb706] {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
}
.app-slogan1[data-v-1babb706] {
  width: 224px;
  height: 56;
  position: absolute;
  right: 0;
  text-align: left;
}
.app-slogan-sp3[data-v-1babb706] {
  font-size: 17px;
}
.app-slogan-sp4[data-v-1babb706] {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

p[data-v-3d9b6707],
span[data-v-3d9b6707],
div[data-v-3d9b6707],
a[data-v-3d9b6707] {
  margin: 0;
  padding: 0;
}
ul li[data-v-3d9b6707] {
  list-style: none;
}
.home-box[data-v-3d9b6707] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-3d9b6707] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-3d9b6707] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
}
.body-box[data-v-3d9b6707] {
  width: 89%;
  margin: 80px auto;
  clear: both;
  min-height: 400px;
  background: #fff;
  overflow: hidden;
}
.search-home-box[data-v-3d9b6707] {
  width:85%;
  margin: 50px auto;
  min-height: 400px;
  background: #fff;
}
.search[data-v-3d9b6707] {
  width: 100%;
  min-height: 20px;
  /* background: rgb(245, 247, 250); */
  /* margin-top: 15px; */
  overflow: hidden;
  /* border-radius: 5px; */
  line-height: 48px;
}
.input-with-text[data-v-3d9b6707] {
  color: #000;
  font-size: 14px;
  /* margin-left: 20px; */
  font-weight: 700;
  float: left;
}
.fabu-btn[data-v-3d9b6707] {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
}
.fabu-btn a[data-v-3d9b6707] {
  color: #fff;
}
.el-image__inner[data-v-3d9b6707] {
  width: 100%;
}
.tags-box[data-v-3d9b6707] {
  margin-top: 20px;
}
.articles-box[data-v-3d9b6707] {
  width: 100%;
  min-height: 300px;
  margin-top: 20px;
}
.top-box[data-v-3d9b6707]{
  margin-top: 20px;
}

*[data-v-1fc19aab] {
  margin: 0;
  padding: 0;
}
li[data-v-1fc19aab] {
  list-style: none;
}
a[data-v-1fc19aab] {
  text-decoration: none;
}
@media (min-width: 1366px) {
.serial-box[data-v-1fc19aab] {
    width: 1000px;
    min-height: 500px;
    /* border-bottom: 1px solid red; */
    margin: 20px auto;
}
.search-box[data-v-1fc19aab] {
    width: 1000px;
    height: 50px;
    border-bottom: 1px solid #f5f0f0;
    overflow: hidden;
    margin: 0 auto;
}
.book-wrap[data-v-1fc19aab] {
    width: 140px;
    /* height: 316px; */
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 30px 20px 0px;
}
.serial-list[data-v-1fc19aab] {
    width: 1050px;
    min-height: 500px;
    margin-top: 20px;
}
}
@media (min-width: 1440px) {
.serial-box[data-v-1fc19aab] {
    width: 1000px;
    min-height: 500px;
    /* border-bottom: 1px solid red; */
    margin: 20px auto;
}
.search-box[data-v-1fc19aab] {
    width: 1000px;
    height: 50px;
    border-bottom: 1px solid #f5f0f0;
    overflow: hidden;
    margin: 0 auto;
}
.book-wrap[data-v-1fc19aab] {
    width: 140px;
    /* height: 316px; */
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 30px 20px 0px;
}
.serial-list[data-v-1fc19aab] {
    width: 1050px;
    min-height: 500px;
    margin-top: 20px;
}
}
@media (min-width: 1920px) {
.serial-box[data-v-1fc19aab] {
    width: 1200px;
    min-height: 500px;
    /* border-bottom: 1px solid red; */
    margin: 20px auto;
}
.search-box[data-v-1fc19aab] {
    width: 1200px;
    height: 50px;
    border-bottom: 1px solid #f5f0f0;
    overflow: hidden;
    margin: 0 auto;
}
.book-wrap[data-v-1fc19aab] {
    width: 140px;
    /* height: 316px; */
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 35px 20px 0px;
}
.serial-list[data-v-1fc19aab] {
    width: 1250px;
    min-height: 500px;
    margin-top: 20px;
}
}
.search-box h1[data-v-1fc19aab] {
  padding-left: 10px;
  border-left: 3px solid red;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-top: 10px;
}
.tags-box[data-v-1fc19aab] {
  margin-top: 20px;
}
.book[data-v-1fc19aab] {
  width: 100%;
  height: 289px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.book .paid-badge[data-v-1fc19aab] {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 15px;
  background-color: #e6792f;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  z-index: 10;
  border-radius: 0 0 4px 0;
}
.book .info[data-v-1fc19aab] {
  width: 100%;
  height: 100px;
}
.book .info .title a[data-v-1fc19aab] {
  color: #2f2f2f;
}
.book .info .title[data-v-1fc19aab] {
  font-size: 14px;
  margin: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 21px;
  height: 42px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  white-space: normal;
}
.book .info .user-panel[data-v-1fc19aab] {
  position: relative;
  display: block;
  height: 24px;
}
.nickname a[data-v-1fc19aab] {
  display: block;
  width: 110px;
  font-size: 13px;
  color: #999;
  float: left;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.articlertext[data-v-1fc19aab] {
  width: 100%;
}
.readit[data-v-1fc19aab] {
  font-size: 13px;
  color: #999;
}
.barsmun[data-v-1fc19aab] {
  font-size: 13px;
  color: #999;
  float: right;
  margin-top: 3px;
}
.book .banner[data-v-1fc19aab] {
  width: 140px;
  height: 180px;
  border-radius: 4px;
}
.serial-list ul[data-v-1fc19aab] {
  overflow: hidden;
}
.search[data-v-1fc19aab] {
  width: 280px;
  height: 30px;
  float: right;
  background: #f7f7f7;
  border-radius: 40px;
  border: none;
  margin-top: 10px
}
.search input[data-v-1fc19aab] {
  background: none;
  border: none;
  outline: none;
  width: 220px;
  height: 30px;
  margin-left: 20px;
}
.search-btn[data-v-1fc19aab] {
  font-size: 20px;
  float: right;
  padding: 5px 10px;
  cursor: pointer
}
.search input[data-v-1fc19aab]::-webkit-input-placeholder {
  color: #9f9e9f;
  font-size: 14px;
}
.search input[data-v-1fc19aab]:-moz-placeholder {
  color: #9f9e9f;
  font-size: 14px;
}
.search input-ms-input-placeholder[data-v-1fc19aab] {
  color: #9f9e9f;
  font-size: 14px;
}
.headPortrait[data-v-1fc19aab] {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  float: left;
}
.authortext[data-v-1fc19aab] {
  width: 100px;
  float: left;
  height: 28px;
  margin-left: 10px;
}

*[data-v-b3277d1e] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-b3277d1e] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
  position: fixed;
  z-index: 20;
  top: 0;
  background: #fff;
}
.shop-bady[data-v-b3277d1e] {
  width: 100%;
  margin: 60px auto;
  background: url(/static/img/bj.9c6673e.png);
}
.shop-main[data-v-b3277d1e] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.tags-box[data-v-b3277d1e] {
  width: 89%;
  min-height: 450px;
  /* background: #fff; */
  margin: 20px auto;
  overflow: hidden;
}
.search-box[data-v-b3277d1e] {
  width: 97%;
  height: 50px;
  border-bottom: 1px solid #f5f0f0;
  overflow: hidden;
  margin-left: 1.5%;
  /* background: #88eaef; */
  border-radius: 5px;
}
.search-box h1[data-v-b3277d1e] {
  font-size: 18px;
  color: #333;
  /* padding-left: 10px;   */
  height: 30px;
  line-height: 30px;
  float: left;
  margin-top: 10px;
}
.main[data-v-b3277d1e] {
  width: 100%;
  min-height: 100px;
  margin: 20px auto;
  /* border: 1px solid #e0e0e0; */
  border-radius: 6px;
}
.tage[data-v-b3277d1e] {
  margin: 10px;
  float: left;
  background: #f5f5f5;
  padding: 5px 10px;
  border-radius: 3px;
  color: #333;
  font-size: 15px;
  cursor: pointer
}
.tage a[data-v-b3277d1e] {
  color: #fff;
  text-decoration: none;
}
.tage[data-v-b3277d1e]:hover,
.tage:hover a[data-v-b3277d1e] {
  background: #000;
  color: #fff;
}
.tage a[data-v-b3277d1e]:visited {
  /* background: #bbbbbb; */
  /* color: #fff; */
}
.icon[data-v-b3277d1e] {
  color: #f19638;
}
.color1[data-v-b3277d1e] {
  background: #16ded6;
}
.color2[data-v-b3277d1e] {
  background: #e87917;
}
.color3[data-v-b3277d1e] {
  background: rgba(0, 159, 255, 0.6901960784313725);
}
.color4[data-v-b3277d1e] {
  background: #79d02d;
}
.mun[data-v-b3277d1e] {
  line-height: 70px;
  float: right;
  font-size: 14px;
  color: #333;
  font-weight: 300
}
.box-left[data-v-b3277d1e] {
  width: 100;
  background: #fff;
  overflow: hidden;
  padding-bottom: 10px;
}












































































































*[data-v-53bce8ae] {
  margin: 0;
  padding: 0;
  font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, "sans-serif";
  -webkit-font-smoothing: antialiased;
}
.top-box[data-v-53bce8ae] {
  width: 90%;
  height: 80px;
  border-bottom: 3px solid rgb(227 227 227 / 39%);
  margin: 0 auto;
  line-height: 80px;
}
.top-left[data-v-53bce8ae] {
  overflow: hidden;
}
.logoImg[data-v-53bce8ae] {
  margin-top: 25px;
  margin-left: 80px;
  float: left;
}
.hyzc[data-v-53bce8ae] {
  margin-left: 30px;
  float: left;
  color: #686464;
}
.top-right[data-v-53bce8ae] {
  text-align: right;
}
.ljdl[data-v-53bce8ae] {
  color: red;
  margin-right: 80px;
}
.steps[data-v-53bce8ae] {
  width: 350px;
  min-height: 40px;
  margin: 20px auto;
  /* text-align: center; */
}
h1[data-v-53bce8ae],
h2[data-v-53bce8ae] {
  font-weight: normal;
}
ul[data-v-53bce8ae] {
  list-style-type: none;
  padding: 0;
}
li[data-v-53bce8ae] {
  display: inline-block;
  margin: 0 10px;
}
a[data-v-53bce8ae] {
  color: #333;
  text-decoration: none;
  border: none;
}
.meunt[data-v-53bce8ae] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  position: fixed;
  z-index: 20;
  top: 0;
  background: #fff;
}
.yzjd-logo[data-v-53bce8ae] {
  margin-left: 20px;
  /* height: 40px; */
  margin-top: 10px;
  float: left;
}
.form-box[data-v-53bce8ae] {
  width: 350px;
  min-height: 200px;
  margin: 0 auto;
  background: #fff;
}
.login-logo[data-v-53bce8ae] {
  margin-top: 30px;
  /* margin-bottom: 48px; */
  font-size: 20px;
  color: #666;
  text-align: center;
}
.login-logo .login-logo--on[data-v-53bce8ae] {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 48px;
  font-size: 20px;
}
.login-line[data-v-53bce8ae] {
  margin: 0 20px;
  color: #e6e6e6;
}
.el-button[data-v-53bce8ae] {
  width: 100%;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: rgb(255, 0, 3);
  border: 1px solid rgb(255, 0, 3);
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 4px;
}
.login-tag[data-v-53bce8ae] {
  cursor: pointer;
}
.input-box[data-v-53bce8ae] {
  margin-bottom: 20px;
  position: relative;
}
.input-box2[data-v-53bce8ae] {
  margin-top: 20px;
  position: relative;
}
.input-box1[data-v-53bce8ae] {
  width: 100%;
  margin: 100px auto;
}
.dsfion[data-v-53bce8ae] {
  font-size: 30px;
}
.wxion[data-v-53bce8ae] {
  float: left;
  color: #d5d6d5;
  margin-left: 70px;
  cursor: pointer;
}
.wxion[data-v-53bce8ae]:hover {
  color: #31d545;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.5s;
}
.qqion[data-v-53bce8ae] {
  float: right;
  color: #d5d6d5;
  margin-right: 70px;
  cursor: pointer;
}
.qqion[data-v-53bce8ae]:hover {
  color: #1a95da;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.5s;
}
.register[data-v-53bce8ae] {
  float: right;
  color: #0095ff;
  font-size: 13px;
}
.forgetPsaa[data-v-53bce8ae] {
  color: #999;
  font-size: 13px;
}
.icon[data-v-53bce8ae] {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}
.leftline[data-v-53bce8ae] {
  width: 100px;
  height: 1px;
  border-top: 1px solid #c0c4cc;
  float: left;
  margin-top: 7px;
}
.rightline[data-v-53bce8ae] {
  width: 100px;
  height: 1px;
  border-top: 1px solid #c0c4cc;
  float: right;
  margin-top: 7px;
}
.smdl[data-v-53bce8ae] {
  float: left;
  font-size: 13px;
  width: 100px;
  text-align: center;
  color: #c0c4cc;
}
.wxtb[data-v-53bce8ae] {
  width: 100%;
}
.yzm-inp[data-v-53bce8ae] {
  width: 64%;
  float: left;
}
.yzm-btn[data-v-53bce8ae] {
  width: 35%;
  float: right;
}
.getCheck[data-v-53bce8ae] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 微软雅黑;
  font-size: 14px;
  text-align: center;
  background: none;
  border: 1px solid #dcdfe6;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
}
.forgetPsaa1[data-v-53bce8ae] {
  color: #0095ff;
  font-size: 13px;
}
.addBackground[data-v-53bce8ae] {
  background: #efefef;
}
.yzmts[data-v-53bce8ae] {
  font-size: 12px;
  margin-top: 10px;
  color: #c0c4cc;
}
.agreement[data-v-53bce8ae] {
  font-size: 12px;
  color: #c0c4cc;
}
.agreement-box[data-v-53bce8ae] {
  margin-top: 10px;
}
.fwxy[data-v-53bce8ae] {
  color: #409eff;
}
































































































































































































































ul li[data-v-3fb18d3e] {
  list-style: none;
}
p[data-v-3fb18d3e],
div[data-v-3fb18d3e],
ul[data-v-3fb18d3e],
li[data-v-3fb18d3e],
a[data-v-3fb18d3e],
span[data-v-3fb18d3e],
input[data-v-3fb18d3e],
button[data-v-3fb18d3e],
nav[data-v-3fb18d3e] {
  padding: 0;
  margin: 0;
}
img[data-v-3fb18d3e] {
  vertical-align: middle;
}
a[data-v-3fb18d3e],
body[data-v-3fb18d3e] {
  color: #333;
}
a[data-v-3fb18d3e] {
  text-decoration: none;
}
.home-box[data-v-3fb18d3e] {
  width: 100%;
  /* background: url("../../assets/images/bj.png"); */
}
.home[data-v-3fb18d3e] {
  width: 100%;
  overflow: hidden;
  background: rgb(245 245 245);
}
.meunt[data-v-3fb18d3e] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.main[data-v-3fb18d3e] {
  width: 100%;
  min-height: 300px;
  margin: 80px auto;
}
.pro-box-right[data-v-3fb18d3e] {
  width: 100%;
  min-height: 100px;
}
.el-menu[data-v-3fb18d3e] {
  min-height: 800px;
}
.pro-box-left[data-v-3fb18d3e] {
  width: 100%;
  min-height: 100px;
  /* border: 1px solid #efefef; */
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
}
.user-head[data-v-3fb18d3e] {
  width: 90px;
  border-radius: 90px;
  padding: 5px;
  border: 1px solid #666;
  margin-top: 50px;
}
.user_name[data-v-3fb18d3e] {
  line-height: 30px;
  color: #666;
  text-align: center;
}
.el-icon-s-shop[data-v-3fb18d3e] {
  font-size: 20px;
  margin-right: 20px;
}
.iconfont[data-v-3fb18d3e] {
  font-size: 20px;
  margin-right: 20px;
}
.el-icon-message-solid[data-v-3fb18d3e] {
  font-size: 20px;
  margin-right: 20px;
}
.main-box-top[data-v-3fb18d3e] {
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.pro-box[data-v-3fb18d3e] {
  width: 89%;
  margin: 0 auto;
}
.el-menu-item-span[data-v-3fb18d3e] {
  font-size: 13px;
}
.el-menu-span[data-v-3fb18d3e] {
  color: #000;
  font-size: 15px;
}







































































/* * {
    margin: 0;
    padding: 0;
  } */
a[data-v-48f71a24],
a[data-v-48f71a24]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-48f71a24],
ol[data-v-48f71a24],
h1[data-v-48f71a24],
h2[data-v-48f71a24],
h3[data-v-48f71a24],
h4[data-v-48f71a24],
p[data-v-48f71a24] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-48f71a24],
ol[data-v-48f71a24] {
  list-style: none;
}
.accountSetting-box[data-v-48f71a24] {
  width: 100%;
  padding:20px;
  background-color: #fff;
  min-height:800px;
}
.main-box[data-v-48f71a24] {
  width: 100%;
  min-height: 400px;
}
.basic-data[data-v-48f71a24] {
  width: 100%;
  min-height: 400px;
  /* background:#f7f7f7; */
}
.tab-box[data-v-48f71a24] {
  width: 100%;
  /* padding: 0 10px; */
  background: #fff;
  min-height: 200px;
}
.edit-p[data-v-48f71a24] {
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #e6dfdf;
  color: #000;
}

/* 头像 */
.avatar-uploader .el-upload[data-v-48f71a24] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-48f71a24]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-48f71a24] {
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}

a[data-v-be059fe8],
a[data-v-be059fe8]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-be059fe8],
ol[data-v-be059fe8],
h1[data-v-be059fe8],
h2[data-v-be059fe8],
h3[data-v-be059fe8],
h4[data-v-be059fe8],
p[data-v-be059fe8] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-be059fe8],
ol[data-v-be059fe8] {
  list-style: none;
}
.main[data-v-be059fe8] {
  background: #FFF;
  overflow: hidden;
}
.addBackground[data-v-be059fe8] {
  background: #efefef;
}
.cankaotu[data-v-be059fe8] {
  width: 230px;
  height: 148px;
}
.getCheck[data-v-be059fe8] {
  width: 100%;
  height: 32px;
  line-height: 20px;
  font-family: 微软雅黑;
  font-size: 14px;
  text-align: center;
  background: none;
  border: 1px solid #dcdfe6;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
}
.yzm-btn[data-v-be059fe8] {
  margin-left: 13px;
}
.addBackground[data-v-be059fe8] {
  background: #efefef;
}
.radio-box1[data-v-be059fe8] {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.rzlx[data-v-be059fe8] {
  font-size: 14px;
  color: #606266;
  line-height: 50px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  margin-left: 80px;
}
.personal-p[data-v-be059fe8] {
  width: 100%;
  line-height: 40px;
  margin-left: 28px;
  font-size: 14px;
  color: #000;
}
.personal-sp[data-v-be059fe8] {
  color: #409eff;
}
.personal-btn[data-v-be059fe8] {
  text-align: right;
  margin: 20px;
}
.btn-box[data-v-be059fe8] {
  text-align: right;
}
.el-select[data-v-be059fe8] {
  width: 100%;
}
.avatar-uploader-icon[data-v-be059fe8] {
  /* background: #e9f3fd; */
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  /* margin-top: 10px; */
}
.avatar[data-v-be059fe8] {
  width: 153px;
  height: 158px;
}
.upload-explain[data-v-be059fe8] {
  line-height: 22px;
  color: #b3a9a9;
  font-size: 12px;
  width: 210px;
  margin-left: 10px;
}
.el-date-editor.el-input[data-v-be059fe8],
.el-date-editor.el-input__inner[data-v-be059fe8] {
  width: 100%;
}
.ph-box[data-v-be059fe8] {
  float: left;
  margin-right: 5px;
}
.certification-shz[data-v-be059fe8] {
  width: 100%;
  height: 40px;
  background-color: #ecf3cd;
  line-height: 40px;
  padding-left: 10px;
  margin-top: 40px;
  font-weight: bold;
  font-size: 14px;
}
.radio-text[data-v-be059fe8] {
  padding: 0 30px;
}
.form-box[data-v-be059fe8] {
  width: 90%;
  margin: 0 auto;
}
.hint[data-v-be059fe8] {
  width: 90%;
  padding: 10px 0 10px 10px;
  background: #fffbe0;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}

a[data-v-0b081f4b],
a[data-v-0b081f4b]:hover {
  text-decoration: none;
  outline: none;
  color: #409eff;
}
ul[data-v-0b081f4b],
ol[data-v-0b081f4b],
h1[data-v-0b081f4b],
h2[data-v-0b081f4b],
h3[data-v-0b081f4b],
h4[data-v-0b081f4b],
p[data-v-0b081f4b] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-0b081f4b],
ol[data-v-0b081f4b] {
  list-style: none;
}
.main[data-v-0b081f4b] {
  margin-top: 20px;
  padding-bottom: 20px;
}
.main-box[data-v-0b081f4b] {
  /* border-left: 1px solid #e4e7ed;
    border-right: 1px solid #e4e7ed;
    border-bottom: 1px solid #e4e7ed; */
  padding: 30px;
  width: 50%;
  margin: 0 auto;
}
.caozuo[data-v-0b081f4b] {
  font-size: 14px;
  color: #71a7ff;
  margin-left: 50px;
  cursor: pointer;
  line-height: 40px;
}
.yzm-btn[data-v-0b081f4b] {
  margin-left: 13px;
}
.getCheck[data-v-0b081f4b] {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-family: 微软雅黑;
  font-size: 14px;
  text-align: center;
  background: none;
  border: 1px solid #dcdfe6;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  margin-top: 5px;
}
.radio-box1[data-v-0b081f4b] {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.btn-box[data-v-0b081f4b] {
  text-align: right;
}
.radio-text[data-v-0b081f4b] {
  padding: 0 30px;
}
.wbdts[data-v-0b081f4b] {
  width: 100%;
  height: 200px;
}
.wbdts-p[data-v-0b081f4b] {
  margin-top: 20px;
}
.wbdts-sp[data-v-0b081f4b] {
  font-size: 12px;
  margin-left: 10px;
}

*[data-v-0cbc42b8] {
  margin: 0;
  padding: 0;
}
a[data-v-0cbc42b8],
a[data-v-0cbc42b8]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-0cbc42b8],
ol[data-v-0cbc42b8],
h1[data-v-0cbc42b8],
h2[data-v-0cbc42b8],
h3[data-v-0cbc42b8],
h4[data-v-0cbc42b8],
p[data-v-0cbc42b8] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-0cbc42b8],
ol[data-v-0cbc42b8] {
  list-style: none;
}
.account-binding[data-v-0cbc42b8] {
  min-height: 500px;
}
.title[data-v-0cbc42b8] {
  width: 100%;
  line-height: 40px;
  margin: 0 auto;
  font-size: 16px;
  /* font-weight: bold; */
}
.icon-weixin[data-v-0cbc42b8] {
  font-size: 55px;
  color: #d4d4d4;
}
.wx-binding-i[data-v-0cbc42b8] {
  width: 100px;
  text-align: center;
  height: 100px;
  border: 1px solid #efe9e9;
  line-height: 100px;
  border-radius: 100px;
  margin-top: 20px;
  margin-left: 100px;
  cursor: pointer;
}
.wx-binding-i[data-v-0cbc42b8]:hover {
  border: 1px solid #79bd04;
}
.wx-binding-i:hover .icon-weixin[data-v-0cbc42b8] {
  color: #79bd04;
}
.wx-binding-i1[data-v-0cbc42b8] {
  width: 100px;
  text-align: center;
  height: 100px;
  border: 1px solid #79bd04;
  line-height: 100px;
  border-radius: 100px;
  margin-top: 20px;
  margin-left: 100px;
  cursor: pointer;
}
.weixin[data-v-0cbc42b8] {
  color: #79bd04;
}
.wx-binding-name[data-v-0cbc42b8] {
  width: 100px;
  text-align: center;
  margin-top: 20px;
  margin-left: 100px;
  font-size: 14px;
}
.wx-binding-name span[data-v-0cbc42b8] {
  color: #d4d4d4;
  cursor: pointer;
}
.wx-binding-name span[data-v-0cbc42b8]:hover {
  color: #000;
}
#wxbox[data-v-0cbc42b8] {
  width: 100%;
  height: 230px;
  text-align: center;
  overflow: hidden;
}
.describe-box[data-v-0cbc42b8]{
    width: 100%;
    min-height: 200px;
    margin-top: 50px;
}
.describe-title[data-v-0cbc42b8]{
  width:100% ;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  padding-left:30px;
}
.describe-pp[data-v-0cbc42b8]{
    width:100% ;
  line-height: 30px;
  font-size: 16px; 
  padding-left:30px;  
  color: #6d6666;
}













































































































/* * {
  margin: 0;
  padding: 0;
} */
a[data-v-8502b972],
a[data-v-8502b972]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-8502b972],
ol[data-v-8502b972],
h1[data-v-8502b972],
h2[data-v-8502b972],
h3[data-v-8502b972],
h4[data-v-8502b972],
p[data-v-8502b972] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-8502b972],
ol[data-v-8502b972] {
  list-style: none;
}
.title[data-v-8502b972] {
  width: 100%;
  line-height: 40px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}
.title-bt[data-v-8502b972] {
  width: 100%;
  line-height: 20px;
  margin: 20px auto;
  font-size: 18px;
  font-weight: bold;
}
.illustrate-text[data-v-8502b972] {
  width: 100%;
  line-height: 30px;
  margin: 20px auto;
  font-size: 16px;
  color: #9c9c9c;
}
















































































































































































































































































































































































































































/* * {
      margin: 0;
      padding: 0;
    } */
a[data-v-69a011d2],
a[data-v-69a011d2]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-69a011d2],
ol[data-v-69a011d2],
h1[data-v-69a011d2],
h2[data-v-69a011d2],
h3[data-v-69a011d2],
h4[data-v-69a011d2],
p[data-v-69a011d2] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-69a011d2],
ol[data-v-69a011d2] {
  list-style: none;
}
.main-box[data-v-69a011d2] {
  width: 100%;
  min-height: 500px;
  background: #fff;
}
.main-box-top[data-v-69a011d2] {
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.avatar-box[data-v-69a011d2] {
  width: 100%;
  height: 120px;
  border-radius: 150px;
  margin: 20px 0;
  text-align: center;
}
.avatar-box img[data-v-69a011d2] {
  width: 120px;
  height: 120px;
  border-radius: 150px;
  -webkit-box-shadow: 8px 5px 5px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 8px 5px 5px 2px rgba(0, 0, 0, 0.16);
}
.user_name[data-v-69a011d2] {
  width: 100%;
  line-height: 30px;
  text-align: center;
  margin: 10px auto;
  color: #000;
  font-size: 22px;
  position: relative;
  font-weight: bold;
}
.edit[data-v-69a011d2] {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #c7c0c0;
  cursor: pointer;
  font-size: 14px;
}
.edit[data-v-69a011d2]:hover {
  color: #3693d8;
}
.detailed-information[data-v-69a011d2] {
  overflow: hidden;
  margin: 20px auto;
  width: 750px;
  color: #9e9c9e;
  font-size: 14px;
}
.detailed-information span[data-v-69a011d2] {
  margin-right: 20px;
  color: #635f51;
}
.detailed-information-btn[data-v-69a011d2] {
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding-left: 10px;
  color: #443b3b;
  font-weight: normal;
  cursor: pointer;
}
.avatar-uploader .el-upload[data-v-69a011d2] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-69a011d2]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-69a011d2] {
  font-size: 28px;
  color: #8c939d;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 1px dashed #d9d9d9;
}
.avatar[data-v-69a011d2] {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 150px;
  -webkit-box-shadow: 0px 0px 13px 0px #42474c;
          box-shadow: 0px 0px 13px 0px #42474c;
}
.nickName[data-v-69a011d2] {
  width: 100%;
  margin: 20px 0;
}
.btn-box[data-v-69a011d2] {
  text-align: right;
}
.el-select[data-v-69a011d2] {
  display: inline-block;
  position: relative;
  width: 100%;
}
.user-cover-box[data-v-69a011d2] {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  height: 120px;
}
.el-cascader[data-v-69a011d2] {
  display: inline-block;
  position: relative;
  width: 100%;
}
.nick_name[data-v-69a011d2] {
  width: 100%;
  text-align: center;
}
.zhiyelex[data-v-69a011d2] {
  margin-left: 30px;
  font-size: 14px;
  color: #ffa535;
}
.yq_code[data-v-69a011d2] {
  margin-left: 30px;
  font-size: 14px;
  color: #2ba16b;
}
.user_grade[data-v-69a011d2] {
  margin-left: 20px;
  font-size: 14px;
  color: #54cde8;
}
.introduction[data-v-69a011d2] {
  font-size: 14px;
  line-height: 22px;
}
.el-tag--dark.el-tag--danger[data-v-69a011d2] {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}

p[data-v-24e89b6f] {
    margin: 0;
    padding: 0;
}
.top-box[data-v-24e89b6f] {
    height: 150px;
}
.avatar-box[data-v-24e89b6f] {
    width: 100%;
    height: 150px;
    text-align: center;
    border-radius: 5px;
}
.avatar-box img[data-v-24e89b6f] {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    margin-top: 15px;
}
.left-box[data-v-24e89b6f] {
    width: 100%;
    min-height: 100px;
    background: #fff;
    border-radius: 5px;
}
.right-box[data-v-24e89b6f] {
    height: 150px;
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}
.unread-box[data-v-24e89b6f] {
    margin-bottom: 15px;
}
.rezt[data-v-24e89b6f] {
    /* margin-top: 30px; */
    margin-bottom: 10px;
}
.nick_name[data-v-24e89b6f] {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.unread[data-v-24e89b6f] {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    cursor: pointer;
}
.icon-xiaoxi6[data-v-24e89b6f] {
    color: red;
    font-size: 15px;
    margin-right: 10px;
}
.wdcw[data-v-24e89b6f] {
    cursor: pointer;
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    font-size: 12px;
}
.wdcw-title[data-v-24e89b6f] {
    font-weight: 700;
}
.ckgd[data-v-24e89b6f] {
    cursor: pointer;
    float: right;
    margin-right: 20px;
    font-size: 12px;
}
.ckmx[data-v-24e89b6f] {
    float: right;
    /* font-weight: 100; */
    color: #cacbcc;
}
.wdcw-info[data-v-24e89b6f] {
    width: 90%;
    margin-left: 5%;
    margin-top: 16px;
    font-size: 12px;
    color: #060606;
}
.money-text[data-v-24e89b6f] {
    float: right;
    color: #ec2828;
    margin-right: 20px;
}
.wdcw-info a[data-v-24e89b6f] {
    color: #0065cb;
    float: right;
}
.bottom-box[data-v-24e89b6f] {
    margin-top: 10px;
}
.news-text[data-v-24e89b6f] {
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}
.lable-text[data-v-24e89b6f] {
    font-weight: 700;
}
.list-item[data-v-24e89b6f] {
    height: 200px;
    overflow: hidden;
}
.userNotifyRemindList-box[data-v-24e89b6f] {
    padding: 20px;
}
.wfbxs[data-v-24e89b6f] {
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
}
.icon-renwu1[data-v-24e89b6f] {
    font-size: 23px;
    color: #e62e2e;
}
.icon-icon[data-v-24e89b6f],
.icon-xiaoxi8[data-v-24e89b6f] {
    font-size: 23px;
    color: #dedede;
}
.fbrw[data-v-24e89b6f] {
    text-align: center;
    margin-top: 30px;
}
.zswxx[data-v-24e89b6f] {
    margin-top: 70px;
    font-size: 18px;
    text-align: center;
    color: #dedede;
}
.el-progress-bar__outer[data-v-24e89b6f] {
    cursor: pointer;
}
.renzheng[data-v-24e89b6f] {
    color: #cecaca;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}
.icon-weirenzheng[data-v-24e89b6f],
.icon-renzheng1[data-v-24e89b6f] {
    font-size: 13px;
}
.yrenzheng[data-v-24e89b6f] {
    color: #21ade2;
    margin-left: 10px;
    font-size: 13px;
}
.val-lable[data-v-24e89b6f] {
    width: 100%;
    line-height: 25px;
    font-size: 16px;
    color: #bbbbbb;
    /* font-weight: bold; */
}
.val-data[data-v-24e89b6f] {
    width: 100%;
    margin-top: 10px;
    line-height: 20px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.box-list[data-v-24e89b6f] {
    margin-top: 10px;
}
.list-more[data-v-24e89b6f] {
    float: right;
    font-size: 14px;
    color: #8da4d8;
    cursor: pointer;
}
.numerical[data-v-24e89b6f] {
    color: red;
}
.title[data-v-24e89b6f] {
    color: #000;
}
.info-btn[data-v-24e89b6f] {
    color: #66b1ff;
    font-size: 12px;
}
.payment-btn[data-v-24e89b6f] {
    color: #66b1ff;
    cursor: pointer;
    font-size: 12px;
    margin-left: 10px;
}
.list-text[data-v-24e89b6f] {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.right-operation[data-v-24e89b6f] {
    text-align: right;
}
.el-menu--horizontal>.el-menu-item[data-v-24e89b6f] {
    height: 40px;
    line-height: 30px;
}
.tsnr[data-v-24e89b6f] {
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 30px 20px;
    line-height: 25px;
}
.bg-purple[data-v-24e89b6f] {
    width: 100%;
    margin-bottom: 10px;
    height: 360px;
    background: #fff;
    overflow: hidden;
}
.created_at[data-v-24e89b6f] {
    color: #ddd;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.csdp[data-v-24e89b6f] {
    float: right;
    margin-right: 20px;
}
.clearfix[data-v-24e89b6f] {
    line-height: 40px;
    padding-left: 20px;
}
.tab-box[data-v-24e89b6f] {
    padding: 20px;
}
.storage-space-box[data-v-24e89b6f] {
    margin-top: 10px;
}
.right-line[data-v-24e89b6f] {
    height: 90px;
    border-left: 1px solid #ddd;
}
.recommend[data-v-24e89b6f] {
    width: 95%;
    background: #fdd5ff;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
    height: 230px;
    overflow: hidden;
    padding: 2.5%;
}
.record[data-v-24e89b6f] {
    width: 95%;
    background: #a9d3ff;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
    height: 230px;
    overflow: hidden;
    padding: 2.5%;
}
.yearReport-title[data-v-24e89b6f] {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    width: 100%;
    font-weight: bold;
}
.myRecord-title[data-v-24e89b6f] {
    text-align: center;
    color: #000;
    font-size: 26px;       
    width: 100%;
    font-weight: bold;
}
.myRecord-title-f[data-v-24e89b6f] {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    width: 95%;
    font-weight: bold;
    line-height: 60px;
}
.yearReport-sc[data-v-24e89b6f] {
    width: 80%;
    margin-top: 65px;
    font-size: 20px;
    color: #000;
    margin-left: 10%;
}
.yearReport-sc-mun[data-v-24e89b6f] {
    width: 80%;
    margin-top: 20px;
    font-size: 20px;
    color: #000;
    margin-left: 10%;
}
.tsbs[data-v-24e89b6f] {
    font-size: 20px;
    font-family: fantasy;
}
.totalOpusFee[data-v-24e89b6f] {
    color: #d51717;
}
.yearReportQR-box[data-v-24e89b6f] {
    width:100%;
    padding-top: 20px;
    text-align: right;
}
.smfx[data-v-24e89b6f] {
    font-size: 12px;
    clear: #b3abab
}
.icon-huangguan[data-v-24e89b6f] {
    color: #ffc164;
}
.vip-tag[data-v-24e89b6f] {
    font-style: italic;
    font-family: fangsong;
    font-weight: bold;
    margin-left: 20px;
}

a[data-v-69ce6647],
a[data-v-69ce6647]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-69ce6647],
ol[data-v-69ce6647] {
  list-style: none;
}
.table-box[data-v-69ce6647] {
  width: 100%;
  overflow-x: auto;
}
.upload-box[data-v-69ce6647] {
  padding-bottom: 20px;
  width: 100%;
}
.label[data-v-69ce6647] {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.upload-btn[data-v-69ce6647] {
  margin-top: 20px;
  overflow: hidden;
}
.el-form-item__content[data-v-69ce6647] {
  margin-bottom: 10px;
}
.upload-ts[data-v-69ce6647] {
  width: 80%;
  color: #d2c4c4;
  font-size: 12px;
  margin-left: 18px;
}
.preview-box[data-v-69ce6647] {
  width: 100%;
  height: 400px;
  overflow-y: auto;
}
.zwnr[data-v-69ce6647] {
  width: 100%;
  text-align: center;
  line-height: 300px;
  font-size: 30px;
  color: #ccc;
}
.btn-box[data-v-69ce6647] {
  text-align: center;
  margin-top: 20px;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  min-height: 200px;
}
.btn-dxk[data-v-69ce6647] {
  width: 100%;
  height: 50px;
  background: #ff5f5f;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin-top: 50px;
}
.btn-sc[data-v-69ce6647] {
  width: 100%;
  height: 50px;
  background: #3f484f;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin-top: 50px;
}


a[data-v-499338c5],
a[data-v-499338c5]:hover {
  text-decoration: none;
  outline: none;
}
ul[data-v-499338c5],
ol[data-v-499338c5],
h1[data-v-499338c5],
h2[data-v-499338c5],
h3[data-v-499338c5],
h4[data-v-499338c5],
p[data-v-499338c5] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-499338c5],
ol[data-v-499338c5] {
  list-style: none;
}
.articles-title[data-v-499338c5] {
  margin: 10px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.articles-title a[data-v-499338c5] {
  color: #000;
  font-size: 16px;
}
.timebox[data-v-499338c5] {
  float: right;
  color: #e2dede;
  font-size: 14px;
}
.sousuo-box[data-v-499338c5] {
  width: 100%;
  border-bottom: 1px solid #c3c2c2;
  overflow: hidden;
  padding-bottom: 10px;
}
.article-sketch[data-v-499338c5] {
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #757575;
  margin-bottom: 10px;
  /* letter-spacing: 2px; */
}
.articles-info[data-v-499338c5] {
  margin-bottom: 10px;
  color: #757575;
  font-size: 12px;
}
.articles-info span[data-v-499338c5] {
  margin-right: 20px;
}
.icontag[data-v-499338c5] {
  font-size: 12px;
  color: #8dc5bb;
  margin-right: 10px;
}
.sousuo[data-v-499338c5] {
  width: 260px;
  float: right;
}
.paixu[data-v-499338c5] {
  width: 200px;
  float: right;
  font-size: 12px;
  color: #c3c3c3;
  height: 20px;
  /* margin-top: 5px; */
  line-height: 50px;
}
.px span[data-v-499338c5] {
  padding: 0 5px;
  cursor: pointer
}
.pagination-box[data-v-499338c5] {
  width: 100%;
  margin-top: 10px;
}
.search-box[data-v-499338c5] {
  /* margin-top:15px;
    margin-bottom:15px; */
  width: 40%;
  float: left;
  margin-right: 20px;
}


a[data-v-7edda923],
a[data-v-7edda923]:hover {
  text-decoration: none;
  outline: none;
}
ul[data-v-7edda923],
ol[data-v-7edda923],
h1[data-v-7edda923],
h2[data-v-7edda923],
h3[data-v-7edda923],
h4[data-v-7edda923],
p[data-v-7edda923] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-7edda923],
ol[data-v-7edda923] {
  list-style: none;
}
.vip-box[data-v-7edda923] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.title-sp[data-v-7edda923] {
  font-size: 20px;
  font-weight: bold;
}
.title-vip-info[data-v-7edda923] {
  font-size: 14px;
  color: #e2c277;
  margin-left: 30px;
}
.pay-list[data-v-7edda923] {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.pay-itme[data-v-7edda923] {
  width: 100%;
  height: 160px;
  background: #fff;
  border: 2px solid #f9efef;
  overflow: hidden;
}
.ycolor[data-v-7edda923] {
  width: 100%;
  height: 50px;
  margin-top: 15px;
  text-align: center;
  color: #bdb8b8;
}
.money-num[data-v-7edda923] {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  font-family: Arial;
}
.company[data-v-7edda923] {
  color: #fdb715;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
}
.originalPrice[data-v-7edda923] {
  width: 100%;
  text-align: center;
  color: #fdb715;
  font-size: 14px;
}
.discount[data-v-7edda923] {
  color: #bdb8b8;
  font-size: 14px;
}
.listCss[data-v-7edda923] {
  cursor: pointer;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
}
.activeCss[data-v-7edda923] {
  border: 2px solid #fdb715;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.pay-type-box[data-v-7edda923] {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
}
.pay-type[data-v-7edda923] {
  width: 400px;
  min-height: 200px;
  margin: 30px auto;
}
.tips-box[data-v-7edda923] {
  border-top: 1px solid rgb(232 229 229);
  margin-top: 30px;
  width: 100%;
  padding-top: 20px;
}
.tips-text[data-v-7edda923] {
  width: 100%;
  margin-bottom: 20px;
  color: #a7a4a4;
  font-size: 14px;
}
.pay[data-v-7edda923] {
  text-align: center;
}
.erwm[data-v-7edda923] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.qrcode[data-v-7edda923] {
  width: 150px;
  margin: 20px auto;
}
.wxsmzf[data-v-7edda923] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.dqye[data-v-7edda923] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  color: #806868;
}
.sjzf[data-v-7edda923] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #806868;
}
.yezf[data-v-7edda923] {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.icon-weixinzhifu1[data-v-7edda923] {
  font-size: 30px;
  color: #09bb07;
  margin-right: 10px;
}
.jine[data-v-7edda923] {
  font-size: 20px;
  color: red;
}
.pay-btn[data-v-7edda923] {
  margin-top: 20px;
}
.activeCss .changeBox[data-v-7edda923] {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fdb715;
  -webkit-transform: skewY(-45deg);
  transform: skewY(-45deg);
  position: absolute;
  bottom: -29px;
  right: 0px;
}
.icon-duigou1[data-v-7edda923] {
  color: #fff;
  position: absolute;
  top: 14px;
  right: 6px;
  -webkit-transform: skewY(0deg);
  transform: skewY(37deg);
  font-size: 20px;
}
.item-box[data-v-7edda923] {
  width: 18%;
  margin: 0 1%;
  float: left;
}
.radio-box[data-v-7edda923] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.radio-box2[data-v-7edda923] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.tips-pay-text[data-v-7edda923] {
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
}
.rwmsx[data-v-7edda923] {
  width: 151px;
  height: 151px;
  /* line-height: 200px; */
  /* margin-left: 100px;
    margin-top: 20px;
    margin-bottom: 30px; */
  cursor: pointer;
}
.tips-pay-text[data-v-7edda923] {
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
}
.agreement-p[data-v-7edda923] {
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
}
.yfje[data-v-7edda923] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.is-all-vip[data-v-7edda923] {
  font-size: 45px;
  color: red;
}
.agreement[data-v-7edda923] {
  cursor: pointer;
}

a[data-v-17eb1790],
a[data-v-17eb1790]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-17eb1790],
ol[data-v-17eb1790],
h1[data-v-17eb1790],
h2[data-v-17eb1790],
h3[data-v-17eb1790],
h4[data-v-17eb1790],
p[data-v-17eb1790] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-17eb1790],
ol[data-v-17eb1790] {
  list-style: none;
}
.oder-info-box[data-v-17eb1790] {
  min-height: 400px;
}
.agreement-con[data-v-17eb1790]{
  height: 500px;
  overflow-y: auto;
  width: 100%;
}
.agreement-con h2[data-v-17eb1790] {
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #303133;
  font-weight: bold;
}
.agreement-con p[data-v-17eb1790] {
  width: 100%;
  line-height: 30px;
}
































































































































































































































































































































































































































































































































































































/* *{
    margin: 0;
    padding: 0;
  } */
a[data-v-339cec84],
a[data-v-339cec84]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-339cec84],
ol[data-v-339cec84],
h1[data-v-339cec84],
h2[data-v-339cec84],
h3[data-v-339cec84],
h4[data-v-339cec84],
p[data-v-339cec84] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-339cec84],
ol[data-v-339cec84] {
  list-style: none;
}
.my-collection-box[data-v-339cec84] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.title-text[data-v-339cec84] {
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  width: 100%;
}
.pagination-container[data-v-339cec84] {
  overflow: hidden;
  margin-top: 20px;
}
.search-box[data-v-339cec84] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 40%;
}

div[data-v-5150823e],
p[data-v-5150823e],
span[data-v-5150823e],
ul[data-v-5150823e],li[data-v-5150823e],
a[data-v-5150823e] {
  margin: 0;
  padding: 0;
}
.my-resources-box[data-v-5150823e] {
  width: 100%;
  padding:20px;
  background-color: #fff;
  min-height:800px;
}
.menu-span[data-v-5150823e]{
  margin:0 15px;
}
.el-menu--horizontal>.el-menu-item[data-v-5150823e] {
    float: left;
    height: 40px;
    line-height: 20px;
    margin: 0;
    border-bottom: 2px solid transparent;
    color: #909399;
}
.el-menu.el-menu--horizontal[data-v-5150823e] {
    border-bottom: none;
}
.menu-box[data-v-5150823e]{
  margin-bottom:20px;
}

.el-input-group__append .el-button[data-v-a16ab9c8],
.el-input-group__append .el-select[data-v-a16ab9c8],
.el-input-group__prepend .el-button[data-v-a16ab9c8],
.el-input-group__prepend .el-select[data-v-a16ab9c8] {
  display: inline-block;
}
a[data-v-a16ab9c8],
a[data-v-a16ab9c8]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-a16ab9c8],
ol[data-v-a16ab9c8],
h1[data-v-a16ab9c8],
h2[data-v-a16ab9c8],
h3[data-v-a16ab9c8],
h4[data-v-a16ab9c8],
p[data-v-a16ab9c8] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-a16ab9c8],
ol[data-v-a16ab9c8] {
  list-style: none;
}
.my-resources-box[data-v-a16ab9c8] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.pagination-container[data-v-a16ab9c8] {
  overflow: hidden;
  margin-top: 20px;
}
.el-checkbox.is-bordered[data-v-a16ab9c8] {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
  position: absolute;
}
.table-box[data-v-a16ab9c8] {
  margin-top: 20px;
}
.btn-box[data-v-a16ab9c8] {
  margin-top: 20px;
  text-align: right;
}
.shop_name[data-v-a16ab9c8] {
  line-height: 50px;
}
.upload-btn[data-v-a16ab9c8] {
  margin-top: 10px;
}
.resList[data-v-a16ab9c8] {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.user_res_mixture_cover[data-v-a16ab9c8] {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #ededed;
}
.list-box[data-v-a16ab9c8] {
  margin-top: 20px;
}
.user_res_mixture_name[data-v-a16ab9c8] {
  font-weight: bold;
}
.sale[data-v-a16ab9c8] {
  width: 100%;
  margin-top: 20px;
}
.alreadySale[data-v-a16ab9c8] {
  background-color: rgb(228 237 255);
  padding: 3px 6px;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
}
.notSale[data-v-a16ab9c8] {
  background-color: #ed7171;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.source[data-v-a16ab9c8] {
  color: #a7a7a7;
  font-size: 13px;
  margin-left: 20px;
}
.el-icon-upload[data-v-a16ab9c8] {
  color: #00aaff;
  font-size: 14px;
}
.salesNum[data-v-a16ab9c8],
.salesVolume[data-v-a16ab9c8],
.salesCs[data-v-a16ab9c8] {
  color: #3d3939;
  font-size: 14px;
  margin-right: 20px;
}
.salesCksj[data-v-a16ab9c8] {
  float: right;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.drawer-main[data-v-a16ab9c8] {
  padding: 20px;
}
.res-info[data-v-a16ab9c8] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.res-desc[data-v-a16ab9c8] {
  background-color: #f9f8f8;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
}
.sales-info[data-v-a16ab9c8] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.resName[data-v-a16ab9c8] {
  margin-bottom: 20px;
}
.div-label[data-v-a16ab9c8] {
  width: calc(100%-20px);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.res-info-nr[data-v-a16ab9c8] {
  width: calc(100%-20px);
  padding: 10px;
  font-size: 14px;
  color: #575656;
}
.tsbj[data-v-a16ab9c8] {
  color: #d34974;
  font-size: 20px;
}
.salesTsbj[data-v-a16ab9c8] {
  color: red;
  font-size: 20px;
}
.el-icon-picture[data-v-a16ab9c8] {
  color: #d72c2c;
  font-size: 20px;
  margin-right: 10px;
}
.el-icon-s-finance[data-v-a16ab9c8] {
  color: #e14818;
  font-size: 20px;
}
.el-icon-info[data-v-a16ab9c8] {
  color: #38dbcd;
  font-size: 20px;
}
.el-icon-s-shop[data-v-a16ab9c8] {
  color: #bd32cd;
  font-size: 20px;
}
.el-icon-upload[data-v-a16ab9c8] {
  color: #1973d3;
  font-size: 15px;
}
.search-box[data-v-a16ab9c8] {
  text-align: right;
}
.tags-box[data-v-a16ab9c8] {
  width: 99%;
  background-color: #f9f8f8;
  padding: 1%;
  margin-top: 20px;
}

ul li[data-v-d4375228] {
  list-style: none;
}
a[data-v-d4375228] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.createform[data-v-d4375228] {
  width: 100%;
  min-height: 20px;
  overflow: hidden;
  border-radius: 5px;
  /* line-height: 40px; */
}
.form-box[data-v-d4375228] {
  width: 100%;
  min-height: 100px;
  /* background: red; */
}
.label[data-v-d4375228] {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.label1[data-v-d4375228] {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.Tips[data-v-d4375228] {
  font-size: 12px;
  color: #8e1315;
  margin: 20px 0 10px 0;
  line-height: 20px;
}
.avatar-uploader-icon[data-v-d4375228] {
  /* background: #e9f3fd; */
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 130px;
  height: 150px;
  line-height: 150px;
  text-align: center;
}
.avatar[data-v-d4375228] {
  width: 130px;
  height: 170px;
  border-radius: 6px;
}
.btn-box[data-v-d4375228] {
  margin-top: 20px;
  text-align: right;
}
.csw_tilex[data-v-d4375228] {
  font-size: 14px;
  margin: 10px 0;
  color: #000;
  font-weight: bold;
}
.csw_tilex1[data-v-d4375228] {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.choswaybox[data-v-d4375228] {
  width: 97%;
  margin: 20px auto;
  overflow: hidden;
  background: #fff6eb;
  padding: 10px 10px 20px 10px;
}
.ruweifl[data-v-d4375228] {
  font-size: 12px;
  color: #333;
  margin: 20px 0 10px 0;
}
.help-box[data-v-d4375228] {
  margin-top: 20px;
}
.el-image__inner[data-v-d4375228] {
  width: 100%;
}
.el-select[data-v-d4375228] {
  width: 100%;
}
.file-box[data-v-d4375228] {
  margin-top: 15px;
}
.file-tip[data-v-d4375228] {
  width: 100%;
  line-height: 40px;
  color: #409eff;
  margin-top: 10px;
}
.el-checkbox-button[data-v-d4375228] {
  padding: 4px;
  line-height: 20px;
}
.ts-text[data-v-d4375228] {
  width: 100%;
  line-height: 25px;
  font-size: 12px;
  color: #c5baba;
}

*[data-v-ecc77736] {
  margin: 0;
  padding: 0;
}
ul li[data-v-ecc77736] {
  list-style: none;
}
a[data-v-ecc77736] {
  text-decoration: none;
  color: #606266;
  font-size: 13px;
}
.tags-box[data-v-ecc77736] {
  width: 98%;
  overflow: hidden;
  position: relative;
  padding-right: 2%;
}
.tags-box li[data-v-ecc77736] {
  display: inline;
  line-height: 28px;
}
.icon[data-v-ecc77736] {
  color: #fed891;
}
.more[data-v-ecc77736] {
  line-height: 50px;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: rgba(241, 241, 241, 0.5803921568627451);
  border: none;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 10px;
}
.srr-lable[data-v-ecc77736] {
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
  padding-bottom: 15px;
}

.el-input-group__append .el-button[data-v-f0d5768e],
.el-input-group__append .el-select[data-v-f0d5768e],
.el-input-group__prepend .el-button[data-v-f0d5768e],
.el-input-group__prepend .el-select[data-v-f0d5768e] {
  display: inline-block;
}
a[data-v-f0d5768e],
a[data-v-f0d5768e]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-f0d5768e],
ol[data-v-f0d5768e],
h1[data-v-f0d5768e],
h2[data-v-f0d5768e],
h3[data-v-f0d5768e],
h4[data-v-f0d5768e],
p[data-v-f0d5768e] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-f0d5768e],
ol[data-v-f0d5768e] {
  list-style: none;
}
.my-resources-box[data-v-f0d5768e] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.pagination-container[data-v-f0d5768e] {
  overflow: hidden;
  margin-top: 20px;
}
.el-checkbox.is-bordered[data-v-f0d5768e] {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
  position: absolute;
}
.table-box[data-v-f0d5768e] {
  margin-top: 20px;
}
.btn-box[data-v-f0d5768e] {
  margin-top: 20px;
  text-align: right;
}
.shop_name[data-v-f0d5768e] {
  line-height: 50px;
}
.tipUploadShopRe[data-v-f0d5768e] {
  margin-bottom: 30px;
  color: #c97575;
}
.upload-btn[data-v-f0d5768e] {
  margin-top: 10px;
}
.resList[data-v-f0d5768e] {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.user_res_mixture_cover[data-v-f0d5768e] {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #ededed;
}
.list-box[data-v-f0d5768e] {
  margin-top: 20px;
}
.user_res_mixture_name[data-v-f0d5768e] {
  font-weight: bold;
}
.sale[data-v-f0d5768e] {
  width: 100%;
  margin-top: 20px;
}
.alreadySale[data-v-f0d5768e] {
  background-color: rgb(228 237 255);
  padding: 3px 6px;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
}
.notSale[data-v-f0d5768e] {
  background-color: #ed7171;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.source[data-v-f0d5768e] {
  color: #a7a7a7;
  font-size: 13px;
  margin-left: 20px;
}
.el-icon-upload[data-v-f0d5768e] {
  color: #00aaff;
  font-size: 14px;
}
.salesNum[data-v-f0d5768e],
.salesVolume[data-v-f0d5768e],
.salesCs[data-v-f0d5768e] {
  color: #3d3939;
  font-size: 14px;
  margin-right: 20px;
}
.salesCksj[data-v-f0d5768e] {
  float: right;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.drawer-main[data-v-f0d5768e] {
  padding: 20px;
}
.res-info[data-v-f0d5768e] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.res-desc[data-v-f0d5768e] {
  background-color: #f9f8f8;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
}
.sales-info[data-v-f0d5768e] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.resName[data-v-f0d5768e] {
  margin-bottom: 20px;
}
.div-label[data-v-f0d5768e] {
  width: calc(100%-20px);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.res-info-nr[data-v-f0d5768e] {
  width: calc(100%-20px);
  padding: 10px;
  font-size: 14px;
  color: #575656;
}
.tsbj[data-v-f0d5768e] {
  color: #d34974;
  font-size: 20px;
}
.salesTsbj[data-v-f0d5768e] {
  color: red;
  font-size: 20px;
}
.el-icon-tickets[data-v-f0d5768e] {
  color: #a014e5;
  font-size: 20px;
  margin-right: 10px;
}
.el-icon-s-finance[data-v-f0d5768e] {
  color: #e14818;
  font-size: 20px;
}
.el-icon-info[data-v-f0d5768e] {
  color: #38dbcd;
  font-size: 20px;
}
.el-icon-s-shop[data-v-f0d5768e] {
  color: #bd32cd;
  font-size: 20px;
}
.el-icon-upload[data-v-f0d5768e] {
  color: #1973d3;
  font-size: 15px;
}
.search-box[data-v-f0d5768e] {
  text-align: right;
}
.tags-box[data-v-f0d5768e] {
  width: 99%;
  background-color: #f9f8f8;
  padding: 1%;
  margin-top: 20px;
}

.el-input-group__append .el-button[data-v-36aaa1fe],
.el-input-group__append .el-select[data-v-36aaa1fe],
.el-input-group__prepend .el-button[data-v-36aaa1fe],
.el-input-group__prepend .el-select[data-v-36aaa1fe] {
  display: inline-block;
}
a[data-v-36aaa1fe],
a[data-v-36aaa1fe]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-36aaa1fe],
ol[data-v-36aaa1fe],
h1[data-v-36aaa1fe],
h2[data-v-36aaa1fe],
h3[data-v-36aaa1fe],
h4[data-v-36aaa1fe],
p[data-v-36aaa1fe] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-36aaa1fe],
ol[data-v-36aaa1fe] {
  list-style: none;
}
.my-resources-box[data-v-36aaa1fe] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.pagination-container[data-v-36aaa1fe] {
  overflow: hidden;
  margin-top: 20px;
}
.el-checkbox.is-bordered[data-v-36aaa1fe] {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
  position: absolute;
}
.table-box[data-v-36aaa1fe] {
  margin-top: 20px;
}
.btn-box[data-v-36aaa1fe] {
  margin-top: 20px;
  text-align: right;
}
.shop_name[data-v-36aaa1fe] {
  line-height: 50px;
}
.tipUploadShopRe[data-v-36aaa1fe] {
  margin-bottom: 30px;
  color: #c97575;
}
.upload-btn[data-v-36aaa1fe] {
  margin-top: 10px;
}
.resList[data-v-36aaa1fe] {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.user_res_mixture_cover[data-v-36aaa1fe] {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #ededed;
}
.list-box[data-v-36aaa1fe] {
  margin-top: 20px;
}
.user_res_mixture_name[data-v-36aaa1fe] {
  font-weight: bold;
}
.sale[data-v-36aaa1fe] {
  width: 100%;
  margin-top: 20px;
}
.alreadySale[data-v-36aaa1fe] {
  background-color: rgb(228 237 255);
  padding: 3px 6px;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
}
.notSale[data-v-36aaa1fe] {
  background-color: #ed7171;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.source[data-v-36aaa1fe] {
  color: #a7a7a7;
  font-size: 13px;
  margin-left: 20px;
}
.el-icon-upload[data-v-36aaa1fe] {
  color: #00aaff;
  font-size: 14px;
}
.salesNum[data-v-36aaa1fe],
.salesVolume[data-v-36aaa1fe],
.salesCs[data-v-36aaa1fe] {
  color: #3d3939;
  font-size: 14px;
  margin-right: 20px;
}
.salesCksj[data-v-36aaa1fe] {
  float: right;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.drawer-main[data-v-36aaa1fe] {
  padding: 20px;
}
.res-info[data-v-36aaa1fe] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.res-desc[data-v-36aaa1fe] {
  background-color: #f9f8f8;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
}
.sales-info[data-v-36aaa1fe] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.resName[data-v-36aaa1fe] {
  margin-bottom: 20px;
}
.div-label[data-v-36aaa1fe] {
  width: calc(100%-20px);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.res-info-nr[data-v-36aaa1fe] {
  width: calc(100%-20px);
  padding: 10px;
  font-size: 14px;
  color: #575656;
}
.tsbj[data-v-36aaa1fe] {
  color: #d34974;
  font-size: 20px;
}
.salesTsbj[data-v-36aaa1fe] {
  color: red;
  font-size: 20px;
}
.el-icon-tickets[data-v-36aaa1fe] {
  color: #d72c2c;
  font-size: 20px;
  margin-right: 10px;
}
.el-icon-s-finance[data-v-36aaa1fe] {
  color: #e14818;
  font-size: 20px;
}
.el-icon-info[data-v-36aaa1fe] {
  color: #38dbcd;
  font-size: 20px;
}
.el-icon-s-shop[data-v-36aaa1fe] {
  color: #bd32cd;
  font-size: 20px;
}
.el-icon-upload[data-v-36aaa1fe] {
  color: #1973d3;
  font-size: 15px;
}
.search-box[data-v-36aaa1fe] {
  text-align: right;
}
.tags-box[data-v-36aaa1fe] {
  width: 99%;
  background-color: #f9f8f8;
  padding: 1%;
  margin-top: 20px;
}

.el-input-group__append .el-button[data-v-7c6acdac],
.el-input-group__append .el-select[data-v-7c6acdac],
.el-input-group__prepend .el-button[data-v-7c6acdac],
.el-input-group__prepend .el-select[data-v-7c6acdac] {
  display: inline-block;
}
a[data-v-7c6acdac],
a[data-v-7c6acdac]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-7c6acdac],
ol[data-v-7c6acdac],
h1[data-v-7c6acdac],
h2[data-v-7c6acdac],
h3[data-v-7c6acdac],
h4[data-v-7c6acdac],
p[data-v-7c6acdac] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-7c6acdac],
ol[data-v-7c6acdac] {
  list-style: none;
}
.my-resources-box[data-v-7c6acdac] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.pagination-container[data-v-7c6acdac] {
  overflow: hidden;
  margin-top: 20px;
}
.el-checkbox.is-bordered[data-v-7c6acdac] {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
  position: absolute;
}
.table-box[data-v-7c6acdac] {
  margin-top: 20px;
}
.btn-box[data-v-7c6acdac] {
  margin-top: 20px;
  text-align: right;
}
.shop_name[data-v-7c6acdac] {
  line-height: 50px;
}
.tipUploadShopRe[data-v-7c6acdac] {
  margin-bottom: 30px;
  color: #c97575;
}
.upload-btn[data-v-7c6acdac] {
  margin-top: 10px;
}
.resList[data-v-7c6acdac] {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.user_res_mixture_cover[data-v-7c6acdac] {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #ededed;
}
.list-box[data-v-7c6acdac] {
  margin-top: 20px;
}
.user_res_mixture_name[data-v-7c6acdac] {
  font-weight: bold;
}
.sale[data-v-7c6acdac] {
  width: 100%;
  margin-top: 20px;
}
.alreadySale[data-v-7c6acdac] {
  background-color: rgb(228 237 255);
  padding: 3px 6px;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
}
.notSale[data-v-7c6acdac] {
  background-color: #ed7171;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.source[data-v-7c6acdac] {
  color: #a7a7a7;
  font-size: 13px;
  margin-left: 20px;
}
.el-icon-upload[data-v-7c6acdac] {
  color: #00aaff;
  font-size: 14px;
}
.salesNum[data-v-7c6acdac],
.salesVolume[data-v-7c6acdac],
.salesCs[data-v-7c6acdac] {
  color: #3d3939;
  font-size: 14px;
  margin-right: 20px;
}
.salesCksj[data-v-7c6acdac] {
  float: right;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.drawer-main[data-v-7c6acdac] {
  padding: 20px;
}
.res-info[data-v-7c6acdac] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.res-desc[data-v-7c6acdac] {
  background-color: #f9f8f8;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
}
.sales-info[data-v-7c6acdac] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.resName[data-v-7c6acdac] {
  margin-bottom: 20px;
}
.div-label[data-v-7c6acdac] {
  width: calc(100%-20px);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.res-info-nr[data-v-7c6acdac] {
  width: calc(100%-20px);
  padding: 10px;
  font-size: 14px;
  color: #575656;
}
.tsbj[data-v-7c6acdac] {
  color: #d34974;
  font-size: 20px;
}
.salesTsbj[data-v-7c6acdac] {
  color: red;
  font-size: 20px;
}
.el-icon-video-camera-solid[data-v-7c6acdac] {
  color: #45d72c;
  font-size: 20px;
  margin-right: 10px;
}
.el-icon-s-finance[data-v-7c6acdac] {
  color: #e14818;
  font-size: 20px;
}
.el-icon-info[data-v-7c6acdac] {
  color: #38dbcd;
  font-size: 20px;
}
.el-icon-s-shop[data-v-7c6acdac] {
  color: #bd32cd;
  font-size: 20px;
}
.el-icon-upload[data-v-7c6acdac] {
  color: #1973d3;
  font-size: 15px;
}
.search-box[data-v-7c6acdac] {
  text-align: right;
}
.tags-box[data-v-7c6acdac] {
  width: 99%;
  background-color: #f9f8f8;
  padding: 1%;
  margin-top: 20px;
}

.el-input-group__append .el-button[data-v-0c9381b7],
.el-input-group__append .el-select[data-v-0c9381b7],
.el-input-group__prepend .el-button[data-v-0c9381b7],
.el-input-group__prepend .el-select[data-v-0c9381b7] {
  display: inline-block;
}
a[data-v-0c9381b7],
a[data-v-0c9381b7]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-0c9381b7],
ol[data-v-0c9381b7],
h1[data-v-0c9381b7],
h2[data-v-0c9381b7],
h3[data-v-0c9381b7],
h4[data-v-0c9381b7],
p[data-v-0c9381b7] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-0c9381b7],
ol[data-v-0c9381b7] {
  list-style: none;
}
.my-resources-box[data-v-0c9381b7] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.pagination-container[data-v-0c9381b7] {
  overflow: hidden;
  margin-top: 20px;
}
.el-checkbox.is-bordered[data-v-0c9381b7] {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
  position: absolute;
}
.table-box[data-v-0c9381b7] {
  margin-top: 20px;
}
.btn-box[data-v-0c9381b7] {
  margin-top: 20px;
  text-align: right;
}
.shop_name[data-v-0c9381b7] {
  line-height: 50px;
}
.tipUploadShopRe[data-v-0c9381b7] {
  margin-bottom: 30px;
  color: #c97575;
}
.upload-btn[data-v-0c9381b7] {
  margin-top: 10px;
}
.resList[data-v-0c9381b7] {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.user_res_mixture_cover[data-v-0c9381b7] {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #ededed;
}
.list-box[data-v-0c9381b7] {
  margin-top: 20px;
}
.user_res_mixture_name[data-v-0c9381b7] {
  font-weight: bold;
}
.sale[data-v-0c9381b7] {
  width: 100%;
  margin-top: 20px;
}
.alreadySale[data-v-0c9381b7] {
  background-color: rgb(228 237 255);
  padding: 3px 6px;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
}
.notSale[data-v-0c9381b7] {
  background-color: #ed7171;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.source[data-v-0c9381b7] {
  color: #a7a7a7;
  font-size: 13px;
  margin-left: 20px;
}
.el-icon-upload[data-v-0c9381b7] {
  color: #00aaff;
  font-size: 14px;
}
.salesNum[data-v-0c9381b7],
.salesVolume[data-v-0c9381b7],
.salesCs[data-v-0c9381b7] {
  color: #3d3939;
  font-size: 14px;
  margin-right: 20px;
}
.salesCksj[data-v-0c9381b7] {
  float: right;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.drawer-main[data-v-0c9381b7] {
  padding: 20px;
}
.res-info[data-v-0c9381b7] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.res-desc[data-v-0c9381b7] {
  background-color: #f9f8f8;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
}
.sales-info[data-v-0c9381b7] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.resName[data-v-0c9381b7] {
  margin-bottom: 20px;
}
.div-label[data-v-0c9381b7] {
  width: calc(100%-20px);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.res-info-nr[data-v-0c9381b7] {
  width: calc(100%-20px);
  padding: 10px;
  font-size: 14px;
  color: #575656;
}
.tsbj[data-v-0c9381b7] {
  color: #d34974;
  font-size: 20px;
}
.salesTsbj[data-v-0c9381b7] {
  color: red;
  font-size: 20px;
}
.el-icon-service[data-v-0c9381b7] {
  color: #2c38d7;
  font-size: 20px;
  margin-right: 10px;
}
.el-icon-s-finance[data-v-0c9381b7] {
  color: #e14818;
  font-size: 20px;
}
.el-icon-info[data-v-0c9381b7] {
  color: #38dbcd;
  font-size: 20px;
}
.el-icon-s-shop[data-v-0c9381b7] {
  color: #bd32cd;
  font-size: 20px;
}
.el-icon-upload[data-v-0c9381b7] {
  color: #1973d3;
  font-size: 15px;
}
.search-box[data-v-0c9381b7] {
  text-align: right;
}
.tags-box[data-v-0c9381b7] {
  width: 99%;
  background-color: #f9f8f8;
  padding: 1%;
  margin-top: 20px;
}

.el-input-group__append .el-button[data-v-2b08a265],
.el-input-group__append .el-select[data-v-2b08a265],
.el-input-group__prepend .el-button[data-v-2b08a265],
.el-input-group__prepend .el-select[data-v-2b08a265] {
  display: inline-block;
}
a[data-v-2b08a265],
a[data-v-2b08a265]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-2b08a265],
ol[data-v-2b08a265],
h1[data-v-2b08a265],
h2[data-v-2b08a265],
h3[data-v-2b08a265],
h4[data-v-2b08a265],
p[data-v-2b08a265] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-2b08a265],
ol[data-v-2b08a265] {
  list-style: none;
}
.my-resources-box[data-v-2b08a265] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.pagination-container[data-v-2b08a265] {
  overflow: hidden;
  margin-top: 20px;
}
.el-checkbox.is-bordered[data-v-2b08a265] {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
  position: absolute;
}
.table-box[data-v-2b08a265] {
  margin-top: 20px;
}
.btn-box[data-v-2b08a265] {
  margin-top: 20px;
  text-align: right;
}
.shop_name[data-v-2b08a265] {
  line-height: 50px;
}
.tipUploadShopRe[data-v-2b08a265] {
  margin-bottom: 30px;
  color: #c97575;
}
.upload-btn[data-v-2b08a265] {
  margin-top: 10px;
}
.resList[data-v-2b08a265] {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.user_res_mixture_cover[data-v-2b08a265] {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #ededed;
}
.list-box[data-v-2b08a265] {
  margin-top: 20px;
}
.user_res_mixture_name[data-v-2b08a265] {
  font-weight: bold;
}
.sale[data-v-2b08a265] {
  width: 100%;
  margin-top: 20px;
}
.alreadySale[data-v-2b08a265] {
  background-color: rgb(228 237 255);
  padding: 3px 6px;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
}
.notSale[data-v-2b08a265] {
  background-color: #ed7171;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.source[data-v-2b08a265] {
  color: #a7a7a7;
  font-size: 13px;
  margin-left: 20px;
}
.el-icon-upload[data-v-2b08a265] {
  color: #00aaff;
  font-size: 14px;
}
.salesNum[data-v-2b08a265],
.salesVolume[data-v-2b08a265],
.salesCs[data-v-2b08a265] {
  color: #3d3939;
  font-size: 14px;
  margin-right: 20px;
}
.salesCksj[data-v-2b08a265] {
  float: right;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.drawer-main[data-v-2b08a265] {
  padding: 20px;
}
.res-info[data-v-2b08a265] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.res-desc[data-v-2b08a265] {
  background-color: #f9f8f8;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
}
.sales-info[data-v-2b08a265] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.resName[data-v-2b08a265] {
  margin-bottom: 20px;
}
.div-label[data-v-2b08a265] {
  width: calc(100%-20px);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.res-info-nr[data-v-2b08a265] {
  width: calc(100%-20px);
  padding: 10px;
  font-size: 14px;
  color: #575656;
}
.tsbj[data-v-2b08a265] {
  color: #d34974;
  font-size: 20px;
}
.salesTsbj[data-v-2b08a265] {
  color: red;
  font-size: 20px;
}
.el-icon-set-up[data-v-2b08a265] {
  color: #2cd7d1;
  font-size: 20px;
  margin-right: 10px;
}
.el-icon-s-finance[data-v-2b08a265] {
  color: #e14818;
  font-size: 20px;
}
.el-icon-info[data-v-2b08a265] {
  color: #38dbcd;
  font-size: 20px;
}
.el-icon-s-shop[data-v-2b08a265] {
  color: #bd32cd;
  font-size: 20px;
}
.el-icon-upload[data-v-2b08a265] {
  color: #1973d3;
  font-size: 15px;
}
.search-box[data-v-2b08a265] {
  text-align: right;
}
.tags-box[data-v-2b08a265] {
  width: 99%;
  background-color: #f9f8f8;
  padding: 1%;
  margin-top: 20px;
}

.el-input-group__append .el-button[data-v-1eff9b02],
.el-input-group__append .el-select[data-v-1eff9b02],
.el-input-group__prepend .el-button[data-v-1eff9b02],
.el-input-group__prepend .el-select[data-v-1eff9b02] {
  display: inline-block;
}
a[data-v-1eff9b02],
a[data-v-1eff9b02]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-1eff9b02],
ol[data-v-1eff9b02],
h1[data-v-1eff9b02],
h2[data-v-1eff9b02],
h3[data-v-1eff9b02],
h4[data-v-1eff9b02],
p[data-v-1eff9b02] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-1eff9b02],
ol[data-v-1eff9b02] {
  list-style: none;
}
.my-resources-box[data-v-1eff9b02] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.pagination-container[data-v-1eff9b02] {
  overflow: hidden;
  margin-top: 20px;
}
.el-checkbox.is-bordered[data-v-1eff9b02] {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
  position: absolute;
}
.table-box[data-v-1eff9b02] {
  margin-top: 20px;
}
.btn-box[data-v-1eff9b02] {
  margin-top: 20px;
  text-align: right;
}
.shop_name[data-v-1eff9b02] {
  line-height: 50px;
}
.tipUploadShopRe[data-v-1eff9b02] {
  margin-bottom: 30px;
  color: #c97575;
}
.upload-btn[data-v-1eff9b02] {
  margin-top: 10px;
}
.resList[data-v-1eff9b02] {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.user_res_mixture_cover[data-v-1eff9b02] {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #ededed;
}
.list-box[data-v-1eff9b02] {
  margin-top: 20px;
}
.user_res_mixture_name[data-v-1eff9b02] {
  font-weight: bold;
}
.sale[data-v-1eff9b02] {
  width: 100%;
  margin-top: 20px;
}
.alreadySale[data-v-1eff9b02] {
  background-color: rgb(228 237 255);
  padding: 3px 6px;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
}
.notSale[data-v-1eff9b02] {
  background-color: #ed7171;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.source[data-v-1eff9b02] {
  color: #a7a7a7;
  font-size: 13px;
  margin-left: 20px;
}
.el-icon-upload[data-v-1eff9b02] {
  color: #00aaff;
  font-size: 14px;
}
.salesNum[data-v-1eff9b02],
.salesVolume[data-v-1eff9b02],
.salesCs[data-v-1eff9b02] {
  color: #3d3939;
  font-size: 14px;
  margin-right: 20px;
}
.salesCksj[data-v-1eff9b02] {
  float: right;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.drawer-main[data-v-1eff9b02] {
  padding: 20px;
}
.res-info[data-v-1eff9b02] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.res-desc[data-v-1eff9b02] {
  background-color: #f9f8f8;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
}
.sales-info[data-v-1eff9b02] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.resName[data-v-1eff9b02] {
  margin-bottom: 20px;
}
.div-label[data-v-1eff9b02] {
  width: calc(100%-20px);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.res-info-nr[data-v-1eff9b02] {
  width: calc(100%-20px);
  padding: 10px;
  font-size: 14px;
  color: #575656;
}
.tsbj[data-v-1eff9b02] {
  color: #d34974;
  font-size: 20px;
}
.salesTsbj[data-v-1eff9b02] {
  color: red;
  font-size: 20px;
}
.el-icon-s-grid[data-v-1eff9b02] {
  color: #2cc6d7;
  font-size: 20px;
  margin-right: 10px;
}
.el-icon-s-finance[data-v-1eff9b02] {
  color: #e14818;
  font-size: 20px;
}
.el-icon-info[data-v-1eff9b02] {
  color: #38dbcd;
  font-size: 20px;
}
.el-icon-s-shop[data-v-1eff9b02] {
  color: #bd32cd;
  font-size: 20px;
}
.el-icon-upload[data-v-1eff9b02] {
  color: #1973d3;
  font-size: 15px;
}
.search-box[data-v-1eff9b02] {
  text-align: right;
}
.tags-box[data-v-1eff9b02] {
  width: 99%;
  background-color: #f9f8f8;
  padding: 1%;
  margin-top: 20px;
}

.el-input-group__append .el-button[data-v-4ed69706],
.el-input-group__append .el-select[data-v-4ed69706],
.el-input-group__prepend .el-button[data-v-4ed69706],
.el-input-group__prepend .el-select[data-v-4ed69706] {
  display: inline-block;
}
a[data-v-4ed69706],
a[data-v-4ed69706]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-4ed69706],
ol[data-v-4ed69706],
h1[data-v-4ed69706],
h2[data-v-4ed69706],
h3[data-v-4ed69706],
h4[data-v-4ed69706],
p[data-v-4ed69706] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-4ed69706],
ol[data-v-4ed69706] {
  list-style: none;
}
.my-resources-box[data-v-4ed69706] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.pagination-container[data-v-4ed69706] {
  overflow: hidden;
  margin-top: 20px;
}
.el-checkbox.is-bordered[data-v-4ed69706] {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
  position: absolute;
}
.table-box[data-v-4ed69706] {
  margin-top: 20px;
}
.btn-box[data-v-4ed69706] {
  margin-top: 20px;
  text-align: right;
}
.shop_name[data-v-4ed69706] {
  line-height: 50px;
}
.tipUploadShopRe[data-v-4ed69706] {
  margin-bottom: 30px;
  color: #c97575;
}
.upload-btn[data-v-4ed69706] {
  margin-top: 10px;
}
.resList[data-v-4ed69706] {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.user_res_mixture_cover[data-v-4ed69706] {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #ededed;
}
.list-box[data-v-4ed69706] {
  margin-top: 20px;
}
.user_res_mixture_name[data-v-4ed69706] {
  font-weight: bold;
}
.sale[data-v-4ed69706] {
  width: 100%;
  margin-top: 20px;
}
.alreadySale[data-v-4ed69706] {
  background-color: rgb(228 237 255);
  padding: 3px 6px;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
}
.notSale[data-v-4ed69706] {
  background-color: #ed7171;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.source[data-v-4ed69706] {
  color: #a7a7a7;
  font-size: 13px;
  margin-left: 20px;
}
.el-icon-upload[data-v-4ed69706] {
  color: #00aaff;
  font-size: 14px;
}
.salesNum[data-v-4ed69706],
.salesVolume[data-v-4ed69706],
.salesCs[data-v-4ed69706] {
  color: #3d3939;
  font-size: 14px;
  margin-right: 20px;
}
.salesCksj[data-v-4ed69706] {
  float: right;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.drawer-main[data-v-4ed69706] {
  padding: 20px;
}
.res-info[data-v-4ed69706] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.res-desc[data-v-4ed69706] {
  background-color: #f9f8f8;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
}
.sales-info[data-v-4ed69706] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.resName[data-v-4ed69706] {
  margin-bottom: 20px;
}
.div-label[data-v-4ed69706] {
  width: calc(100%-20px);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.res-info-nr[data-v-4ed69706] {
  width: calc(100%-20px);
  padding: 10px;
  font-size: 14px;
  color: #575656;
}
.tsbj[data-v-4ed69706] {
  color: #d34974;
  font-size: 20px;
}
.salesTsbj[data-v-4ed69706] {
  color: red;
  font-size: 20px;
}
.el-icon-folder-opened[data-v-4ed69706] {
  color: #d72c2c;
  font-size: 20px;
  margin-right: 10px;
}
.el-icon-s-finance[data-v-4ed69706] {
  color: #e14818;
  font-size: 20px;
}
.el-icon-info[data-v-4ed69706] {
  color: #38dbcd;
  font-size: 20px;
}
.el-icon-s-shop[data-v-4ed69706] {
  color: #bd32cd;
  font-size: 20px;
}
.el-icon-upload[data-v-4ed69706] {
  color: #1973d3;
  font-size: 15px;
}
.search-box[data-v-4ed69706] {
  text-align: right;
}
.tags-box[data-v-4ed69706] {
  width: 99%;
  background-color: #f9f8f8;
  padding: 1%;
  margin-top: 20px;
}

.el-input-group__append .el-button[data-v-44146612],
.el-input-group__append .el-select[data-v-44146612],
.el-input-group__prepend .el-button[data-v-44146612],
.el-input-group__prepend .el-select[data-v-44146612] {
  display: inline-block;
}
a[data-v-44146612],
a[data-v-44146612]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-44146612],
ol[data-v-44146612],
h1[data-v-44146612],
h2[data-v-44146612],
h3[data-v-44146612],
h4[data-v-44146612],
p[data-v-44146612] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-44146612],
ol[data-v-44146612] {
  list-style: none;
}
.my-resources-box[data-v-44146612] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.pagination-container[data-v-44146612] {
  overflow: hidden;
  margin-top: 20px;
}
.el-checkbox.is-bordered[data-v-44146612] {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
  position: absolute;
}
.table-box[data-v-44146612] {
  margin-top: 20px;
}
.btn-box[data-v-44146612] {
  margin-top: 20px;
  text-align: right;
}
.shop_name[data-v-44146612] {
  line-height: 50px;
}
.tipUploadShopRe[data-v-44146612] {
  margin-bottom: 30px;
  color: #c97575;
}
.upload-btn[data-v-44146612] {
  margin-top: 10px;
}
.resList[data-v-44146612] {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.user_res_mixture_cover[data-v-44146612] {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #ededed;
}
.list-box[data-v-44146612] {
  margin-top: 20px;
}
.user_res_mixture_name[data-v-44146612] {
  font-weight: bold;
}
.sale[data-v-44146612] {
  width: 100%;
  margin-top: 20px;
}
.alreadySale[data-v-44146612] {
  background-color: rgb(228 237 255);
  padding: 3px 6px;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
}
.notSale[data-v-44146612] {
  background-color: #ed7171;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.source[data-v-44146612] {
  color: #a7a7a7;
  font-size: 13px;
  margin-left: 20px;
}
.el-icon-upload[data-v-44146612] {
  color: #00aaff;
  font-size: 14px;
}
.salesNum[data-v-44146612],
.salesVolume[data-v-44146612],
.salesCs[data-v-44146612] {
  color: #3d3939;
  font-size: 14px;
  margin-right: 20px;
}
.salesCksj[data-v-44146612] {
  float: right;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.drawer-main[data-v-44146612] {
  padding: 20px;
}
.res-info[data-v-44146612] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.res-desc[data-v-44146612] {
  background-color: #f9f8f8;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
}
.sales-info[data-v-44146612] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.resName[data-v-44146612] {
  margin-bottom: 20px;
}
.div-label[data-v-44146612] {
  width: calc(100%-20px);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.res-info-nr[data-v-44146612] {
  width: calc(100%-20px);
  padding: 10px;
  font-size: 14px;
  color: #575656;
}
.tsbj[data-v-44146612] {
  color: #d34974;
  font-size: 20px;
}
.salesTsbj[data-v-44146612] {
  color: red;
  font-size: 20px;
}
.el-icon-notebook-1[data-v-44146612] {
  color: #000;
  font-size: 20px;
  margin-right: 10px;
}
.el-icon-s-finance[data-v-44146612] {
  color: #e14818;
  font-size: 20px;
}
.el-icon-info[data-v-44146612] {
  color: #38dbcd;
  font-size: 20px;
}
.el-icon-s-shop[data-v-44146612] {
  color: #bd32cd;
  font-size: 20px;
}
.el-icon-upload[data-v-44146612] {
  color: #1973d3;
  font-size: 15px;
}
.search-box[data-v-44146612] {
  text-align: right;
}
.tags-box[data-v-44146612] {
  width: 99%;
  background-color: #f9f8f8;
  padding: 1%;
  margin-top: 20px;
}

.el-input-group__append .el-button[data-v-d647af1c],
.el-input-group__append .el-select[data-v-d647af1c],
.el-input-group__prepend .el-button[data-v-d647af1c],
.el-input-group__prepend .el-select[data-v-d647af1c] {
  display: inline-block;
}
a[data-v-d647af1c],
a[data-v-d647af1c]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-d647af1c],
ol[data-v-d647af1c],
h1[data-v-d647af1c],
h2[data-v-d647af1c],
h3[data-v-d647af1c],
h4[data-v-d647af1c],
p[data-v-d647af1c] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-d647af1c],
ol[data-v-d647af1c] {
  list-style: none;
}
.my-resources-box[data-v-d647af1c] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.pagination-container[data-v-d647af1c] {
  overflow: hidden;
  margin-top: 20px;
}
.el-checkbox.is-bordered[data-v-d647af1c] {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
  position: absolute;
}
.table-box[data-v-d647af1c] {
  margin-top: 20px;
}
.btn-box[data-v-d647af1c] {
  margin-top: 20px;
  text-align: right;
}
.shop_name[data-v-d647af1c] {
  line-height: 50px;
}
.tipUploadShopRe[data-v-d647af1c] {
  margin-bottom: 30px;
  color: #c97575;
}
.upload-btn[data-v-d647af1c] {
  margin-top: 10px;
}
.resList[data-v-d647af1c] {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.user_res_mixture_cover[data-v-d647af1c] {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #ededed;
}
.list-box[data-v-d647af1c] {
  margin-top: 20px;
}
.user_res_mixture_name[data-v-d647af1c] {
  font-weight: bold;
}
.sale[data-v-d647af1c] {
  width: 100%;
  margin-top: 20px;
}
.alreadySale[data-v-d647af1c] {
  background-color: rgb(228 237 255);
  padding: 3px 6px;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
}
.notSale[data-v-d647af1c] {
  background-color: #ed7171;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.source[data-v-d647af1c] {
  color: #a7a7a7;
  font-size: 13px;
  margin-left: 20px;
}
.el-icon-upload[data-v-d647af1c] {
  color: #00aaff;
  font-size: 14px;
}
.salesNum[data-v-d647af1c],
.salesVolume[data-v-d647af1c],
.salesCs[data-v-d647af1c] {
  color: #3d3939;
  font-size: 14px;
  margin-right: 20px;
}
.salesCksj[data-v-d647af1c] {
  float: right;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.drawer-main[data-v-d647af1c] {
  padding: 20px;
}
.res-info[data-v-d647af1c] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.res-desc[data-v-d647af1c] {
  background-color: #f9f8f8;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
}
.sales-info[data-v-d647af1c] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.resName[data-v-d647af1c] {
  margin-bottom: 20px;
}
.div-label[data-v-d647af1c] {
  width: calc(100%-20px);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.res-info-nr[data-v-d647af1c] {
  width: calc(100%-20px);
  padding: 10px;
  font-size: 14px;
  color: #575656;
}
.tsbj[data-v-d647af1c] {
  color: #d34974;
  font-size: 20px;
}
.salesTsbj[data-v-d647af1c] {
  color: red;
  font-size: 20px;
}
.el-icon-s-order[data-v-d647af1c] {
  color: #d72c2c;
  font-size: 20px;
  margin-right: 10px;
}
.el-icon-s-finance[data-v-d647af1c] {
  color: #e14818;
  font-size: 20px;
}
.el-icon-info[data-v-d647af1c] {
  color: #38dbcd;
  font-size: 20px;
}
.el-icon-s-shop[data-v-d647af1c] {
  color: #bd32cd;
  font-size: 20px;
}
.el-icon-upload[data-v-d647af1c] {
  color: #1973d3;
  font-size: 15px;
}
.search-box[data-v-d647af1c] {
  text-align: right;
}
.tags-box[data-v-d647af1c] {
  width: 99%;
  background-color: #f9f8f8;
  padding: 1%;
  margin-top: 20px;
}

a[data-v-34d3a636] {
  text-decoration: none;
  outline: none;
}
ul[data-v-34d3a636],
ol[data-v-34d3a636],
h1[data-v-34d3a636],
h2[data-v-34d3a636],
h3[data-v-34d3a636],
h4[data-v-34d3a636],
p[data-v-34d3a636],
span[data-v-34d3a636] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-34d3a636],
ol[data-v-34d3a636] {
  list-style: none;
}
.q-box[data-v-34d3a636] {
  width: 100%;
  min-height: 300px;
}
.my-resources-box[data-v-34d3a636] {
  width: 100%;
  padding:20px;
  background-color: #fff;
  min-height:800px;
}
.question-box[data-v-34d3a636] {
  width: 100%;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  margin-bottom: 20px;
}
.question-stem[data-v-34d3a636] {
  width: 100%;
}
.stem-box[data-v-34d3a636] {
  /* min-height: 100px; */
  padding: 10px;
  position: relative;
}
.bottom-info[data-v-34d3a636] {
  width: 100%;
  height: 40px;
  background: #f6f6f7;
  line-height: 40px;
}
.jsd-meta[data-v-34d3a636] {
  color: #9faec3 !important;
  margin-left: 10px;
  font-size: 12px;
}
.jsd-meta a[data-v-34d3a636] {
  color: #9faec3 !important;
}
.jsd-right-meta[data-v-34d3a636] {
  cursor: pointer;
  color: #4382e0 !important;
}
.icon-shoucang2[data-v-34d3a636] {
  margin-right: 5px;
  font-size: 12px;
}
.icon-jiucuo1[data-v-34d3a636] {
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
}
.icon-mulu1[data-v-34d3a636] {
  margin-right: 5px;
  font-size: 15px;
}
.checkbox-box[data-v-34d3a636] {
  width: 100%;
  margin: 10px 0;
}
.screen-p[data-v-34d3a636] {
  margin-bottom: 20px;
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
}
.search-box[data-v-34d3a636] {
  margin: 10px 0;
}
.icon-shoucang2[data-v-34d3a636],
.icon-collection-b[data-v-34d3a636] {
  margin-right: 5px;
  font-size: 12px;
}
.zsdgl[data-v-34d3a636] {
  margin-left: 20px;
  background-color: #f36f6f;
  padding: 5px 8px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}
.zsdgl[data-v-34d3a636]:hover {
  background-color: #ff3434
}
.pagination-container[data-v-34d3a636] {
  width: 100%;
  text-align: right;
}
.drawer-main[data-v-34d3a636] {
  padding: 20px;
}
.res-info[data-v-34d3a636] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.res-desc[data-v-34d3a636] {
  background-color: #f9f8f8;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
}
.sales-info[data-v-34d3a636] {
  background-color: #f9f8f8;
  width: 100%;
  height: 230px;
}
.resName[data-v-34d3a636] {
  margin-bottom: 20px;
}
.div-label[data-v-34d3a636] {
  width: calc(100%-20px);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.res-info-nr[data-v-34d3a636] {
  width: calc(100%-20px);
  padding: 10px;
  font-size: 14px;
  color: #575656;
}
.tsbj[data-v-34d3a636] {
  color: #d34974;
  font-size: 20px;
}
.salesTsbj[data-v-34d3a636] {
  color: red;
  font-size: 20px;
}
.el-icon-picture[data-v-34d3a636] {
  color: #d72c2c;
  font-size: 20px;
  margin-right: 10px;
}
.el-icon-s-finance[data-v-34d3a636] {
  color: #e14818;
  font-size: 20px;
}
.el-icon-info[data-v-34d3a636] {
  color: #38dbcd;
  font-size: 20px;
}
.el-icon-s-shop[data-v-34d3a636] {
  color: #bd32cd;
  font-size: 20px;
}
.scddp[data-v-34d3a636] {
  float: right;
  font-weight: 100;
  cursor: pointer;
  font-size: 14px;
  color: #1973d3;
}
.el-icon-upload[data-v-34d3a636] {
  color: #1973d3;
  font-size: 15px;
}
.search-box[data-v-34d3a636] {
  text-align: right;
}
.tags-box[data-v-34d3a636] {
  width: 99%;
  background-color: #f9f8f8;
  padding: 1%;
  margin-top: 20px;
}
.salesCksj[data-v-34d3a636] {
  float: right;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}

p[data-v-5968bff7] {
  margin: 0;
  padding: 0;
}
.dialog-footer[data-v-5968bff7] {
  text-align: right;
}
.el-select[data-v-5968bff7] {
  display: inline-block;
  position: relative;
  width: 100%;
}
.tree-box[data-v-5968bff7] {
  width: 100%;
  height: 150px;
  overflow-y: auto;
  border: 1px solid #dcdcdc;
}
.tree-title[data-v-5968bff7] {
  width: 98%;
  line-height: 30px;
  background: #656565;
  padding-left: 2%;
  color: #fff;
  border: 1px solid #656565;
}
.selected-con[data-v-5968bff7] {
  width: 100%;
  line-height: 25px;
  /* background-color: #e4e4e4; */
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
}
.selected-span[data-v-5968bff7] {
  color: #ff3434;
}
.selected-label[data-v-5968bff7] {
  color: #000000;
  font-weight: bold;
}
.inp-box[data-v-5968bff7] {
  width: 96%;
  margin: 10px auto;
}
.dqgl[data-v-5968bff7] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #ccc;
}


.dialog-footer[data-v-8d363e6c] {
  text-align: right;
  margin-top: 20px;
}

a[data-v-47df2062],
a[data-v-47df2062]:hover {
    text-decoration: none;
    outline: none;
    color: #3f484f;
}
ul[data-v-47df2062],
ol[data-v-47df2062],
h1[data-v-47df2062],
h2[data-v-47df2062],
h3[data-v-47df2062],
h4[data-v-47df2062],
span[data-v-47df2062],
p[data-v-47df2062] {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul[data-v-47df2062],
ol[data-v-47df2062],
li[data-v-47df2062] {
    list-style: none;
}
.actual_price[data-v-47df2062] {
    color: #ff3434;
}
.particulars[data-v-47df2062] {
    /* width:100%;  */
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.pagination-container[data-v-47df2062] {
    overflow: hidden;
    margin-top: 20px;
}
.search-box[data-v-47df2062] {
    margin-bottom: 15px;
    width: 100%;
}
.createform[data-v-47df2062] {
    width: 100%;
    min-height: 20px;
    overflow: hidden;
    border-radius: 5px;
}
.label[data-v-47df2062] {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.label1[data-v-47df2062] {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.Tips[data-v-47df2062] {
    font-size: 12px;
    color: #8e1315;
    margin: 20px 0 10px 0;
    line-height: 20px;
}
.avatar-uploader-icon[data-v-47df2062] {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 28px;
    color: #8c939d;
    width: 130px;
    height: 150px;
    line-height: 150px;
    text-align: center;
}
.avatar[data-v-47df2062] {
    width: 130px;
    height: 170px;
    border-radius: 6px;
}
.btn-box[data-v-47df2062] {
    margin-top: 20px;
    text-align: right;
}
.csw_tilex[data-v-47df2062] {
    font-size: 14px;
    margin: 10px 0;
    color: #000;
    font-weight: bold;
}
.csw_tilex1[data-v-47df2062] {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.choswaybox[data-v-47df2062] {
    width: 97%;
    margin: 20px auto;
    overflow: hidden;
    background: #fff6eb;
    padding: 10px 10px 20px 10px;
}
.ruweifl[data-v-47df2062] {
    font-size: 12px;
    color: #333;
    margin: 20px 0 10px 0;
}
.help-box[data-v-47df2062] {
    margin-top: 20px;
}
.el-image__inner[data-v-47df2062] {
    width: 100%;
}
.el-select[data-v-47df2062] {
    width: 100%;
}
.file-box[data-v-47df2062] {
    margin-top: 15px;
}
.file-tip[data-v-47df2062] {
    width: 100%;
    line-height: 40px;
    color: #409eff;
    margin-top: 10px;
}

p[data-v-5a8ff674],
span[data-v-5a8ff674],
div[data-v-5a8ff674] {
  margin: 0;
  padding: 0;
}
a[data-v-5a8ff674],
a[data-v-5a8ff674]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-5a8ff674],
ol[data-v-5a8ff674],
h1[data-v-5a8ff674],
h2[data-v-5a8ff674],
h3[data-v-5a8ff674],
h4[data-v-5a8ff674],
p[data-v-5a8ff674] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-5a8ff674],
ol[data-v-5a8ff674] {
  list-style: none;
}
.actual_price[data-v-5a8ff674] {
  color: #ff3434;
}
.particulars[data-v-5a8ff674] {
  /* width:100%;  */
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.pagination-container[data-v-5a8ff674] {
  overflow: hidden;
  margin-top: 20px;
}
.search-box[data-v-5a8ff674] {
  margin-bottom: 15px;
  width: 100%;
}
.recommendedShop-box[data-v-5a8ff674] {
  margin-top: 20px;
}


*[data-v-288e8a56] {
  margin: 0;
  padding: 0;
}
a[data-v-288e8a56],
a[data-v-288e8a56]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-288e8a56],
ol[data-v-288e8a56],
h1[data-v-288e8a56],
h2[data-v-288e8a56],
h3[data-v-288e8a56],
h4[data-v-288e8a56],
p[data-v-288e8a56] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-288e8a56],
ol[data-v-288e8a56] {
  list-style: none;
}
.pagination-container[data-v-288e8a56] {
  overflow: hidden;
  margin-top: 20px;
}
.search-box[data-v-288e8a56]{
  margin-top:15px;
  margin-bottom:15px;
  width:40%
}

ul li[data-v-0d886a68] {
  list-style: none;
}
a[data-v-0d886a68] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.createform[data-v-0d886a68] {
  width: 100%;
  min-height: 20px;
  overflow: hidden;
  border-radius: 5px;
  /* line-height: 40px; */
}
.form-box[data-v-0d886a68] {
  width: 100%;
  min-height: 100px;
  /* background: red; */
}
.label[data-v-0d886a68] {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.label1[data-v-0d886a68] {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.Tips[data-v-0d886a68] {
  font-size: 12px;
  color: #8e1315;
  margin: 20px 0 10px 0;
  line-height: 20px;
}
.avatar-uploader-icon[data-v-0d886a68] {
  /* background: #e9f3fd; */
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 130px;
  height: 150px;
  line-height: 150px;
  text-align: center;
}
.avatar[data-v-0d886a68] {
  width: 130px;
  height: 170px;
  border-radius: 6px;
}
.btn-box[data-v-0d886a68] {
  margin-top: 20px;
  text-align: right;
}
.csw_tilex[data-v-0d886a68] {
  font-size: 14px;
  margin: 10px 0;
  color: #000;
  font-weight: bold;
}
.csw_tilex1[data-v-0d886a68] {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.choswaybox[data-v-0d886a68] {
  width: 97%;
  margin: 20px auto;
  overflow: hidden;
  background: #fff6eb;
  padding: 10px 10px 20px 10px;
}
.ruweifl[data-v-0d886a68] {
  font-size: 12px;
  color: #333;
  margin: 20px 0 10px 0;
}
.help-box[data-v-0d886a68] {
  margin-top: 20px;
}
.el-image__inner[data-v-0d886a68] {
  width: 100%;
}
.el-select[data-v-0d886a68] {
  width: 100%;
}
.file-box[data-v-0d886a68] {
  margin-top: 15px;
}
.file-tip[data-v-0d886a68] {
  width: 100%;
  line-height: 40px;
  color: #409eff;
  margin-top: 10px;
}

p[data-v-3da31a77] {
  margin: 0;
  padding: 0;
}
a[data-v-3da31a77] {
  color: #606266;
  text-decoration: none;
}
.myParticipation[data-v-3da31a77] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.oder-info-box[data-v-3da31a77] {
  min-height: 400px;
}
.pagination-box[data-v-3da31a77] {
  margin-top: 20px;
}
.pagination-container[data-v-3da31a77] {
  overflow: hidden;
  margin-top: 20px;
}
.el-table th div[data-v-3da31a77] {
  line-height: 0px;
}
.search-box[data-v-3da31a77] {
  margin-top: 15px;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.title[data-v-3da31a77]:hover {
  text-decoration: underline;
}
.state_name[data-v-3da31a77] {
  color: #ccc7b6;
  text-decoration: line-through;
}
.task_title[data-v-3da31a77] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.search[data-v-3da31a77] {
  width: 300px;
  float: left;
  margin-right: 15px;
}
.select-box[data-v-3da31a77] {
  width: 140px;
  float: left;
  margin-right: 5px;
}
.el-dropdown[data-v-3da31a77] {
  vertical-align: top;
}
.el-dropdown+.el-dropdown[data-v-3da31a77] {
  margin-left: 15px;
}
.el-icon-arrow-down[data-v-3da31a77] {
  font-size: 12px;
}
.yzb[data-v-3da31a77] {
  color: #ff3434;
  cursor: pointer;
}
.wzb[data-v-3da31a77] {
  color: #31b74e;
}
.zwnr[data-v-3da31a77] {
  width: 100%;
  text-align: center;
  line-height: 300px;
  font-size: 30px;
  color: #ccc;
}
.card-box[data-v-3da31a77] {
  width: 100%;
  height: 245px;
  margin-bottom: 20px;
}
.task_cover[data-v-3da31a77] {
  width: 100%;
  height: 140px;
}
.task-info-box[data-v-3da31a77] {
  width: 100%;
  margin-top: 10px;
}
.reward_fee[data-v-3da31a77] {
  color: #ff3434;
}
.rftsna[data-v-3da31a77] {
  margin-top: 10px;
  font-size: 12px;
}
.task_state_name[data-v-3da31a77] {
  color: #ccc;
  float: right;
}
.btn-box[data-v-3da31a77] {
  margin-top: 10px;
}
.task_title-c[data-v-3da31a77] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
}
.wzbyy[data-v-3da31a77] {
  width: 100%;
  height: 400px;
  overflow-y: auto;
  text-align: center;
}
.wzbyyzw[data-v-3da31a77] {
  width: 100%;
  height: 400px;
  text-align: center;
  line-height: 400px;
  color: #ccc;
  font-size: 20px;
}

a[data-v-119173e2],
a[data-v-119173e2]:hover {
    text-decoration: none;
    outline: none;
    color: #3f484f;
}
ul[data-v-119173e2],
ol[data-v-119173e2],
h1[data-v-119173e2],
h2[data-v-119173e2],
h3[data-v-119173e2],
h4[data-v-119173e2],
p[data-v-119173e2] {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul[data-v-119173e2],
ol[data-v-119173e2] {
    list-style: none;
}
.chatRecord[data-v-119173e2] {
    width: 100%;
    height: 200px;
    overflow-y: auto;
}
.tgzjl[data-v-119173e2] {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
}
.kfjl[data-v-119173e2] {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
}
.label-box[data-v-119173e2] {
    padding: 2px 10px;
    background: #e8e8e8;
    border-radius: 10px;
}
.chatRecord[data-v-119173e2] {
    margin-bottom: 20px;
}
.icon-kefu1[data-v-119173e2] {
    font-size: 20px;
    color: #b36565;
    font-weight: bold;
}
.Leaving-text[data-v-119173e2] {
    border-bottom: 1px solid #e6e5e5;
    padding: 10px 0;
    line-height: 25px;
    overflow: hidden;
}
.userName[data-v-119173e2] {
    font-size: 14px;
    color: #b36565;
}
.zwly[data-v-119173e2] {
    width: 100%;
    text-align: center;
    line-height: 200px;
    background: #f5f3f3;
}
.createdAt[data-v-119173e2] {
    float: right;
    color: #d0d0d0;
    font-size: 12px;
    /* margin-top: 5px; */
}
.fbz[data-v-119173e2] {
    color: #42a73c;
}

a[data-v-7ad14538],
a[data-v-7ad14538]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-7ad14538],
ol[data-v-7ad14538] {
  list-style: none;
}
.table-box[data-v-7ad14538] {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 30px;
}
.upload-box[data-v-7ad14538] {
  padding: 20px;
}
.label[data-v-7ad14538] {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.upload-btn[data-v-7ad14538] {
  margin-top: 20px;
  overflow: hidden;
}
.el-form-item__content[data-v-7ad14538] {
  margin-bottom: 10px;
}
.upload-ts[data-v-7ad14538] {
  width: 80%;
  color: #d2c4c4;
  font-size: 12px;
  margin-left: 18px;
}
.preview-box[data-v-7ad14538] {
  width: 100%;
  height: 400px;
  overflow-y: auto;
}
.zwnr[data-v-7ad14538] {
  width: 100%;
  text-align: center;
  line-height: 300px;
  font-size: 30px;
  color: #ccc;
}
.btn-box[data-v-7ad14538] {
  text-align: right;
  margin-top: 20px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  /* min-height: 200px; */
}
.btn-dxk[data-v-7ad14538] {
  width: 100%;
  height: 50px;
  background: #ff5f5f;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin-top: 50px;
}
.btn-sc[data-v-7ad14538] {
  width: 100%;
  height: 50px;
  background: #3f484f;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin-top: 50px;
}
.bdsczp[data-v-7ad14538] {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
.task-info[data-v-7ad14538] {
  font-size: 14px;
  color: #b5b4b4;
  margin: 20px 0 20px 20px;
}
.task-info span[data-v-7ad14538] {
  color: #606266;
}




















































/* * {
  margin: 0;
  padding: 0;
} */
a[data-v-4489b198],
a[data-v-4489b198]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-4489b198],
ol[data-v-4489b198],
h1[data-v-4489b198],
h2[data-v-4489b198],
h3[data-v-4489b198],
h4[data-v-4489b198],
p[data-v-4489b198] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-4489b198],
ol[data-v-4489b198] {
  list-style: none;
}
.chatRecord[data-v-4489b198] {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.tgzjl[data-v-4489b198] {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
}
.kfjl[data-v-4489b198] {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  text-align: right;
}
.label-box[data-v-4489b198] {
  padding: 2px 10px;
  background: #e8e8e8;
  border-radius: 10px;
}
.icon-kefu1[data-v-4489b198] {
  font-size: 20px;
  color: #b36565;
  font-weight: bold;
}
.Leaving-text[data-v-4489b198] {
  border-bottom: 1px solid #e6e5e5;
  padding: 10px 0;
  line-height: 25px;
  overflow: hidden;
}
.userName[data-v-4489b198] {
  font-size: 14px;
  color: #ffbd85;
}
.zwly[data-v-4489b198] {
  width: 100%;
  text-align: center;
  line-height: 300px;
  min-height: 300px;
  background: #f5f3f3;
}
.createdAt[data-v-4489b198] {
  float: right;
  color: #d0d0d0;
  font-size: 12px;
  /* margin-top: 5px; */
}
.fbz[data-v-4489b198] {
  font-size: 14px;
  color: #42a73c;
}


.btn-box[data-v-5ea94894] {
   text-align: right;
   padding-bottom: 20px;
}
.upload-ts[data-v-5ea94894] {
   width: 80%;
   color: #d2c4c4;
   font-size: 12px;
   margin-left: 18px;
}

p[data-v-8680e780],
div[data-v-8680e780],
span[data-v-8680e780] {
  margin: 0;
  padding: 0;
}
a[data-v-8680e780] {
  color: #606266;
}
.oder-info-box[data-v-8680e780] {
  min-height: 400px;
}
.pagination-box[data-v-8680e780] {
  margin-top: 20px;
}
.pagination-container[data-v-8680e780] {
  overflow: hidden;
  margin-top: 20px;
}
.el-table th div[data-v-8680e780] {
  line-height: 0px;
}
.search-box[data-v-8680e780] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.title[data-v-8680e780]:hover {
  text-decoration: underline;
}
.state_name[data-v-8680e780] {
  color: #ccc7b6;
  text-decoration: line-through;
}
.select-box[data-v-8680e780] {
  float: left;
  margin-right: 5px;
}
.bg-purple[data-v-8680e780] {
  width: 250px;
  float: left;
  margin-right: 10px;
}
.el-dialog__title[data-v-8680e780] {
  line-height: 24px;
  font-size: 14px;
  color: #dc5030;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.btn-box[data-v-8680e780] {
  width: 100%;
  margin-top: 15px;
}
.select-dialog-box[data-v-8680e780] {
  width: 100%;
}
.el-select[data-v-8680e780] {
  display: inline-block;
  position: relative;
  width: 130px;
}
.user_opus_name[data-v-8680e780] {
  margin-bottom: 20px;
}
.file_name[data-v-8680e780] {
  cursor: pointer;
}
.user_opus_state_name[data-v-8680e780] {
  margin-bottom: 20px;
  padding-left: 22px;
}
.preview-box[data-v-8680e780] {
  width: 100%;
  height: 400px;
  overflow-y: auto;
}
.zwnr[data-v-8680e780] {
  width: 100%;
  text-align: center;
  line-height: 300px;
  font-size: 30px;
  color: #ccc;
}
.icon-duigou1[data-v-8680e780] {
  color: #ff3434;
}
.icon-chacha[data-v-8680e780] {
  color: #31b74e;
}
.yzb[data-v-8680e780] {
  color: #31b74e;
}
.wzb[data-v-8680e780] {
  color: #ff3434;
}
.task_cover[data-v-8680e780] {
  width: 100%;
  height: 140px;
}
.task-info-box[data-v-8680e780] {
  width: 100%;
  margin-top: 10px;
}
.reward_fee[data-v-8680e780] {
  color: #ff3434;
}
.rftsna[data-v-8680e780] {
  margin-top: 10px;
  font-size: 12px;
}
.task_state_name[data-v-8680e780] {
  color: #ccc;
  float: right;
}
.btn-box[data-v-8680e780] {
  margin-top: 10px;
}
.task_title-c[data-v-8680e780] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  cursor: pointer;
  font-size: 14px;
}
.card-box[data-v-8680e780] {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

a[data-v-1f5cc9b5] {
  color: #606266;
}

/* p,
div {
  margin: 0;
  padding: 0;
} */
.oder-info-box[data-v-1f5cc9b5] {
  min-height: 400px;
}
.pagination-box[data-v-1f5cc9b5] {
  margin-top: 20px;
}
.pagination-container[data-v-1f5cc9b5] {
  overflow: hidden;
  margin-top: 20px;
}
.el-table th div[data-v-1f5cc9b5] {
  line-height: 0px;
}
.search-box[data-v-1f5cc9b5] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.title[data-v-1f5cc9b5]:hover {
  text-decoration: underline;
}
.state_name[data-v-1f5cc9b5] {
  color: #ccc7b6;
  text-decoration: line-through;
}
.select-box[data-v-1f5cc9b5] {
  float: left;
  margin-right: 5px;
  width: 120px;
}
.bg-purple[data-v-1f5cc9b5] {
  width: 250px;
  float: left;
  margin-right: 10px;
}
.el-dialog__title[data-v-1f5cc9b5] {
  line-height: 24px;
  font-size: 14px;
  color: #dc5030;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.btn-box[data-v-1f5cc9b5] {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.select-dialog-box[data-v-1f5cc9b5] {
  width: 100%;
}
.el-select[data-v-1f5cc9b5] {
  display: inline-block;
  position: relative;
  width: 100%;
}
.avatar-uploader[data-v-1f5cc9b5] {
  position: relative;
}
.avatar-uploader-icon[data-v-1f5cc9b5] {
  /* background: #e9f3fd; */
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100%;
  height: 150px;
  line-height: 150px;
  text-align: center;
  /* margin-top: 10px; */
}
.el-upload[data-v-1f5cc9b5] {
  width: 100%;
}
.avatar[data-v-1f5cc9b5] {
  width: 100%;
  height: 170px;
}
.Tips1[data-v-1f5cc9b5] {
  font-size: 12px;
  color: #c5bfbf;
  line-height: 20px;
  width: 100%;
  /* background: whitesmoke; */
  /* height: 162px; */
  /* border-radius: 6px; */
  /* padding: 0px 10px 0 10px; */
  /* float: left; */
  /* position: absolute;
  top: 0;
  left: 280px; */
}
.avatar-uploader[data-v-1f5cc9b5] {
  position: relative;
}
.upload-ts[data-v-1f5cc9b5] {
  width: 80%;
  color: #d4cece;
  font-size: 12px;
  float: left;
  line-height: 40px;
}
.dialog-footer[data-v-1f5cc9b5] {
  text-align: right;
}
.cover[data-v-1f5cc9b5] {
  width: 170px;
  height: 170px;
  background: #e3e4e4;
  border-radius: 4px;
  margin-top: 10px;
}

/* .row-p {
  padding: 10px 0;
} */
.row-xq[data-v-1f5cc9b5] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-1f5cc9b5] {
  font-weight: bold;
  color: #000;
  font-size: 15px;
}
.row-p span[data-v-1f5cc9b5] {
  color: #828282;
  font-size: 15px;
}
.file-box[data-v-1f5cc9b5] {
  position: absolute;
  right: 0;
  top: -30px;
}
.dialog-box[data-v-1f5cc9b5] {
  width: 100;
  position: relative;
}
.user_opus_name[data-v-1f5cc9b5] {
  cursor: pointer;
}
.description[data-v-1f5cc9b5] {
  line-height: 30px;
  /* margin-top: 20px; */
}
.user_opus_state_name[data-v-1f5cc9b5] {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  line-height: 30px;
}

a[data-v-7d1c4af2] {
  color: #606266;
}
.dialog-box[data-v-7d1c4af2] {
  width: 100%;
}
.select-dialog-box[data-v-7d1c4af2] {
  width: 100%;
}
.el-select[data-v-7d1c4af2] {
  display: inline-block;
  position: relative;
  width: 100%;
}
.dialog-footer[data-v-7d1c4af2] {
  text-align: right;
}
.opus_name[data-v-7d1c4af2] {
  padding-left: 22px;
  background: #efefef;
  line-height: 40px;
}

.oder-info-box[data-v-135e1bbe] {
    min-height: 400px;
}
.pagination-box[data-v-135e1bbe] {
    margin-top: 20px;
}
.pagination-container[data-v-135e1bbe] {
    overflow: hidden;
    margin-top: 20px;
}
.el-table th div[data-v-135e1bbe] {
    line-height: 0px;
}
.search-box[data-v-135e1bbe]{
    margin-top:15px;
    margin-bottom:15px;
    width:40%
}

.oder-info-box[data-v-25c35120] {
  min-height: 400px;
}
.pagination-box[data-v-25c35120] {
  margin-top: 20px;
}
.pagination-container[data-v-25c35120] {
  overflow: hidden;
  margin-top: 20px;
}
.el-table th div[data-v-25c35120] {
  line-height: 0px;
}
.search-box[data-v-25c35120]{
    margin-top:15px;
    margin-bottom:15px;
    /* width:40% */
}
.btn-box[data-v-25c35120]{
    width:100%
}

.qrCode[data-v-1d0bae96] {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
}
p[data-v-1d0bae96],
span[data-v-1d0bae96],
div[data-v-1d0bae96],
a[data-v-1d0bae96] {
  margin: 0;
  padding: 0;
}
ul li[data-v-1d0bae96] {
  list-style: none;
}
a[data-v-1d0bae96] {
  text-decoration: none;
  color: #108ee9;
  /* font-size: 13px; */
}
.payable-fee[data-v-1d0bae96] {
  width: 100%;
  border-bottom: 1px solid #d2caca;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.amount[data-v-1d0bae96] {
  font-size: 20px;
  color: red;
}
.balance[data-v-1d0bae96] {
  color: red;
}
.payment-method[data-v-1d0bae96] {
  width: 100%;
  margin-top: 30px;
}
.grid-content[data-v-1d0bae96] {
  text-align: center;
}
.icon-alipay[data-v-1d0bae96] {
  font-size: 50px;
  color: #108ee9;
}
.icon-weixinzhifu1[data-v-1d0bae96] {
  font-size: 30px;
  color: #41b80f;
}
.zfmc[data-v-1d0bae96] {
  font-size: 30px;
  color: #000;
  margin-left: 20px;
}
.yezf[data-v-1d0bae96] {
  width: 100%;
  margin-top: 30px;
}
.btn-box[data-v-1d0bae96] {
  margin-top: 30px;
}
.qrcode[data-v-1d0bae96] {
  width: 200px;
  margin: 20px auto;
}
.cxscewm[data-v-1d0bae96] {
  text-align: center;
  cursor: pointer;
  color: #d6d1d1;
}
.cxscewm[data-v-1d0bae96]:hover {
  color: #6b6b6b;
}

p[data-v-1f346c42] {
  margin: 0;
  padding: 0;
}
a[data-v-1f346c42] {
  color: #606266;
}
.my-taskrelease[data-v-1f346c42] {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  min-height: 800px;
}
.oder-info-box[data-v-1f346c42] {
  min-height: 400px;
}
.pagination-box[data-v-1f346c42] {
  margin-top: 20px;
}
.pagination-container[data-v-1f346c42] {
  overflow: hidden;
  margin-top: 20px;
}
.el-table th div[data-v-1f346c42] {
  line-height: 0px;
}
.search-box[data-v-1f346c42] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.title[data-v-1f346c42]:hover {
  text-decoration: underline;
}
.bg-purple[data-v-1f346c42] {
  width: 260px;
  float: left;
  margin-right: 10px;
}
.el-button--small[data-v-1f346c42],
.el-button--small.is-round[data-v-1f346c42] {
  margin-bottom: 10px;
}
.el-button+.el-button[data-v-1f346c42] {
  margin-left: 0px;
}
.select-box[data-v-1f346c42] {
  float: left;
  margin-right: 5px;
}
.el-select[data-v-1f346c42] {
  width: 120px;
}
.payable-fee[data-v-1f346c42] {
  width: 100%;
  /* border-bottom: 1px solid #d2caca; */
  line-height: 30px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.amount[data-v-1f346c42] {
  font-size: 20px;
  color: red;
}
.balance[data-v-1f346c42] {
  color: red;
}
.payable-box[data-v-1f346c42] {
  border: 1px solid #ddd;
  padding: 20px;
}
.task_title[data-v-1f346c42] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.task_title-c[data-v-1f346c42] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
}
.wendang1[data-v-1f346c42] {
  color: #ff3434;
}
.wendang2[data-v-1f346c42] {
  color: #e8e2e2;
}
.card-box[data-v-1f346c42] {
  width: 100%;
  height: 245px;
  margin-bottom: 20px;
}
.task_cover[data-v-1f346c42] {
  width: 100%;
  height: 140px;
}
.task-info-box[data-v-1f346c42] {
  width: 100%;
  margin-top: 10px;
}
.reward_fee[data-v-1f346c42] {
  color: #ff3434;
}
.rftsna[data-v-1f346c42] {
  margin-top: 10px;
  font-size: 12px;
}
.task_state_name[data-v-1f346c42] {
  color: #ccc;
  float: right;
}
.btn-box[data-v-1f346c42] {
  margin-top: 10px;
}
.label-name[data-v-1f346c42] {
  width: 100%;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  height: 25px;
}

p[data-v-49494e14],
div[data-v-49494e14],
span[data-v-49494e14] {
  margin: 0;
  padding: 0;
}
.mainBox[data-v-49494e14] {
  padding: 20px;
  overflow-y: auto;
  background-color: #fff;
}
.pagination-box[data-v-49494e14] {
  margin-top: 20px;
}
.pagination-container[data-v-49494e14] {
  overflow: hidden;
  margin-top: 20px;
}
.el-table th div[data-v-49494e14] {
  line-height: 0px;
}
.search-box[data-v-49494e14] {
  /* margin-top: 15px; */
  margin-bottom: 10px;
  width: 100%;
}
.icon-xianxingtubiao_huabanfuben[data-v-49494e14] {
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
}
.dialog-footer[data-v-49494e14] {
  text-align: right;
}
.zwnr[data-v-49494e14] {
  width: 100%;
  text-align: center;
  line-height: 30vh;
  font-size: 30px;
  color: #ccc;
}
.icon-duigou1[data-v-49494e14] {
  color: #ff3434;
}
.icon-chacha[data-v-49494e14] {
  color: #31b74e;
}
.yzb[data-v-49494e14] {
  color: #31b74e;
}
.wzb[data-v-49494e14] {
  color: #ff3434;
}
.file_name[data-v-49494e14] {
  font-size: 12px;
  color: #000;
}
.btn-box[data-v-49494e14] {
  width: 100%;
  min-height: 20px;
  background-color: #ffffff;
  padding: 5px;
  text-align: right;
  margin: 15px 0;
}
.description[data-v-49494e14] {
  margin-bottom: 10px;
  line-height: 20px;
  font-family: emoji;
}
.xh[data-v-49494e14] {
  color: #000000;
  font-weight: 600;
}
.label[data-v-49494e14] {
  color: #b71a1a;
  /* font-weight: 600; */
  font-family: emoji;
}
.info-p[data-v-49494e14] {
  margin-bottom: 10px;
}
.info-span[data-v-49494e14] {
  margin-right: 20px;
  margin-bottom: 10px;
}
.info-box[data-v-49494e14] {
  font-size: 13px;
  color: #000;
  line-height: 1.769230769230769;
  background: #ffffff;
  padding: 0 15px;
  border-radius: 10px;
}
.zbzp[data-v-49494e14] {
  color: #fff;
  font-family: emoji;
  font-size: 12px;
  background-color: red;
  padding: 1px 5px;
  border-radius: 3px;
}
.zbzp-bzb[data-v-49494e14] {
  color: #fff;
  font-family: emoji;
  font-size: 12px;
  background-color: #981515;
  padding: 1px 5px;
  border-radius: 3px;
}
.zpzt[data-v-49494e14] {
  color: #fff;
  font-family: emoji;
  font-size: 12px;
  background-color: #428bd2;
  padding: 1px 5px;
  border-radius: 3px;
}
.preview-box[data-v-49494e14] {
  width: 100%;
}
.description-box[data-v-49494e14] {
  width: 100%;
  height: 30vh;
  overflow-y: auto;
  border: 1px solid #ccc;
}
.attachment-box[data-v-49494e14] {
  width: 100%;
  height: 30vh;
  overflow-y: auto;
  background-color: #f1eeee;
}
.col-bt[data-v-49494e14] {
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
  background-color: #fff;
}
.jy-box[data-v-49494e14] {
  width: 100%;
  height: 60vh;
  overflow-y: auto;
}
.wzbsm[data-v-49494e14] {
  font-weight: bold;
}
.dqcloudCurrency[data-v-49494e14] {
  margin: 10px 0;
  font-weight: 700;
}
.qtyl[data-v-49494e14] {
  float: right;
  cursor: pointer;
}
.showBox[data-v-49494e14] {
  width: 100%;
  min-height: 500px;
}
.tab-item[data-v-49494e14] {
  width: 400px;
  margin: 0 auto;
}
.paid-Portrait[data-v-49494e14] {
  width: 985px;
  height: 1249px;
  background-image: url(/static/img/paid-Portrait.bfcca09.png);
  background-repeat: no-repeat;
  margin: 20px auto;
  position: relative;
}
.paid-Portrait-content-box[data-v-49494e14] {
  width: 785px;
  height: 930px;
  overflow-y: auto;
  position: absolute;
  top: 180px;
  left: 100px;
}
.paid-Landscape[data-v-49494e14] {
  width: 1260px;
  height: 985px;
  background-image: url(/static/img/paid-Landscape.40800d3.png);
  background-repeat: no-repeat;
  margin: 20px auto;
  position: relative;
}
.paid-Landscape-content-box[data-v-49494e14] {
  width: 1030px;
  height: 650px;
  overflow-y: auto;
  position: absolute;
  top: 180px;
  left: 100px;
}
.phone-Portrait[data-v-49494e14] {
  width: 387px;
  height: 700px;
  background-image: url(/static/img/phone-Portrait.45a6915.png);
  background-repeat: no-repeat;
  margin: 20px auto;
  position: relative;
}
.phone-Portrait-content-box[data-v-49494e14] {
  width: 335px;
  height: 412px;
  overflow-y: auto;
  position: absolute;
  top: 126px;
  left: 26px;
}
.phone-Landscape[data-v-49494e14] {
  width: 717px;
  height: 370px;
  background-image: url(/static/img/phone-Landscape.dbf0e38.png);
  background-repeat: no-repeat;
  margin: 20px auto;
  position: relative;
}
.phone-Landscape-content-box[data-v-49494e14] {
  width: 496px;
  height: 254px;
  overflow-y: auto;
  position: absolute;
  top: 45px;
  left: 104px;
}
.ion-box[data-v-49494e14] {
  width: 100%;
  text-align: center;
  line-height: 60px;
}

/* .paid-Landscape-ion img{
  width: 60px;
  height: 50px;

}
.paid-Portrait-ion img{
  width: 50px;
  height: 60px;

}
.phone-Landscape-ion img{
  width: 50px;
  height: 30px;

}
.phone-Portrait-ion img{
  width: 30px;
  height: 50px;

} */


p[data-v-547486c5] {
  margin: 0;
  padding: 0;
}
a[data-v-547486c5] {
  color: #606266;
}
.oder-info-box[data-v-547486c5] {
  min-height: 400px;
}
.pagination-box[data-v-547486c5] {
  margin-top: 20px;
}
.pagination-container[data-v-547486c5] {
  overflow: hidden;
  margin-top: 20px;
}
.el-table th div[data-v-547486c5] {
  line-height: 0px;
}
.search-box[data-v-547486c5] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.title[data-v-547486c5]:hover {
  text-decoration: underline;
}
.bg-purple[data-v-547486c5] {
  width: 260px;
  float: left;
  margin-right: 10px;
}
.el-button--small[data-v-547486c5],
.el-button--small.is-round[data-v-547486c5] {
  margin-bottom: 10px;
}
.el-button+.el-button[data-v-547486c5] {
  margin-left: 0px;
}
.select-box[data-v-547486c5] {
  float: left;
  margin-right: 5px;
}
.el-select[data-v-547486c5] {
  width: 120px;
}
.payable-fee[data-v-547486c5] {
  width: 100%;
  /* border-bottom: 1px solid #d2caca; */
  line-height: 30px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.amount[data-v-547486c5] {
  font-size: 20px;
  color: red;
}
.balance[data-v-547486c5] {
  color: red;
}
.payable-box[data-v-547486c5] {
  border: 1px solid #ddd;
  padding: 20px;
}
.task_title[data-v-547486c5] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.task_title-c[data-v-547486c5] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
}
.wendang1[data-v-547486c5] {
  color: #ff3434;
}
.wendang2[data-v-547486c5] {
  color: #e8e2e2;
}
.card-box[data-v-547486c5] {
  width: 100%;
  height: 245px;
  margin-bottom: 20px;
}
.task_cover[data-v-547486c5] {
  width: 100%;
  height: 140px;
}
.task-info-box[data-v-547486c5] {
  width: 100%;
  margin-top: 10px;
}
.reward_fee[data-v-547486c5] {
  color: #ff3434;
}
.rftsna[data-v-547486c5] {
  margin-top: 10px;
  font-size: 12px;
}
.task_state_name[data-v-547486c5] {
  color: #ccc;
  float: right;
}
.btn-box[data-v-547486c5] {
  margin-top: 10px;
}
.label-name[data-v-547486c5] {
  width: 100%;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  height: 25px;
}













































































































































































/* p,
div,
span,
ul,
li,
ol,
table {
  margin: 0;
  padding: 0;
} */
a[data-v-9fa2e738],
a[data-v-9fa2e738]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-9fa2e738],
ol[data-v-9fa2e738],
h1[data-v-9fa2e738],
h2[data-v-9fa2e738],
h3[data-v-9fa2e738],
h4[data-v-9fa2e738],
p[data-v-9fa2e738] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-9fa2e738],
ol[data-v-9fa2e738] {
  list-style: none;
}
.title-text[data-v-9fa2e738] {
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  width: 100%;
}
.pagination-container[data-v-9fa2e738] {
  overflow: hidden;
  margin-top: 20px;
}
.search-box[data-v-9fa2e738] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.search-list[data-v-9fa2e738] {
  width: 100%;
  margin-bottom: 20px;
}
.search-list span[data-v-9fa2e738] {
  margin-right: 20px;
  font-size: 13px;
  color: #6d6d6d;
  font-weight: 300px;
  cursor: pointer;
}
.is_read_name[data-v-9fa2e738] {
  color: #ff3434;
}
.message_title[data-v-9fa2e738] {
  cursor: pointer;
}

p[data-v-21711110],
div[data-v-21711110],
span[data-v-21711110],
ul[data-v-21711110],
li[data-v-21711110],
ol[data-v-21711110],
table[data-v-21711110] {
  margin: 0;
  padding: 0;
}
a[data-v-21711110],
a[data-v-21711110]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-21711110],
ol[data-v-21711110] {
  list-style: none;
}
.title-text[data-v-21711110] {
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  width: 100%;
}
.pagination-container[data-v-21711110] {
  overflow: hidden;
  margin-top: 20px;
}
.search-box[data-v-21711110] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.search-list[data-v-21711110] {
  width: 100%;
  margin-bottom: 20px;
}
.search-list span[data-v-21711110] {
  margin-right: 20px;
  font-size: 13px;
  color: #6d6d6d;
  font-weight: 300px;
  cursor: pointer;
}
.czbtn-list[data-v-21711110] {
  width: 100%;
  margin-bottom: 20px;
}
.is_read_name[data-v-21711110] {
  color: #ff3434;
}
.message_title[data-v-21711110] {
  cursor: pointer;
}































/* * {
  margin: 0;
  padding: 0;
} */
a[data-v-629ed326],
a[data-v-629ed326]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-629ed326],
ol[data-v-629ed326],
h1[data-v-629ed326],
h2[data-v-629ed326],
h3[data-v-629ed326],
h4[data-v-629ed326],
p[data-v-629ed326] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-629ed326],
ol[data-v-629ed326] {
  list-style: none;
}
.system-messageDetail-box[data-v-629ed326] {
  width: 100%;
  height: 500px;
  overflow-y: auto;
}
.title[data-v-629ed326] {
  width: 100%;
  text-align: center;   
  line-height: 50px;
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.content[data-v-629ed326] {
  width: 100%;
  margin-top: 20px;
  line-height: 30px;
}
.messageData[data-v-629ed326] {
  width: 100%;
  text-align: center;
  line-height: 20px;
  color: #d6d6d6;
  font-size: 12px;
}

a[data-v-8156b306],
a[data-v-8156b306]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-8156b306],
ol[data-v-8156b306] {
  list-style: none;
}
.title-text[data-v-8156b306] {
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  width: 100%;
}
.pagination-container[data-v-8156b306] {
  overflow: hidden;
  margin-top: 20px;
}
.search-box[data-v-8156b306] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.search-list[data-v-8156b306] {
  width: 100%;
  margin-bottom: 20px;
}
.search-list span[data-v-8156b306] {
  margin-right: 20px;
  font-size: 13px;
  color: #6d6d6d;
  font-weight: 300px;
  cursor: pointer;
}
.czbtn-list[data-v-8156b306] {
  width: 100%;
  margin-bottom: 20px;
}
.is_read_name[data-v-8156b306] {
  color: #ff3434;
}
.message_title[data-v-8156b306] {
  cursor: pointer;
}
.bg-purple[data-v-8156b306] {
  width: 260px;
  float: left;
  margin-right: 10px;
}
.select-box[data-v-8156b306] {
  float: left;
  margin-right: 5px;
}
.search[data-v-8156b306] {
  margin-bottom: 20px;
  overflow: hidden;
}
.el-select[data-v-8156b306] {
  width: 120px;
}
.upload-ts[data-v-8156b306] {
  width: 80%;
  color: #d2c4c4;
  font-size: 12px;
  margin-left: 18px;
}
.btn-box[data-v-8156b306] {
  text-align: right;
  padding-bottom: 20px;
}
































































/* * {
  margin: 0;
  padding: 0;
} */
a[data-v-5ff37220],
a[data-v-5ff37220]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-5ff37220],
ol[data-v-5ff37220],
h1[data-v-5ff37220],
h2[data-v-5ff37220],
h3[data-v-5ff37220],
h4[data-v-5ff37220],
p[data-v-5ff37220] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-5ff37220],
ol[data-v-5ff37220] {
  list-style: none;
}
.system-messageDetail-box[data-v-5ff37220] {
  width: 100%;
  min-height: 400px;
  overflow-y: auto;
  position: relative;
}
.title[data-v-5ff37220] {
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.content[data-v-5ff37220] {
  width: 100%;
  margin-top: 20px;
  line-height: 30px;
}
.messageData[data-v-5ff37220] {
  width: 100%;
  text-align: center;
  line-height: 20px;
  color: #d6d6d6;
  font-size: 12px;
}
.messageData span[data-v-5ff37220] {
  margin: 0 10px;
}
.btn-box[data-v-5ff37220] {
  position: absolute;
  top: 60px;
  right: 20px;
}

a[data-v-83ae4068],
  a[data-v-83ae4068]:hover {
      text-decoration: none;
      outline: none;
      color: #3f484f;
}
ul[data-v-83ae4068],
  ol[data-v-83ae4068],
  h1[data-v-83ae4068],
  h2[data-v-83ae4068],
  h3[data-v-83ae4068],
  h4[data-v-83ae4068],
  p[data-v-83ae4068] {
      margin: 0;
      padding: 0;
      font-weight: normal;
}
ul[data-v-83ae4068],
  ol[data-v-83ae4068] {
      list-style: none;
}
.oder-info-box[data-v-83ae4068] {
      min-height: 400px;
}
.grid-content[data-v-83ae4068] {
      width: 100%;
      min-height: 50px;
      background: #fff;
}
.val-lable[data-v-83ae4068] {
      width: 100%;
      line-height: 25px;
      font-size: 20px;
      color: #1a86b9;
      font-weight: bold;
}
.val-data[data-v-83ae4068] {
      width: 100%;
      margin-top: 10px;
      line-height: 25px;
      font-size: 16px;
      color: red;
}
.icon-iconmoney[data-v-83ae4068] {
      font-size: 14px;
      margin-right: 10px;
}

  /* .mian-box {
  margin-top: 20px;
} */
.Pagination[data-v-83ae4068] {
      margin-top: 15px;
      width: 100%;
      background: #fff;
      min-height: 20px;
}
.screen[data-v-83ae4068] {
      width: 100%;
      /* min-height: 50px; */
      border-bottom: 1px solid #efefef;
      /* padding-bottom: 15px; */
      margin: 20px 0;
}
.srr-lable[data-v-83ae4068] {
      font-size: 14px;
      margin-right: 10px;
      font-weight: bold;
}
.screen-p[data-v-83ae4068] {
      margin-bottom: 15px;
}
.rec-title[data-v-83ae4068] {
      font: 20px "\5FAE\8F6F\96C5\9ED1", sans-serif;
      color: #000;
      border-bottom: 1px solid #ccc;
      /* line-height: 50px; */
      font-weight: bold;
}
.pagination-container[data-v-83ae4068] {
      overflow: hidden;
      margin-top: 20px;
}
.search-box[data-v-83ae4068] {
      margin-top: 15px;
      margin-bottom: 15px;
      width: 40%;
}

a[data-v-1246bede],
a[data-v-1246bede]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-1246bede],
ol[data-v-1246bede],
h1[data-v-1246bede],
h2[data-v-1246bede],
h3[data-v-1246bede],
h4[data-v-1246bede],
p[data-v-1246bede] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-1246bede],
ol[data-v-1246bede] {
  list-style: none;
}
.oder-info-box[data-v-1246bede] {
  min-height: 400px;
}
.grid-content[data-v-1246bede] {
  width: 100%;
  min-height: 50px;
  background: #fff;
}
.val-lable[data-v-1246bede] {
  width: 100%;
  line-height: 25px;
  font-size: 20px;
  color: #1a86b9;
  font-weight: bold;
}
.val-data[data-v-1246bede] {
  width: 100%;
  margin-top: 10px;
  line-height: 25px;
  font-size: 16px;
  color: red;
}
.icon-iconmoney[data-v-1246bede] {
  font-size: 14px;
  margin-right: 10px;
}
.mian-box[data-v-1246bede] {
  min-height: 500px;
}
.Pagination[data-v-1246bede] {
  margin-top: 15px;
  width: 100%;
  background: #fff;
  min-height: 20px;
}
.screen[data-v-1246bede] {
  width: 100%;
  min-height: 50px;
  border-bottom: 1px solid #efefef;
  /* padding-bottom: 15px; */
  margin: 20px 0;
}
.srr-lable[data-v-1246bede] {
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
}
.screen-p[data-v-1246bede] {
  margin-bottom: 15px;
}
.withd-title[data-v-1246bede] {
  font: 20px '\5FAE\8F6F\96C5\9ED1', sans-serif;
  color: #000;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  font-weight: bold;
}
.pagination-container[data-v-1246bede] {
  overflow: hidden;
  margin-top: 20px;
}
.search-box[data-v-1246bede] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 40%;
}
.currentBalance[data-v-1246bede] {
  width: 100%;
  font-size: 15px;
  color: #463535;
  margin-top: 20px;
}
.currentBalance span[data-v-1246bede] {
  color: #ff3434;
  font-weight: bold;
}
.deposit-box[data-v-1246bede] {
  overflow: hidden;
  margin-top: 20px;
  line-height: 50px;
  font-size: 15px;
}
.withdrawalAmount-label[data-v-1246bede] {
  float: left;
  color: #463535;
}
.withdrawalAmount-box[data-v-1246bede] {
  width: 100%px;
  margin-right: 10px;
  color: #463535;
}
.computational-formula[data-v-1246bede] {
  margin-top: 20px;
  color: #c5c5c5;
  font-size: 15px;
}
.txgz-box[data-v-1246bede] {
  margin-top: 20px;
  color: #a9a9a9;
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}
.txgz-title[data-v-1246bede] {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.txgz-text[data-v-1246bede] {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
}
.tx-title[data-v-1246bede] {
  width: 100%;
  text-align: center;
  font-size: 25px;
  margin: 30px 0;
  color: #ff3434;
}
.hint[data-v-1246bede] {
  width: 100%;
  padding: 10px 0 10px 10px;
  background: #fffbe0;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.hjsx[data-v-1246bede] {
  color: #66b1ff;
}
.WeChat-box[data-v-1246bede] {
  width: 100px;
  height: 100px;
}
.WeChat-img[data-v-1246bede] {
  width: 100%;
  padding-bottom: 10px;
}
.tsnr[data-v-1246bede] {
  text-align: center;
  color: #000;
  font-size: 18px;
  padding: 30px 20px;
  line-height: 25px;
}
.cklwjs[data-v-1246bede] {
  cursor: pointer;
  color: #66b1ff;
}
.dialog-cklwjs[data-v-1246bede] {
  cursor: pointer;
  float: left;
  line-height: 40px;
  color: #b9bfc5;
  font-size: 12px;
}
.cash_out_fee-text[data-v-1246bede] {
  color: #ec381b;
}
.dialog-footer[data-v-1246bede] {
  text-align: right;
}
.tx-tip[data-v-1246bede] {
  font-size: 12px;
  color: #a9a9a9;
}
.userCashOutNofinishTaskList-box[data-v-1246bede] {
  margin-top: 20px;
}
.tisCentent[data-v-1246bede] {
  width: 100%;
  color: #9d2323;
  font-size: 15px;
  line-height: 30px;
}
.tisCentent-title[data-v-1246bede] {
  font-size: 20px;
  color: #9d2323;  
  margin-bottom: 20px;
}

p[data-v-45dbefd9],
div[data-v-45dbefd9] {
  margin: 0;
  padding: 0;
}
p[data-v-45dbefd9] {
  line-height: 25px;
}
.payTax-box[data-v-45dbefd9] {
  width: 100%;
  height: 400px;
  overflow-y: auto;
}
.userTax[data-v-45dbefd9] {
  margin-top: 20px;
}


p[data-v-70aacd39],
div[data-v-70aacd39] {
  margin: 0;
  padding: 0;
}
.createPost-container1 .el-form-item[data-v-70aacd39] {
  margin-bottom: 0px;
}
.createPost-container1 .coverImg[data-v-70aacd39] {
  border: 1px solid #e0e0e0;
  text-align: center;
}
.createPost-container1 .navbar[data-v-70aacd39] {
  background: #f2f2f2;
  height: 50px;
  overflow: hidden;
  border-left: 5px solid #2299ee;
  border-radius: 3px;
  position: relative;
}
.createPost-container1 .book-textarea[data-v-70aacd39] {
  padding-right: 0px;
  text-indent: 2em;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdbbd;
  line-height: 2em;
  color: #7f4418;
  font-size: 14px;
}
.createPost-container1 .inp-text[data-v-70aacd39] {
  color: #7f4418;
}
.inp-text1[data-v-70aacd39] {
  color: #e02e2d;
  font-weight: bold;
}
.book-state[data-v-70aacd39] {
  margin-left: 10px;
  float: left;
  color: #2299ee;
  font-weight: bold;
  line-height: 50px;
}
.bk-btn[data-v-70aacd39] {
  line-height: 20px;
  margin-top: -40px;
  margin-right: 10px;
  float: right;
  position: relative;
}
.filter-item .close-btn[data-v-70aacd39] {
  margin-top: 50px;
  margin: 20px;
}
.content_abstract[data-v-70aacd39] {
  border-bottom: 1px solid #cdd0cb;
  font-weight: bold;
  color: #606266;
}
.createPost-container1 .coverImg img[data-v-70aacd39] {
  height: 180px;
  width: 100%;
}
.createPost-container1 .remind[data-v-70aacd39] {
  width: 100%;
  min-height: 145;
  line-height: 175px;
  text-align: center;
  color: #ddd;
}
.bk-btn[data-v-70aacd39] {
  line-height: 20px;
  margin-top: -40px;
  margin-right: 10px;
  float: right;
  position: relative;
}
.cash_out_fee-text[data-v-70aacd39] {
  color: #409eff;
}
.tax-box[data-v-70aacd39] {
  margin-top: 20px;
}
.tax-title[data-v-70aacd39] {
  width: 100%;
  line-height: 30px;
  color: #252222;
  margin-bottom: 15px;
  font-weight: bold;
  background: #b3d7f7;
  padding-left: 10px;
}
.ckjsgz[data-v-70aacd39] {
  margin-left: 30px;
  font-size: 12px;
  color: #9aa2b1;
  cursor: pointer;
  font-weight: 500;
}


a[data-v-367808da],
a[data-v-367808da]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-367808da],
ol[data-v-367808da],
h1[data-v-367808da],
h2[data-v-367808da],
h3[data-v-367808da],
h4[data-v-367808da],
p[data-v-367808da] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-367808da],
ol[data-v-367808da] {
  list-style: none;
}
.pagination-container[data-v-367808da] {
  overflow: hidden;
  margin-top: 20px;
}
.deposit-btn-box[data-v-367808da] {
  margin-bottom: 10px;
}
.zwsj[data-v-367808da] {
  width: 100%;
  min-height: 300px;
  line-height: 300px;
  text-align: center;
  color: #3f484f;
}
.search-box[data-v-367808da] {
  margin: 10px 0;
}

a[data-v-52ca31a4],
a[data-v-52ca31a4]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-52ca31a4],
ol[data-v-52ca31a4],
h1[data-v-52ca31a4],
h2[data-v-52ca31a4],
h3[data-v-52ca31a4],
h4[data-v-52ca31a4],
p[data-v-52ca31a4] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-52ca31a4],
ol[data-v-52ca31a4] {
  list-style: none;
}
.oder-info-box[data-v-52ca31a4] {
  min-height: 400px;
}
.grid-content[data-v-52ca31a4] {
  width: 100%;
  min-height: 50px;
  background: #fff;
}
.val-lable[data-v-52ca31a4] {
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  color: #bbbbbb;
  /* font-weight: bold; */
}
.val-data[data-v-52ca31a4] {
  width: 100%;
  margin-top: 10px;
  line-height: 20px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

/* .icon-iconmoney {
  font-size: 14px;
  margin-right: 10px;
} */

/* .mian-box {
  margin-top: 20px;
} */
.Pagination[data-v-52ca31a4] {
  margin-top: 15px;
  width: 100%;
  background: #fff;
  min-height: 20px;
}
.pagination-container[data-v-52ca31a4] {
  overflow: hidden;
  margin-top: 20px;
}
.search-box[data-v-52ca31a4] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 40%;
}
.box-list[data-v-52ca31a4] {
  margin-bottom: 20px;
}
.budget-lable[data-v-52ca31a4] {
  font-size: 14px;
  color: #1a86b9;
}
.survey-info[data-v-52ca31a4] {
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
  color: #bdbdbd;
}
.company[data-v-52ca31a4] {
  float: right;
}
.income a[data-v-52ca31a4] {
  color: #51d626;
}
.expenditure[data-v-52ca31a4] {
  margin-left: 20px;
}
.expenditure a[data-v-52ca31a4] {
  color: red;
}
.screen-p[data-v-52ca31a4] {
  margin-bottom: 10px;
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
}
.checkbox-box[data-v-52ca31a4] {
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
}
.share-top[data-v-52ca31a4] {
  position: absolute;
  bottom: 0px;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 50px;
}


a[data-v-28a4dc48],
a[data-v-28a4dc48]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-28a4dc48],
ol[data-v-28a4dc48],
h1[data-v-28a4dc48],
h2[data-v-28a4dc48],
h3[data-v-28a4dc48],
h4[data-v-28a4dc48],
p[data-v-28a4dc48] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-28a4dc48],
ol[data-v-28a4dc48] {
  list-style: none;
}
.oder-info-box[data-v-28a4dc48] {
  min-height: 400px;
}
.grid-content[data-v-28a4dc48] {
  width: 100%;
  min-height: 50px;
  background: #fff;
}
.mian-box[data-v-28a4dc48] {
  /* margin-top: 20px; */
}
.withd-title[data-v-28a4dc48] {
  font: 20px '\5FAE\8F6F\96C5\9ED1', sans-serif;
  color: #000;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  font-weight: bold;
}
.tips[data-v-28a4dc48] {
  width: 100%;
  /* line-height: 50px; */
  color: #999;
}
.tips span[data-v-28a4dc48] {
  /* font-weight: bold; */
  color: #000;
  margin-right: 10px;
}
.input-box[data-v-28a4dc48] {
  margin-top: 20px;
}
.yuan[data-v-28a4dc48] {
  line-height: 35px;
}
.agreement-text[data-v-28a4dc48] {
  font: 13px '\5FAE\8F6F\96C5\9ED1', sans-serif;
  color: #333;
}
.agreement-text span[data-v-28a4dc48] {
  color: #0065cb;
  cursor: pointer;
}
.agreement-con h2[data-v-28a4dc48] {
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #303133;
  font-weight: bold;
}
.agreement-con p[data-v-28a4dc48] {
  width: 100%;
  line-height: 30px;
}
.btn-box[data-v-28a4dc48] {
  margin-top: 40px;
}
.rule-box[data-v-28a4dc48] {
  width: 90%;
  margin: 0 auto;
}
.hqyzm-btn[data-v-28a4dc48] {
  width: 100%;
  line-height: 40px;
  text-align: center;
  background: #e6e6e6;
  border-radius: 4px;
}
.by-tip-skin1[data-v-28a4dc48] {
  width: 100%;
  padding: 10px 0 10px 10px;
  background: #ffffeb;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  margin-bottom: 30px;
  font-size: 14px;
}
.bo-pay .money-choice-inner[data-v-28a4dc48] {
  display: block;
  border: 1px solid #f8f8f8;
  width: 98px;
  height: 36px;
  border-radius: 4px;
}

/* .fwb {
    padding: 9px 20px;
    background: #F8F8F8;
    border: 1px solid #DDDCE1;
    color: #404040;
    border-radius: 4px;
  } */
.money-choice-self-on[data-v-28a4dc48] {
  float: left;
}
.pay-intro[data-v-28a4dc48] {
  margin-top: 20px;
  border-top: 1px solid #dddce1;
  line-height: 30px;
  padding-top: 20px;
}
.pay-intro p[data-v-28a4dc48] {
  padding-left: 10px;
  font-size: 14px;
}
.sub-btn[data-v-28a4dc48] {
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
}
.btn-box[data-v-28a4dc48] {
  margin-top: 20px;
}
.wxzf[data-v-28a4dc48] {
  height: 40px;
}

a[data-v-13f8c7a6],
a[data-v-13f8c7a6]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-13f8c7a6],
ol[data-v-13f8c7a6],
h1[data-v-13f8c7a6],
h2[data-v-13f8c7a6],
h3[data-v-13f8c7a6],
h4[data-v-13f8c7a6],
p[data-v-13f8c7a6] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-13f8c7a6],
ol[data-v-13f8c7a6] {
  list-style: none;
}
.oder-info-box[data-v-13f8c7a6] {
  min-height: 400px;
}
.agreement-con h2[data-v-13f8c7a6] {
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #303133;
  font-weight: bold;
}
.agreement-con p[data-v-13f8c7a6] {
  width: 100%;
  line-height: 30px;
}



a[data-v-0221e30f],
a[data-v-0221e30f]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-0221e30f],
ol[data-v-0221e30f],
h1[data-v-0221e30f],
h2[data-v-0221e30f],
h3[data-v-0221e30f],
h4[data-v-0221e30f],
p[data-v-0221e30f] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-0221e30f],
ol[data-v-0221e30f] {
  list-style: none;
}
.oder-info-box[data-v-0221e30f] {
  min-height: 400px;
}
.grid-content[data-v-0221e30f] {
  width: 100%;
  min-height: 50px;
  background: #fff;
}
.val-lable[data-v-0221e30f] {
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  color: #bbbbbb;
  /* font-weight: bold; */
}
.val-data[data-v-0221e30f] {
  width: 100%;
  margin-top: 10px;
  line-height: 20px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

/* .icon-iconmoney {
    font-size: 14px;
    margin-right: 10px;
  } */

/* .mian-box {
    margin-top: 20px;
  } */
.Pagination[data-v-0221e30f] {
  margin-top: 15px;
  width: 100%;
  background: #fff;
  min-height: 20px;
}
.pagination-container[data-v-0221e30f] {
  overflow: hidden;
  margin-top: 20px;
}
.search-box[data-v-0221e30f] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 40%;
}
.box-list[data-v-0221e30f] {
  margin-bottom: 20px;
}
.budget-lable[data-v-0221e30f] {
  font-size: 14px;
  color: #1a86b9;
}
.survey-info[data-v-0221e30f] {
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
  color: #bdbdbd;
}
.income a[data-v-0221e30f] {
  color: #51d626;
}
.expenditure[data-v-0221e30f] {
  margin-left: 20px;
}
.expenditure a[data-v-0221e30f] {
  color: red;
}
.screen-p[data-v-0221e30f] {
  margin-bottom: 10px;
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
}
.checkbox-box[data-v-0221e30f] {
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
}
.share-top[data-v-0221e30f] {
  position: absolute;
  bottom: 0px;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 50px;
}
.body-title[data-v-0221e30f] {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

a[data-v-b053b2d4],
a[data-v-b053b2d4]:hover {
  text-decoration: none;
  outline: none;
}
ul[data-v-b053b2d4],
ol[data-v-b053b2d4],
h1[data-v-b053b2d4],
h2[data-v-b053b2d4],
h3[data-v-b053b2d4],
h4[data-v-b053b2d4],
p[data-v-b053b2d4],
img[data-v-b053b2d4]
 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-b053b2d4],
ol[data-v-b053b2d4] {
  list-style: none;
}
.shopList[data-v-b053b2d4]{
  width: 100%;
  background:#fff;
  padding: 20px;
}
.list-box[data-v-b053b2d4] {
  margin-bottom: 20px;
  height: 420px;
}
.data-list[data-v-b053b2d4] {
  height: 380px;
}
.shop-info[data-v-b053b2d4] {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.shop-name[data-v-b053b2d4] {
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-weight: bold;
  color: #000;
}
.description[data-v-b053b2d4] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #7d7777;
  line-height: 28px;
  font-size: 14px;
  margin-top: 15px;
  border-top: 1px solid #cac6c6;
  padding-top: 10px;
  height: 50px;
}
.distribution-description[data-v-b053b2d4] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #7d7777;
  line-height: 28px;
  font-size: 14px;
  margin-top: 15px;
  height: 50px;
}
.addShop[data-v-b053b2d4] {
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  margin-left: 30px;
  font-weight: 500;
  padding: 5px 10px;
  background: #d39324;
  border-radius: 20px;
}
.shop-cover[data-v-b053b2d4] {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar[data-v-b053b2d4] {
  width: 100px;
  height: 100px;
}
.upload-ts[data-v-b053b2d4] {
  color: #d4cece;
  font-size: 12px;
  line-height:40px;
}
.cover-bg[data-v-b053b2d4] {
  float: left;
  margin-right: 20px;
}
.column-title[data-v-b053b2d4] {
  width: 100%;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.column-span[data-v-b053b2d4] {
  font-weight: bold;
}
.shopLevel_img[data-v-b053b2d4] {
  width: 110px;
}
.days_difff[data-v-b053b2d4] {
  width: 100%;
  margin: 10px 0;
  font-size: 15px;
  color: #9b0605;
  text-align: center;
}
.memberAndresALL[data-v-b053b2d4] {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}
.right-t[data-v-b053b2d4] {
  float: right;
}


a[data-v-644b1c42],
a[data-v-644b1c42]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-644b1c42],
ol[data-v-644b1c42],
h1[data-v-644b1c42],
h2[data-v-644b1c42],
h3[data-v-644b1c42],
h4[data-v-644b1c42],
p[data-v-644b1c42] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-644b1c42],
ol[data-v-644b1c42] {
  list-style: none;
}
.oder-info-box[data-v-644b1c42] {
  min-height: 400px;
}
.grid-content[data-v-644b1c42] {
  width: 100%;
  min-height: 50px;
  background: #fff;
}
.val-lable[data-v-644b1c42] {
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  color: #bbbbbb;
  /* font-weight: bold; */
}
.val-data[data-v-644b1c42] {
  width: 100%;
  margin-top: 10px;
  line-height: 20px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

/* .icon-iconmoney {
    font-size: 14px;
    margin-right: 10px;
  } */

/* .mian-box {
    margin-top: 20px;
  } */
.Pagination[data-v-644b1c42] {
  margin-top: 15px;
  width: 100%;
  background: #fff;
  min-height: 20px;
}
.pagination-container[data-v-644b1c42] {
  overflow: hidden;
  margin-top: 20px;
}
.search-box[data-v-644b1c42] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 40%;
}
.box-list[data-v-644b1c42] {
  margin-bottom: 20px;
}
.budget-lable[data-v-644b1c42] {
  font-size: 14px;
  color: #1a86b9;
}
.survey-info[data-v-644b1c42] {
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
  color: #bdbdbd;
}
.income a[data-v-644b1c42] {
  color: #51d626;
}
.expenditure[data-v-644b1c42] {
  margin-left: 20px;
}
.expenditure a[data-v-644b1c42] {
  color: red;
}
.screen-p[data-v-644b1c42] {
  margin-bottom: 10px;
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
}
.checkbox-box[data-v-644b1c42] {
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
}
.share-top[data-v-644b1c42] {
  position: absolute;
  bottom: 0px;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 50px;
}
.body-title[data-v-644b1c42] {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

p[data-v-2bb41d24],
label[data-v-2bb41d24],
span[data-v-2bb41d24],
img[data-v-2bb41d24] {
  margin: 0;
  padding: 0;
}
.shop-box[data-v-2bb41d24] {
  background: #bc1a29;
  padding-bottom: 50px;
  width: 100%;
  min-height: 200px;
  position: relative;
}
.main-box[data-v-2bb41d24] {
  background: #bc1a29;
}
.total_income_fee[data-v-2bb41d24] {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 270px;
  font-size: 50px;
  color: #fecd3e;
}
.shImg[data-v-2bb41d24] {
  width: 100%;
}
.sc-button[data-v-2bb41d24] {
  width: 80%;
  margin: 40px auto;
}
.income3[data-v-2bb41d24] {
  width: 100%;
}
.income1-box[data-v-2bb41d24] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.income1[data-v-2bb41d24] {
  width: 60%;
}
.income2-box[data-v-2bb41d24] {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.income2[data-v-2bb41d24] {
  width: 60%;
  float: left;
}
.income4[data-v-2bb41d24] {
  width: 60%;
  float: right;
}
.income-title[data-v-2bb41d24] {
  text-align: center;
  width: 100%;
  font-size: 25px;
  color: #f1e2cb;
}
.taskIndex-box[data-v-2bb41d24] {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.smjdt[data-v-2bb41d24] {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 20px;
}


ul li[data-v-7222b767] {
  list-style: none;
}
img[data-v-7222b767] {
  vertical-align: middle;
}
a[data-v-7222b767],
body[data-v-7222b767] {
  color: #333;
}
a[data-v-7222b767] {
  text-decoration: none;
}
.meunt[data-v-7222b767] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  background: #fff;
}
.main-box[data-v-7222b767] {
  width: 960px;
  min-height: 100px;
  margin: 80px auto;
}
.top[data-v-7222b767] {
  padding: 10px;
  padding-left: 20px;
  line-height: 40px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.title[data-v-7222b767] {
  font-size: 32px;
  color: #222;
  line-height: 40px;
  font-weight: 800;
}
.desc[data-v-7222b767] {
  margin: 20px 0;
  font-size: 16px;
  color: #333;
  line-height: 27px;
  word-wrap: break-word;
  text-align: justify;
}

/* .desc p {
    white-space: pre-wrap;
  } */
.el-form-item[data-v-7222b767] {
  margin-bottom: 22px;
}
.btn-box[data-v-7222b767] {
  width: 100%;
  text-align: right;
}
.el-checkbox-button[data-v-7222b767] {
  padding: 4px;
}
.upload-background[data-v-7222b767] {
  background: #fbfdff;
}
.btn-text[data-v-7222b767] {
  font-size: 20px;
  padding: 15px;
}
.font-color[data-v-7222b767] {
  color: #f56c6c;
}

div[data-v-79932f19],
p[data-v-79932f19],
li[data-v-79932f19],
span[data-v-79932f19],
img[data-v-79932f19] {
  margin: 0;
  padding: 0;
}
ul li[data-v-79932f19] {
  list-style: none;
}
img[data-v-79932f19] {
  vertical-align: middle;
}
a[data-v-79932f19],
body[data-v-79932f19] {
  color: #333;
}
a[data-v-79932f19] {
  text-decoration: none;
}
.meunt[data-v-79932f19] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.article-left[data-v-79932f19] {
  width: 80%;
  min-height: 500px;
  /* float: left; */
  background: #fff;
  /* box-shadow: 1px 1px 20px 1px #dcd8d8; */
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  padding: 82px;
}
.article-right[data-v-79932f19] {
  width: 18%;
  min-height: 300px;
  /* float: right; */
  background: #fff;
  /* box-shadow: 1px 1px 20px 1px #dcd8d8; */
  position: absolute;
  right: -230px;
}
.center-text[data-v-79932f19] {
  width: 95%;
  min-height: 200px;
  margin: 20px auto;
}
.ydqw[data-v-79932f19] {
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(top,
      rgba(255, 251, 251, 0.78),
      rgba(249, 249, 249, 0.78),
      rgb(218, 217, 217));
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: 0;
}
.article-box[data-v-79932f19] {
  width: 89%;
  min-height: 500px;
  margin: 80px auto;
  /* overflow: hidden; */
  /* background:#f5f5f5; */
  padding: 10px 30px;
  position: relative;
}
.moveRight[data-v-79932f19] {
  right: 30px;
  transition: 2s;
  -webkit-transition: 2s;
}
.article-title[data-v-79932f19] {
  font-size: 24px;
  /* font-weight: bold; */
  padding: 10px;
  width: 100%;
}
.release[data-v-79932f19] {
  font-size: 14px;
  padding: 10px;
  color: #666;
  position: relative;
}
.isCharge[data-v-79932f19] {
  position: absolute;
  top: 0px;
  left: -30px;
  z-index: 20px;
}
.icontag[data-v-79932f19],
.dianpu[data-v-79932f19] {
  color: #666;
  margin-left: 30px;
  margin-right: 10px;
}
.dianpu1[data-v-79932f19] {
  color: #666;
  float: right;
  margin-left: 30px;
  font-size: 14px;
}
.article-QR[data-v-79932f19] {
  padding: 10px;
  text-align: center;
}
.articleQRimg[data-v-79932f19] {
  width: 100px;
}
.QR[data-v-79932f19] {
  font-size: 14px;
  color: #666;
}
.el-rate[data-v-79932f19] {
  display: inline;
}
.use-btn[data-v-79932f19] {
  padding: 10px 20px;
  font-size: 14px;
  background: #ff0003;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.icon[data-v-79932f19] {
  color: #cacaca;
}
.use-btn[data-v-79932f19]:hover {
  background: #ef8384;
}
.article-statement[data-v-79932f19] {
  border-top: 1px solid #e4dfdf;
  color: #868690;
  padding-top: 15px;
  font-size: 14px;
  line-height: 25px;
}
.article-con[data-v-79932f19] {
  font-size: 16px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

/* .showContent {
    height: 500px;
  } */
.icon-erweima[data-v-79932f19] {
  font-size: 20px;
  color: #666;
}
.social-share .social-share-icon[data-v-79932f19] {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.6s ease-out 0s;
  transition: background 0.6s ease-out 0s;
}
.share-box[data-v-79932f19] {
  position: absolute;
  top: 85px;
  right: 30px;
  cursor: pointer;
  border-radius: 4px;
}
.share-icon[data-v-79932f19] {
  font-size: 20px;
  line-height: 35px;
}
.ydqw span[data-v-79932f19] {
  padding: 5px 10px;
  border: 1px solid #c2341f;
  color: #c2341f;
  cursor: pointer;
  border-radius: 4px;
  line-height: 40px;
}
.share[data-v-79932f19] {
  width: 100%;
  line-height: 40px;
  margin-top: 20px;
}
.share-cont[data-v-79932f19] {
  margin-right: 20px;
  display: inline;
}
.stylrCopy[data-v-79932f19] {
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  /* KHTML内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}
.detail-box[data-v-79932f19] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.detail[data-v-79932f19] {
  width: 100%;
  overflow: hidden;
  background: rgba(17, 17, 19, 0.11);
}
.preview-img wp__bg[data-v-79932f19] {
  background: #ccc
}
.wzjg[data-v-79932f19] {
  font-size: 18px;
  color: red;
}
.jy-box[data-v-79932f19] {
  min-height: 460px;
}
.icon-weixinzhifu1[data-v-79932f19] {
  font-size: 30px;
  color: #09bb07;
  margin-right: 10px;
}
.yfje[data-v-79932f19] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.pay-type[data-v-79932f19] {
  width: 400px;
  margin: 0 auto;
}
.is-all-vip[data-v-79932f19] {
  font-size: 22px;
  color: red;
}
.agreement[data-v-79932f19] {
  cursor: pointer;
}
.yezf[data-v-79932f19] {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.dqye[data-v-79932f19] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  color: #806868;
}
.agreement-p[data-v-79932f19] {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
  text-align: center;
}
.pay-btn[data-v-79932f19] {
  text-align: center;
  margin-top: 20px;
}
.sjzf[data-v-79932f19] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #806868;
}
.xzkc[data-v-79932f19] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.sell_price[data-v-79932f19] {
  color: red;
  font-size: 32px
}
.pay-box[data-v-79932f19] {
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
}
.radio-box2[data-v-79932f19] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.qrcode[data-v-79932f19] {
  width: 150px;
  margin: 20px auto;
}
.erwm[data-v-79932f19] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.wxsmzf[data-v-79932f19] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.buy-btn[data-v-79932f19] {
  background: red;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
}
.buy-btn-ygm[data-v-79932f19] {
  color: #ed1010;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
}
.jy-title-name[data-v-79932f19] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #e5dbdb;
  padding-bottom: 10px;
  color: #000;
}
.pay-type-box[data-v-79932f19] {
  margin-top: 20px;
}

a[data-v-3a1a7424],
a[data-v-3a1a7424]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-3a1a7424],
ol[data-v-3a1a7424],
h1[data-v-3a1a7424],
h2[data-v-3a1a7424],
h3[data-v-3a1a7424],
h4[data-v-3a1a7424],
p[data-v-3a1a7424] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-3a1a7424],
ol[data-v-3a1a7424] {
  list-style: none;
}
.oder-info-box[data-v-3a1a7424] {
  min-height: 400px;
}
.agreement-con[data-v-3a1a7424] {
  height: 500px;
  overflow-y: auto;
  width: 100%;
}
.agreement-con h2[data-v-3a1a7424] {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #303133;
  font-weight: bold;
}
.agreement-con p[data-v-3a1a7424] {
  width: 100%;
  line-height: 30px;
}





























































































































































/* * {
  margin: 0;
  padding: 0;
} */
ul li[data-v-272abde8] {
  list-style: none;
  margin: 0;
  padding: 0;
}
a[data-v-272abde8] {
  text-decoration: none;
  color: #ADADAF;
  font-size: 13px;
}
.comment[data-v-272abde8] {
  width: 100%;
}
.comment-list[data-v-272abde8] {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.author[data-v-272abde8] {
  margin-bottom: 15px;
}
.comment .meta[data-v-272abde8] {
  font-size: 12px;
  color: #969696;
}
.v-tooltip-container[data-v-272abde8] {
  position: relative;
}
.v-tooltip-container[data-v-272abde8],
.v-tooltip-content[data-v-272abde8] {
  display: inline-block;
}
.avatar[data-v-272abde8] {
  margin-right: 5px;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  display: inline-block;
}
.comment .info[data-v-272abde8] {
  display: inline-block;
  vertical-align: middle;
}
.comment.name[data-v-272abde8] {
  font-size: 15px;
  color: #333;
}
.comment.meta[data-v-272abde8] {
  font-size: 12px;
  color: #969696;
}
.tool-group[data-v-272abde8] {
  margin-top: 10px
}
.tool-group a[data-v-272abde8] {
  margin-right: 10px;
  font-size: 13px;
  color: #969696;
  display: inline-block;
  cursor: pointer;
}
.comment-wrap[data-v-272abde8] {
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
  color: #333;
}
.pinglun-box[data-v-272abde8] {
  margin-top: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
.pinglun-title[data-v-272abde8] {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.write[data-v-272abde8] {
  float: right;    
  cursor: pointer
}
.icon-zuozhe1[data-v-272abde8] {
  font-size: 20px;
}
.pinglun-mun[data-v-272abde8] {
  font-size: 12px;
  color: #464646;
  margin-left: 10px;
}
.avatarimg[data-v-272abde8] {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.wxts[data-v-272abde8]{
  font-size: 14px;
  color: #dcb317;
}

*[data-v-f906ec50] {
  margin: 0;
  padding: 0;
}
.box[data-v-f906ec50] {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.article-title[data-v-f906ec50] {
  color: #0c0c0c;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
}
.article-con[data-v-f906ec50] {
  font-size: 16px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.show[data-v-f906ec50] {
  width: 90%;
  margin: 0 auto;
}
.show li[data-v-f906ec50] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.show img[data-v-f906ec50] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.show input[type='radio'][data-v-f906ec50] {
  display: none;
}
.show input[type='radio']+span[data-v-f906ec50] {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.release-box[data-v-f906ec50] {
  border-bottom: 1px solid #e2e3e4;
  padding-bottom: 20px;
}
.release[data-v-f906ec50] {
  min-height: 20px;
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
  color: rgba(0, 0, 0, .3);
}
.btn-text[data-v-f906ec50] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  padding-top: 20px;
}
.article-con-nostly[data-v-f906ec50] {
  font-size: 16px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}
.article-con-nostly[data-v-f906ec50] p {
  line-height: 1.75em;
  font-size: 16px;
  color: rgba(0, 0, 0, .9);
  letter-spacing: 1px;
  visibility: visible;
}
.article-con-nostly[data-v-f906ec50] img {
  width: 100%;
  height: auto;
}
.article-con-nostly[data-v-f906ec50] audio {
  width: 100%;
  height: 55px;
  background: #f1f3f4;
}
.article-con-nostly[data-v-f906ec50] video {
  width: 100%;
  height: auto;
}
.article-con-nostly[data-v-f906ec50] .mobile-author {
  color: rgba(0, 0, 0, .9);
  font-size: 16px;
  line-height: 50px;
}
.article-con-nostly[data-v-f906ec50] .mobile-title {
  font-size: 22px;
  line-height: 50px;
  font-weight: 400;
  color: rgba(0, 0, 0, .9);
}

p[data-v-d11a575e] {
  margin: 0;
  padding: 0;
}
ul li[data-v-d11a575e] {
  list-style: none;
}
img[data-v-d11a575e] {
  vertical-align: middle;
}
a[data-v-d11a575e],
body[data-v-d11a575e] {
  color: #333;
}
a[data-v-d11a575e] {
  text-decoration: none;
}
.home-box[data-v-d11a575e] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-d11a575e] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-d11a575e] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  background: #fff;
}
.main[data-v-d11a575e] {
  width: 89%;
  min-height: 300px;
  margin: 80px auto;
  background: #fff;
  padding-bottom: 20px;
}
.main-left[data-v-d11a575e] {
  width: 200px;
  min-height: 500px;
  float: left;
  /* border: solid 1px #e6e6e6; */
  border-top: 2px solid red;
  background: #f7f6f6;
}
.main-right[data-v-d11a575e] {
  width: 740px;
  min-height: 500px;
  /* background:#f1f1f1; */
  float: right;
}
.el-menu[data-v-d11a575e] {
  min-height: 500px;
  text-align: center;
  border-right: none;
}
.all-aspect[data-v-d11a575e] {
  width: 100%;
  line-height: 40px;
  text-align: center;
  background: #f1f1f1;
}
.fl-box[data-v-d11a575e] {
  width: 100%;
  min-height: 10px;
}
.el-menu-item[data-v-d11a575e],
.el-submenu__title[data-v-d11a575e] {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ece6e6;
}
.aspect-box[data-v-d11a575e] {
  width: 300px;
}
.aspect-list[data-v-d11a575e] {
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  float: left;
  padding: 10px;
  cursor: pointer
}
.active[data-v-d11a575e] {
  color: red;
}
.aspect[data-v-d11a575e] {
  width: 100%;
  height: 40px;
  /* background: #000; */
  color: #000;
  line-height: 40px;
  /* padding-left: 10px; */
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px dotted #e8e1e1
}
.qh-aspect[data-v-d11a575e] {
  /* float: right; */
  font-size: 14px;
  margin-left: 10px;
  font-weight: normal;
  cursor: pointer;
  color: #b7b7b7
}
.qh-aspect[data-v-d11a575e]:hover {
  color: #f7b82a;
}
.zanwu[data-v-d11a575e] {
  width: 100%;
  text-align: center;
  margin-top: 20%
}
.zanwu img[data-v-d11a575e] {
  width: 100px;
}
.zanwu p[data-v-d11a575e] {
  color: #ddd;
  line-height: 40px;
}
.share-cont[data-v-d11a575e] {
  display: inline;
}
.share[data-v-d11a575e] {
  width: 100%;
  line-height: 40px;
  margin-top: 20px;
  text-align: right;
}
.loading-box[data-v-d11a575e]{
  width:100%;
  line-height:50px;
  text-align:center;
  margin-top:20px;
}
.el-icon-loading[data-v-d11a575e]{
  font-size:24px;
}
.loading-box1[data-v-d11a575e]{
  width:100%;
  height:30px;
  text-align:center;
  margin-top:20px;    
  line-height:30px;    
  background: #efefef;
  border-radius: 50px;
  color: #c1c1c1;
  font-size: 12px;
}

*[data-v-a6ce3f64] {
  margin: 0;
  padding: 0;
}
ul li[data-v-a6ce3f64] {
  list-style: none;
}
a[data-v-a6ce3f64] {
  text-decoration: none;
  color: #ADADAF;
  font-size: 13px;
}
.catalogue-box[data-v-a6ce3f64] {
  width: 100%;
  min-height: 200px;
  margin-bottom: 20px;
}
.list-box[data-v-a6ce3f64] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color:#a2a2a2;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  position: relative;
  font-weight: 700;
}
.btn-bottom[data-v-a6ce3f64] {
  position: absolute;
  right: 0;
  top: 0
}

p[data-v-2b0adb8b] {
  margin: 0;
  padding: 0;
}
.tree-box[data-v-2b0adb8b] {
  width: 100%;
  border: 1px solid #ddd;
  min-height: 80vh;
}
.selectedText[data-v-2b0adb8b] {
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #ddd;
  text-align: center;
  margin-bottom: 20px;
}
.selecte-list[data-v-2b0adb8b] {
  min-width: 500px;
  height: 200px;
}
.selecte-li[data-v-2b0adb8b] {
  float: left;
  list-style: none;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #ddd;
  cursor: pointer
}
.input-box[data-v-2b0adb8b],.ckqb[data-v-2b0adb8b]{
  width: 90%;
  margin: 10px auto;
}
.el-button[data-v-2b0adb8b]{
    width: 100%;
}  

*[data-v-8beb2f50] {
  margin: 0;
  padding: 0;
  outline: none
}
a[data-v-8beb2f50] {
  text-decoration: none;
}
ul[data-v-8beb2f50],
li[data-v-8beb2f50] {
  list-style: none;
  position: relative;
}
.deployable[data-v-8beb2f50] {
  border-top: 1px solid #ff0003;
}
.margin-tool[data-v-8beb2f50] {
  margin-top: 10px;
}
.el-collapse[data-v-8beb2f50] {
  padding-bottom: 30px;
}
.content-box[data-v-8beb2f50] {
  width: 100%;
  overflow: hidden;
}
.title[data-v-8beb2f50] {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}
.title-right[data-v-8beb2f50] {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.imgmar[data-v-8beb2f50] {
  width: 100%;
  float: left;
  height: 110px;
  margin-right: 21px;
}
.cover[data-v-8beb2f50] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  /* border: 1px solid #f0f0f0; */
}
.img-box[data-v-8beb2f50] {
  margin: 15px 0;
  overflow: hidden;
}
.cover-box[data-v-8beb2f50] {
  margin: 15px 0;
  overflow: hidden;
}
.el-collapse[data-v-8beb2f50] {
  position: relative;
}
.textSection-box[data-v-8beb2f50] {
  width: 99%;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
  position: absolute;
  bottom: 0
}
.textSection-right-box[data-v-8beb2f50] {
 
  width: 100%;
  /* background: #f5f5f5; */
  height: auto;
  margin-top: 10px;
}
.jsd-meta[data-v-8beb2f50] {
  color: #ea6f5a !important;
  margin-left: 15px;
}
.textSection-box a[data-v-8beb2f50] {
  margin-right: 10px;
  color: #b4b4b4;
}
.rate[data-v-8beb2f50] {
  font-size: 14px;
  overflow: hidden;
  height: auto;
  margin-top: 15px;
}
.rate label[data-v-8beb2f50],
.rate p[data-v-8beb2f50] {
  float: left;
  margin-right: 10px;
  /* line-height: 30px; */
  color: #f7ba2a !important;
}
.rate p[data-v-8beb2f50] {
  margin-right: 20px;
  width: 200px;
  overflow: hidden;
}
.excerpt-box[data-v-8beb2f50] {
  margin-top: 10px;
}
.excerpt-box span[data-v-8beb2f50] {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article_content-box[data-v-8beb2f50] {
  margin-top: 20px;
}
.article_content-box span[data-v-8beb2f50] {
  font-size: 15px;
  line-height: 30px;
}
.xqbtn[data-v-8beb2f50] {
  color: #e29d91 !important;
  float: right;
  margin-left: 15px;
}
.svg-box[data-v-8beb2f50] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
}
.svg-box1[data-v-8beb2f50] {
  background-image: url(/static/img/01.c18eaf8.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box2[data-v-8beb2f50] {
  background-image: url(/static/img/02.7793711.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box3[data-v-8beb2f50] {
  background-image: url(/static/img/03.934f51a.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box4[data-v-8beb2f50] {
  background-image: url(/static/img/04.9a6d971.jpg);
  height: 120px;
  text-align: center;
  line-height: 150px;
  line-height: 120px;
  background-size:100%
}
.svg-box5[data-v-8beb2f50] {
  background-image: url(/static/img/05.6dc814f.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box6[data-v-8beb2f50] {
  background-image: url(/static/img/06.737e099.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box7[data-v-8beb2f50] {
  background-image: url(/static/img/07.114fed3.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box8[data-v-8beb2f50] {
  background-image: url(/static/img/08.e946a1f.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box9[data-v-8beb2f50] {
  background-image: url(/static/img/09.7ef65f5.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box10[data-v-8beb2f50] {
  background-image: url(/static/img/10.adc6807.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box11[data-v-8beb2f50] {
  background-image: url(/static/img/11.f5b6d80.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box12[data-v-8beb2f50] {
  background-image: url(/static/img/12.482fca9.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box13[data-v-8beb2f50] {
  background-image: url(/static/img/13.94da4f7.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box14[data-v-8beb2f50] {
  background-image: url(/static/img/14.2d1360f.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box15[data-v-8beb2f50] {
  background-image: url(/static/img/15.6bcdb5c.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box16[data-v-8beb2f50] {
  background-image: url(/static/img/16.c3ca3b8.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box17[data-v-8beb2f50] {
  background-image: url(/static/img/17.49677d4.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box18[data-v-8beb2f50] {
  background-image: url(/static/img/18.c1c49fc.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box19[data-v-8beb2f50] {
  background-image: url(/static/img/19.5ee93b7.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.svg-box20[data-v-8beb2f50] {
  background-image: url(/static/img/20.d73b998.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-size:100%
}
.cover-svg[data-v-8beb2f50] {    
  width: 60%;
  height: 40px;
  margin:40px 0 0 0;
}


p[data-v-16ce865b],
  div[data-v-16ce865b],
  span[data-v-16ce865b],
  ul[data-v-16ce865b],
  li[data-v-16ce865b] {
    margin: 0;
    padding: 0;
}
li[data-v-16ce865b] {
    list-style: none;
}
.testPaper-more[data-v-16ce865b] {
    overflow: hidden;
    background: url(/static/img/bj.9c6673e.png);
}
.meunt[data-v-16ce865b] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 9;
    top: 0;
    overflow: hidden;
}
.main-box[data-v-16ce865b] {
    width: 89%;
    margin: 0px auto;
    clear: both;
    /* padding-top: 80px; */
    padding-bottom: 20px;
}
.testPaper-main[data-v-16ce865b] {
    width: 100%;
    overflow: hidden;
    background: rgba(183, 183, 185, 0.11);
}
.checkbox-box[data-v-16ce865b] {
    width: 100%;
}
.screen-p[data-v-16ce865b] {
    margin-bottom: 5px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
    border-bottom: 1px dashed #f33e3e;
    padding-bottom: 5px;
}
.testpaper-list-box[data-v-16ce865b] {
    width: 100%;   
    margin-top: 10px;
}
.testpaper-list-sort[data-v-16ce865b] {
    border-bottom: 1px solid #ddd;
    /* overflow: hidden; */
    width: 100%;
    height: 40px;
}
.zj-right-top[data-v-16ce865b] {
    float: right;
    line-height: 40px;
    font-size: 12px;
}
.testpaper-list-li[data-v-16ce865b] {
    margin-top: 10px;
}
.icon-shijuan[data-v-16ce865b] {
    font-size: 18px;
    color: #e65b5b;
}
.testpaper-list-li a[data-v-16ce865b] {
    font-size: 15px;
    color: #000;
}
.created_at[data-v-16ce865b] {
    font-size: 12px;
    color: #d6c8c8;
    float: right;
}
.test-paper-info[data-v-16ce865b] {
    width: 100%;
    height: 30px;
    background: #f9f9f9;
    margin-top: 5px;
    line-height: 30px;
}
.dianpu[data-v-16ce865b] {
    margin-left: 20px;
    font-size: 12px;
    color: #b7b4b4;
}
.shop[data-v-16ce865b] {
    font-size: 12px;
    display: inline;
    margin-left: 10px;
    color: #b7b4b4;
}
.shop_name[data-v-16ce865b] {
    font-size: 12px;
    color: #d27272;
}
.label-phb[data-v-16ce865b] {
    line-height: 40px;
    padding-left: 10px;
    font-weight: 700;
    color: #000000;
}
.tub-box[data-v-16ce865b] {
    width: 100%;
    margin-bottom: 10px;
}
.tj-title[data-v-16ce865b] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
}
.tj-title a[data-v-16ce865b] {
    font-size: 15px;
    color: #4a4a4a;
}
.el-icon-s-data[data-v-16ce865b] {
    color: #16b71b;
    float: right;
    margin-top: 10px;
}
.box-card[data-v-16ce865b] {
    line-height: 25px;
    border: 1px solid #ebeef5;
    color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    font-weight: 700;
}
.zfwl[data-v-16ce865b] {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    color: #000000;
}
.zfwl-mun[data-v-16ce865b] {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    color: red;
}
.share-cont[data-v-16ce865b] {
    display: inline;
}
.share-top .social-share .social-share-icon[data-v-16ce865b] {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
}
.share-top[data-v-16ce865b] {
    font-size: 14px;
}
.pagination-box[data-v-16ce865b] {
    margin-top: 10px;
    text-align: right;
}
.zwsj[data-v-16ce865b] {
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
    color: #ddd;
    font-size: 20px;
}
.list-box[data-v-16ce865b] {
    width: 100%;
    overflow: hidden;
}
.testPaperBanner[data-v-16ce865b]{
    width: 100%;
    margin-top:60px
}

span[data-v-b7d1e6d8],
p[data-v-b7d1e6d8],
div[data-v-b7d1e6d8] {
  margin: 0;
  padding: 0;
}
ul li[data-v-b7d1e6d8] {
  list-style: none;
}
img[data-v-b7d1e6d8] {
  vertical-align: middle;
}
a[data-v-b7d1e6d8],
body[data-v-b7d1e6d8] {
  color: #333;
}
a[data-v-b7d1e6d8] {
  text-decoration: none;
}
.meunt[data-v-b7d1e6d8] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.article-left[data-v-b7d1e6d8] {
  width: 80%;
  min-height: 500px;
  /* float: left; */
  background: #fff;
  /* box-shadow: 1px 1px 20px 1px #dcd8d8; */
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  padding: 82px;
}
.article-right[data-v-b7d1e6d8] {
  width: 18%;
  min-height: 300px;
  /* float: right; */
  background: #fff;
  /* box-shadow: 1px 1px 20px 1px #dcd8d8; */
  position: absolute;
  right: -230px;
}
.center-text[data-v-b7d1e6d8] {
  width: 95%;
  min-height: 200px;
  margin: 20px 0;
}
.ydqw[data-v-b7d1e6d8] {
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(top,
      rgba(255, 251, 251, 0.78),
      rgba(249, 249, 249, 0.78),
      rgb(218, 217, 217));
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: 0;
}
.article-box[data-v-b7d1e6d8] {
  width: 89%;
  min-height: 500px;
  margin: 80px auto;
  /* overflow: hidden; */
  /* background:#f5f5f5; */
  padding: 10px 30px;
  position: relative;
}
.moveRight[data-v-b7d1e6d8] {
  right: 30px;
  transition: 2s;
  -webkit-transition: 2s;
}
.article-title[data-v-b7d1e6d8] {
  font-size: 24px;
  /* font-weight: bold; */
  padding: 10px 0;
  width: 100%;
}
.release[data-v-b7d1e6d8] {
  font-size: 14px;
  padding: 10px 0;
  color: #666;
  position: relative;
}
.isCharge[data-v-b7d1e6d8] {
  position: absolute;
  top: 0px;
  left: -30px;
  z-index: 20px;
}
.icontag[data-v-b7d1e6d8],
.dianpu[data-v-b7d1e6d8] {
  color: #666;
  margin-right: 30px;
  font-size: 14px;
}
.dianpu1[data-v-b7d1e6d8] {
  color: #666;
  float: right;
  margin-left: 30px;
  font-size: 14px;
}
.article-QR[data-v-b7d1e6d8] {
  padding: 10px;
  text-align: center;
}
.articleQRimg[data-v-b7d1e6d8] {
  width: 100px;
}
.QR[data-v-b7d1e6d8] {
  font-size: 14px;
  color: #666;
}
.el-rate[data-v-b7d1e6d8] {
  display: inline;
}
.use-btn[data-v-b7d1e6d8] {
  padding: 10px 20px;
  font-size: 14px;
  background: #ff0003;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.icon[data-v-b7d1e6d8] {
  color: #cacaca;
}
.use-btn[data-v-b7d1e6d8]:hover {
  background: #ef8384;
}
.article-statement[data-v-b7d1e6d8] {
  border-top: 1px solid #e4dfdf;
  color: #868690;
  padding-top: 15px;
  font-size: 14px;
  line-height: 25px;
}
.article-con[data-v-b7d1e6d8] {
  font-size: 16px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.showContent[data-v-b7d1e6d8] {
  height: 500px;
}
.icon-erweima[data-v-b7d1e6d8] {
  font-size: 20px;
  color: #666;
}
.social-share .social-share-icon[data-v-b7d1e6d8] {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.6s ease-out 0s;
  transition: background 0.6s ease-out 0s;
}
.share-box[data-v-b7d1e6d8] {
  position: absolute;
  top: 85px;
  right: 30px;
  cursor: pointer;
  border-radius: 4px;
}
.share-icon[data-v-b7d1e6d8] {
  font-size: 20px;
  line-height: 35px;
}
.ydqw span[data-v-b7d1e6d8] {
  padding: 5px 10px;
  border: 1px solid #c2341f;
  color: #c2341f;
  cursor: pointer;
  border-radius: 4px;
  line-height: 40px;
}
.share[data-v-b7d1e6d8] {
  width: 100%;
  line-height: 40px;
  margin-top: 20px;
}
.share-cont[data-v-b7d1e6d8] {
  margin-right: 20px;
  display: inline;
}
.stylrCopy[data-v-b7d1e6d8] {
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  /* KHTML内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}
.detail-box[data-v-b7d1e6d8] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.detail[data-v-b7d1e6d8] {
  width: 100%;
  overflow: hidden;
  min-height: 600px;
  background: rgba(17, 17, 19, 0.11);
}
.preview-img wp__bg[data-v-b7d1e6d8] {
  background: #ccc
}
.jzz-box[data-v-b7d1e6d8] {
  width: 80%;
  min-height: 100vh;
  margin: 60px auto;
  background-color: #fff;
  padding: 20px;
}

.box[data-v-9e68df1c] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.detail[data-v-9e68df1c] {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.article-title[data-v-9e68df1c] {
  width: 100%;
  font-size: 15px;
  /* font-weight: bold;   */
  margin: 10px 0 0 0;
}
.comment-box[data-v-9e68df1c] {
  width: 100%;
}

/* // .yunzhangeditor img {
  //   width: 95.5%;
  // }   */
.article_author[data-v-9e68df1c] {
  margin-right: 10px;
}
.purchase-box[data-v-9e68df1c] {
  width: 100%;
  height: 100%;
  background: rgba(6, 6, 6, 0.49019607843137253);
  position: fixed;
  bottom: 0;
  z-index: 30;
}
.purchase-icon[data-v-9e68df1c] {
  width: 100%;
  margin-left: 5%;
  margin: 10px 0 10px 0px;
}
.zf-text[data-v-9e68df1c] {
  font-size: 14px;
}
.purchase-je[data-v-9e68df1c] {
  width: 50%;
  height: 25px;
  line-height: 25px;
  color: black;
  border: 1px solid red;
  border-radius: 5px;
  text-align: center;
  margin-left: 25%;
  font-size: 14px;
}
.purchase-fkfs[data-v-9e68df1c] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  color: black;
}
.pay[data-v-9e68df1c] {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 350px;
}
.show[data-v-9e68df1c] {
  width: 90%;
  margin: 0 auto;
}
.show li[data-v-9e68df1c] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.show img[data-v-9e68df1c] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.show input[type="radio"][data-v-9e68df1c] {
  display: none;
}
.show input[type="radio"]+span[data-v-9e68df1c] {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

/* .show input[type="radio"]:checked+span {
    border: 1px solid #66c068;
    border-radius: 20px;
    background: url(../../assets/images/checkbox-on.png) no-repeat;
    background-size: 19px 18.9px;
  } */
.showList[data-v-9e68df1c] {
  width: 100%;
  position: absolute;
  top: 183px;
  left: 0;
}
.showList li[data-v-9e68df1c] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.showList img[data-v-9e68df1c] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.showList input[type="radio"][data-v-9e68df1c] {
  display: none;
}
.showList input[type="radio"]+span[data-v-9e68df1c] {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.showList input[type="radio"]:checked+span[data-v-9e68df1c] {
  border: 1px solid #66c068;
  border-radius: 20px;
  /* background: url(../../assets/images/checkbox.png) no-repeat; */
  background-size: 20px 20px;
}
label[data-v-9e68df1c] {
  width: 100%;
  height: 60px;
  display: inline-block;
}
.book-recovery-bot2[data-v-9e68df1c] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background: #65bf67;
}
.book-recovery-bot2 div[data-v-9e68df1c] {
  width: 100%;
  height: 100%;
  float: left;
}
.book-recovery-bot2 a[data-v-9e68df1c] {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  display: block;
}
.payBottom[data-v-9e68df1c] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #65bf67;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
}
.payBottom li[data-v-9e68df1c] {
  width: 50%;
  height: 60px;
  float: left;
}
.payBottom span[data-v-9e68df1c] {
  font-size: 24px;
  margin-top: 10px;
}
.article-info[data-v-9e68df1c] {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  /* border-bottom:1px solid #8c92ab; */
  background: #f6f8fd;
}
.release[data-v-9e68df1c] {
  padding: 10px;
}
.release p[data-v-9e68df1c] {
  min-height: 20px;
  width: 100%;
}
.el-rate[data-v-9e68df1c] {
  display: inline;
}
.release span[data-v-9e68df1c] {
  color: #666;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
}
.icontag[data-v-9e68df1c] {
  color: #efbe72;
  margin-right: 10px;
}
.btn-text[data-v-9e68df1c] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.jzz-box[data-v-9e68df1c] {
  width: 100%;
  min-height: 100vh;
}

div[data-v-6df6f337],
p[data-v-6df6f337],
img[data-v-6df6f337],
span[data-v-6df6f337] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-6df6f337] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
}
.shop-bady-box[data-v-6df6f337] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.shop-bady[data-v-6df6f337] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.body-box[data-v-6df6f337] {
  width: 87%;
  margin: 80px auto;
  clear: both;
  min-height: 500px;
  background: #fff;
  padding: 1%;
}
.box-list[data-v-6df6f337] {
  margin-bottom: 20px;
}
.btn-box[data-v-6df6f337] {
  width: 100%;
  margin-top: 15px;
  line-height: 50px;
  text-align: right;
}
.shop-main[data-v-6df6f337] {
  width: 97%;
  margin: 1.5%;
}
.grid-content[data-v-6df6f337] {
  width: 100%;
  min-height: 200px;
  position: relative;
}
.shop-box[data-v-6df6f337] {
  margin-bottom: 20px;
  background: #fff;
  position: relative;
}
.cover-box[data-v-6df6f337] {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.shop-cover[data-v-6df6f337] {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.article-nav[data-v-6df6f337] {
  width: 100%;
  line-height: 50px;
}
.article-nav-title[data-v-6df6f337] {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #27282d;
}
.article-nav-more-btn[data-v-6df6f337] {
  float: right;
  cursor: pointer;
  font-size: 12px;
  color: #333;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-jiantou2[data-v-6df6f337] {
  color: #FF6060;
}
.shop-info[data-v-6df6f337] {
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.45098039215686275);
  position: absolute;
  top: 0;
}
.shop-name[data-v-6df6f337] {
  position: relative;
  margin: 50px 0 15px 2.5%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  font-weight: bold;
  text-align: center;
}
.description[data-v-6df6f337] {
  width: 95%;
  text-align: left;
  line-height: 25px;
  color: #fff;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px auto;
}
.cover-box:hover .shop-cover[data-v-6df6f337] {
  width: 400px;
  height: 250px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.cover-box:hover .shop-info[data-v-6df6f337] {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: rgba(0, 0, 0, 0.66);
}
.jsd-meta[data-v-6df6f337]{
  position: absolute;
  right: 20px;
  bottom: 20px;
}

div[data-v-fcfcd180],
p[data-v-fcfcd180],
img[data-v-fcfcd180],
span[data-v-fcfcd180] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-fcfcd180] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
}
.shop-bady-box[data-v-fcfcd180] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.shop-bady[data-v-fcfcd180] {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.body-box[data-v-fcfcd180] {
  width: 87%;
  margin: 60px auto;
  clear: both;
  min-height: 500px;
  padding: 20px;
  /* background: #890151; */
}
.shop-main[data-v-fcfcd180] {
  margin-top: 20px;
  width: 100%;
}
.shop-box-main[data-v-fcfcd180] {
  width: 98%;
  position: relative;
  background: #890151;
  padding: 1%;
  border-radius: 7px;
  margin-bottom: 20px;
}
.shop-cover-box[data-v-fcfcd180] {
  width: 100%;
  overflow: hidden;
  height: 150px;
}
.shop-name-box[data-v-fcfcd180] {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.shop_name[data-v-fcfcd180] {
  width: 90%;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.shop-info[data-v-fcfcd180] {
  width: 100%;
  height: 200px;
}
.description[data-v-fcfcd180] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  font-size: 18px;
  margin-top: 15px;
}
.jsd-meta[data-v-fcfcd180] {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.my-shop-btn[data-v-fcfcd180] {
  width: 100%;
  text-align: right;
  height: 32px;
  line-height: 32px;
}
.my-shop-btn-p[data-v-fcfcd180] {
  cursor: pointer;
  color: #000;
  font-size: 20px;
  margin-left: 20px;
}
.share-title[data-v-fcfcd180] {
  width: 100%;
  text-align: center;
}
.el-icon-share[data-v-fcfcd180] {
  font-size: 22px;
  margin-top: 5px;
  color: #000;
}
.zysl[data-v-fcfcd180] {
  font-size: 14px;
  color: #696969;
  width: 100%;
  line-height: 21px;
}
.bottom-clearfix[data-v-fcfcd180] {
  overflow: hidden;
  padding: 10px;
}
.list-sort[data-v-fcfcd180] {
  margin-right: 30px;
}
.shop-cover[data-v-fcfcd180] {
  width: 100%;
  height: 150px;
  border-radius: 7px;
}
.jrdp[data-v-fcfcd180] {
  background: #1c74e2;
  color: #fff;
  padding: 8px 40px;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0;
}
.dianp-btn[data-v-fcfcd180] {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.dplabel[data-v-fcfcd180] {
  color: #ffffff;
  font-size: 16px;
}
.table-box[data-v-fcfcd180] {
  width: 100%;
  min-height: 30px;
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.col-config[data-v-fcfcd180] {
  text-align: center;
  width: 100%;
  border-right: 1px solid #ddd;
}
.table-head[data-v-fcfcd180] {
  width: 100%;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  background: #ef2828;
  color: #fff;
}
.table-row[data-v-fcfcd180] {
  width: 100%;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.name-col[data-v-fcfcd180] {
  border-right: 1px solid #ddd;
}
.num-col[data-v-fcfcd180] {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.res-sale[data-v-fcfcd180] {
  margin-right: 25px;
  font-size: 14px;
  color: #fff;
}
.jdzs[data-v-fcfcd180] {
  margin-left: 20px;
}
.shop_level_name[data-v-fcfcd180] {
  color: #fff;
  margin-left: 30px;
  background: red;
  padding: 5px 29px;
  border-radius: 50px;
  line-height: 50px
}
.visitsNum[data-v-fcfcd180] {
  color: #fff;
  margin-left: 30px;
  background: red;
  padding: 5px 29px;
  border-radius: 50px;
  line-height: 50px
}
.box-card[data-v-fcfcd180] {
  background-color: #fff;
  width: calc(100%-30px);
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 10px;
  height: 380px;
}
.shopLevel_img[data-v-fcfcd180] {
  width: 130px;
  position: absolute;
  top: 0px;
  right: 160px
}
.wxfx[data-v-fcfcd180] {
  color: #000;
  font-size: 15px;
}
.share-cont[data-v-fcfcd180] {
  display: inline;
}
.share-top[data-v-fcfcd180] {
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
}
.res-box[data-v-fcfcd180] {
  margin-top: 20px;
}

a[data-v-2083885e] {
  text-decoration: none;
  color: #606266;
}
.router-link-active[data-v-2083885e] {
  text-decoration: none;
}
p[data-v-2083885e],
div[data-v-2083885e],
img[data-v-2083885e],
table[data-v-2083885e] {
  margin: 0;
  padding: 0;
}
.list-main[data-v-2083885e] {
  line-height: 300px;
  text-align: center;
  width: 100%;
  color: #ccc;
}
.task-box[data-v-2083885e] {
  width: 100%;
  line-height: 40px;
}
.reward_fee[data-v-2083885e] {
  color: red;
  font-size: 15px;
  float: right;
  margin-right: 10px;
}
.component-name[data-v-2083885e] {
  width: 100%;
  line-height: 33px;
  color: #000000;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #DDD;
}
.seamless-warp[data-v-2083885e] {
  width: 100%;
  height: 313px;
  overflow: hidden;
  line-height: 40px;
  background: #fffbf4;
  font-size: 0.32rem;
  border-radius: 7px;
}
.item[data-v-2083885e] {
  width: 97%;
  margin: 0 auto;
}
.scroll-content[data-v-2083885e] {
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  overflow: hidden;
}
.content-title[data-v-2083885e] {
  float: left;
  max-width: 65%;
  height: 40px;
  color: #4a4a4a;
  margin: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.more-btn[data-v-2083885e] {
  text-align: center;
  border-top: 1px solid #DDD;
}
.more-btn a[data-v-2083885e] {
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 33px;
}

*[data-v-6ccce754] {
    margin: 0;
    padding: 0;
}
.article-box[data-v-6ccce754] {
    width: 100%;
    overflow: hidden;
    height: 380px;
}
.component-name[data-v-6ccce754] {
    width: 100%;
    line-height: 33px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DDD;
}
.lbzwsj[data-v-6ccce754] {
    width: 100%;
    text-align: center;
    line-height: 300px;
    color: #ccc;
}
.articleList-box[data-v-6ccce754] {
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    padding-bottom: 10px;
}
.ar-img[data-v-6ccce754] {
    width: 100%;
    height: 90px;
    border-radius: 7px;
}
.info-box[data-v-6ccce754] {
    background: #fff;
}
.title[data-v-6ccce754] {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1E1F24;
}
.qualityIndex[data-v-6ccce754],
.proofreadingIndex[data-v-6ccce754] {
    line-height: 30px;
    width: 100%;
}
.qualityIndex label[data-v-6ccce754],
.proofreadingIndex label[data-v-6ccce754] {
    float: left;
    font-size: 14px;
    color: #afafaf;
}
.desc[data-v-6ccce754] {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1E1F24;
    line-height: 30px;
    font-size: 15px;
    margin-top: -7px;
}
.img-cover[data-v-6ccce754] {
    width: 100%;
    height: 85px;
    border-radius: 6px;
}
.more-btn[data-v-6ccce754] {
    text-align: center;
    border-top: 1px solid #DDD;
}
.more-btn a[data-v-6ccce754] {
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 33px;
}

*[data-v-f181fe2a] {
    margin: 0;
    padding: 0;
}
.li-box[data-v-f181fe2a] {
    width: 100%;
    overflow: hidden;
    height: 380px;
}
.articleCover[data-v-f181fe2a] {
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
}
.component-name[data-v-f181fe2a] {
   width: 100%;
    line-height: 33px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DDD;
}
.lbzwsj[data-v-f181fe2a] {
    width: 100%;
    text-align: center;
    line-height: 300px;
    color: #ccc;
}
.showBox[data-v-f181fe2a]{
    overflow: hidden;
    height: 313px;
}
.more-btn[data-v-f181fe2a] {
    text-align: center;
    border-top: 1px solid #DDD;
}
.more-btn a[data-v-f181fe2a] {
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 33px;
}

*[data-v-138a5da6] {
  margin: 0;
  padding: 0;
}
.article-box[data-v-138a5da6] {
    width: 100%;
    overflow: hidden;
    height: 380px;
}
.component-name[data-v-138a5da6] {
    width: 100%;
    line-height: 33px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DDD;
}
.lbzwsj[data-v-138a5da6] {
    width: 100%;
    text-align: center;
    line-height: 300px;
    color: #ccc;
}
.articleList-box[data-v-138a5da6] {
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    padding-bottom: 10px;
}
.ar-img[data-v-138a5da6] {
    width: 100%;
    height: 90px;
    border-radius: 7px;
}
.info-box[data-v-138a5da6] {
    background: #fff;
}
.title[data-v-138a5da6] {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1E1F24;
}
.qualityIndex[data-v-138a5da6],
.proofreadingIndex[data-v-138a5da6] {
    line-height: 30px;
    width: 100%;
}
.qualityIndex label[data-v-138a5da6],
.proofreadingIndex label[data-v-138a5da6] {
    float: left;
    font-size: 14px;
    color: #afafaf;
}
.desc[data-v-138a5da6] {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1E1F24;
    line-height: 30px;
    font-size: 15px;
    margin-top: -7px;
}
.desc p[data-v-138a5da6]{
    margin:0;
    padding:0;
}
.img-cover[data-v-138a5da6] {
    width: 100%;
    height: 85px;
    border-radius: 6px;
}
.more-btn[data-v-138a5da6] {
    text-align: center;
    border-top: 1px solid #DDD;
}
.more-btn a[data-v-138a5da6] {
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 33px;
}

*[data-v-5c7e0c3e] {
    margin: 0;
    padding: 0;
}
.li-box[data-v-5c7e0c3e] {
    width: 100%;
    overflow: hidden;
    height: 380px;
}
.articleCover[data-v-5c7e0c3e] {
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
}
.component-name[data-v-5c7e0c3e] {
   width: 100%;
    line-height: 33px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DDD;
}
.lbzwsj[data-v-5c7e0c3e] {
    width: 100%;
    text-align: center;
    line-height: 300px;
    color: #ccc;
}
.showBox[data-v-5c7e0c3e]{
    overflow: hidden;
    height: 310px;
}
.more-btn[data-v-5c7e0c3e] {
    text-align: center;
    border-top: 1px solid #DDD;
}
.more-btn a[data-v-5c7e0c3e] {
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 33px;
}

*[data-v-2a4b41cd] {
    margin: 0;
    padding: 0;
}
.li-box[data-v-2a4b41cd] {
    width: 100%;
    overflow: hidden;
    height: 380px;
}
.articleCover[data-v-2a4b41cd] {
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
}
.component-name[data-v-2a4b41cd] {
    width: 100%;
    line-height: 33px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DDD;
}
.lbzwsj[data-v-2a4b41cd] {
    width: 100%;
    text-align: center;
    line-height: 300px;
    color: #ccc;
}
.showBox[data-v-2a4b41cd] {
    overflow: hidden;
    height: 313px;
}
.more-btn[data-v-2a4b41cd] {
    text-align: center;
    border-top: 1px solid #DDD;
}
.more-btn a[data-v-2a4b41cd] {
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 33px;
}

*[data-v-6b111ef6] {
    margin: 0;
    padding: 0;
}
.article-box[data-v-6b111ef6] {
    width: 100%;
    overflow: hidden;
    height: 380px;
}
.component-name[data-v-6b111ef6] {
    width: 100%;
    line-height: 33px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DDD;
}
.lbzwsj[data-v-6b111ef6] {
    width: 100%;
    text-align: center;
    line-height: 300px;
    color: #ccc;
}
.articleList-box[data-v-6b111ef6] {
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    padding-bottom: 10px;
}
.ar-img[data-v-6b111ef6] {
    width: 100%;
    height: 90px;
    border-radius: 7px;
}
.info-box[data-v-6b111ef6] {
    background: #fff;
}
.title[data-v-6b111ef6] {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1E1F24;
}
.qualityIndex[data-v-6b111ef6],
.proofreadingIndex[data-v-6b111ef6] {
    line-height: 30px;
    width: 100%;
}
.qualityIndex label[data-v-6b111ef6],
.proofreadingIndex label[data-v-6b111ef6] {
    float: left;
    font-size: 14px;
    color: #afafaf;
}
.desc[data-v-6b111ef6] {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1E1F24;
    line-height: 30px;
    font-size: 15px;
    margin-top: -7px;
}
.img-cover[data-v-6b111ef6] {
    width: 100%;
    height: 85px;
    border-radius: 6px;
}
.more-btn[data-v-6b111ef6] {
    text-align: center;
    border-top: 1px solid #DDD;
}
.more-btn a[data-v-6b111ef6] {
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 33px;
}

*[data-v-2de9e6f8] {
    margin: 0;
    padding: 0;
}
a[data-v-2de9e6f8] {
    text-decoration: none;
    color: #000;
}
.li-box[data-v-2de9e6f8] {
    width: 100%;
    overflow: hidden;
    height: 380px;
}
.question-li[data-v-2de9e6f8] {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #EBEEF5;
    padding-bottom: 10px;
    position: relative;
}
.component-name[data-v-2de9e6f8] {
    width: 100%;
    line-height: 33px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DDD;
}
.jrdpcknr[data-v-2de9e6f8] {
    height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #c97e7e;
    font-size: 12px;
}
.lbzwsj[data-v-2de9e6f8] {
    width: 100%;
    text-align: center;
    line-height: 300px;
    color: #ccc;
}
.nane-text[data-v-2de9e6f8] {
    width: 90%;
}
.nane-text[data-v-2de9e6f8] p {
    line-height: 25px;
}
.answer_content[data-v-2de9e6f8] {
    margin-top: 15px;
}
.more-btn[data-v-2de9e6f8] {
    text-align: center;
    border-top: 1px solid #DDD;
}
.more-btn a[data-v-2de9e6f8] {
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 33px;
}
.question-list[data-v-2de9e6f8]{
   height: 310px;
   overflow: hidden;
}

*[data-v-07070b12] {
  margin: 0;
  padding: 0;
}
.article-box[data-v-07070b12] {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.component-name[data-v-07070b12] {
  width: 100%;
  line-height: 33px;
  color: #000000;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #DDD;
}
.lbzwsj[data-v-07070b12] {
  width: 100%;
  text-align: center;
  line-height: 300px;
  color: #ccc;
}
.ebook_name[data-v-07070b12] {
  width: 100%;
  line-height: 25px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  text-align: center;
  margin-top: 10px;
}
.list-box[data-v-07070b12] {
  width: 70%;
  position: relative;
  margin: 0 auto;
}
.list-row[data-v-07070b12] {
  /* width: 100%; */
  margin: 10px 0;
}
.ar-img[data-v-07070b12] {
  width: 100%;
  height: 260px;
  border-radius: 3px;
  -webkit-box-shadow: 13px 10px 5px 0px rgb(0 0 0 / 33%);
          box-shadow: 13px 10px 5px 0px rgb(0 0 0 / 33%);
}
.dzs-i[data-v-07070b12] {
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  background: rgb(0 0 0 / 59%);
  right: 0;
  bottom: 38px;
  font-size: 12px;
}
.ebook-box[data-v-07070b12] {
  height: 313px;
}
.more-btn[data-v-07070b12] {
  text-align: center;
  border-top: 1px solid #DDD;
}
.more-btn a[data-v-07070b12] {
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 33px;
}

*[data-v-04bb34c7] {
    margin: 0;
    padding: 0;
}
.article-box[data-v-04bb34c7] {
    width: 100%;
    overflow: hidden;
    height: 380px;
}
.component-name[data-v-04bb34c7] {
    width: 100%;
    line-height: 33px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DDD;
}
.lbzwsj[data-v-04bb34c7] {
    width: 100%;
    text-align: center;
    line-height: 300px;
    color: #ccc;
}
.articleList-box[data-v-04bb34c7] {
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    padding-bottom: 10px;
}
.ar-img[data-v-04bb34c7] {
    width: 100%;
    height: 90px;
    border-radius: 7px;
}
.info-box[data-v-04bb34c7] {
    background: #fff;
}
.title[data-v-04bb34c7] {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1E1F24;
}
.qualityIndex[data-v-04bb34c7],
.proofreadingIndex[data-v-04bb34c7] {
    line-height: 30px;
    width: 100%;
}
.qualityIndex label[data-v-04bb34c7],
.proofreadingIndex label[data-v-04bb34c7] {
    float: left;
    font-size: 14px;
    color: #afafaf;
}
.desc[data-v-04bb34c7] {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1E1F24;
    line-height: 30px;
    font-size: 15px;
    margin-top: -7px;
}
.img-cover[data-v-04bb34c7] {
    width: 100%;
    height: 85px;
    border-radius: 6px;
}
.more-btn[data-v-04bb34c7] {
    text-align: center;
    border-top: 1px solid #DDD;
}
.more-btn a[data-v-04bb34c7] {
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 33px;
}

*[data-v-1d2501d1] {
    margin: 0;
    padding: 0;
}
.article-box[data-v-1d2501d1] {
    width: 100%;
    overflow: hidden;
    height: 380px;
}
.component-name[data-v-1d2501d1] {
    width: 100%;
    line-height: 33px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DDD;
}
.lbzwsj[data-v-1d2501d1] {
    width: 100%;
    text-align: center;
    line-height: 300px;
    color: #ccc;
}
.articleList-box[data-v-1d2501d1] {
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    padding-bottom: 10px;
}
.ar-img[data-v-1d2501d1] {
    width: 100%;
    height: 90px;
    border-radius: 7px;
}
.info-box[data-v-1d2501d1] {
    background: #fff;
}
.title[data-v-1d2501d1] {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1E1F24;
}
.qualityIndex[data-v-1d2501d1],
.proofreadingIndex[data-v-1d2501d1] {
    line-height: 30px;
    width: 100%;
}
.qualityIndex label[data-v-1d2501d1],
.proofreadingIndex label[data-v-1d2501d1] {
    float: left;
    font-size: 14px;
    color: #afafaf;
}
.desc[data-v-1d2501d1] {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1E1F24;
    line-height: 30px;
    font-size: 15px;
    margin-top: -7px;
}
.img-cover[data-v-1d2501d1] {
    width: 100%;
    height: 85px;
    border-radius: 6px;
}
.more-btn[data-v-1d2501d1] {
    text-align: center;
    border-top: 1px solid #DDD;
}
.more-btn a[data-v-1d2501d1] {
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 33px;
}

*[data-v-20ba4adc] {
  margin: 0;
  padding: 0;
}
.article-box[data-v-20ba4adc] {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.component-name[data-v-20ba4adc] {
  width: 100%;
  padding: 5px 0px;
  color: #000000;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.lbzwsj[data-v-20ba4adc] {
  width: 100%;
  text-align: center;
  line-height: 300px;
  color: #ccc;
}
.list-box[data-v-20ba4adc] {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.courseware_name[data-v-20ba4adc] {
  width: 80%;
  font-size: 14px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 3px;
  left: 0;
  font-weight: bold;
  line-height: 25px;
  line-height: 25px;
  background: #00000094;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 10%;
}
.ar-img[data-v-20ba4adc] {
  width: 100%;
  height: 105px;
  border-radius: 3px;
}

div[data-v-06ee1a36],
p[data-v-06ee1a36],
img[data-v-06ee1a36],
span[data-v-06ee1a36] {
    margin: 0;
    padding: 0;
}
.label-phb[data-v-06ee1a36]{
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

p[data-v-105a65e6],
img[data-v-105a65e6],
span[data-v-105a65e6] {
  margin: 0;
  padding: 0;
}
.shop-bady[data-v-105a65e6] {
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
}
.body-box[data-v-105a65e6] {
  width: 87%;
  margin: 60px auto;
  clear: both;
  min-height: 500px;
  padding: 1%;
}
.banner_div[data-v-105a65e6] {
  width: 100%; 
  position: relative;
  background-position: center;
}
.banner_img[data-v-105a65e6] {
  width: 100%;
  /* height: 300px; */
}
.footer[data-v-105a65e6] {
  width: 100%;
  height: 55px;  
  background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABRAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU3RUJBRjI4QjhGMTFFRjhCMzNCQjhFNURBQkU5RjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU3RUJBRjM4QjhGMTFFRjhCMzNCQjhFNURBQkU5RjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNTdFQkFGMDhCOEYxMUVGOEIzM0JCOEU1REFCRTlGMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTdFQkFGMThCOEYxMUVGOEIzM0JCOEU1REFCRTlGMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgID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);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.banner-text[data-v-105a65e6] {
  width: 100%;
  position: absolute;
  top: 45%;
  color: #fff;
  font-size: 45px;
  text-align: center;
}
.search_div[data-v-105a65e6] {
  width: 530px;
  margin: 45px auto;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 2px 11px 1px rgb(191 191 191);
          box-shadow: 0px 2px 11px 1px rgb(191 191 191);
}
.el-icon-s-home[data-v-105a65e6] {
  margin-left: 143px;
  color: #fff;
  font-size: 20px;
}
.footer-label[data-v-105a65e6] {
  line-height: 55px;
  font-size: 17px;
  color: #fff;
  margin-left: 20px;
}
.share_div[data-v-105a65e6] {
  float: right;
  margin-right: 137px;
  margin-top: 12px;
  display: inline;
  color: #fff;
}
.share-cont[data-v-105a65e6] {
  display: inline;
}
.shop_list[data-v-105a65e6] {
  width: 80%;
  margin: 20px auto;
  min-height: 300px;
}
.yzdpzy[data-v-105a65e6] {
  width: 100%;
  text-align: center;
  margin: 40px 0;
  font-size: 30px;
  color: #0b0b0b;
  font-weight: bold;
}
.yzdpzy_div[data-v-105a65e6] {
  width: 100%;
  margin: 20px auto;
}
.shopzy_other_List[data-v-105a65e6] {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 11px 1px rgb(191 191 191);
          box-shadow: 0px 2px 11px 1px rgb(191 191 191);
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.yzshopzy_cover[data-v-105a65e6] {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  margin-top: 10px;
}
.yzshopzy_cover_div[data-v-105a65e6] {
  text-align: center;
}
.shop_name[data-v-105a65e6] {
  text-align: center;
  width: 95%;
  height: 40px;
  line-height: 20px;
  margin: 10px auto;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
.shop_sales_volumes[data-v-105a65e6] {
  width: 95%;
  margin: 10px auto;
  font-size: 12px;
  color: #858181;
}
.shop_desc[data-v-105a65e6] {
  width: 95%;
  height: 50px;
  overflow: hidden;
  line-height: 25px;
  margin: 10px auto;
  font-size: 14px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #858181;
}
.shopLevel_icon_div[data-v-105a65e6] {
  text-align: center;
}
.shopLevel_img[data-v-105a65e6] {
  width: 100px;
}
.shop_commodity[data-v-105a65e6] {
  width: 80%;
  margin: 20px auto;
}
.shop_video[data-v-105a65e6] {
  width: 100%;
  height: 300px;
}
.shop_article[data-v-105a65e6] {
  width: 100%;
  height: 300px;
}
.shop_questions[data-v-105a65e6] {
  width: 100%;
  margin: 10px 0;
}
.shop_video_div[data-v-105a65e6] {
  width: 100%;
  height: 300px;
  position: relative;
}
.res_info[data-v-105a65e6] {
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #4d0c5db3;
  width: 100%;
}
.res_name[data-v-105a65e6] {
  text-align: center;
  width: 100%;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding: 2px 5px;
}
.res_shop_name[data-v-105a65e6] {
  text-align: center;
  width: 100%;
  height: 22px;
  font-size: 12px;
}
.res_shop_name a[data-v-105a65e6] {
  color: #fff;
}
.shop_commodity_cover[data-v-105a65e6] {
  width: 100%;
  height: 300px;
}
.shop_article_list[data-v-105a65e6] {
  margin-bottom: 15px;
}
.res_image_cover[data-v-105a65e6],
.res_control_cover[data-v-105a65e6] {
  width: 100%;
  height: 140px;
}
.article_title[data-v-105a65e6] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.article_excerpt[data-v-105a65e6] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  margin-top: 20px;
}
.article_shop_name[data-v-105a65e6] {
  margin-top: 20px;
}
.article_shop_name a[data-v-105a65e6] {
  font-size: 14px;
  margin-top: 20px;
  color: #e50000;
  font-weight: 700;
}
.shop_questions_name a[data-v-105a65e6] {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #e50000;
  font-weight: 700;
  margin-top: 20px;
}
.shop_control[data-v-105a65e6],
.shop_img[data-v-105a65e6] {
  position: relative;
}
.myShopBtn[data-v-105a65e6] {
  width: 65px;
  background-position: center;
  position: fixed;
  left: 15px;
  bottom: 67px;
  z-index: 2;
  cursor: pointer;
}
.zwsj[data-v-105a65e6] {
  line-height: 300px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #ddd;
}

*[data-v-38f897d6] {
  margin: 0;
  padding: 0;
}
.box[data-v-38f897d6] {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.article-title[data-v-38f897d6] {
  color: #0c0c0c;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
}
.article-con[data-v-38f897d6] {
  font-size: 16px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.show[data-v-38f897d6] {
  width: 90%;
  margin: 0 auto;
}
.show li[data-v-38f897d6] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.show img[data-v-38f897d6] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.show input[type='radio'][data-v-38f897d6] {
  display: none;
}
.show input[type='radio']+span[data-v-38f897d6] {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.release-box[data-v-38f897d6] {
  border-bottom: 1px solid #e2e3e4;
  padding-bottom: 20px;
}
.release[data-v-38f897d6] {
  min-height: 20px;
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
  color: rgba(0, 0, 0, .3);
}
.btn-text[data-v-38f897d6] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  padding-top: 20px;
}
.article-con-nostly[data-v-38f897d6] {
  font-size: 16px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}
.article-con-nostly[data-v-38f897d6] p {
  line-height: 1.75em;
  font-size: 16px;
  color: rgba(0, 0, 0, .9);
  letter-spacing: 1px;
  visibility: visible;
}
.article-con-nostly[data-v-38f897d6] img {
  width: 100%;
  height: auto;
}
.article-con-nostly[data-v-38f897d6] audio {
  width: 100%;
  height: 55px;
  background: #f1f3f4;
}
.article-con-nostly[data-v-38f897d6] video {
  width: 100%;
  height: auto;
}
.article-con-nostly[data-v-38f897d6] .mobile-author {
  color: rgba(0, 0, 0, .9);
  font-size: 16px;
  line-height: 50px;
}
.article-con-nostly[data-v-38f897d6] .mobile-title {
  font-size: 22px;
  line-height: 50px;
  font-weight: 400;
  color: rgba(0, 0, 0, .9);
}

div[data-v-6d689342],
p[data-v-6d689342],
h3[data-v-6d689342],
h1[data-v-6d689342],
span[data-v-6d689342],
h2[data-v-6d689342],
img[data-v-6d689342] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-6d689342] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.home-box1[data-v-6d689342] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-6d689342] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.main-box[data-v-6d689342] {
  margin: 0px auto;
  clear: both;
  width: 89%;
  padding-top: 60px;
  min-height: 300px;
  background-color: #fff;
  overflow: hidden;
}
.yl-box[data-v-6d689342] {
  margin: 0px auto;
  clear: both;
  width: 100%;
  min-height: 30px;
  background-color: #ECECEC;
  overflow: hidden;
  padding-bottom: 50px;
}
.spgn-box[data-v-6d689342] {
  margin: 0px auto;
  clear: both;
  width: 89%;
  padding-top: 20px;
  min-height: 30px;
  background-color: #fff;
  overflow: hidden;
}
.label-text[data-v-6d689342] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.dxkbjq-text[data-v-6d689342] {
  width: 100%;
  font-size: 20px;
  color: #1f1d1d;
  margin-top: 50px;
  font-weight: 700;
}
.video-content[data-v-6d689342] {
  width: 900px;
  min-height: 200px;
  margin: 40px auto;
}
.video-box[data-v-6d689342] {
  width: 100%;
}
.tlq-box[data-v-6d689342] {
  width: 100%;
  min-height: 20px;
  background-color: #203763;
  text-align: center;
}
.tlqggImg[data-v-6d689342] {
  width: 100%;
}
.img-box[data-v-6d689342],
.bjqtpImg[data-v-6d689342] {
  width: 100%;
}
.bjqjs-text[data-v-6d689342] {
  width: 100%;
  line-height: 30px;
  margin-top: 10px;
}
.open-btn-box[data-v-6d689342] {
  width: 100%;
  height: 70px;
  margin-top: 8px;
  background: #e20200;
  color: #fff;
  text-align: center;
  line-height: 70px;
  border-radius: 100px;
  cursor: pointer;
  font-size: 20px;
}
.gnjs-box[data-v-6d689342] {
  width: 90%;
  min-height: 30px;
  margin: 0px auto;
}
.gnjs-mian-box[data-v-6d689342] {
  width: 100%;
  min-height: 30px;
  margin: 30px auto;
  /* padding: 30px 0; */
}
.ylzs-mian-box[data-v-6d689342] {
  width: 100%;
  min-height: 30px;
  margin: 30px auto;
}
.jnsm-box[data-v-6d689342] {
  width: 100%;
  min-height: 20px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
}
.bjqgsImg[data-v-6d689342] {
  width: 100%;
  height: 150px;
  cursor: pointer;
}
.bjqgs-label[data-v-6d689342] {
  width: 90%;
  color: black;
  font-size: 17px;
  margin-left: 2.5%;
  margin-top: 10px;
  cursor: pointer;
}
.bjqgs-text[data-v-6d689342] {
  width: 95%;
  margin-left: 2.5%;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #989898;
}
.bjqgs-box[data-v-6d689342] {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.videoTitle[data-v-6d689342] {
  width: 100%;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.bjqgsImg-box[data-v-6d689342] {
  position: relative;
}
.video-i[data-v-6d689342] {
  font-size: 50px;
  position: absolute;
  top: 50px;
  left: 42%;
  color: rgb(25 25 25 / 48%);
  cursor: pointer;
}
.bjqyltp[data-v-6d689342] {
  width: 100%;
}
.ylld-box[data-v-6d689342] {
  text-align: center;
  margin-top: 20px;
}
.qrcode-box[data-v-6d689342] {
  width: 100%;
  text-align: center;
}
.erweima[data-v-6d689342] {
  width: 255px;
  margin-top: 20px;
}
.qrccodecanvasname[data-v-6d689342] {
  width: 100%;
  margin-top: 10px;
}

*[data-v-f05b688a] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mob-box[data-v-f05b688a] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 20px;
}
.bjqtpImg[data-v-f05b688a] {
  width: 100%;
}
.bjqgnjs[data-v-f05b688a] {
  width: 60%;
  margin-left: 20%;
}
.bjqjs-text[data-v-f05b688a] {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  word-wrap: break-word;
  word-break: break-all;
  margin-top: 20px;
}
.video-box[data-v-f05b688a] {
  width: 100%;
  margin-top: 20px;
}
.dxkbjq-text[data-v-f05b688a] {
  width: 100%;
  text-align: center;
  font-size: 23px;
  color: #333;
  line-height: 20px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  margin-top: 20px;
  font-weight: 600;
}

div[data-v-2ab7a0dd],
p[data-v-2ab7a0dd],
h3[data-v-2ab7a0dd],
h1[data-v-2ab7a0dd],
span[data-v-2ab7a0dd],
h2[data-v-2ab7a0dd],
img[data-v-2ab7a0dd] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-2ab7a0dd] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.AI-Box[data-v-2ab7a0dd] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.AI-Home[data-v-2ab7a0dd] {
  width: 100%;
  overflow: hidden;
  /* background: rgba(183, 183, 185, 0.11); */
  background: -webkit-gradient(linear, left top, left bottom, from(#001dff), color-stop(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(to bottom, #001dff, #FFFFFF, #FFFFFF);
}
.main-box[data-v-2ab7a0dd] {
  margin: 0px auto;
  clear: both;
  width: 89%;
  padding-top: 60px;
  min-height: 600px;
  /* background-color: #fff; */
  overflow: hidden;
}
.aiBanner[data-v-2ab7a0dd] {
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
}
.ai-list[data-v-2ab7a0dd] {
  margin: 20px 0;
}
.ai-image[data-v-2ab7a0dd] {
  width: 100%;
}
.ai-desc[data-v-2ab7a0dd] {
  color: #999;
  font-size: 12px;
  margin-top: 10px;
  height: 40px;
  line-height: 20px;
}
.dialog-title-left[data-v-2ab7a0dd] {
  position: relative;
}
.dialog-title-left-text[data-v-2ab7a0dd] {
  padding: 10px 20px;
}
.dialog-title-left-text-name[data-v-2ab7a0dd] {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.dialog-title-left-text-desc[data-v-2ab7a0dd] {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.dialog-title-bottom-text[data-v-2ab7a0dd] {
  padding: 10px 20px;
  margin-top: 20px;
}
.buy_amount_text[data-v-2ab7a0dd] {
  color: #bb0e0e;
  font-size: 14px;
  margin-top: 20px;
}
.wxsmzf_box[data-v-2ab7a0dd] {
  position: absolute;
  bottom: -45px;
  right: 50px;
}
.wxsmzf[data-v-2ab7a0dd] {
  color: #939393;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.icon-weixinzhifu1[data-v-2ab7a0dd] {
  font-size: 16px;
  color: #09bb07;
  margin-right: 10px;
}
.erwm[data-v-2ab7a0dd] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.ewmsxImg[data-v-2ab7a0dd] {
  width: 150px;
  height: 150px;
}
.agreement-p[data-v-2ab7a0dd] {
  color: #999;
  font-size: 12px;
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.tips span[data-v-2ab7a0dd] {
  color: #000;
  margin-right: 10px;
}
.sqtip[data-v-2ab7a0dd] {
  width: 100%;
  font-size: 13px;
  color: #000;
}

*[data-v-5ec3ba84] {
  margin: 0;
  padding: 0
}
.home-box[data-v-5ec3ba84] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-5ec3ba84] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-5ec3ba84] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.container[data-v-5ec3ba84] {
  margin: 80px auto;
  min-height: 700px;
  clear: both;
  width: 89%;
  overflow: hidden;
}
.meunt-left[data-v-5ec3ba84] {
  width: 100%;
  /* padding-bottom: 20px;     */
}
.meunt-right[data-v-5ec3ba84] {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  padding-bottom: 50px;
}
.cont-box[data-v-5ec3ba84] {
  min-height: 500px;
}
.el-tree[data-v-5ec3ba84] {
  position: relative;
  cursor: default;
  background: #FFF;
  color: #000000;
}
.bzsc-title[data-v-5ec3ba84] {
  width: 100%;
  /* text-align: center; */
  line-height: 50px;
  color: #000;
  font-size: 18px;
  font-weight: 900;
}
.inp[data-v-5ec3ba84] {
  margin-bottom: 20px;
}
.bjq-img[data-v-5ec3ba84] {
  width: 100%;
  height: 500px;
}
.helpDetail-title[data-v-5ec3ba84] {
  width: 100%;
  /* text-align: center; */
  line-height: 50px;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
}
.icon-bangzhu[data-v-5ec3ba84] {
  margin-right: 10px;
}
.share-top[data-v-5ec3ba84] {
  text-align: right;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.share-cont[data-v-5ec3ba84] {
  display: inline;
}


div[data-v-6857b773],
p[data-v-6857b773],
h3[data-v-6857b773],
h1[data-v-6857b773],
span[data-v-6857b773],
h2[data-v-6857b773] {
    margin: 0;
    padding: 0;
}
.yearReport-main[data-v-6857b773] {
    position: relative;
    /* height: 100vh; */
    width: 100%;
    overflow: hidden;
}
.yearReport-box[data-v-6857b773] {
    width: 100%;
    margin: 0 auto;
    /* height: 100vh; */
    position: relative;
}
.yearReport-text[data-v-6857b773] {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
}
.yearReport-tz[data-v-6857b773] {
    margin-top: 120px;
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.yearReport-tz-mun[data-v-6857b773] {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}
.yearReport-registeTime[data-v-6857b773] {
    margin-top: 150px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.yearReport-sc[data-v-6857b773] {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.yearReport-sc-mun[data-v-6857b773] {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.tsbs[data-v-6857b773] {
    font-size: 18px;
    font-family: fantasy;
    font-style: oblique;
}
.yearReport-jw-f[data-v-6857b773] {
    width: 80%;
    line-height: 25px;
    color: #5d5c5c;
    margin-left: 10%;
    margin-top: 10px;
    font-size: 15px;
    font-style: oblique;
}
.totalOpusFee[data-v-6857b773] {
    color: #fded2b;
}
.shImg[data-v-6857b773] {
    width: 100%;
}
.yearReport-title[data-v-6857b773] {
    font-size: 21px;
    margin-top: 50px;
    color: #000;
    width: 100%;
    text-align: center;
}
.yearReport-title-f[data-v-6857b773] {
    font-size: 19px;
    margin-top: 25px;
    color: #000;
    width: 100%;
    text-align: center;
}
.djsctp[data-v-6857b773] {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 490px;
}
.djsctp span[data-v-6857b773] {
    padding: 10px 30px;
    background: #e0a165;
    border-radius: 50px;
}
.ewm-box[data-v-6857b773] {
    margin:0px auto;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.taskIndexUrl[data-v-6857b773] {
    width: 200px;
}
.summarizeBj[data-v-6857b773] {
    width: 100%;
}

div[data-v-bad77448],
  p[data-v-bad77448],
  h3[data-v-bad77448],
  h1[data-v-bad77448],
  span[data-v-bad77448],
  h2[data-v-bad77448] {
    margin: 0;
    padding: 0;
}
.yearReport-main[data-v-bad77448] {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.yearReport-box[data-v-bad77448] {
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    position: relative;
}
.yearReport-text[data-v-bad77448] {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
}
.yearReport-tz[data-v-bad77448] {
    margin-top: 120px;
    font-size:22px;
    text-align: center;
    color: #fff;
}
.yearReport-tz-mun[data-v-bad77448] {
    font-size: 18px;
    text-align: center;
    margin-top:10px;
    color: #fff;
}
.yearReport-registeTime[data-v-bad77448] {
    margin-top: 150px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.yearReport-sc[data-v-bad77448] {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: fangsong;
}
.tsbs[data-v-bad77448] {
    font-size: 25px;
    font-family: fangsong;
    color: #FEE072;
}
.yearReport-jw-f[data-v-bad77448]{
    width: 80%;
    line-height: 22px;
    color:#ffffff;
    margin-left: 10%;
    margin-top: 10px;
    font-size:16px;
    text-align: center;
    font-family: fangsong;
}
.shImg[data-v-bad77448] {
    width: 100%;
}
.yearReport-title[data-v-bad77448] {
    font-size: 20px;
    margin-top:30px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: fangsong;
}
.yearReport-title-f[data-v-bad77448] {
    font-size: 20px;
    margin-top: 15px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family:fangsong;
}
.djsctp[data-v-bad77448] {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 60px;
}
.djsctp span[data-v-bad77448] {
    padding: 10px 30px;
    background:#d6ff00;
    border-radius: 50px;
}
.ewm-box[data-v-bad77448] {
        margin: 18px auto;
        width: 100%;
        text-align: center;
}
.taskIndexUrl[data-v-bad77448] {
        width: 110px;
}

div[data-v-5a70a971],
p[data-v-5a70a971],
h3[data-v-5a70a971],
h1[data-v-5a70a971],
span[data-v-5a70a971],
h2[data-v-5a70a971] {
    margin: 0;
    padding: 0;
}
.myRecord-main[data-v-5a70a971] {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    background-color: #d93438;
}
.myRecord-box[data-v-5a70a971] {
    width: 95%;
    margin: 10px auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #d93438;
}
.myRecord-jw-f[data-v-5a70a971] {
    width: 100%;
    color: #fff;
    font-size: 14px;       
    text-align: center;
}
.totalOpusFee[data-v-5a70a971] {
    color: #fff;
}
.shImg[data-v-5a70a971] {
    width: 100%;
}
.myRecord-title[data-v-5a70a971] {
    font-size: 42px;
    width: 80%;
    margin: 20px auto;
    color: #fff;
    font-weight: bold;
}
.myRecord-title-f[data-v-5a70a971] {
    font-size: 25px;
    margin: 20px auto;
    color: #fff;
    width: 80%;
    line-height: 50px;
    font-weight: bold;
}
.djsctp[data-v-5a70a971] {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    position: absolute;
    bottom: 70px;
}
.djsctp span[data-v-5a70a971] {
    padding: 10px 30px;
    background: #ffc58e;
    border-radius: 50px;
}
.user-info-box[data-v-5a70a971] {
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
}
.avatar[data-v-5a70a971] {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 2px solid #fff;
    float: left;
}
.nick_name[data-v-5a70a971] {
    float: left;
    float: left;
    font-size: 26px;
    margin-left: 10px;
    line-height: 60px;
    color: #fff;
}
.ewm-box[data-v-5a70a971] {
    margin: 15px auto;
    width: 100%;
    text-align: center;
}
.taskIndexUrl[data-v-5a70a971] {
    width: 200px;
}

.cont-box[data-v-cf7a0522] {
  width: 90%;
  margin-left: 5%;
}


*[data-v-3b2db8e8] {
  margin: 0;
  padding: 0;
}
.main-box[data-v-3b2db8e8] {
  width: 100%;
  min-height: 500px;
  background-image: url(/static/img/resStatisticsWXbg.a151e3e.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.resStatisticsWXbt-box[data-v-3b2db8e8] {
  width: 80%;
  margin: 20px auto;
}
.resStatisticsWXxbt-box[data-v-3b2db8e8] {
  width: 40%;
  margin: 20px auto;
}
.main-body[data-v-3b2db8e8] {
  width: 100%;
  padding-bottom: 50px;
}
.resStatisticsWXbt[data-v-3b2db8e8] {
  width: 100%;
}
.resStatisticsWXxbt[data-v-3b2db8e8] {
  width: 100%;
}
.row-d-title[data-v-3b2db8e8] {
  background-image: url(/static/img/res-title.8854c35.png);
  width: 270px;
  height: 35px;
  background-size: 100% 100%;
  margin: 20px auto;
}
.row-d-title-user[data-v-3b2db8e8] {
  background-image: url(/static/img/user-title.f248a90.png);
  width: 270px;
  height: 35px;
  background-size: 100% 100%;
  margin: 20px auto;
}
.row-d-title-task[data-v-3b2db8e8] {
  background-image: url(/static/img/task-title.7e20de4.png);
  width: 270px;
  height: 35px;
  background-size: 100% 100%;
  margin: 20px auto;
}
.row-d-title-shop[data-v-3b2db8e8] {
  background-image: url(/static/img/shop-title.1dfe266.png);
  width: 270px;
  height: 35px;
  background-size: 100% 100%;
  margin: 20px auto;
}
.row-d-title-pt[data-v-3b2db8e8] {
  background-image: url(/static/img/sz-title.8ba5f0a.png);
  width: 270px;
  height: 35px;
  background-size: 100% 100%;
  margin: 20px auto;
}
.row-d[data-v-3b2db8e8] {
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 21px;
  /* box-shadow: 0 2px 16px 3px rgb(125 123 123 / 54%); */
}
.row-d-label[data-v-3b2db8e8] {
  text-align: right;
  color: #000;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
}
.row-d-value[data-v-3b2db8e8] {
  background-color: #FDF3E9;
  color: #FF7214;
  height: 30px;
  line-height: 30px;
  font-size: 23px;
  /* box-shadow: 0px 2px 4px 0px rgb(233 196 158); */
  border-radius: 5px;
  padding-left: 10px;
}
.row-d-box[data-v-3b2db8e8] {
  margin-bottom: 5px;
}
.row-d-pie-box[data-v-3b2db8e8] {
  border-top: 5px solid #CAEBFE;
  margin-top: 15px;
}
.label-ve-pie[data-v-3b2db8e8] {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
.djsctp[data-v-3b2db8e8] {
  width: 90%;
  margin-top: 10px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  left: 5%;
  background-color: red;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
}
.shImg[data-v-3b2db8e8] {
  width: 100%;
}

h1[data-v-4bf219a8],
h2[data-v-4bf219a8] {
  font-weight: normal;
}
ul[data-v-4bf219a8] {
  list-style-type: none;
  padding: 0;
}
li[data-v-4bf219a8] {
  display: inline-block;
  margin: 0 10px;
}
a[data-v-4bf219a8] {
  color: #42b983;
}

*[data-v-2501cdbe] {
  margin: 0;
  padding: 0;
}
a[data-v-2501cdbe] {
  color: #333;
  text-decoration: none;
}
.meunt[data-v-2501cdbe] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  background: #fff;
}
.author-box[data-v-2501cdbe] {
  width: 960px;
  min-height: 500px;
  border-bottom: 1px solid pink;
  margin: 0px auto;
  overflow: hidden;
  padding-bottom: 10px;
  /* background: pink; */
}
.avatar-banner[data-v-2501cdbe] {
  width: 100%;
  height: 300px;
  margin-top: 60px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: whitesmoke;
}
.avatar[data-v-2501cdbe] {
  display: inline-block;
  margin: 50px 0 15px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.username[data-v-2501cdbe] {
  height: 18px;
  display: block;
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: 300;
}
.text-name a[data-v-2501cdbe]:hover {
  text-decoration: underline;
}
.special button.done[data-v-2501cdbe] {
  border: 1px solid #666;
  color: #999;
  background: 0 0;
}
.normal button[data-v-2501cdbe] {
  width: 90px;
  border-radius: 14px;
  font-size: 12px;
  padding: 3px 0;
  cursor: pointer;
}
button[data-v-2501cdbe] {
  /* display: inline-block;
  -webkit-box-sizing: border-box; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  outline: 0;
}
button.active[data-v-2501cdbe] {
  border: 1px solid #42c02e;
  color: #42c02e;
  background: 0 0;
}
button.active1[data-v-2501cdbe] {
  border: 1px solid #d7dad6;
  color: #d7dad6;
  background: 0 0;
}
.box[data-v-2501cdbe] {
  margin-top: 20px;
  overflow: hidden;
}
.follow[data-v-2501cdbe] {
  position: relative;
  left: 10px;
  top: -2px;
  display: inline-block;
}

/* .author-role:first-child {
  margin-left: 0 !important;
} */
author-role[data-v-2501cdbe] {
  /* display: inline-block; */
  /* margin-left: 10px; */
  height: 30px;
  line-height: 30px;
  width: 960px;
}
.author-symbol[data-v-2501cdbe] {
  /* display: inline-block; */
  vertical-align: middle;
  font-size: 13px;
  color: #cac7c7;
  text-align: center;
  margin-top: 17px;
  line-height: 20px;
  width: 960px;
  margin: 20px auto;
}
.self-info[data-v-2501cdbe] {
  width: 500px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -250px;
  color: #dc5024;
  font-size: 14px;
}
.editebox[data-v-2501cdbe] {
  width: 100%;
  min-height: 300px;
  /* background: #333 */
}
.editebox2[data-v-2501cdbe] {
  width: 1000px;
  min-height: 300px;
  /* background: red */
}
.follow-list[data-v-2501cdbe] {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}
.follow-list li[data-v-2501cdbe] {
  list-style: none;
  width: 304px;
  height: 80px;
  border: 1px solid #e1e1e1;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.img-box[data-v-2501cdbe] {
  width: 50px;
  float: left;
  margin: 15px;
}
.avatar-follow[data-v-2501cdbe] {
  width: 100%;
}
.text-box[data-v-2501cdbe] {
  width: 220px;
  height: 80px;
  float: left;
  position: relative;
}
.text-name[data-v-2501cdbe] {
  width: 100%;
  height: 50px;
  line-height: 60px;
  font-size: 16px;
}
.text-num[data-v-2501cdbe] {
  width: 100%;
  height: 20px;
  line-height: 10px;
  font-size: 13px;
  color: #8a8a8a;
}
.follow-btn[data-v-2501cdbe] {
  position: absolute;
  border: 1px solid #42c02e;
  color: #42c02e;
  border-radius: 50px;
  padding: 2px 5px;
  font-size: 12px;
  right: 20px;
  top: 30px;
  cursor: pointer
}
.follow-btn1[data-v-2501cdbe] {
  position: absolute;
  border: 1px solid #d7dad6;
  color: #d7dad6;
  border-radius: 50px;
  padding: 2px 5px;
  font-size: 12px;
  right: 20px;
  top: 30px;
  cursor: pointer
}

*[data-v-2f4e0791] {
    margin: 0;
    padding: 0;
}
a[data-v-2f4e0791] {
    text-decoration: none;
}
a[data-v-2f4e0791],
  body[data-v-2f4e0791] {
    color: #333;
}
.note-list[data-v-2f4e0791] {
    margin: 0;
    padding: 0;
    list-style: none;
}
.note-list li[data-v-2f4e0791] {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 2px 10px 0;
    border-bottom: 1px solid #f0f0f0;
    word-wrap: break-word;
}
.note-list .title[data-v-2f4e0791] {
    margin: -7px 0 4px;
    display: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
li[data-v-2f4e0791] {
    line-height: 20px;
}
.note-list .abstract[data-v-2f4e0791] {
    margin: 0 0 4px;
}
.note-list .abstract a[data-v-2f4e0791] {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 24px;
    color: #999;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.note-list .meta[data-v-2f4e0791] {
    padding-right: 0 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.note-list .meta2[data-v-2f4e0791] {
    width: 100%;
    height: 110px;
}
.note-list .meta2 img[data-v-2f4e0791] {
    width: 140px;
    float: left;
    height: 110px;
}
.imgmar[data-v-2f4e0791]{
    margin-right: 21px
}
.note-list .meta span[data-v-2f4e0791] {
    margin-right: 10px;
    color: #b4b4b4;
}
.jsd-meta[data-v-2f4e0791] {
    color: #ea6f5a !important;
}
.note-list .meta a[data-v-2f4e0791] {
    margin-right: 10px;
    color: #b4b4b4;
}
.note-list .have-img .wrap-img img[data-v-2f4e0791] {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
}
.index .main .note-list .have-img .wrap-img[data-v-2f4e0791] {
    width: 150px;
}
.note-list .have-img .wrap-img[data-v-2f4e0791] {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 0;
    width: 135px;
    height: 105px;
}
.content[data-v-2f4e0791] {
    padding-left: 150px;
}
.content2[data-v-2f4e0791] {
    color: #b4b4b4;
    padding-right: 0 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    height: 30px;
}
.note-list .content2 a[data-v-2f4e0791]{
    margin-right: 10px;
    color: #b4b4b4;
}
.note-list .title[data-v-2f4e0791]:visited {
    color: #333;
}
.title[data-v-2f4e0791]:hover {
    text-decoration: underline;
}
.more[data-v-2f4e0791] {
    width: 100%;
    height: 100px;
}
.more-btn[data-v-2f4e0791] {
    /* width: 100px; */
    color: #7b7575;
    height: 35px;
    /* border: 1px solid #ff0003; */
    text-align: center;
    line-height: 35px;
    border-radius: 20px;
    margin: 30px auto;
    font-size: 16px;
    cursor: pointer;
    background: #ededed;
}

*[data-v-beb55668] {
  margin: 0;
  padding: 0;
}
a[data-v-beb55668] {
  color: #333;
  text-decoration: none;
}
.text-name a[data-v-beb55668]:hover {
  text-decoration: underline;
}
.special button.done[data-v-beb55668] {
  border: 1px solid #666;
  color: #999;
  background: 0 0;
}
.normal button[data-v-beb55668] {
  width: 90px;
  border-radius: 14px;
  font-size: 12px;
  padding: 3px 0;
  cursor: pointer;
}
button[data-v-beb55668] {
  /* display: inline-block;
      -webkit-box-sizing: border-box; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  outline: 0;
}
button.active[data-v-beb55668] {
  border: 1px solid #42c02e;
  color: #42c02e;
  background: 0 0;
}
.box[data-v-beb55668] {
  /* margin-top: 20px; */
  overflow: hidden;
}
.follow-list[data-v-beb55668] {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}
.follow-list li[data-v-beb55668] {
  list-style: none;
  width: 304px;
  height: 80px;
  border: 1px solid #e1e1e1;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  /* background: #f3f3f3d6; */
}
.follow-list li[data-v-beb55668]:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1)
}
.img-box[data-v-beb55668] {
  width: 50px;
  float: left;
  margin: 15px;
}
.avatar-follow[data-v-beb55668] {
  width: 100%;
}
.text-box[data-v-beb55668] {
  width: 220px;
  height: 80px;
  float: left;
  position: relative;
}
.text-name[data-v-beb55668] {
  width: 100%;
  height: 50px;
  line-height: 60px;
  font-size: 16px;
}
.text-num[data-v-beb55668] {
  width: 100%;
  height: 20px;
  line-height: 10px;
  font-size: 13px;
  color: #8a8a8a;
}
.follow-btn[data-v-beb55668] {
  position: absolute;
  border: 1px solid #42c02e;
  color: #42c02e;
  border-radius: 50px;
  padding: 2px 5px;
  font-size: 12px;
  right: 20px;
  top: 30px;
  cursor: pointer
}
.follow-btn1[data-v-beb55668] {
  position: absolute;
  border: 1px solid #d7dad6;
  color: #d7dad6;
  border-radius: 50px;
  padding: 2px 5px;
  font-size: 12px;
  right: 20px;
  top: 30px;
  cursor: pointer
}

*[data-v-c0a848ae] {
   margin: 0;
   padding: 0;
}
a[data-v-c0a848ae] {
   color: #333;
   text-decoration: none;
}
ul[data-v-c0a848ae],li[data-v-c0a848ae]{
   list-style: none;
}
.main[data-v-c0a848ae]{
  width: 100%;   
  margin: 0 auto;
}
.top[data-v-c0a848ae]{
  width: 100%;
  height: 230px;
  background: #333;
  text-align: center;
}
.author-avatar[data-v-c0a848ae]{
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-top: 30px;
}
.author-name[data-v-c0a848ae]{
  color: #fff;
  padding-top: 20px;
  font-size: 16px;
}
.self-info[data-v-c0a848ae]{
 padding-top: 20px; 
 font-size: 13px;
 color: #979797;
}
.article-list[data-v-c0a848ae]{
  width: 90%;
  margin: 0 auto;
}
.article-list li[data-v-c0a848ae]{
  width: 100%;
  height: 100px;
  border-bottom:1px solid #f1f1f1;
  margin-bottom: 15px;
  padding:10px 0;
  overflow: hidden;
}
.articleImg[data-v-c0a848ae]{
 width:20%;
 height:100px;
 float: left;
}
.text-box[data-v-c0a848ae]{
 width:75%;
 height:100px; 
 float: right;
}
.articleTitle[data-v-c0a848ae]{
  width: 100%;
  height: 20px;
  color: #000;
  font-size: 18px;
}
.articleExcerpt[data-v-c0a848ae]{
 width: 100%;
 word-break:break-all;
 display:-webkit-box;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical;
 overflow:hidden;
 color: #828282;
 font-size: 14px;
 margin:10px 0;
}
.articleTime[data-v-c0a848ae]{
  width:100%;
  font-size: 14px;
  color: #828282;
}

*[data-v-468c819b] {
  margin: 0;
  padding: 0;
}
img[data-v-468c819b] {
  vertical-align: middle;
}
.meunt[data-v-468c819b] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  background: #fff;
}
.row[data-v-468c819b] {
  width: 1000px;
  min-height: 500px;
  /* border: 1px solid #ccc; */
  margin: 80px auto;
  overflow: hidden;
}
.wrap-box[data-v-468c819b] {
  width: 30%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap[data-v-468c819b] {
  height: 400px;
  margin-top: 30px;
  padding: 0 20px 20px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: hsla(0, 0%, 71%, .1);
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  -ms-transition: .2s ease;
  text-align: center;
}
.wrap .avatar[data-v-468c819b] {
  border-radius: 40px;
}
a[data-v-468c819b] {
  color: #333;
  text-decoration: none;
}
.avatar[data-v-468c819b] {
  width: 80px;
  height: 80px;
  margin: 20px 0 10px;
  display: inline-block;
  border: 1px solid #ddd;
  cursor: pointer;
  background-color: #fff;
}
.wrap h4[data-v-468c819b] {
  font-size: 21px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h4[data-v-468c819b],
.h5[data-v-468c819b],
.h6[data-v-468c819b],
h4[data-v-468c819b],
h5[data-v-468c819b],
h6[data-v-468c819b] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.description[data-v-468c819b] {
  margin: 0 auto 10px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 25px;
  height: 25px;
}
.follow[data-v-468c819b] {
  border-color: #42c02e;
  font-size: 16px;
  font-weight: 400;
  border-radius: 40px;
  color: #fff;
  line-height: normal;
}
.btn[data-v-468c819b] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrap .btn span[data-v-468c819b] {
  vertical-align: middle;
}
.wrap .btn[data-v-468c819b] {
  width: 100px;
  padding: 8px 0;
}
.btn-success[data-v-468c819b] {
  border-radius: 40px;
  color: #fff;
  background-color: #42c02e;
  border-color: #42c02e;
}
.wrap .recent-update[data-v-468c819b] {
  min-height: 75px;
  text-align: left
}
.new[data-v-468c819b] {
  font-size: 13px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.wrap .meta[data-v-468c819b] {
  float: left;
  margin-top: -29px;
  padding-right: 10px;
  font-size: 12px;
  color: #969696;
  background-color: #f8f8f8;
}
.wrap hr[data-v-468c819b] {
  border-color: #eaeaea;
}
hr[data-v-468c819b] {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.wrap .new[data-v-468c819b]:hover {
  text-decoration: underline
}
.wrap[data-v-468c819b]:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1)
}
.title[data-v-468c819b] {
  width: 1000px;
  text-align: center;
  /* padding-bottom: 30px; */
  margin-top: 20px;
}
.how a[data-v-468c819b] {
  color: #b5b2ab;
  font-size: 14px;
  line-height: 50px;
  cursor: pointer;
}
.zwsj[data-v-468c819b] {
  width: 100%;
  line-height: 125px;
  text-align: center;
  color: #cecece;
  font-size: 14px;
}

p[data-v-b028c6d6],
a[data-v-b028c6d6],
span[data-v-b028c6d6] {
  list-style: none;
  margin: 0;
  padding: 0;
}
img[data-v-b028c6d6] {
  vertical-align: middle;
}
a[data-v-b028c6d6],
body[data-v-b028c6d6] {
  color: #333;
}
a[data-v-b028c6d6] {
  text-decoration: none;
}
.shop-bady[data-v-b028c6d6] {
  width: 100%;
  overflow: hidden;
  background: #f1f1f1;
}
.meunt[data-v-b028c6d6] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  background: #fff;
}
.main[data-v-b028c6d6] {
  width: 89%;
  margin: 0 auto;
  min-height: 400px;
  /* padding-top: 70px; */
}
.skeleton-box[data-v-b028c6d6] {
  width: 89%;
  margin: 0 auto;
  min-height: 400px;
  padding-top: 70px;
}
.dianpimg-box[data-v-b028c6d6] {
  width: 90px;
  margin: 0 auto;
}
.shopLevel-box[data-v-b028c6d6] {
  width: 120px;
  margin: 0 auto;
}
.dianpimg[data-v-b028c6d6] {
  width: 90px;
  height: 90px;
  border-radius: 200px;
  margin-top: 35px;
}
.dianp-name[data-v-b028c6d6] {
  color: #333;
  font-size: 14px;
  width: 90%;
  margin-left: 5%;
}
.dianp-jiaj[data-v-b028c6d6] {
  color: #f3f3f3;
  font-size: 16px;
  margin: 10px auto;
  line-height: 26px;
  width: 60%;
  text-align: center;
  height: 47px;
}
.goods-box[data-v-b028c6d6] {
  width: 100%;
  margin-top: 10px;
  position: relative;
  padding-bottom: 50px;
}
.share-top[data-v-b028c6d6] {
  color: #999;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.share-cont[data-v-b028c6d6] {
  display: inline;
}
.shop-name-box[data-v-b028c6d6] {
  width: 30%;
  margin: 0 auto;
}
.zwsj-box[data-v-b028c6d6] {
  width: 100%;
  line-height: 300px;
  text-align: center;
  color: #000;
}
.table-box[data-v-b028c6d6] {
  width: 100%;
  border-top: 1px solid #fff;
  margin-bottom: 10px;
  border-left: 1px solid #fff;
}
.col-config[data-v-b028c6d6] {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.table-row[data-v-b028c6d6] {
  width: 100%;
  line-height: 26px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.num-col[data-v-b028c6d6] {
  border-right: 1px solid #ddd;
}
.jrdp[data-v-b028c6d6] {
  background: #e2751c;
  color: #fff;
  width: 100%;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.sqjr[data-v-b028c6d6] {
  background: #f73838;
  color: #fff;
  width: 100%;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
}
.isShopkeeper[data-v-b028c6d6] {
  margin-top: 10px;
}
.shop-top-info[data-v-b028c6d6] {
  margin-bottom: 20px;
}
.top_div[data-v-b028c6d6] {
  width: 100%;
  margin-top: 60px;
  height: 400px;
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
}
.btn-div[data-v-b028c6d6] {
  width: 200px;
  margin: 10px auto;
}
.shopbj[data-v-b028c6d6] {
  width: 100%;
  height: 400px;
}
.shop_info[data-v-b028c6d6] {
  width: 95%;
  position: absolute;
  left: 2.5%;
  top: 0;
}
.shop_name_card[data-v-b028c6d6] {
  width: 100%;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.van-tab-list[data-v-b028c6d6] {
  margin-top: 10px;
}
.statistics-label[data-v-b028c6d6] {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.user_visit[data-v-b028c6d6] {
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-right: 30px;
  line-height: 12px;
}
.shopLevel_img[data-v-b028c6d6] {
  width: 120px;
  margin-top: 10px;
}
.footer[data-v-b028c6d6] {
  width: 100%;
  height: 55px;
  background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABRAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU3RUJBRjI4QjhGMTFFRjhCMzNCQjhFNURBQkU5RjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU3RUJBRjM4QjhGMTFFRjhCMzNCQjhFNURBQkU5RjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNTdFQkFGMDhCOEYxMUVGOEIzM0JCOEU1REFCRTlGMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTdFQkFGMThCOEYxMUVGOEIzM0JCOEU1REFCRTlGMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgID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);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.share_div[data-v-b028c6d6] {
  float: right;
  margin-right: 35px;
  margin-top: 12px;
  display: inline;
  color: #fff;
}
.footer-label[data-v-b028c6d6] {
  line-height: 55px;
  font-size: 17px;
  color: #fff;
  margin-left: 20px;
}
.tree-view-div[data-v-b028c6d6] {
  background: url(/static/img/hhmsbj.644abf6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.franchise-box[data-v-b028c6d6] {
  width: 100%;
  background: url(/static/img/hhmsbj.644abf6.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.franchise-lable[data-v-b028c6d6] {
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  color: #5b6269;
}
.applyShopName[data-v-b028c6d6] {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #c34631;
}

input[data-v-1b506344],
p[data-v-1b506344],
span[data-v-1b506344],
img[data-v-1b506344],
table[data-v-1b506344],
tr[data-v-1b506344],
td[data-v-1b506344],
th[data-v-1b506344] {
  margin: 0;
  padding: 0;
}
.article-box[data-v-1b506344] {
  width: 100%;
  overflow: hidden;
}
.list-box[data-v-1b506344] {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #eae8f9;
  padding-bottom: 10px;
  position: relative;
}
.title[data-v-1b506344] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.desc[data-v-1b506344] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.cover-box[data-v-1b506344] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
  float: left;
}
.ar-img[data-v-1b506344] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
}
.list-row[data-v-1b506344] {
  border-bottom: 1px solid #eae8f9;
  margin: 15px 0;
  overflow: hidden;
  display: inline;
}
.info-box[data-v-1b506344] {
  float: right;
  width: calc(100% - 170px);
}
.questions-p[data-v-1b506344] {
  color: #000;
  margin-bottom: 10px;
}
.image-t[data-v-1b506344] {
  width: 100%;
  height: 150px;
}
.title-name[data-v-1b506344] {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  text-align: center;
}
.pagination-container[data-v-1b506344] .el-pagination__jump {
  display: none;
}
.shop_name[data-v-1b506344] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  margin-top: 10px;
}
.articls-ion[data-v-1b506344] {
  padding: 5px 10px;
  background: #ff4e4e;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 12px;
}
.ebook-ion[data-v-1b506344] {
  padding: 5px 10px;
  background: #000;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 12px;
}
.courseware-ion[data-v-1b506344] {
  padding: 5px 10px;
  background: #1083db;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 12px;
}
.fragment-ion[data-v-1b506344] {
  padding: 5px 10px;
  background: #32a81a;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 12px;
}
.shop_name_rt[data-v-1b506344] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  text-align: center;
  padding-bottom: 10px;
}
.search-box[data-v-1b506344] {
  width: 300px;
  margin-bottom: 30px;
}

a[data-v-54662bb6] {
  text-decoration: none;
  color: #000;
}
.router-link-active[data-v-54662bb6] {
  text-decoration: none;
}
input[data-v-54662bb6],
p[data-v-54662bb6],
div[data-v-54662bb6],
span[data-v-54662bb6],
img[data-v-54662bb6],
table[data-v-54662bb6],
tr[data-v-54662bb6],
td[data-v-54662bb6],
th[data-v-54662bb6] {
  margin: 0;
  padding: 0;
}
.el-input__inner[data-v-54662bb6] {
  height: 50px;
  line-height: 50px;
}
.pagination-container[data-v-54662bb6] {
  overflow: hidden;
  margin-top: 20px;
  /* position: absolute;
  bottom: 10px; */
}
.list-main[data-v-54662bb6] {
  width: 100%;
  min-height: 300px;
  line-height: 300px;
  text-align: center;
}
.bg-select[data-v-54662bb6],
.bg-input[data-v-54662bb6] {
  width: 100%;
}
.el-select[data-v-54662bb6] {
  width: 100%;
}
.list-row[data-v-54662bb6] {
  width: 100%;
  border-bottom: 1px solid #eae8f9;
  padding: 10px 0;
}
.nane-text[data-v-54662bb6] {
  width: 100%;
  line-height: 50px;
  cursor: pointer;
}
.mianfei[data-v-54662bb6] {
  color: red;
  margin-right: 20px;
  font-size: 14px;
}
.share-cont[data-v-54662bb6] {
  margin-right: 20px;
  display: inline;
}
.el-icon-share[data-v-54662bb6] {
  color: #bfbfbf;
}
.search-box[data-v-54662bb6] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-54662bb6] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-54662bb6] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
.cover-box[data-v-54662bb6] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
  float: left;
}
.ar-img[data-v-54662bb6] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
}
.info-box[data-v-54662bb6] {
  float: right;
  width: calc(100% - 170px);
}
.title[data-v-54662bb6] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-54662bb6],
.proofreadingIndex[data-v-54662bb6] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-54662bb6],
.proofreadingIndex label[data-v-54662bb6] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-54662bb6] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-54662bb6] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}
.list-box[data-v-54662bb6] {
  width: 100%;
  overflow: hidden;
}
.shop_name[data-v-54662bb6] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  margin-top: 10px;
}

a[data-v-cefe0d4c] {
  text-decoration: none;
  color: #000;
}
.router-link-active[data-v-cefe0d4c] {
  text-decoration: none;
}
input[data-v-cefe0d4c],
p[data-v-cefe0d4c],
div[data-v-cefe0d4c],
span[data-v-cefe0d4c],
img[data-v-cefe0d4c],
table[data-v-cefe0d4c],
tr[data-v-cefe0d4c],
td[data-v-cefe0d4c],
th[data-v-cefe0d4c] {
  margin: 0;
  padding: 0;
}
.el-input__inner[data-v-cefe0d4c] {
  height: 50px;
  line-height: 50px;
}
.pagination-container[data-v-cefe0d4c] {
  overflow: hidden;
  margin-top: 20px;
}
.list-main[data-v-cefe0d4c] {
  width: 100%;
  min-height: 300px;
  line-height: 300px;
  text-align: center;
}
.bg-select[data-v-cefe0d4c],
.bg-input[data-v-cefe0d4c] {
  width: 100%;
}
.el-select[data-v-cefe0d4c] {
  width: 100%;
}
.list-row[data-v-cefe0d4c] {
  width: 100%;
  border-bottom: 1px solid #eae8f9;
  padding: 10px 0;
}
.nane-text[data-v-cefe0d4c] {
  width: 100%;
  line-height: 50px;
  cursor: pointer;
}
.mianfei[data-v-cefe0d4c] {
  color: red;
  margin-right: 20px;
  font-size: 14px;
}
.share-cont[data-v-cefe0d4c] {
  margin-right: 20px;
  display: inline;
}
.el-icon-share[data-v-cefe0d4c] {
  color: #bfbfbf;
}
.search-box[data-v-cefe0d4c] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-cefe0d4c] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-cefe0d4c] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
.article-box[data-v-cefe0d4c] {
  width: 100%;
  overflow: hidden;
  height: 380px;
}
.component-name[data-v-cefe0d4c] {
  width: 100%;
  padding: 5px 0px;
  color: #000000;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.lbzwsj[data-v-cefe0d4c] {
  width: 100%;
  text-align: center;
  line-height: 300px;
  color: #ccc;
}
.articleList-box[data-v-cefe0d4c] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding-bottom: 10px;
}
.cover-box[data-v-cefe0d4c] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
  float: left;
}
.ar-img[data-v-cefe0d4c] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
}
.info-box[data-v-cefe0d4c] {
  float: right;
  width: calc(100% - 170px);
}
.list-box[data-v-cefe0d4c] {
  width: 100%;
  overflow: hidden;
}
.title[data-v-cefe0d4c] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-cefe0d4c],
.proofreadingIndex[data-v-cefe0d4c] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-cefe0d4c],
.proofreadingIndex label[data-v-cefe0d4c] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-cefe0d4c] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-cefe0d4c] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}
.shop_name[data-v-cefe0d4c] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  margin-top: 10px;
}

a[data-v-478638ec] {
  text-decoration: none;
  color: #000;
}
p[data-v-478638ec],
div[data-v-478638ec],
span[data-v-478638ec],
img[data-v-478638ec] {
  margin: 0;
  padding: 0;
}
.image-t[data-v-478638ec] {
  width: 100%;
  height: 200px;
}
.pagination-container[data-v-478638ec] {
  margin-top: 20px;
}
.title-name[data-v-478638ec] {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.clearfix[data-v-478638ec] {
  margin-top: 20px;
  text-align: right;
}
.row-box[data-v-478638ec] {
  margin-bottom: 10px;
}
.list-main[data-v-478638ec] {
  width: 100%;
  line-height: 400px;
  text-align: center;
}
.mianfei[data-v-478638ec] {
  color: red;
  margin-right: 20px;
  font-size: 14px;
}
.shop_name[data-v-478638ec] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  text-align: center;
  padding-bottom: 10px;
}
.search-box[data-v-478638ec] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-478638ec] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-478638ec]{
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

a[data-v-357f6cb0] {
  text-decoration: none;
}
p[data-v-357f6cb0],
div[data-v-357f6cb0],
span[data-v-357f6cb0],
img[data-v-357f6cb0] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-357f6cb0] {
  overflow: hidden;
  margin-top: 20px;
}
.bg-purple[data-v-357f6cb0] {
  width: 100%;
}
.m-box[data-v-357f6cb0] {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}
.cover[data-v-357f6cb0] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-357f6cb0] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgb(0 0 0 / 42%);
  overflow: hidden;
}
.m-title[data-v-357f6cb0] {
  width: 80%;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 200px;
  font-weight: bold;
}
.m-box:hover .m-title[data-v-357f6cb0] {
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.m-box:hover .info-box[data-v-357f6cb0] {
  background: rgba(0, 0, 0, 0.54);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.list-main[data-v-357f6cb0] {
  width: 100%;
  line-height: 400px;
  text-align: center;
}
.search-box[data-v-357f6cb0] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-357f6cb0] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-357f6cb0] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

a[data-v-429048be] {
  text-decoration: none;
}
p[data-v-429048be],
div[data-v-429048be],
span[data-v-429048be],
img[data-v-429048be] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-429048be] {
  overflow: hidden;
  margin-top: 20px;
}
.bg-purple[data-v-429048be] {
  width: 100%;
}
.m-box[data-v-429048be] {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}
.cover[data-v-429048be] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-429048be] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgb(0 0 0 / 42%);
  overflow: hidden;
}
.m-title[data-v-429048be] {
  width: 80%;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  line-height: 200px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.m-box:hover .m-title[data-v-429048be] {
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.m-box:hover .info-box[data-v-429048be] {
  background: rgba(0, 0, 0, 0.54);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.list-main[data-v-429048be] {
  width: 100%;
  line-height: 400px;
  text-align: center;
}
.search-box[data-v-429048be] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-429048be] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-429048be] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

a[data-v-1c5a7006] {
  text-decoration: none;
  color: #000;
}
.router-link-active[data-v-1c5a7006] {
  text-decoration: none;
}
input[data-v-1c5a7006],
p[data-v-1c5a7006],
div[data-v-1c5a7006],
span[data-v-1c5a7006],
img[data-v-1c5a7006],
table[data-v-1c5a7006],
tr[data-v-1c5a7006],
td[data-v-1c5a7006],
th[data-v-1c5a7006] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-1c5a7006] {
  overflow: hidden;
  margin-top: 20px;
}
.list-main[data-v-1c5a7006] {
  width: 100%;
  min-height: 300px;
  line-height: 300px;
  text-align: center;
}
.ar-img[data-v-1c5a7006] {
  width: 100%;
  height: 200px;
  border-radius: 3px;
}
.list-box[data-v-1c5a7006] {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.courseware_name[data-v-1c5a7006] {
  width: 100%;
  height: 200px;
  font-size: 14px;
  overflow: hidden;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  line-height: 200px;
  text-align: center;
  background: #00000094;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.search-box[data-v-1c5a7006] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-1c5a7006] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-1c5a7006] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

a[data-v-ac56ce5a] {
  text-decoration: none;
}
p[data-v-ac56ce5a],
div[data-v-ac56ce5a],
span[data-v-ac56ce5a],
img[data-v-ac56ce5a],
table[data-v-ac56ce5a],
tr[data-v-ac56ce5a],
td[data-v-ac56ce5a],
th[data-v-ac56ce5a] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-ac56ce5a] {
  overflow: hidden;
  margin-top: 20px;
}
.nane-text[data-v-ac56ce5a] {
  width: 100%;
  line-height: 50px;
  cursor: pointer;
}
.list-main[data-v-ac56ce5a] {
  width: 100%;
  line-height: 400px;
  text-align: center;
}
.echart-box[data-v-ac56ce5a] {
  width: 100%;
  margin-bottom: 20px;
  height: 350px;
  overflow: hidden;
}
.label-phb[data-v-ac56ce5a] {
  line-height: 40px;
  padding-left: 10px;
  font-weight: 700;
  color: #000000;
}
.mianfei[data-v-ac56ce5a] {
  color: red;
  margin-right: 20px;
  font-size: 14px;
}
.right-box[data-v-ac56ce5a] {
  width: 10%;
  height: auto;
}
.newClass[data-v-ac56ce5a] {
  width: 100%;
}
.el-collapse[data-v-ac56ce5a] {
  position: relative;
}
.shop_name[data-v-ac56ce5a] {
  width: 100%;
  font-size: 12px;
  color: #a7a1a1;
  background: #f4f4f4;
  padding: 8px;
}
.search-box[data-v-ac56ce5a] {
  width: 450px;
  margin-bottom: 10px;
}
.el-icon-share[data-v-ac56ce5a] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-ac56ce5a] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

a[data-v-3a431624] {
  text-decoration: none;
  color: #000;
}
.router-link-active[data-v-3a431624] {
  text-decoration: none;
}
input[data-v-3a431624],
p[data-v-3a431624],
div[data-v-3a431624],
span[data-v-3a431624],
img[data-v-3a431624],
table[data-v-3a431624],
tr[data-v-3a431624],
td[data-v-3a431624],
th[data-v-3a431624] {
  margin: 0;
  padding: 0;
}
.el-input__inner[data-v-3a431624] {
  height: 50px;
  line-height: 50px;
}
.pagination-container[data-v-3a431624] {
  overflow: hidden;
  margin-top: 20px;
  /* position: absolute;
    bottom: 10px; */
}
.list-main[data-v-3a431624] {
  width: 100%;
  min-height: 300px;
  line-height: 300px;
  text-align: center;
}
.bg-select[data-v-3a431624],
.bg-input[data-v-3a431624] {
  width: 100%;
}
.el-select[data-v-3a431624] {
  width: 100%;
}
.list-row[data-v-3a431624] {
  width: 100%;
  border-bottom: 1px solid #eae8f9;
  margin: 15px 0;
}
.share-cont[data-v-3a431624] {
  margin-right: 20px;
  display: inline;
}
.el-icon-share[data-v-3a431624] {
  color: #bfbfbf;
}
.search-box[data-v-3a431624] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-3a431624] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-3a431624] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
.articleList-box[data-v-3a431624] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding-bottom: 10px;
}
.cover-box[data-v-3a431624] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
  float: left;
}
.ar-img[data-v-3a431624] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
}
.info-box[data-v-3a431624] {
  float: right;
  width: calc(100% - 170px);
}
.list-box[data-v-3a431624] {
  width: 100%;
  overflow: hidden;
}
.title[data-v-3a431624] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-3a431624],
.proofreadingIndex[data-v-3a431624] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-3a431624],
.proofreadingIndex label[data-v-3a431624] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-3a431624] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-3a431624] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}
.shop_name[data-v-3a431624] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  margin-top: 10px;
}

a[data-v-5ca2362e] {
  text-decoration: none;
}
input[data-v-5ca2362e],
p[data-v-5ca2362e],
div[data-v-5ca2362e],
span[data-v-5ca2362e],
img[data-v-5ca2362e],
table[data-v-5ca2362e],
tr[data-v-5ca2362e],
td[data-v-5ca2362e],
th[data-v-5ca2362e] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-5ca2362e] {
  overflow: hidden;
  margin-top: 20px;
}
.list-main[data-v-5ca2362e] {
  width: 100%;
  line-height: 400px;
  text-align: center;
}
.list-row[data-v-5ca2362e] {
  margin-bottom: 25px;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 15px;
}
.list-row[data-v-5ca2362e]:hover {
  -webkit-box-shadow: 0px 0px 15px 7px rgb(0 0 0 / 18%);
          box-shadow: 0px 0px 15px 7px rgb(0 0 0 / 18%);
}
.ebook_name[data-v-5ca2362e] {
  width: 100%;
  line-height: 35px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-weight: bold;
}
.resume[data-v-5ca2362e] {
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #676161;
  margin-top: 20px;
}
.el-input-box[data-v-5ca2362e],
.el-select-box[data-v-5ca2362e] {
  margin-bottom: 10px;
  width: 100%;
}
.el-date-picker-lable[data-v-5ca2362e] {
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
}
.list-box[data-v-5ca2362e] {
  width: 100%;
}
.ar-img[data-v-5ca2362e] {
  width: 100%;
  height: 200px;
  border-radius: 3px;
  -webkit-box-shadow: 6px 5px 5px 0px rgb(0 0 0 / 18%);
          box-shadow: 6px 5px 5px 0px rgb(0 0 0 / 18%);
}
.shop_name[data-v-5ca2362e] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  margin-top: 10px;
  text-align: center;
}
.res_ebook_author[data-v-5ca2362e] {
  width: 100%;
  font-size: 14px;
  color: #877f7f;
  margin-top: 20px;
}
.actual_price[data-v-5ca2362e] {
  font-size: 14px;
  color: #943737;
  margin-top: 20px;
  font-weight: bold;
}
.el-icon-share[data-v-5ca2362e] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-5ca2362e]{
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

a[data-v-f7646eb2] {
  text-decoration: none;
}
p[data-v-f7646eb2],
div[data-v-f7646eb2],
span[data-v-f7646eb2],
img[data-v-f7646eb2] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-f7646eb2] {
  overflow: hidden;
  margin-top: 20px;
}
.bg-purple[data-v-f7646eb2] {
  width: 100%;
  min-height: 350px;
}
.m-box[data-v-f7646eb2] {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}
.cover[data-v-f7646eb2] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-f7646eb2] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
}
.m-title[data-v-f7646eb2] {
  width: 80%;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  line-height: 200px;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
.m-box:hover .m-title[data-v-f7646eb2] {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.control-box[data-v-f7646eb2] {
  position: relative;
}
.list-main[data-v-f7646eb2] {
  width: 100%;
  line-height: 400px;
  text-align: center;
}
.search-box[data-v-f7646eb2] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-f7646eb2] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-f7646eb2] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

a[data-v-2a2f06a9] {
  text-decoration: none;
}
p[data-v-2a2f06a9],
div[data-v-2a2f06a9],
span[data-v-2a2f06a9],
img[data-v-2a2f06a9] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-2a2f06a9] {
  overflow: hidden;
  margin-top: 20px;
}
.list-row[data-v-2a2f06a9] {
  width: 100%;
  border-bottom: 1px solid #eae8f9;
  margin: 15px 0;
}
.list-main[data-v-2a2f06a9] {
  width: 100%;
  line-height: 400px;
  text-align: center;
}
.article-box[data-v-2a2f06a9] {
  width: 100%;
  overflow: hidden;
  height: 380px;
}
.articleList-box[data-v-2a2f06a9] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding-bottom: 10px;
}
.cover-box[data-v-2a2f06a9] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
  float: left;
}
.ar-img[data-v-2a2f06a9] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
}
.info-box[data-v-2a2f06a9] {
  float: right;
  width: calc(100% - 170px);
}
.list-box[data-v-2a2f06a9] {
  width: 100%;
  overflow: hidden;
}
.title[data-v-2a2f06a9] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-2a2f06a9],
.proofreadingIndex[data-v-2a2f06a9] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-2a2f06a9],
.proofreadingIndex label[data-v-2a2f06a9] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-2a2f06a9] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-2a2f06a9] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}
.shop_name[data-v-2a2f06a9] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  margin-top: 10px;
}
.search-box[data-v-2a2f06a9] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-2a2f06a9] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-2a2f06a9] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

a[data-v-28ce8626] {
  text-decoration: none;
  color: #606266;
}
.router-link-active[data-v-28ce8626] {
  text-decoration: none;
}
p[data-v-28ce8626],
div[data-v-28ce8626],
img[data-v-28ce8626],
table[data-v-28ce8626] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-28ce8626] {
  overflow: hidden;
  margin-top: 20px;
}
.input-box[data-v-28ce8626] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-28ce8626] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-28ce8626]{
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
.plate[data-v-28ce8626] {
  width: 100%;
  min-height: 100px;
  position: relative;
  margin-bottom: 10px;
}
.slogansPrice[data-v-28ce8626] {
  color: #ff3434;
  font-size: 20px;
  float: left;
}
.clearfix[data-v-28ce8626] {
  overflow: hidden;
  margin-top: 30px;
}
.slogansInfo[data-v-28ce8626] {
  font-size: 12px;
  color: #5d5d5d;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.dengji[data-v-28ce8626] {
  float: right;
}
.task-title[data-v-28ce8626] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  font-weight: 900;
  margin-top: 10px;
  line-height: 25px;
  height: 50px;
  color: #000;
}
.task-title a[data-v-28ce8626] {
  color: #4a4a4a;
}
.partake_total[data-v-28ce8626] {
  color: #5d5d5d;
  margin-top: 10px;
  overflow: hidden;
  line-height: 20px;
}
.tag-img[data-v-28ce8626] {
  width: 35px;
  position: absolute;
  top: -10px;
  left: 25px;
  z-index: 20;
}
.task-big-completion[data-v-28ce8626] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 15%;
}
.cyymImg[data-v-28ce8626] {
  width: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.robImg[data-v-28ce8626] {
  width: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.newHandpc[data-v-28ce8626] {
  position: absolute;
  left: 0px;
  top: 0px;
}
.taskAssignImg[data-v-28ce8626] {
  position: absolute;
  right: 0px;
  top: 0px;
}
.total-left[data-v-28ce8626] {
  float: left;
}
.total-right[data-v-28ce8626] {
  float: right;
}
.vipMin[data-v-28ce8626] {
  position: absolute;
  top: -17px;
  right: -3px;
  z-index: 15;
  width: 50px;
}
.free_delay_num[data-v-28ce8626] {
  float: right;
}
.list-main[data-v-28ce8626] {
  width: 100%;
  min-height: 300px;
  line-height: 300px;
  text-align: center;
}

.AllTree {
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  text-align: center;
}
.org-tree-container {
  display: inline-block;
  margin: 20px 0;
  /* background-color: #fff */
}
.org-tree {
  display: table;
  text-align: center
}
.org-tree:after,
.org-tree:before {
  content: "";
  display: table
}
.org-tree:after {
  clear: both
}
.org-tree-node,
.org-tree-node-children {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none
}
.org-tree-node-children:after,
.org-tree-node-children:before,
.org-tree-node:after,
.org-tree-node:before {
  -webkit-transition: all .35s;
  transition: all .35s
}
.org-tree-node-label {
  position: relative;
  display: inline-block
}
.org-tree-node-label .org-tree-node-label-inner {
  /* padding: 5px; */
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, .15)
}
.org-tree-node-btn {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  z-index: 10;
  margin-left: -11px;
  margin-top: 9px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .15);
          box-shadow: 0 0 2px rgba(0, 0, 0, .15);
  cursor: pointer;
  -webkit-transition: all .35s ease;
  transition: all .35s ease
}
.org-tree-node-btn:hover {
  background-color: #e7e8e9;
  -webkit-transform: scale(1.15);
  transform: scale(1.15)
}
.org-tree-node-btn:after,
.org-tree-node-btn:before {
  content: "";
  position: absolute
}
.org-tree-node-btn:before {
  top: 50%;
  left: 4px;
  right: 4px;
  height: 0;
  border-top: 1px solid #ccc
}
.org-tree-node-btn:after {
  top: 4px;
  left: 50%;
  bottom: 4px;
  width: 0;
  border-left: 1px solid #ccc
}
.org-tree-node-btn.expanded:after {
  border: none
}
.org-tree-node {
  padding-top: 20px;
  display: table-cell;
  vertical-align: top
}
.org-tree-node.collapsed,
.org-tree-node.is-leaf {
  padding-left: 10px;
  padding-right: 10px
}
.org-tree-node:after,
.org-tree-node:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 19px
}
.org-tree-node:after {
  left: 50%;
  border-left: 1px solid #ddd
}
.org-tree-node:not(:first-child):before,
.org-tree-node:not(:last-child):after {
  border-top: 1px solid #ddd
}
.collapsable .org-tree-node.collapsed {
  padding-bottom: 30px
}
.collapsable .org-tree-node.collapsed .org-tree-node-label:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 50%;
  height: 20px;
  border-right: 1px solid #ddd
}
.org-tree>.org-tree-node {
  padding-top: 0
}
.org-tree>.org-tree-node:after {
  border-left: 0
}
.org-tree-node-children {
  padding-top: 20px;
  display: table
}
.org-tree-node-children:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 20px;
  border-left: 1px solid #ddd
}
.org-tree-node-children:after {
  content: "";
  display: table;
  clear: both
}
.horizontal .org-tree-node {
  display: table-cell;
  float: none;
  padding-top: 0;
  padding-left: 20px
}
.horizontal .org-tree-node.collapsed,
.horizontal .org-tree-node.is-leaf {
  padding-top: 10px;
  padding-bottom: 10px
}
.horizontal .org-tree-node:after,
.horizontal .org-tree-node:before {
  width: 19px;
  height: 50%
}
.horizontal .org-tree-node:after {
  top: 50%;
  left: 0;
  border-left: 0
}
.horizontal .org-tree-node:only-child:before {
  top: 1px;
  border-bottom: 1px solid #ddd
}
.horizontal .org-tree-node:not(:first-child):before,
.horizontal .org-tree-node:not(:last-child):after {
  border-top: 0;
  border-left: 1px solid #ddd
}
.horizontal .org-tree-node:not(:only-child):after {
  border-top: 1px solid #ddd
}
.horizontal .org-tree-node .org-tree-node-inner {
  display: table
}
.horizontal .org-tree-node-label {
  display: table-cell;
  vertical-align: middle
}
.horizontal.collapsable .org-tree-node.collapsed {
  padding-right: 30px
}
.horizontal.collapsable .org-tree-node.collapsed .org-tree-node-label:after {
  top: 0;
  left: 100%;
  width: 20px;
  height: 50%;
  border-right: 0;
  border-bottom: 1px solid #ddd
}
.horizontal .org-tree-node-btn {
  top: 50%;
  left: 100%;
  margin-top: -11px;
  margin-left: 9px
}
.horizontal>.org-tree-node:only-child:before {
  border-bottom: 0
}
.horizontal .org-tree-node-children {
  display: table-cell;
  padding-top: 0;
  padding-left: 20px
}
.horizontal .org-tree-node-children:before {
  top: 50%;
  left: 0;
  width: 20px;
  height: 0;
  border-left: 0;
  border-top: 1px solid #ddd
}
.horizontal .org-tree-node-children:after {
  display: none
}
.horizontal .org-tree-node-children>.org-tree-node {
  display: block
}
.el-collapse-item__header {
  border: none;
}
.bg-white {
  background-color: white;
}
.bg-orange {
  background-color: orange;
}
.bg-gold {
  background-color: gold;
}
.bg-gray {
  background-color: gray;
}
.bg-lightpink {
  background-color: lightpink;
}
.bg-chocolate {
  background-color: chocolate;
}
.bg-tomato {
  background-color: tomato;
}
.app-container .el-scrollbar__wrap {
  overflow-x: hidden;
}
.org-tree-node-label {
  white-space: nowrap;
  /* box-shadow: 1px 2px 10px 0px rgb(30 29 29 / 25%); */
  border-radius: 5px;
}
.el-tree-node__content {
  background: white;
}
.org-tree-node-label .org-tree-node-label-inner { 
  cursor: pointer;
}
.horizontal .org-tree-node.is-leaf {
  padding-top: 5px;
  padding-bottom: 5px;
}
.org-tree-node{
  background-color:rgb(255 0 0 / 0%);
}
.org-tree-node:not(:first-child):before, .org-tree-node:not(:last-child):after {
  border-top: 1px solid #7d7171;
}
.org-tree-node-children:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 20px;
    border-left: 1px solid #7d7171;
}
.org-tree-node:after {
    left: 50%;
    border-left: 1px solid #7d7171;
}
.el-collapse-item__content {
    padding-bottom:0;
    font-size: 13px;
    color: #303133;
    line-height: 1.769230769230769;
}

p[data-v-c4aea450],
div[data-v-c4aea450],
span[data-v-c4aea450],
a[data-v-c4aea450],
input[data-v-c4aea450] {
  margin: 0;
  padding: 0
}
body[data-v-c4aea450] {
  background: #62a1b7;
  font-family: "microsoft yahei";
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  /* KHTML内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}
ul li[data-v-c4aea450] {
  list-style: none;
}
a[data-v-c4aea450] {
  text-decoration: none;
}
.epub_z[data-v-c4aea450] {
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none
}
.epub_top[data-v-c4aea450] {
  width: 100%;
  height: 60px;
  background-color: #d81d4c;
}
.epub_top-right[data-v-c4aea450] {
  overflow: hidden;
  height: 60px;
}
.epub_top-left span[data-v-c4aea450] {
  line-height: 60px;
  color: #fff;
  margin-left: 20px;
  font-size: 25px;
}
.epub_top-right span[data-v-c4aea450] {
  float: right;
  margin-right: 20px;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
}
#main[data-v-c4aea450] {
  width: 100%;
}
.epub_z[data-v-c4aea450] {
  margin: 0 auto;
  overflow: hidden;
}
.epub_left[data-v-c4aea450] {
  width: 100%;
  border-right: 1px solid #e2e2e2;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
}
.ebook_cover-box[data-v-c4aea450] {
  width: 120px;
  height: 180px;
  margin: 30px auto;
  -webkit-box-shadow: 5px 4px 6px #d0c3c3;
          box-shadow: 5px 4px 6px #d0c3c3;
  border-radius: 5px;
  overflow: hidden;
}
.ebook_cover[data-v-c4aea450] {
  width: 100%;
  height: 180px;
}
.ebook_name[data-v-c4aea450] {
  color: #000;
  font-weight: bold;
}
.epub_left-p[data-v-c4aea450] {
  width: 80%;
  margin-left: 10%;
  line-height: 22px;
  margin-bottom: 15px;
  font-size: 14px;
}
.epub_left-p span[data-v-c4aea450] {
  color: #37beff;
}
.epub-content-box[data-v-c4aea450] {
  width: 100%;
  overflow: hidden;
}
.content-box[data-v-c4aea450] {
  width: 100%;
  position: relative;
  overflow: auto;
}
#loader[data-v-c4aea450] {
  width: 100%;
  overflow: auto;
}
#prev[data-v-c4aea450] {
  font-size: 64px;
  font-family: arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: 30px;
  height: 100px;
  background: rgb(204 189 189 / 18%);
  line-height: 90px;
  text-align: center;
  color: #B7B3A4;
  position: absolute;
  top: 50%;
  left: 20px;
}
#next[data-v-c4aea450] {
  font-size: 64px;
  font-family: arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  margin-top: 10px;
  width: 30px;
  height: 100px;
  background: rgb(204 189 189 / 18%);
  line-height: 90px;
  text-align: center;
  color: #B7B3A4;
  position: absolute;
  top: 50%;
  right: 20px;
}
#prev[data-v-c4aea450]:hover {
  color: #d81d4c
}
#next[data-v-c4aea450]:hover {
  color: #d81d4c
}
.icon-mulu[data-v-c4aea450],
.icon-fullscreen[data-v-c4aea450] {
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
.icon-weibiaoti12[data-v-c4aea450] {
  color: #fff;
  font-size: 26px;
  margin-right: 20px;
  cursor: pointer;
}
.drawer-con[data-v-c4aea450] {
  width: 96%;
  margin: 20px auto;
  outline: none;
  overflow-y: auto;
}
.catalogue-p[data-v-c4aea450] {
  width: 100%;
  margin-bottom: 20px;
}
.settingTheme[data-v-c4aea450] {
  width: 90%;
  margin: 0 auto;
}
.setting-p[data-v-c4aea450] {
  width: 100%;
  line-height: 25px;
  color: #ada8a8;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.Theme1[data-v-c4aea450] {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #999;
  cursor: pointer;
}
.Theme2[data-v-c4aea450] {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: rgb(249, 244, 233);
  border: 1px solid #999;
  cursor: pointer;
}
.Theme3[data-v-c4aea450] {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: rgb(206, 234, 186);
  border: 1px solid #999;
  cursor: pointer;
}
.Theme4[data-v-c4aea450] {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: rgb(0, 0, 0);
  border: 1px solid #999;
  cursor: pointer;
}
.icon-xinxi[data-v-c4aea450] {
  margin-left: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
}
.icon-shezhi[data-v-c4aea450],
.icon-tuichuquanping[data-v-c4aea450],
.icon-sousuo[data-v-c4aea450] {
  color: #fff;
  cursor: pointer;
  font-size: 26px;
}
.drawer-con-p[data-v-c4aea450] {
  width: 100%;
  height: 60px;
  background: #d81d4c;
  color: #fff;
  line-height: 60px;
  font-size: 26px;
}
.icon-cha[data-v-c4aea450] {
  margin: 0 20px;
  cursor: pointer;
  font-size: 26px;
}
.resultList-box[data-v-c4aea450] {
  width: 100%;
  margin-top: 20px;
  overflow-y: auto;
}
.result-list-item[data-v-c4aea450] {
  width: 100%;
  margin-bottom: 20px;
  line-height: 25px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}


div[data-v-5c52a51c],
p[data-v-5c52a51c],
img[data-v-5c52a51c] {
  margin: 0;
  padding: 0;
}
.a-body[data-v-5c52a51c] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.a-main[data-v-5c52a51c] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-5c52a51c] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.body-box[data-v-5c52a51c] {
  margin: 80px auto;
  clear: both;
  width: 89%;
  padding-bottom: 50px;
  min-height: 500px;
  overflow: hidden;
}
.title-name[data-v-5c52a51c] {
  width: 100%;
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.cover-box[data-v-5c52a51c] {
  width: 100%;
  text-align: center;
  min-height: 100px;
}
.ebook_cover[data-v-5c52a51c] {
  width: 200px;
  min-height: 260px;
  border: 1px solid rgb(202 202 202);
  -webkit-box-shadow: 8px 9px 5px 0px rgb(0 0 0 / 18%);
          box-shadow: 8px 9px 5px 0px rgb(0 0 0 / 18%);
}
.relevantCover[data-v-5c52a51c] {
  width: 81%;
  height: 280px;
  -webkit-box-shadow: 8px 9px 5px 0px rgb(0 0 0 / 18%);
          box-shadow: 8px 9px 5px 0px rgb(0 0 0 / 18%);
}
.imgText-Info-box[data-v-5c52a51c] {
  width: 100%;
}
.share-box[data-v-5c52a51c] {
  line-height: 20px;
  position: absolute;
  right: 11px;
  top: 10px;
  width: 130px;
}
.relevant-box[data-v-5c52a51c] {
  width: 100%;
}
.relevant-tle[data-v-5c52a51c] {
  width: 100%;
  border-bottom: 2px solid #ff3434;
  padding-bottom: 10px;
}
.share-tle[data-v-5c52a51c] {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  color: #000;
  font-size: 15px;
}
.tags-list[data-v-5c52a51c] {
  overflow: hidden;
  margin-bottom: 10px;
}
.tag-text[data-v-5c52a51c] {
  padding: 0 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #8e8e8e;
  display: block;
  float: left;
}
.el-button--primary[data-v-5c52a51c],
.el-button--success[data-v-5c52a51c] {
  width: 100%;
}
.list-cover-box[data-v-5c52a51c] {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.list-name[data-v-5c52a51c] {
  width: 90%;
  line-height: 25px;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  margin-left: 5%;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.list-cover-box a[data-v-5c52a51c] {
  color: #000;
  font-size: 14px;
}
.line-text a[data-v-5c52a51c] {
  color: #a0a0a0;
}
.line-text[data-v-5c52a51c] {
  margin-bottom: 10px;
  font-size: 15px;
  color: #000000;
  width: 230px;
}
.pay-main[data-v-5c52a51c] {
  padding: 15px 0;
  background: #fff;
}
.shop_name[data-v-5c52a51c] {
  color: #bf6262;
}
.price-text[data-v-5c52a51c] {
  color: #ff3434;
  font-weight: bold;
}
.srr-lable[data-v-5c52a51c] {
  font-size: 14px;
  margin-right: 10px;
  float: left;
  color: #000;
}
.serial_no[data-v-5c52a51c] {
  font-size: 12px;
  color: #8e8e8e;
}
.cz-btn[data-v-5c52a51c] {
  float: right;
  color: #258ed9;
  cursor: pointer;
  font-size: 12px;
}
.social-share .social-share-icon[data-v-5c52a51c] {
  width: 20px;
  height: 20px;
}
.share-top .social-share .social-share-icon[data-v-5c52a51c] {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
}
.qrcode[data-v-5c52a51c] {
  width: 150px;
  margin: 20px auto;
}
.erwm[data-v-5c52a51c] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.jy-title-name[data-v-5c52a51c] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #e5dbdb;
  padding-bottom: 10px;
  color: #000;
}
.xzkc[data-v-5c52a51c] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.sell_price[data-v-5c52a51c] {
  color: red;
  font-size: 32px
}
.pay-box[data-v-5c52a51c] {
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
}
.wxsmzf[data-v-5c52a51c] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.dqye[data-v-5c52a51c] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  color: #806868;
}
.radio-box2[data-v-5c52a51c] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.sjzf[data-v-5c52a51c] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #806868;
}
.yezf[data-v-5c52a51c] {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.pay-btn[data-v-5c52a51c] {
  text-align: center;
  margin-top: 20px;
}
.agreement-p[data-v-5c52a51c] {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
  text-align: center;
}
.jy-box[data-v-5c52a51c] {
  min-height: 460px;
}
.pay-type-box[data-v-5c52a51c] {
  margin-top: 20px;
}
.pay-type[data-v-5c52a51c] {
  width: 400px;
  margin: 0 auto;
}
.is-all-vip[data-v-5c52a51c] {
  font-size: 22px;
  color: red;
}
.agreement[data-v-5c52a51c] {
  cursor: pointer;
}
.yfje[data-v-5c52a51c] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.rwmsx[data-v-5c52a51c] {
  width: 151px;
  height: 151px;
  /* line-height: 200px; */
  /* margin-left: 100px;
        margin-top: 20px;
        margin-bottom: 30px; */
  cursor: pointer;
}
.icon-weixinzhifu1[data-v-5c52a51c] {
  font-size: 30px;
  color: #09bb07;
  margin-right: 10px;
}
.wxsmzf[data-v-5c52a51c] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.tips-pay-text[data-v-5c52a51c] {
  text-align: center;
  margin-top: 20px;
}
.particulars-text[data-v-5c52a51c] {
  color: #7394ac;
  font-size: 15px;
  line-height: 25px;
  margin-top: 7px;
}
.particulars-text-zw[data-v-5c52a51c] {
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #8e8e8e;
  font-size: 15px;
}
.tag-text-list[data-v-5c52a51c] {
  display: inline-block;
}
.category_name[data-v-5c52a51c] {
  color: #8e8e8e;
}
.list-box[data-v-5c52a51c] {
  margin-top: 10px;
}
.book-material-box[data-v-5c52a51c] {
  margin-top: 10px;
}
.pay-main[data-v-5c52a51c] {
  width: 500px;
}
.res-title[data-v-5c52a51c] {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  background: rgb(239 246 254);
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
  border-radius: 40px;
  color: #74b6fd;
}
.particulars-box[data-v-5c52a51c] {
  padding: 15px;
  position: relative;
  background: #e6f2ff;
  margin-top: 10px;
}
.particulars-lable[data-v-5c52a51c] {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.QRbox[data-v-5c52a51c]{
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
}

a[data-v-e52894d4],
a[data-v-e52894d4]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-e52894d4],
ol[data-v-e52894d4],
h1[data-v-e52894d4],
h2[data-v-e52894d4],
h3[data-v-e52894d4],
h4[data-v-e52894d4],
p[data-v-e52894d4] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-e52894d4],
ol[data-v-e52894d4] {
  list-style: none;
}
.oder-info-box[data-v-e52894d4] {
  min-height: 400px;
}
.agreement-con[data-v-e52894d4] {
  height: 500px;
  overflow-y: auto;
  width: 100%;
}
.agreement-con h2[data-v-e52894d4] {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #303133;
  font-weight: bold;
}
.agreement-con p[data-v-e52894d4] {
  width: 100%;
  line-height: 30px;
}


a[data-v-7f0be862] {
  text-decoration: none;
  color: #000;
}
.router-link-active[data-v-7f0be862] {
  text-decoration: none;
}
input[data-v-7f0be862],
p[data-v-7f0be862],
div[data-v-7f0be862],
span[data-v-7f0be862],
img[data-v-7f0be862],
table[data-v-7f0be862],
tr[data-v-7f0be862],
td[data-v-7f0be862],
th[data-v-7f0be862] {
  margin: 0;
  padding: 0;
}
.el-input__inner[data-v-7f0be862] {
  height: 50px;
  line-height: 50px;
}
.pagination-container[data-v-7f0be862] {
  overflow: hidden;
  margin-top: 20px;
  /* position: absolute;
  bottom: 10px; */
}
.list-main[data-v-7f0be862] {
  width: 100%;
  min-height: 300px;
  line-height: 300px;
  text-align: center;
}
.bg-select[data-v-7f0be862],
.bg-input[data-v-7f0be862] {
  width: 100%;
}
.el-select[data-v-7f0be862] {
  width: 100%;
}
.list-row[data-v-7f0be862] {
  width: 100%;
  border-bottom: 1px solid #eae8f9;
  padding: 10px 0;
}
.nane-text[data-v-7f0be862] {
  width: 100%;
  line-height: 50px;
  cursor: pointer;
}
.mianfei[data-v-7f0be862] {
  color: red;
  margin-right: 20px;
  font-size: 14px;
}
.share-cont[data-v-7f0be862] {
  margin-right: 20px;
  display: inline;
}
.el-icon-share[data-v-7f0be862] {
  color: #bfbfbf;
}
.search-box[data-v-7f0be862] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-7f0be862] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-7f0be862] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
.cover-box[data-v-7f0be862] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
  float: left;
}
.ar-img[data-v-7f0be862] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
}
.info-box[data-v-7f0be862] {
  float: right;
  width: calc(100% - 170px);
}
.title[data-v-7f0be862] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-7f0be862],
.proofreadingIndex[data-v-7f0be862] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-7f0be862],
.proofreadingIndex label[data-v-7f0be862] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-7f0be862] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-7f0be862] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}
.list-box[data-v-7f0be862] {
  width: 100%;
  overflow: hidden;
}
.shop_name[data-v-7f0be862] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  margin-top: 10px;
}

a[data-v-bc48c0dc] {
  text-decoration: none;
  color: #000;
}
.router-link-active[data-v-bc48c0dc] {
  text-decoration: none;
}
input[data-v-bc48c0dc],
p[data-v-bc48c0dc],
div[data-v-bc48c0dc],
span[data-v-bc48c0dc],
img[data-v-bc48c0dc],
table[data-v-bc48c0dc],
tr[data-v-bc48c0dc],
td[data-v-bc48c0dc],
th[data-v-bc48c0dc] {
  margin: 0;
  padding: 0;
}
.el-input__inner[data-v-bc48c0dc] {
  height: 50px;
  line-height: 50px;
}
.pagination-container[data-v-bc48c0dc] {
  overflow: hidden;
  margin-top: 20px;
}
.list-main[data-v-bc48c0dc] {
  width: 100%;
  min-height: 300px;
  line-height: 300px;
  text-align: center;
}
.bg-select[data-v-bc48c0dc],
.bg-input[data-v-bc48c0dc] {
  width: 100%;
}
.el-select[data-v-bc48c0dc] {
  width: 100%;
}
.list-row[data-v-bc48c0dc] {
  width: 100%;
  border-bottom: 1px solid #eae8f9;
  padding: 10px 0;
}
.nane-text[data-v-bc48c0dc] {
  width: 100%;
  line-height: 50px;
  cursor: pointer;
}
.mianfei[data-v-bc48c0dc] {
  color: red;
  margin-right: 20px;
  font-size: 14px;
}
.share-cont[data-v-bc48c0dc] {
  margin-right: 20px;
  display: inline;
}
.el-icon-share[data-v-bc48c0dc] {
  color: #bfbfbf;
}
.search-box[data-v-bc48c0dc] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-bc48c0dc] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-bc48c0dc] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
.article-box[data-v-bc48c0dc] {
  width: 100%;
  overflow: hidden;
  height: 380px;
}
.component-name[data-v-bc48c0dc] {
  width: 100%;
  padding: 5px 0px;
  color: #000000;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.lbzwsj[data-v-bc48c0dc] {
  width: 100%;
  text-align: center;
  line-height: 300px;
  color: #ccc;
}
.articleList-box[data-v-bc48c0dc] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding-bottom: 10px;
}
.cover-box[data-v-bc48c0dc] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
  float: left;
}
.ar-img[data-v-bc48c0dc] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
}
.info-box[data-v-bc48c0dc] {
  float: right;
  width: calc(100% - 170px);
}
.list-box[data-v-bc48c0dc] {
  width: 100%;
  overflow: hidden;
}
.title[data-v-bc48c0dc] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-bc48c0dc],
.proofreadingIndex[data-v-bc48c0dc] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-bc48c0dc],
.proofreadingIndex label[data-v-bc48c0dc] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-bc48c0dc] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-bc48c0dc] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}
.shop_name[data-v-bc48c0dc] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  margin-top: 10px;
}

a[data-v-1dfc576e] {
  text-decoration: none;
  color: #000;
}
p[data-v-1dfc576e],
div[data-v-1dfc576e],
span[data-v-1dfc576e],
img[data-v-1dfc576e] {
  margin: 0;
  padding: 0;
}
.image-t[data-v-1dfc576e] {
  width: 100%;
  height: 200px;
}
.pagination-container[data-v-1dfc576e] {
  margin-top: 20px;
}
.title-name[data-v-1dfc576e] {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.clearfix[data-v-1dfc576e] {
  margin-top: 20px;
  text-align: right;
}
.row-box[data-v-1dfc576e] {
  margin-bottom: 10px;
}
.list-main[data-v-1dfc576e] {
  width: 100%;
  line-height: 300px;
  text-align: center;
}
.mianfei[data-v-1dfc576e] {
  color: red;
  margin-right: 20px;
  font-size: 14px;
}
.shop_name[data-v-1dfc576e] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  text-align: center;
  padding-bottom: 10px;
}
.search-box[data-v-1dfc576e] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-1dfc576e] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-1dfc576e] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

a[data-v-2fb7df3c] {
  text-decoration: none;
}
p[data-v-2fb7df3c],
div[data-v-2fb7df3c],
span[data-v-2fb7df3c],
img[data-v-2fb7df3c] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-2fb7df3c] {
  overflow: hidden;
  margin-top: 20px;
}
.bg-purple[data-v-2fb7df3c] {
  width: 100%;
}
.m-box[data-v-2fb7df3c] {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}
.cover[data-v-2fb7df3c] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-2fb7df3c] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgb(0 0 0 / 42%);
  overflow: hidden;
}
.m-title[data-v-2fb7df3c] {
  width: 80%;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 200px;
  font-weight: bold;
}
.m-box:hover .m-title[data-v-2fb7df3c] {
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.m-box:hover .info-box[data-v-2fb7df3c] {
  background: rgba(0, 0, 0, 0.54);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.list-main[data-v-2fb7df3c] {
  width: 100%;
  line-height: 300px;
  text-align: center;
}
.search-box[data-v-2fb7df3c] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-2fb7df3c] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-2fb7df3c] {
    width: 100%;
    /* border-bottom: 2px solid #ff3434; */
    font-size: 13px;
    font-weight: bold;
    background: #f5f5f5;
    line-height: 30px;
    text-align: center;
}

a[data-v-74c42904] {
  text-decoration: none;
}
p[data-v-74c42904],
div[data-v-74c42904],
span[data-v-74c42904],
img[data-v-74c42904] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-74c42904] {
  overflow: hidden;
  margin-top: 20px;
}
.bg-purple[data-v-74c42904] {
  width: 100%;
}
.m-box[data-v-74c42904] {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}
.cover[data-v-74c42904] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-74c42904] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgb(0 0 0 / 42%);
  overflow: hidden;
}
.m-title[data-v-74c42904] {
  width: 80%;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  line-height: 200px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.m-box:hover .m-title[data-v-74c42904] {
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.m-box:hover .info-box[data-v-74c42904] {
  background: rgba(0, 0, 0, 0.54);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.list-main[data-v-74c42904] {
  width: 100%;
  line-height: 300px;
  text-align: center;
}
.search-box[data-v-74c42904] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-74c42904] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-74c42904] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

a[data-v-e28ad7f4] {
  text-decoration: none;
  color: #000;
}
.router-link-active[data-v-e28ad7f4] {
  text-decoration: none;
}
input[data-v-e28ad7f4],
p[data-v-e28ad7f4],
div[data-v-e28ad7f4],
span[data-v-e28ad7f4],
img[data-v-e28ad7f4],
table[data-v-e28ad7f4],
tr[data-v-e28ad7f4],
td[data-v-e28ad7f4],
th[data-v-e28ad7f4] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-e28ad7f4] {
  overflow: hidden;
  margin-top: 20px;
}
.list-main[data-v-e28ad7f4] {
  width: 100%;
  min-height: 300px;
  line-height: 300px;
  text-align: center;
}
.ar-img[data-v-e28ad7f4] {
  width: 100%;
  height: 200px;
  border-radius: 3px;
}
.list-box[data-v-e28ad7f4] {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.courseware_name[data-v-e28ad7f4] {
  width: 100%;
  height: 200px;
  font-size: 14px;
  overflow: hidden;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  line-height: 200px;
  text-align: center;
  background: #00000094;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.search-box[data-v-e28ad7f4] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-e28ad7f4] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-e28ad7f4] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

a[data-v-4ba90219] {
  text-decoration: none;
}
p[data-v-4ba90219],
div[data-v-4ba90219],
span[data-v-4ba90219],
img[data-v-4ba90219],
table[data-v-4ba90219],
tr[data-v-4ba90219],
td[data-v-4ba90219],
th[data-v-4ba90219] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-4ba90219] {
  overflow: hidden;
  margin-top: 20px;
}
.nane-text[data-v-4ba90219] {
  width: 100%;
  line-height: 50px;
  cursor: pointer;
}
.list-main[data-v-4ba90219] {
  width: 100%;
  line-height: 300px;
  text-align: center;
}
.echart-box[data-v-4ba90219] {
  width: 100%;
  margin-bottom: 20px;
  height: 350px;
  overflow: hidden;
}
.label-phb[data-v-4ba90219] {
  line-height: 40px;
  padding-left: 10px;
  font-weight: 700;
  color: #000000;
}
.mianfei[data-v-4ba90219] {
  color: red;
  margin-right: 20px;
  font-size: 14px;
}
.right-box[data-v-4ba90219] {
  width: 10%;
  height: auto;
}
.newClass[data-v-4ba90219] {
  width: 100%;
}
.el-collapse[data-v-4ba90219] {
  position: relative;
}
.shop_name[data-v-4ba90219] {
  width: 100%;
  font-size: 12px;
  color: #a7a1a1;
  background: #f4f4f4;
  padding: 8px;
}
.search-box[data-v-4ba90219] {
  width: 450px;
  margin-bottom: 10px;
}
.el-icon-share[data-v-4ba90219] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-4ba90219] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

p[data-v-4866523a] {
  margin: 0;
  padding: 0;
}
.daan-text[data-v-4866523a] {
  display: block;
  margin-right: 20px;
  /* float: left; */
}
.daan-text p[data-v-4866523a] {
  float: left;
}


a[data-v-27fb23af] {
  text-decoration: none;
  color: #000;
}
.router-link-active[data-v-27fb23af] {
  text-decoration: none;
}
input[data-v-27fb23af],
p[data-v-27fb23af],
div[data-v-27fb23af],
span[data-v-27fb23af],
img[data-v-27fb23af],
table[data-v-27fb23af],
tr[data-v-27fb23af],
td[data-v-27fb23af],
th[data-v-27fb23af] {
  margin: 0;
  padding: 0;
}
.el-input__inner[data-v-27fb23af] {
  height: 50px;
  line-height: 50px;
}
.pagination-container[data-v-27fb23af] {
  overflow: hidden;
  margin-top: 20px;
  /* position: absolute;
    bottom: 10px; */
}
.list-main[data-v-27fb23af] {
  width: 100%;
  min-height: 300px;
  line-height: 300px;
  text-align: center;
}
.bg-select[data-v-27fb23af],
.bg-input[data-v-27fb23af] {
  width: 100%;
}
.el-select[data-v-27fb23af] {
  width: 100%;
}
.list-row[data-v-27fb23af] {
  width: 100%;
  border-bottom: 1px solid #eae8f9;
  margin: 15px 0;
}
.share-cont[data-v-27fb23af] {
  margin-right: 20px;
  display: inline;
}
.el-icon-share[data-v-27fb23af] {
  color: #bfbfbf;
}
.search-box[data-v-27fb23af] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-27fb23af] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-27fb23af] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
.articleList-box[data-v-27fb23af] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding-bottom: 10px;
}
.cover-box[data-v-27fb23af] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
  float: left;
}
.ar-img[data-v-27fb23af] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
}
.info-box[data-v-27fb23af] {
  float: right;
  width: calc(100% - 170px);
}
.list-box[data-v-27fb23af] {
  width: 100%;
  overflow: hidden;
}
.title[data-v-27fb23af] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-27fb23af],
.proofreadingIndex[data-v-27fb23af] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-27fb23af],
.proofreadingIndex label[data-v-27fb23af] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-27fb23af] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-27fb23af] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}
.shop_name[data-v-27fb23af] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  margin-top: 10px;
}

a[data-v-0b0a6e81] {
  text-decoration: none;
}
p[data-v-0b0a6e81],
div[data-v-0b0a6e81],
span[data-v-0b0a6e81],
img[data-v-0b0a6e81] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-0b0a6e81] {
  overflow: hidden;
  margin-top: 20px;
}
.bg-purple[data-v-0b0a6e81] {
  width: 100%;
  min-height: 350px;
}
.m-box[data-v-0b0a6e81] {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}
.cover[data-v-0b0a6e81] {
  width: 100%;
  height: 200px;
}
.info-box[data-v-0b0a6e81] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
}
.m-title[data-v-0b0a6e81] {
  width: 80%;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  line-height: 200px;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
.m-box:hover .m-title[data-v-0b0a6e81] {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.control-box[data-v-0b0a6e81] {
  position: relative;
}
.list-main[data-v-0b0a6e81] {
  width: 100%;
  line-height: 300px;
  text-align: center;
}
.search-box[data-v-0b0a6e81] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-0b0a6e81] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-0b0a6e81] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

a[data-v-5d86f872] {
  text-decoration: none;
}
p[data-v-5d86f872],
div[data-v-5d86f872],
span[data-v-5d86f872],
img[data-v-5d86f872] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-5d86f872] {
  overflow: hidden;
  margin-top: 20px;
}
.list-row[data-v-5d86f872] {
  width: 100%;
  border-bottom: 1px solid #eae8f9;
  margin: 15px 0;
}
.list-main[data-v-5d86f872] {
  width: 100%;
  line-height: 300px;
  text-align: center;
}
.article-box[data-v-5d86f872] {
  width: 100%;
  overflow: hidden;
  height: 380px;
}
.articleList-box[data-v-5d86f872] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding-bottom: 10px;
}
.cover-box[data-v-5d86f872] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
  float: left;
}
.ar-img[data-v-5d86f872] {
  width: 150px;
  height: 120px;
  border-radius: 7px;
}
.info-box[data-v-5d86f872] {
  float: right;
  width: calc(100% - 170px);
}
.list-box[data-v-5d86f872] {
  width: 100%;
  overflow: hidden;
}
.title[data-v-5d86f872] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-5d86f872],
.proofreadingIndex[data-v-5d86f872] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-5d86f872],
.proofreadingIndex label[data-v-5d86f872] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-5d86f872] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-5d86f872] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}
.shop_name[data-v-5d86f872] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  margin-top: 10px;
}
.search-box[data-v-5d86f872] {
  width: 350px;
  margin-bottom: 20px;
}
.el-icon-share[data-v-5d86f872] {
  float: right;
  font-size: 23px;
  line-height: 35px;
  color: #433e3e;
  cursor: pointer;
}
.wxsmfx[data-v-5d86f872] {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

article[data-v-0e7b423e],aside[data-v-0e7b423e],details[data-v-0e7b423e],figcaption[data-v-0e7b423e],figure[data-v-0e7b423e],footer[data-v-0e7b423e],header[data-v-0e7b423e],hgroup[data-v-0e7b423e],menu[data-v-0e7b423e],nav[data-v-0e7b423e],section[data-v-0e7b423e]{display:block
}
.icon[data-v-0e7b423e]{color:#333;font-size:20px
}
.slide-up-enter[data-v-0e7b423e],.slide-up-leave-to[data-v-0e7b423e]{-webkit-transform:translate3d(0, 108px, 0);transform:translate3d(0, 108px, 0)
}
.slide-up-enter-to[data-v-0e7b423e],.slide-up-leave[data-v-0e7b423e],.slide-down-enter-to[data-v-0e7b423e],.slide-down-leave[data-v-0e7b423e],.slide-right-enter-to[data-v-0e7b423e],.slide-right-leave[data-v-0e7b423e]{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)
}
.slide-up-enter-active[data-v-0e7b423e],.slide-up-leave-active[data-v-0e7b423e],.slide-down-enter-active[data-v-0e7b423e],.slide-down-leave-active[data-v-0e7b423e],.slide-right-enter-active[data-v-0e7b423e],.slide-right-leave-active[data-v-0e7b423e]{-webkit-transition:all 0.3s linear;transition:all 0.3s linear
}
.slide-down-enter[data-v-0e7b423e],.slide-down-leave-to[data-v-0e7b423e]{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)
}
.fade-enter[data-v-0e7b423e],.fade-leave-to[data-v-0e7b423e]{opacity:0
}
.fade-enter-to[data-v-0e7b423e],.fade-leave[data-v-0e7b423e]{opacity:1
}
.slide-right-enter[data-v-0e7b423e],.slide-right-leave-to[data-v-0e7b423e]{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)
}
.ebook[data-v-0e7b423e]{position:relative;font-size:50px;width:100%;overflow:hidden;background:#cae6ff
}
.epubcenter[data-v-0e7b423e]{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:100px
}
.left[data-v-0e7b423e]:hover{color:#fff;background:#ff2525
}
.left[data-v-0e7b423e]:active{color:#fff;background:#ff2525
}
.right[data-v-0e7b423e]:active{color:#fff;background:#ff2525
}
.right[data-v-0e7b423e]:hover{color:#fff;background:#ff2525
}
#loader[data-v-0e7b423e]{width:5%;height:5%;position:fixed;z-index:10;left:48%;top:45%
}
#read[data-v-0e7b423e]{width:100%;height:100vh;-webkit-box-shadow:1px 1px 15px 6px rgba(103,101,101,0.22);box-shadow:1px 1px 15px 6px rgba(103,101,101,0.22);margin:0 auto;background:#fff
}
.book-info[data-v-0e7b423e]{width:100%;height:500px
}
.book-box[data-v-0e7b423e]{width:150px;margin:0 auto
}
.book-box img[data-v-0e7b423e]{height:200px;width:150px
}
.book-title[data-v-0e7b423e]{margin-bottom:10px;width:103px;color:#073642;font-size:16px;width:100%;margin-top:50px
}
.mr10[data-v-0e7b423e]{width:100%;line-height:20px;color:#586e75;font-size:14px;margin-top:20px
}
.daoliu[data-v-0e7b423e]{color:#586e75;text-align:center;line-height:39px;border:1px #586e75 solid;border-radius:2px;font-size:16px
}
.epub-main[data-v-0e7b423e]{position:relative;width:100%
}
.left[data-v-0e7b423e]{font-size:30px;color:#fff;font-weight:bold;line-height:80px;background:#b60606;text-align:center;position:absolute;left:0;top:50%;height:80px;width:30px;cursor:pointer
}
.right[data-v-0e7b423e]{cursor:pointer;font-size:30px;color:#fff;font-weight:bold;line-height:80px;background:#b60606;text-align:center;position:absolute;right:0;top:50%;height:80px;width:30px
}
.read-wrapper[data-v-0e7b423e]{height:10vh
}
#read p[data-v-0e7b423e]{line-height:70px
}

.menu-wrapper[data-v-6c9c1717]{position:absolute;bottom:0;left:0;z-index:101;display:-webkit-box;display:-ms-flexbox;display:flex;width:100px;min-height:200px;background:white;-webkit-box-shadow:0 px2rem(-8) px2rem(8) rgba(0,0,0,0.15);box-shadow:0 px2rem(-8) px2rem(8) rgba(0,0,0,0.15)
}
hide-box-shadow[data-v-6c9c1717]{-webkit-box-shadow:none;box-shadow:none
}
.icon-wrapper-d[data-v-6c9c1717]{width:100%;text-align:center;margin-bottom:20px
}
.progress[data-v-6c9c1717]{font-size:30px;width:90%;margin-left:5%
}
.setting[data-v-6c9c1717]{position:absolute;bottom:px2rem(48);left:0;width:100%;height:68px;background:#840606;bottom:0;padding-top:20px
}
.setting-font[data-v-6c9c1717]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;width:89%;margin:0 auto;padding:0 20px
}
.show[data-v-6c9c1717]{-webkit-box-flex:0;-ms-flex:0 0 px2rem(40);flex:0 0 px2rem(40);color:#fff;padding:0 10px
}
.select-wrapper[data-v-6c9c1717]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1
}
.selected[data-v-6c9c1717]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #fff;height:15px
}
.line[data-v-6c9c1717]{-webkit-box-flex:1;-ms-flex:1;flex:1;height:0
}
.point-wrapper[data-v-6c9c1717]{position:relative;-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;width:0;height:px2rem(7);border-left:px2rem(1) solid #ccc
}
.small-point[data-v-6c9c1717]{width:px2rem(5);height:px2rem(5);background:black;border-radius:50%
}
.setting-theme[data-v-6c9c1717]{display:-webkit-box;display:-ms-flexbox;display:flex;height:80%;width:90%;margin:0 auto
}
.setting-item[data-v-6c9c1717]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;padding:px2rem(5)
}
.preview[data-v-6c9c1717]{-webkit-box-flex:1;-ms-flex:1;flex:1;border:px2rem(1) solid #ccc
}
.no-border[data-v-6c9c1717]{border:none
}
.text[data-v-6c9c1717]{font-size:30px;color:#fff
}
.setting-progress[data-v-6c9c1717]{position:relative;width:100%;height:100%
}
.progress-wrapper[data-v-6c9c1717]{width:100%;height:100%;padding:0 px2rem(30);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
.text-wrapper[data-v-6c9c1717]{font-size:27px;color:#fff;text-align:center
}
.content-mask[data-v-6c9c1717]{position:absolute;top:0;left:0;z-index:101;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;background:rgba(51,51,51,0.8)
}
.iconfont[data-v-6c9c1717]{cursor:pointer
}
.box-menu[data-v-6c9c1717]{width:40px;height:250px
}
.icon[data-v-6c9c1717]{font-size:20px;color:#333;cursor:pointer
}
.icon[data-v-6c9c1717]:hover{color:#666
}
.point[data-v-6c9c1717]{position:absolute;top:-10px;left:-.26667rem;width:20px;height:20px;border-radius:50%;background:#fff;-webkit-box-shadow:0 0.10667rem 0.10667rem rgba(0,0,0,0.15);box-shadow:0 0.10667rem 0.10667rem rgba(0,0,0,0.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.lineHeight[data-v-6c9c1717]{background-color:#fff;width:100%;height:20px
}
.el-icon-close[data-v-6c9c1717]{position:absolute;right:20px;top:5px;font-size:32px;color:#fff
}

article[data-v-3ed22d53],aside[data-v-3ed22d53],details[data-v-3ed22d53],figcaption[data-v-3ed22d53],figure[data-v-3ed22d53],footer[data-v-3ed22d53],header[data-v-3ed22d53],hgroup[data-v-3ed22d53],menu[data-v-3ed22d53],nav[data-v-3ed22d53],section[data-v-3ed22d53]{display:block
}
.icon[data-v-3ed22d53]{color:#333;font-size:20px
}
.slide-up-enter[data-v-3ed22d53],.slide-up-leave-to[data-v-3ed22d53]{-webkit-transform:translate3d(0, 108px, 0);transform:translate3d(0, 108px, 0)
}
.slide-up-enter-to[data-v-3ed22d53],.slide-up-leave[data-v-3ed22d53],.slide-down-enter-to[data-v-3ed22d53],.slide-down-leave[data-v-3ed22d53],.slide-right-enter-to[data-v-3ed22d53],.slide-right-leave[data-v-3ed22d53]{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)
}
.slide-up-enter-active[data-v-3ed22d53],.slide-up-leave-active[data-v-3ed22d53],.slide-down-enter-active[data-v-3ed22d53],.slide-down-leave-active[data-v-3ed22d53],.slide-right-enter-active[data-v-3ed22d53],.slide-right-leave-active[data-v-3ed22d53]{-webkit-transition:all 0.3s linear;transition:all 0.3s linear
}
.slide-down-enter[data-v-3ed22d53],.slide-down-leave-to[data-v-3ed22d53]{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)
}
.fade-enter[data-v-3ed22d53],.fade-leave-to[data-v-3ed22d53]{opacity:0
}
.fade-enter-to[data-v-3ed22d53],.fade-leave[data-v-3ed22d53]{opacity:1
}
.slide-right-enter[data-v-3ed22d53],.slide-right-leave-to[data-v-3ed22d53]{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)
}
.content[data-v-3ed22d53]{z-index:102;position:absolute;top:0;left:0;width:30%;height:100%;background:white
}
.content .content-wrapper[data-v-3ed22d53]{width:100%;height:100%;overflow:auto
}
.content .content-wrapper .content-item[data-v-3ed22d53]{line-height:50px;border-bottom:.02667rem solid #ccc;cursor:pointer
}
.content .content-wrapper .content-item .text[data-v-3ed22d53]{padding-left:20px;font-size:18px;color:#333
}
.content .empty[data-v-3ed22d53]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.42667rem;color:#333
}

article[data-v-79846f61],aside[data-v-79846f61],details[data-v-79846f61],figcaption[data-v-79846f61],figure[data-v-79846f61],footer[data-v-79846f61],header[data-v-79846f61],hgroup[data-v-79846f61],menu[data-v-79846f61],nav[data-v-79846f61],section[data-v-79846f61]{display:block
}
.icon[data-v-79846f61]{color:#333;font-size:20px
}
.slide-up-enter[data-v-79846f61],.slide-up-leave-to[data-v-79846f61]{-webkit-transform:translate3d(0, 108px, 0);transform:translate3d(0, 108px, 0)
}
.slide-up-enter-to[data-v-79846f61],.slide-up-leave[data-v-79846f61],.slide-down-enter-to[data-v-79846f61],.slide-down-leave[data-v-79846f61],.slide-right-enter-to[data-v-79846f61],.slide-right-leave[data-v-79846f61]{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)
}
.slide-up-enter-active[data-v-79846f61],.slide-up-leave-active[data-v-79846f61],.slide-down-enter-active[data-v-79846f61],.slide-down-leave-active[data-v-79846f61],.slide-right-enter-active[data-v-79846f61],.slide-right-leave-active[data-v-79846f61]{-webkit-transition:all 0.3s linear;transition:all 0.3s linear
}
.slide-down-enter[data-v-79846f61],.slide-down-leave-to[data-v-79846f61]{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)
}
.fade-enter[data-v-79846f61],.fade-leave-to[data-v-79846f61]{opacity:0
}
.fade-enter-to[data-v-79846f61],.fade-leave[data-v-79846f61]{opacity:1
}
.slide-right-enter[data-v-79846f61],.slide-right-leave-to[data-v-79846f61]{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)
}
.title-wrapper[data-v-79846f61]{position:absolute;top:0;left:0;z-index:101;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:1.28rem;background:white;-webkit-box-shadow:0 .21333rem .21333rem rgba(0,0,0,0.15);box-shadow:0 .21333rem .21333rem rgba(0,0,0,0.15)
}
.title-wrapper .left[data-v-79846f61]{-webkit-box-flex:0;-ms-flex:0 0 1.6rem;flex:0 0 1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.title-wrapper .right[data-v-79846f61]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end
}
.title-wrapper .right .icon-wrapper[data-v-79846f61]{-webkit-box-flex:0;-ms-flex:0 0 1.06667rem;flex:0 0 1.06667rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}

.box[data-v-1af4ed56] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.detail[data-v-1af4ed56] {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.article-title[data-v-1af4ed56] {
  width: 100%;
  font-size: 15px;
  /* font-weight: bold;   */
  margin: 10px 0 0 0;
}
.article_author[data-v-1af4ed56] {
  margin-right: 10px;
}
.article-info[data-v-1af4ed56] {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  background: #f6f8fd;
}
.release[data-v-1af4ed56] {
  padding: 10px;
}
.release p[data-v-1af4ed56] {
  min-height: 20px;
  width: 100%;
}
.el-rate[data-v-1af4ed56] {
  display: inline;
}
.release span[data-v-1af4ed56] {
  color: #666;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
}
.icontag[data-v-1af4ed56] {
  color: #efbe72;
  margin-right: 10px;
}
.btn-text[data-v-1af4ed56] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.article-con[data-v-1af4ed56] {
  width: 100%;
  text-align: center;
}
.resume[data-v-1af4ed56] {
  color: #8e8e8e;
  font-size: 15px;
  line-height: 25px;
  margin-top: 7px;
}
.cover[data-v-1af4ed56]{
  width: 80%;
}

p[data-v-ffc6048c] {
  margin: 0;
  padding: 0;
}
a[data-v-ffc6048c],
a[data-v-ffc6048c]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-ffc6048c],
ol[data-v-ffc6048c] {
  list-style: none;
}
.body-box[data-v-ffc6048c] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.top[data-v-ffc6048c] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-ffc6048c],
.beizhu[data-v-ffc6048c] {
  color: #d2cccc;
}
.beizhu[data-v-ffc6048c] {
  font-size: 12px;
}
.el-checkbox-button[data-v-ffc6048c] {
  padding: 4px;
}
.spsz[data-v-ffc6048c] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-ffc6048c] {
  width: 100%;
  text-align: right;
  border-top: 1px solid #3f484f;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-ffc6048c],
.el-radio-group[data-v-ffc6048c] {
  margin-top: 12px;
}
.main[data-v-ffc6048c] {
  padding: 10px;
}
.cover-bg[data-v-ffc6048c] {
  background: #f0f6fd;
}
.avatar-uploader .el-upload[data-v-ffc6048c]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-ffc6048c] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-ffc6048c] {
  width: 100px;
  height: 100px;
  display: block;
}

.top[data-v-11c2ef5a] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}


div[data-v-70829717],
p[data-v-70829717],
img[data-v-70829717] {
    margin: 0;
    padding: 0;
}
.a-body[data-v-70829717] {
    overflow: hidden;
    background: url(/static/img/bj.9c6673e.png);
}
.a-main[data-v-70829717] {
    width: 100%;
    overflow: hidden;
    background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-70829717] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 20;
    top: 0;
    overflow: hidden;
}
.body-box[data-v-70829717] {
    margin: 0px auto;
    clear: both;
    width: 89%;
    min-height: 470px;
    overflow: hidden;
    padding-top: 80px;
}
.bg-purple[data-v-70829717] {
    width: 100%;
    min-height: 200px;
}
.title-name[data-v-70829717] {
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.cover-box[data-v-70829717] {
    width: 100%;
    text-align: center;
    min-height: 410px;
    /* display: table-cell; */
    /* vertical-align:middle; */
    /* -webkit-box-pack:center ;
        -webkit-justify-content:content;
        justify-content:content; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cover[data-v-70829717] {
    max-width: 100%;
    /* margin-top: 10px; */
}
.imgText-Info-box[data-v-70829717] {
    width: 100%;
    min-height: 200px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
}
.imgText-info[data-v-70829717] {
    padding: 15px;
}
.share-box[data-v-70829717] {
    line-height: 20px;
}
.relevant-box[data-v-70829717] {
    width: 100%;
    margin: 20px 0;
    background-color: #fff;
}
.line-text[data-v-70829717] {
    margin-bottom: 20px;
    font-size: 15px;
    color: #000000;
}
.relevant-tle[data-v-70829717] {
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}
.share-tle[data-v-70829717] {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    color: #000;
    font-size: 15px;
}
.tags-list[data-v-70829717] {
    overflow: hidden;
    margin-bottom: 15px;
}
.tag-text[data-v-70829717] {
    padding: 0 10px;
    border-radius: 4px;
    line-height: 28px;
    font-size: 14px;
    color: #8e8e8e;
    display: block;
    float: left;
}
.category_name[data-v-70829717] {
    color: #8e8e8e;
}
.serial_no[data-v-70829717] {
    font-size: 12px;
    color: #8e8e8e;
}
.price-text[data-v-70829717] {
    color: #ff3434;
    font-weight: bold;
}
.list-cover-box[data-v-70829717] {
    width: 100%;
    margin-bottom: 10px;
}
.list-cover-box a[data-v-70829717] {
    color: #000;
    font-size: 14px;
}
.relevantCover[data-v-70829717] {
    width: 100%;
    height: 120px;
}
.srr-lable[data-v-70829717] {
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    color: #000;
}
.tag-text-list[data-v-70829717] {
    display: inline-block;
}
.cz-btn[data-v-70829717] {
    float: right;
    color: #258ed9;
    cursor: pointer;
    font-size: 12px;
}
.shop_name[data-v-70829717] {
    color: #bf6262;
}
.jy-title-name[data-v-70829717] {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #e5dbdb;
    padding-bottom: 10px;
    color: #000;
}
.xzkc[data-v-70829717] {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.sell_price[data-v-70829717] {
    color: red;
    font-size: 32px;
}
.pay-box[data-v-70829717] {
    width: 100%;
    min-height: 200px;
    margin-top: 20px;
}
.social-share .social-share-icon[data-v-70829717] {
    width: 20px;
    height: 20px;
}
.pay-main[data-v-70829717] {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
}
.wxsmzf[data-v-70829717] {
    width: 100%;
    text-align: center;
    line-height: 40px;
}
.dqye[data-v-70829717] {
    width: 100%;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    color: #806868;
}
.radio-box2[data-v-70829717] {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.sjzf[data-v-70829717] {
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #806868;
}
.yezf[data-v-70829717] {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}
.pay-btn[data-v-70829717] {
    text-align: center;
    margin-top: 20px;
}
.agreement-p[data-v-70829717] {
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    color: #a7a4a4;
    text-align: center;
}
.jy-box[data-v-70829717] {
    min-height: 460px;
}
.pay-type-box[data-v-70829717] {
    margin-top: 20px;
}
.pay-type[data-v-70829717] {
    width: 400px;
    margin: 0 auto;
}
.is-all-vip[data-v-70829717] {
    font-size: 22px;
    color: red;
}
.agreement[data-v-70829717] {
    cursor: pointer;
}
.yfje[data-v-70829717] {
    margin-top: 95px;
    font-size: 16px;
    color: #000;
    width: 100%;
}
.qrcode[data-v-70829717] {
    width: 150px;
    margin: 20px auto;
}
.erwm[data-v-70829717] {
    width: 150px;
    height: 150px;
    background: #e0dfdf;
    margin: 0 auto;
}
.rwmsx[data-v-70829717] {
    width: 151px;
    height: 151px;
    /* line-height: 200px; */
    /* margin-left: 100px;
      margin-top: 20px;
      margin-bottom: 30px; */
    cursor: pointer;
}
.icon-weixinzhifu1[data-v-70829717] {
    font-size: 30px;
    color: #09bb07;
    margin-right: 10px;
}
.wxsmzf[data-v-70829717] {
    width: 100%;
    text-align: center;
    line-height: 40px;
}
.tips-pay-text[data-v-70829717] {
    text-align: center;
    margin-top: 20px;
}
.particulars-box[data-v-70829717] {
    padding: 15px;
    background: #fff;
    margin-top: 20px;
}
.particulars-lable[data-v-70829717] {
    border-bottom: 1px solid #f5efef;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.clearfix-lable[data-v-70829717] {
    font-weight: bold;
}
.particulars-text[data-v-70829717] {
    margin-top: 7px;
    min-height: 600px;
}
.particulars-text-zw[data-v-70829717] {
    width: 100%;
    line-height: 100px;
    text-align: center;
    color: #8e8e8e;
    font-size: 15px;
}
.list-name[data-v-70829717] {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
}
.res_fragment_name[data-v-70829717] {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

p[data-v-74213d36] {
   margin: 0;
   padding: 0;
}
a[data-v-74213d36],
 a[data-v-74213d36]:hover {
   text-decoration: none;
   outline: none;
   color: #3f484f;
}
ul[data-v-74213d36],
 ol[data-v-74213d36] {
   list-style: none;
}
.body-box[data-v-74213d36] {
   width: 100%;
   clear: both;
   padding-bottom: 50px;
   background: #fff;
}
.top[data-v-74213d36] {
   padding: 10px;
   margin-top: 15px;
   margin-bottom: 20px;
   padding-left: 20px;
   line-height: 25px;
   border-radius: 2px;
   border: solid 1px #f5dab6;
   color: #775e3d;
   background-color: #fff1df;
   font-size: 14px;
}
.el-upload__tip[data-v-74213d36],
 .beizhu[data-v-74213d36] {
   color: #d2cccc;
}
.beizhu[data-v-74213d36] {
   font-size: 12px;
}
.el-checkbox-button[data-v-74213d36] {
   padding: 4px;
}
.spsz[data-v-74213d36] {
   height: 40px;
   line-height: 40px;
   background: #f1f8ff;
   padding-left: 20px;
   font-size: 18px;
   color: #e28624;
   font-weight: bold;
}
.btn-box[data-v-74213d36] {
   width: 100%;
   text-align: right;
   padding-top: 20px;
}
.el-radio-button__inner[data-v-74213d36],
 .el-radio-group[data-v-74213d36] {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
}
.main[data-v-74213d36] {
   padding: 10px;
}
.cover-bg[data-v-74213d36] {
   background: #f0f6fd;
}
.avatar-uploader .el-upload[data-v-74213d36]:hover {
   border-color: #409eff;
}
.avatar-uploader-icon[data-v-74213d36] {
   background: #e9f3fd;
   border: 1px dashed #d9d9d9;
   border-radius: 6px;
   cursor: pointer;
   position: relative;
   overflow: hidden;
   font-size: 28px;
   color: #8c939d;
   width: 100px;
   height: 100px;
   line-height: 100px;
   text-align: center;
}
.avatar[data-v-74213d36] {
   width: 100px;
   height: 100px;
   display: block;
}
.el-cascader[data-v-74213d36] {
   display: inline-block;
   position: relative;
   font-size: 14px;
   line-height: 40px;
   width: 100%;
}
.el-checkbox-group[data-v-74213d36] {
   font-size: 0;
   line-height: 40px;
}
.el-select[data-v-74213d36] {
   display: inline-block;
   position: relative;
   width: 100%;
}
.w-e-text[data-v-74213d36] {
   height: 700px !important;
}
.zqxx[data-v-74213d36]{
   font-size: 12px;
   float: left;
   margin-top: 14px;
   margin-left: 20px;
}

a[data-v-627f0c80] {
    text-decoration: none;
}
p[data-v-627f0c80],
  div[data-v-627f0c80],
  span[data-v-627f0c80],
  img[data-v-627f0c80] {
    margin: 0;
    padding: 0;
}
.el-row[data-v-627f0c80]{
    margin-bottom: 10px;
}

p[data-v-11b9c628] {
  margin: 0;
  padding: 0;
}
a[data-v-11b9c628],
a[data-v-11b9c628]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-11b9c628],
ol[data-v-11b9c628] {
  list-style: none;
}
.body-box[data-v-11b9c628] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.top[data-v-11b9c628] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-11b9c628],
.beizhu[data-v-11b9c628] {
  color: #d2cccc;
}
.beizhu[data-v-11b9c628] {
  font-size: 12px;
}
.el-checkbox-button[data-v-11b9c628] {
  padding: 4px;
  line-height: 20px;
}
.spsz[data-v-11b9c628] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-11b9c628] {
  width: 100%;
  text-align: right;
  border-top: 1px solid #3f484f;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-11b9c628],
.el-radio-group[data-v-11b9c628] {
  /* margin-top: 12px; */
}
.main[data-v-11b9c628] {
  padding: 10px;
}
.cover-bg[data-v-11b9c628] {
  background: #f0f6fd;
  height: 146px;
}
.avatar-uploader .el-upload[data-v-11b9c628]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-11b9c628] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-11b9c628] {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
  margin-right: 10px;
}

.main-box[data-v-e0b09bdc] {
  width: 100%;
  background: #f9f9f9;
  min-height: 100vh;
  overflow: hidden;
}
.van-list[data-v-e0b09bdc] {
  margin-top: 15px;
}
li[data-v-e0b09bdc] {
  margin-bottom: 5px;
}
.questions-box[data-v-e0b09bdc] {
  width: 100%;
  /* min-height: 50px; */
  overflow: hidden;
}
.shop-name[data-v-e0b09bdc] {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.question_content[data-v-e0b09bdc],
.question_content p[data-v-e0b09bdc] {
  width: 96%;
  /* margin-bottom: 20px; */
  margin-left: 2%;
  /* margin: 10px 0; */
  /* padding-left: 10px; */
}
.question_daan[data-v-e0b09bdc] {
  width: 95%;
  margin-left: 2.5%;
  margin-bottom: 20px;
}
.article_content-box[data-v-e0b09bdc] {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.article_content-box span[data-v-e0b09bdc] {
  font-size: 15px;
  line-height: 30px;
}
.daan-text[data-v-e0b09bdc] {
  display: block;
  margin-bottom: 20px;
}
.question_answer[data-v-e0b09bdc] {
  /* color: red; */
}


.meunt-box[data-v-b4a69cb4]{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}

.banner-box[data-v-2a99539f] {
  width: 100%;
  height: auto;
  background: #fff;
}

.grid-box[data-v-f1a17f70] {
  width: 100%;
}
.name[data-v-f1a17f70] {
  font-size: 14px;
  margin-top: 10px;
}
.van-grid-item__content[data-v-f1a17f70] {
  background-color: none;
}
.icon-yuedujilu[data-v-f1a17f70] {
  color: #3eb2ff;
  font-size: 30px;
}
.icon-svgwrite[data-v-f1a17f70]{
  color: #ff473e;
  font-size: 30px;
}
.icon-ZIPtubiao[data-v-f1a17f70]{
  color: #c2c745;
  font-size: 30px;
}
.icon-wenzhang2[data-v-f1a17f70] {
  color: #00cd93;
  font-size: 30px;
}
.icon-dianpu[data-v-f1a17f70] {
  color: #ff663e;
  font-size: 30px;
}
.icon-renwu[data-v-f1a17f70] {
  color: #ffbb2d;
  font-size: 28px;
}
.icon-shipin5[data-v-f1a17f70] {
  color: #ff3e2d;
  font-size: 28px;
}
.icon-24gf-pictures[data-v-f1a17f70] {
  color: #ff2dbb;
  font-size: 28px;
}
.icon-yinpin[data-v-f1a17f70] {
  color: #5c93ef;
  font-size: 28px;
}
.icon-kongjian1[data-v-f1a17f70] {
  color: #0a8871;
  font-size: 28px;
}
.icon-yuedureading19-copy[data-v-f1a17f70] {
  color: #0a8871;
  font-size: 28px;
}
.icon-shijuan[data-v-f1a17f70] {
  color: #0a8871;
  font-size: 28px;
}

.indexList-box[data-v-c470b7a2] {
  margin-top: 15px;
}
.indexList-box li[data-v-c470b7a2] {
  margin-bottom: 5px;
}
.questions-box[data-v-c470b7a2] {
  width: 100%;
  /* min-height: 50px; */
  overflow: hidden;
}
.shop-name[data-v-c470b7a2] {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.question_content[data-v-c470b7a2],
.question_content p[data-v-c470b7a2] {
  width: 96%;
  /* margin-bottom: 20px; */
  margin-left: 2%;
  /* margin: 10px 0; */
  /* padding-left: 10px; */
}
.question_daan[data-v-c470b7a2] {
  width: 95%;
  margin-left: 2.5%;
  margin-bottom: 20px;
}
.article_content-box[data-v-c470b7a2] {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.article_content-box span[data-v-c470b7a2] {
  font-size: 15px;
  line-height: 30px;
}
.daan-text[data-v-c470b7a2] {
  display: block;
  margin-bottom: 20px;
}
.question_answer[data-v-c470b7a2] {
  /* color: red; */
}

.articleList-box[data-v-7e690d53] {
  overflow: hidden;
}

*[data-v-2de48baa] {
  margin: 0;
  padding: 0
}
.articleList-box[data-v-2de48baa] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
}
.ar-img[data-v-2de48baa] {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-box[data-v-2de48baa] {
  background: #fff;
}
.title[data-v-2de48baa] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.qualityIndex label[data-v-2de48baa],
.proofreadingIndex label[data-v-2de48baa] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-2de48baa] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.info[data-v-2de48baa] {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
}
.info span[data-v-2de48baa] {
  display: block;
  margin-right: 5px;
  font-size: 13px;
  color: #b3aba9;
  float: left;
}
.shop-name[data-v-2de48baa] {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.icon[data-v-2de48baa] {
  font-size: 14px;
  color: #ff8565;
}

*[data-v-2e15c539] {
  margin: 0;
  padding: 0
}
.articleList-box[data-v-2e15c539] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
}
.title[data-v-2e15c539] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #000;
}
.img-cover[data-v-2e15c539] {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info[data-v-2e15c539] {
  width: 100%;
  height: 20px;
  line-height: 20px;
}
.info span[data-v-2e15c539] {
  display: block;
  margin-right: 5px;
  font-size: 13px;
  color: #b3aba9;
  float: left;
}
.shop-name[data-v-2e15c539] {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.icon[data-v-2e15c539] {
  font-size: 14px;
  color: #ff8565;
}

.main-box[data-v-668a66d8] {
  width: 100%;
  background: #f9f9f9;
  min-height: 100vh;
  overflow: hidden;
}
.publicize-box[data-v-668a66d8] {
  width: 100%;
  min-height: 50px;
}
.publicize-p[data-v-668a66d8] {
  width: 95%;
  margin-left: 2.5%;
  line-height: 40px;
  font-size: 20px;
}
.articleListPhone[data-v-668a66d8] {
  width: 100%;
}
.search-box[data-v-668a66d8] {
  width: 100%;
  background-color: red;
  padding: 10px 0;
}
.search-box-main[data-v-668a66d8] {
  width: 95%;
  margin-left: 2.5%;
}


.main-box[data-v-903bb674] {
  width: 100%;
  background: #f9f9f9;
  min-height: 100vh;
  overflow: hidden;
}
.publicize-box[data-v-903bb674] {
  width: 100%;
  min-height: 50px;
}
.publicize-p[data-v-903bb674] {
  width: 95%;
  margin-left: 2.5%;
  line-height: 40px;
  font-size: 20px;
}
.articleListPhone[data-v-903bb674] {
  width: 100%;
}
.search-box[data-v-903bb674] {
  width: 100%;
  background-color: red;
  padding: 10px 0;
}
.search-box-main[data-v-903bb674] {
  width: 95%;
  margin-left: 2.5%;
}

a[data-v-391586d2] {
  text-decoration: none;
}
p[data-v-391586d2],
div[data-v-391586d2],
span[data-v-391586d2],
img[data-v-391586d2],
table[data-v-391586d2],
tr[data-v-391586d2],
td[data-v-391586d2],
th[data-v-391586d2] {
  margin: 0;
  padding: 0;
}
.questions-box[data-v-391586d2] {
      width: 100%;
      background: #fff;
      overflow: hidden;
}
.van-checkbox[data-v-391586d2] {
      float: left;
      padding: 5px;
}
.list-box[data-v-391586d2] {
      margin-top: 10px;
      width: 100%;
}
.btn-box[data-v-391586d2] {
      width: 100%;
      margin-top: 15px;
      text-align: center;
      padding-bottom: 15px;
}
li[data-v-391586d2] {
      margin-bottom:10px;
}
.van-button[data-v-391586d2] {
      width: 45%;
}
.radio-box[data-v-391586d2] {
      padding: 10px;
}
.info[data-v-391586d2] {
      width: 98%;
      height: 40px;
      line-height: 40px;
      padding-left: 2%;
      background: #f3f3f3;
}
.icon[data-v-391586d2] {
      font-size: 14px;
      color: #ff8565;
}
.info span[data-v-391586d2] {
      display: block;
      margin-right: 10px;
      font-size: 12px;
      color: #6486b9;
      float: left;
}
.ckxq[data-v-391586d2] {
      color: brown;
}
.statistics-box[data-v-391586d2] {
      width: 100%;
      min-height: 100px;
      background: #fff;
      padding-bottom: 5px;
}
.label-jrxz[data-v-391586d2] {
      line-height: 25px;
      font-size: 14px;
      padding-left: 10px;
      /* border-bottom: 1px solid #ccc; */
      /* background: #f3f3f3; */
      font-weight: bold;
      text-align: center;
}
.ve-pie-box-b[data-v-391586d2] {
      /* border-bottom: 1px solid #ccc; */
}
.ve-pie-box[data-v-391586d2] {
      width: 100%;
      height: 200px;
      margin-top: 10px;
}
.cnt-text[data-v-391586d2] {
      color: red;
}
.van-div[data-v-391586d2] {
      width: 100%;
}
.van-div p[data-v-391586d2] {
      text-align: center;
}
.questions-box[data-v-391586d2] {
      width: 100%;
      overflow: hidden;
      margin: 0 auto;
      background: #f1f1f1;
}
.shop-name[data-v-391586d2] {
      width: 90px;
      overflow: hidden;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
      -moz-text-overflow: ellipsis;
      white-space: nowrap;
}
.question_content[data-v-391586d2],
  .question_content p[data-v-391586d2] {
      width: 100%;
}
.question_daan[data-v-391586d2] {
      width: 100%;
}
.article_content-box[data-v-391586d2] {
      width: 100%;      
      overflow: hidden;
}
.article_content-box span[data-v-391586d2] {
      font-size: 15px;
      line-height: 30px;
}
.daan-text[data-v-391586d2] {
      display: block;
      margin-bottom: 20px;
}
.heji[data-v-391586d2] {
      width: 100%;
      text-align: center;
      color: #646566;
      font-size: 14px;
      margin-top: 80px;
}
.tags-box[data-v-391586d2] {
      text-align: center;
      background: #fff;
      padding: 10px 50px;
      position: relative;
      text-align: center;
}
.unsatisfied[data-v-391586d2] {
      background-color: #ffffff;
      color: #ff3434;
      font-size: 15px;
      height: 25px;
      line-height: 25px;
      border-radius: 5px;
      border: 1px solid #ff3434;
}
.tagActivity[data-v-391586d2] {
      background-color: #ff3434;
      color: #fff;
}
.djckda[data-v-391586d2] {
      font-size: 16px;
      color: #c71515;
      line-height: 50px;
}
.mob-questions-box[data-v-391586d2] {
      width: 95%;
      padding: 2.5%;
      background-color: #fff;
}

*[data-v-5f02bc20] {
  margin: 0;
  padding: 0;
}
ul li[data-v-5f02bc20] {
  list-style: none;
}
a[data-v-5f02bc20] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.catalogue-box[data-v-5f02bc20] {
  width: 100%;
}
.list-box[data-v-5f02bc20] {
  width: 100%;
  /* height: 30px; */
  line-height: 30px;
  color: #a2a2a2;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  font-weight: 700;
}
.btn-bottom[data-v-5f02bc20] {
  position: absolute;
  right: 0;
  top: 0;
}

div[data-v-49ce1b95],
p[data-v-49ce1b95],
span[data-v-49ce1b95],
ul[data-v-49ce1b95],
li[data-v-49ce1b95] {
  margin: 0;
  padding: 0;
}
.questions-box[data-v-49ce1b95] {
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}
.van-checkbox[data-v-49ce1b95] {
  float: left;
  padding: 5px;
}
.list-box[data-v-49ce1b95] {
  margin-top: 15px;
}
.btn-box[data-v-49ce1b95] {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 15px;
}
li[data-v-49ce1b95] {
  list-style: none;
}
.van-button[data-v-49ce1b95] {
  width: 45%;
}
.radio-box[data-v-49ce1b95] {
  padding: 10px;
}
.info[data-v-49ce1b95] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  background: #f7f4f4;
}
.icon[data-v-49ce1b95] {
  font-size: 14px;
  color: #ff8565;
}
.info span[data-v-49ce1b95] {
  display: block;
  margin-right: 10px;
  font-size: 12px;
  color: #6486b9;
  float: left;
}
.ckxq[data-v-49ce1b95] {
  color: brown;
}
.statistics-box[data-v-49ce1b95] {
  width: 100%;
  min-height: 250px;
  background: #fff;
  padding-bottom: 5px;
}
.label-jrxz[data-v-49ce1b95] {
  line-height: 25px;
  font-size: 14px;
  padding-left: 10px;
  /* border-bottom: 1px solid #ccc; */
  /* background: #f3f3f3; */
  font-weight: bold;
  text-align: center;
}
.ve-pie-box-b[data-v-49ce1b95] {
  /* border-bottom: 1px solid #ccc; */
}
.ve-pie-box[data-v-49ce1b95] {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cnt-text[data-v-49ce1b95] {
  color: red;
}
.van-div[data-v-49ce1b95] {
  width: 100%;
}
.van-div p[data-v-49ce1b95] {
  text-align: center;
}
.questions-box[data-v-49ce1b95] {
  width: 100%;
  /* min-height: 50px; */
  overflow: hidden;
}
.shop-name[data-v-49ce1b95] {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.testpaper-list-li-p[data-v-49ce1b95] {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
  margin-left: 5%;
}
.testpaper-list-li a[data-v-49ce1b95] {
  font-size: 15px;
  color: #000;
}
.tags-box[data-v-49ce1b95] {  
  background: #fff;
  padding: 10px 50px;
  position: relative;
  text-align: center;
}
.unsatisfied[data-v-49ce1b95] {
  background-color: #ffffff;
  color: #ff3434;
  font-size: 15px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  border: 1px solid #ff3434;
}
.tagActivity[data-v-49ce1b95] {
  background-color: #ff3434;
  color: #fff;
}
.heji[data-v-49ce1b95] {
  width: 100%;
  text-align: center;
  color: #646566;
  font-size: 14px;
  background-color: #fff;
  margin-top:20px;
}


*[data-v-7e8b9d02] {
  margin: 0;
  padding: 0;
}
.list-ul[data-v-7e8b9d02] {
  margin-top: 20px;
}
.main-box[data-v-7e8b9d02] {
  width: 100%;
  background: #d7340a;
  min-height: 100vh;
  overflow: hidden;
  font-family: Helvetica;
}
.list-column[data-v-7e8b9d02] {
  width: 95%;
  margin-left: 2.5%;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #ded6d6; */
  background: #fffbe8;
  border-radius: 5px;
  overflow: hidden;
}
.reward_fee[data-v-7e8b9d02] {
  color: #ff3f0d;
  font-weight: bold;
  font-size: 22px;
}
.task-name[data-v-7e8b9d02] {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 18px;
  color: #545454;
}
.task-requirement[data-v-7e8b9d02] {
  font-size: 14px;
  color: #adadad;
  margin-top: 15px;
  overflow: hidden;
}
.my-swipe .van-swipe-item[data-v-7e8b9d02] {
  color: #fff;
  font-size: 20px;
  line-height: 120px;
  text-align: center;
  /* background-color: #f81f1f; */
}
.notice-swipe[data-v-7e8b9d02] {
  height: 40px;
  line-height: 40px;
}
.banner-box[data-v-7e8b9d02] {
  width: 95%;
  height: 160px;
  overflow: hidden;
  margin: 10px auto;
  border-radius: 5px;
  background: #fffbe8;
}
.video-box[data-v-7e8b9d02] {
  width: 95%;
  overflow: hidden;
  margin: 10px auto;
  background: #fffbe8;
}
.notice-bar-box[data-v-7e8b9d02] {
  width: 95%;
  overflow: hidden;
  margin: 0px auto;
  border-radius: 5PX;
}
.van-pull-refresh-box[data-v-7e8b9d02] {
  /* background-color: #d7340a; */
  padding-top: 60px;
  position: relative;
}
.task_cover[data-v-7e8b9d02] {
  width: 100%;
  height: 80px;
  border-radius: 3px;
  margin: 10px;
}
.banner[data-v-7e8b9d02] {
  width: 100%;
  height: 150px;
}
.info-box[data-v-7e8b9d02] {
  margin-left: 10px;
}
.listTopImg[data-v-7e8b9d02] {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 20;
  height: 106px;
}
.colon[data-v-7e8b9d02] {
  display: inline-block;
  margin: 0 4px;
  color: #da7621;
}
.ljlq-btn[data-v-7e8b9d02] {
  float: right;
  padding: 5px 20px;
  background-color: #ff6037;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  margin-right: 10px;
}
.van-tabbar-item__text a[data-v-7e8b9d02] {
  color: #646566;
}
.ytgsl[data-v-7e8b9d02] {
  float: right;
  margin-right: 10px;
}
.remuneration[data-v-7e8b9d02] {
  margin-top: 10px;
}
.seamless-warp[data-v-7e8b9d02] {
  width: 100%;
  height: 160px;
  overflow: hidden;
  line-height: 40px;
  background: #fffbf4;
  font-size: 1rem;
  border: 2px solid #e4e4e4;
  border-radius: 10px;
}
.item[data-v-7e8b9d02] {
  width: 90%;
  margin: 0 auto;
}
.nick_name[data-v-7e8b9d02],
.fb_date[data-v-7e8b9d02] {
  color: #8e95a7;
}
.partake_fee[data-v-7e8b9d02] {
  color: #ff3434;
}
.icon-huangguan2[data-v-7e8b9d02] {
  color: #f8b600;
}
.cjphb[data-v-7e8b9d02] {
  width: 100%;
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
  color: #fffbe8;
}


*[data-v-1e6f860a] {
  margin: 0;
  padding: 0;
}
.list-ul[data-v-1e6f860a] {
  margin-top: 20px;
}
.main-box[data-v-1e6f860a] {
  width: 100%;
  background: #d7340a;
  min-height: 100vh;
  overflow: hidden;
  font-family: Helvetica;
}
.list-column[data-v-1e6f860a] {
  width: 95%;
  margin-left: 2.5%;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #ded6d6; */
  background: #fffbe8;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 10px;
}
.reward_fee[data-v-1e6f860a] {
  color: #ff3f0d;
  font-weight: bold;
  font-size: 22px;
}
.task-name[data-v-1e6f860a] {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 18px;
  color: #000;
}
.task-requirement[data-v-1e6f860a] {
  font-size: 14px;
  color: #adadad;
  margin-top: 15px;
  overflow: hidden;
}
.my-swipe .van-swipe-item[data-v-1e6f860a] {
  color: #fff;
  font-size: 20px;
  line-height: 120px;
  text-align: center;
  /* background-color: #f81f1f; */
}
.notice-swipe[data-v-1e6f860a] {
  height: 40px;
  line-height: 40px;
}
.banner-box[data-v-1e6f860a] {
  width: 95%;
  height: 150px;
  overflow: hidden;
  margin: 10px auto;
  border-radius: 5PX;
}
.notice-bar-box[data-v-1e6f860a] {
  width: 95%;
  overflow: hidden;
  margin: 0px auto;
  border-radius: 5PX;
}
.van-pull-refresh-box[data-v-1e6f860a] {
  /* background-color: #d7340a; */
  padding-top: 60px;
  position: relative;
}
.task_cover[data-v-1e6f860a] {
  width: 100%;
  height: 80px;
  border-radius: 3px;
  margin: 10px;
}
.banner[data-v-1e6f860a] {
  width: 100%;
  height: 150px;
}
.info-box[data-v-1e6f860a] {
  margin-left: 10px;
}
.listTopImg[data-v-1e6f860a] {
  width: 100%;
  position: absolute;
  top: 0px;   
  height: 106px;
}
.colon[data-v-1e6f860a] {
  display: inline-block;
  margin: 0 4px;
  color: #da7621;
}
.ljlq-btn[data-v-1e6f860a] {
  float: right;
  padding: 10px 50px;
  background-color: #ff6037;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  margin-right: 10px;
}
.van-tabbar-item__text a[data-v-1e6f860a] {
  color: #646566;
}
.ytgsl[data-v-1e6f860a] {
  float: right;
  margin-right: 10px;
}
.remuneration[data-v-1e6f860a] {
  margin-top: 10px;
}
.cyymImg[data-v-1e6f860a] {
  width: 70px;
  float: right;
  margin-right: 10px;
  margin-top: -40px;
}


*[data-v-48291f36] {
  margin: 0;
  padding: 0;
}
.main-box[data-v-48291f36] {
  font-family: Helvetica;
  background-color: red;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff3628), color-stop(#ff3628), color-stop(#ff3a27), color-stop(#fe5e2c), to(#fc622e));
  background-image: linear-gradient(to right, #ff3628, #ff3628, #ff3a27, #fe5e2c, #fc622e);
  overflow: hidden;
}
.qrCode-box[data-v-48291f36] {
  width: 200px;
  height: 200px;
  margin: 60% auto;
  text-align: center;
  background-color: rgb(249 246 246 / 64%);
  overflow: hidden;
}
.qrCode[data-v-48291f36] {
  margin-top: 10px;
}
.share-box[data-v-48291f36] {
  width: 100%;
  min-height: 100vh;
  background-image: url(/static/img/yaoqing.64ff59a.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.yq-doc[data-v-48291f36] {
  width: 100%;
  line-height: 50px;
  color: #e1ff67;
  position: absolute;
  bottom: 20%;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  text-shadow: 11px 14px 14px #1d1919;
}


.main-box[data-v-21aeb3d0] {
  font-family: Helvetica;
  background:#fffbe8;
  width: 95%;
  margin: 10px auto;
  border-radius: 5px;
}
p[data-v-21aeb3d0] {
  margin: 0;
  padding: 0;
}
.personal-box[data-v-21aeb3d0] {
  margin-top: 20px;
}
.login-box[data-v-21aeb3d0] {
  width: 90%;
  margin: 20px auto;
  text-align: center;
}
.personal-box[data-v-21aeb3d0] {
  width: 90%;
  margin: 20px auto;
  background: #fff;
}
.avatar[data-v-21aeb3d0] {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
.avatar2[data-v-21aeb3d0] {
  width: 90%;
  border-radius: 100px;
}
.partake_fee[data-v-21aeb3d0] {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.jinesl[data-v-21aeb3d0] {
  color: #cc572a;
}
.paim[data-v-21aeb3d0] {
  color: #000;
  float: right;
}
.All-out-hear[data-v-21aeb3d0] {
  width: 100%;
  margin: 0px auto;
  background: #eceaea;
  padding: 5px 0;
}
.tob-haerd[data-v-21aeb3d0] {
  width: 90%;
  margin: 0px auto;
}
.label-name[data-v-21aeb3d0] {
  font-size: 15px;
  line-height: 30px;
  /* font-weight :bold; */
  color: #b1b1b1;
}
.label-name1[data-v-21aeb3d0] {
  font-size: 15px;
  line-height: 40px;
  /* font-weight :bold; */
  color: red;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.label-name2[data-v-21aeb3d0] {
  font-size: 15px;
  line-height: 30px;
  /* font-weight :bold; */
  color: #b1b1b1;
  padding-left: 10px
}
.tob-bady[data-v-21aeb3d0] {
  width: 90%;
  margin: 20px auto;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
}
.paimtp[data-v-21aeb3d0] {
  width: 40px;
}
.register[data-v-21aeb3d0] {
  color: #fff;
}
.login-btn[data-v-21aeb3d0] {
  margin-right: 15px;
}
.banner-box[data-v-21aeb3d0] {
  width: 95%;
  height: 150px;
  overflow: hidden;
  margin: 10px auto;
  border-radius: 5PX;
}
.banner[data-v-21aeb3d0] {
  width: 100%;
  height: 150px;
}
.notice-swipe[data-v-21aeb3d0] {
  height: 40px;
  line-height: 40px;
}
.task-wx[data-v-21aeb3d0] {
  padding-bottom: 50px;
}


.main-box[data-v-c7e172d8] {
    font-family: Helvetica;
    background: #fffbe8;
    width: 95%;
    margin: 10px auto;
    border-radius: 5px;
}
p[data-v-c7e172d8] {
    margin: 0;
    padding: 0;
}
.personal-box[data-v-c7e172d8] {
    margin-top: 20px;
}
.login-box[data-v-c7e172d8] {
    width: 90%;
    margin: 20px auto;
    text-align: center;
}
.personal-box[data-v-c7e172d8] {
    width: 90%;
    margin: 20px auto;
    background: #fff;
}
.avatar[data-v-c7e172d8] {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
.avatar2[data-v-c7e172d8] {
    width: 90%;
    border-radius: 100px;
}
.partake_fee[data-v-c7e172d8] {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.jinesl[data-v-c7e172d8] {
    color: #cc572a;
}
.paim[data-v-c7e172d8] {
    color: #000;
    float: right;
}
.All-out-hear[data-v-c7e172d8] {
    width: 100%;
    margin: 0px auto;
    background: #eceaea;
    padding: 5px 0;
}
.tob-haerd[data-v-c7e172d8] {
    width: 90%;
    margin: 0px auto;
}
.label-name[data-v-c7e172d8] {
    font-size: 15px;
    line-height: 30px;
    /* font-weight :bold; */
    color: #b1b1b1;
}
.label-name1[data-v-c7e172d8] {
    font-size: 15px;
    line-height: 40px;
    /* font-weight :bold; */
    color: red;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.label-name2[data-v-c7e172d8] {
    font-size: 15px;
    line-height: 30px;
    /* font-weight :bold; */
    color: #b1b1b1;
    padding-left: 10px
}
.tob-bady[data-v-c7e172d8] {
    width: 90%;
    margin: 20px auto;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
}
.paimtp[data-v-c7e172d8] {
    width: 40px;
}
.register[data-v-c7e172d8] {
    color: #fff;
}
.login-btn[data-v-c7e172d8] {
    margin-right: 15px;
}
.banner-box[data-v-c7e172d8] {
    width: 95%;
    height: 150px;
    overflow: hidden;
    margin: 10px auto;
    border-radius: 5PX;
}
.banner[data-v-c7e172d8] {
    width: 100%;
    height: 150px;
}
.notice-swipe[data-v-c7e172d8] {
    height: 40px;
    line-height: 40px;
}
.task-wx[data-v-c7e172d8] {
    padding-bottom: 50px;
}

p[data-v-2ce65093] {
  margin: 0;
  padding: 0;
}
.mian-box[data-v-2ce65093] {
  width: 100%;
  padding-bottom: 20px;
  background-color: #f9f9f9;
}
.list-box[data-v-2ce65093] {
  width: 100%;
  padding-top: 10px;
  background: #fff;
}
.rw-sm-box[data-v-2ce65093] {
  width: 100%;
  margin-top: 10px;
  background: #fff;
}
.top-cont-box[data-v-2ce65093],
.rw-sm-cont[data-v-2ce65093] {
  width: 95%;
  margin-left: 2.5%;
  padding-top: 10px;
}
.cover-box[data-v-2ce65093] {
  width: 100%;
}
.mianfImg[data-v-2ce65093] {
  width: 100%;
}
.count-down[data-v-2ce65093] {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  background: #f1f1f1;
  margin-top: 20px;
}
.jiezhirq[data-v-2ce65093] {
  float: left;
  overflow: hidden;
}
.task-title[data-v-2ce65093] {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
}
.label-text1[data-v-2ce65093] {
  font-size: 20px;
  color: #ef5050;
  /* margin-top: 20px; */
  float: left;
  border-radius: 4px;
  font-weight: 600;
}
.icon-daojishi[data-v-2ce65093] {
  font-size: 20px;
  color: #ef5050;
  font-weight: 700;
  float: left;
  margin-right: 10px;
}
.icon-shangjin1[data-v-2ce65093] {
  font-size: 20px;
}
.icon-dingdan1[data-v-2ce65093] {
  font-size: 20px;
}
.van-count-down[data-v-2ce65093] {
  color: #ef5050;
  font-size: 14px;
  line-height: 20px;
  display: inline;
}
.jiezhirq-label[data-v-2ce65093] {
  font-size: 14px;
  color: #888888;
}
.reward_fee-box[data-v-2ce65093] {
  width: 100%;
  overflow: hidden;
}
.desc-box[data-v-2ce65093] {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6
}
.desc-title[data-v-2ce65093] {
  margin-top: 10px;
  width: 100%;
  line-height: 20px;
  /* padding-left: 10px; */
  font-size: 18px;
  /* font-weight: 700; */
  color: #666;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  margin-bottom: 15px;
  /* margin-top: 20px; */
}
.Reminder[data-v-2ce65093] {
  width: 100%;
  min-height: 100px;
  background: #ffea7f;
  margin-top: 20px;
}
.wxts[data-v-2ce65093],
.wxts-text[data-v-2ce65093] {
  line-height: 30px;
  color: #7b7979;
  margin-left: 15px;
  font-size: 14px;
}
.dapjis[data-v-2ce65093] {
  float: right;
  font-size: 14px;
  overflow: hidden;
}
.shenyusj[data-v-2ce65093] {
  color: #999;
  float: left;
  line-height: 20px;
}
.jidanqk[data-v-2ce65093] {
  width: 100%;
  font-size: 14px;
  color: #7b7979;
  overflow: hidden;
  margin-top: 20px;
}
.wljd[data-v-2ce65093] {
  float: left;
}
.fbz[data-v-2ce65093] {
  float: right;
}
.jd-text[data-v-2ce65093] {
  font-size: 14px;
  color: #07c16a;
  margin-left: 20px;
}
.icon-Category[data-v-2ce65093] {
  font-size: 20px;
  margin-right: 10px;
}
.xuqsm[data-v-2ce65093] {
  margin-top: 15px;
}
.rw-sm-bz[data-v-2ce65093] {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #7b7979;
}
.rw-yq[data-v-2ce65093] {
  /* margin-top:30px; */
}





































































div[data-v-34f50739],
p[data-v-34f50739],
span[data-v-34f50739],
li[data-v-34f50739],
ul[data-v-34f50739] {
    margin: 0;
    padding: 0;
}
.shop-box[data-v-34f50739] {
    width: 100%;
    background: #dbdbdb;
    min-height: 100vh;
    overflow: hidden;
}
.list-box[data-v-34f50739] {
    margin: 15px 0;
}
.name[data-v-34f50739] {
    width: 100%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.icon-dianpu[data-v-34f50739] {
    color: #ff663e;
    font-size: 30px;
}
.shop_cover-box[data-v-34f50739] {
    width: 100px;
    float: left;
}
.shopCover[data-v-34f50739] {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.desc[data-v-34f50739] {
    width: 100%;    
    line-height: 20px;
    font-size: 12px;
    color: #b4b5b5;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.shop_info-box[data-v-34f50739] {
    width: 100%;
}
.shopList-d[data-v-34f50739] {
    width: 94%;
    margin: 10px auto;
}
.jrdp-btn[data-v-34f50739] {
    padding: 6px 56px;
    background-color: #e10101;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
}
.jrdp-btn-box[data-v-34f50739] {
    margin: 10px auto;
}
.statistics[data-v-34f50739] {
    text-align: center;
}
.statistics-box[data-v-34f50739] {
    width: 100%;
    margin: 0 auto;
}
.statistics-label[data-v-34f50739] {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 12px;
}
.statistics-num[data-v-34f50739] {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
}
.shopInfoBox[data-v-34f50739] {
    width: 100%;
    overflow: hidden;
}
.shopInfo[data-v-34f50739] {
    width: calc(100% - 100px);
    float: left;
}

div[data-v-56dc4680],
p[data-v-56dc4680],
span[data-v-56dc4680],
li[data-v-56dc4680],
ul[data-v-56dc4680] {
  margin: 0;
  padding: 0;
}
.shop-box[data-v-56dc4680] {
  width: 100%;
  background: #dbdbdb;
  min-height: 100vh;
  overflow: hidden;
}
.list-box[data-v-56dc4680] {
  margin: 15px 0;
}
.name[data-v-56dc4680] {
  width: 100%;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.icon-dianpu[data-v-56dc4680] {
  color: #ff663e;
  font-size: 30px;
}
.shop_cover-box[data-v-56dc4680] {
  width: 100px;
  float: left;
}
.shopCover[data-v-56dc4680] {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.desc[data-v-56dc4680] {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  color: #b4b5b5;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.shop_info-box[data-v-56dc4680] {
  width: 100%;
}
.shopList-d[data-v-56dc4680] {
  width: 94%;
  margin: 10px auto;
}
.jrdp-btn[data-v-56dc4680] {
  padding: 6px 56px;
  background-color: #e10101;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
}
.jrdp-btn-box[data-v-56dc4680] {
  margin: 10px auto;
}
.statistics[data-v-56dc4680] {
  text-align: center;
}
.statistics-box[data-v-56dc4680] {
  width: 100%;
  margin: 0 auto;
}
.statistics-label[data-v-56dc4680] {
  margin-top: 15px;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 12px;
}
.statistics-num[data-v-56dc4680] {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 16px;
  font-weight: 700;
}
.shopInfoBox[data-v-56dc4680] {
  width: 100%;
  overflow: hidden;
}
.shopInfo[data-v-56dc4680] {
  width: calc(100% - 100px);
  float: left;
}
.user_visit[data-v-56dc4680] {
  font-size: 14px;
  color: #f41e1e;
  width: 100%;
  margin-top: 10px;
}

*[data-v-c294ebd0] {
  margin: 0;
  padding: 0
}
.list-box[data-v-c294ebd0] {
  margin-top: 20px;
}
.articleList-box[data-v-c294ebd0] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
.ar-img[data-v-c294ebd0] {
  width: 100%;
  height: 100px;
  border-radius: 7px;
}
.info-box[data-v-c294ebd0] {
  background: #fff;
}
.title[data-v-c294ebd0] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-c294ebd0],
.proofreadingIndex[data-v-c294ebd0] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-c294ebd0],
.proofreadingIndex label[data-v-c294ebd0] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-c294ebd0] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-c294ebd0] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}

*[data-v-5a627c56] {
  margin: 0;
  padding: 0
}
.list-box[data-v-5a627c56] {
  margin-top: 20px;
}
.articleList-box[data-v-5a627c56] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
.ar-img[data-v-5a627c56] {
  width: 100%;
  height: 100px;
  border-radius: 7px;
}
.info-box[data-v-5a627c56] {
  background: #fff;
}
.title[data-v-5a627c56] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-5a627c56],
.proofreadingIndex[data-v-5a627c56] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-5a627c56],
.proofreadingIndex label[data-v-5a627c56] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-5a627c56] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-5a627c56] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}

a[data-v-75bc41b4] {
  text-decoration: none;
}
p[data-v-75bc41b4],
div[data-v-75bc41b4],
span[data-v-75bc41b4],
img[data-v-75bc41b4],
table[data-v-75bc41b4],
tr[data-v-75bc41b4],
td[data-v-75bc41b4],
th[data-v-75bc41b4] {
  margin: 0;
  padding: 0;
}
.van-checkbox[data-v-75bc41b4] {
  float: left;
  padding: 5px;
}
.list-box[data-v-75bc41b4] {
  margin-top: 10px;
  width: 100%;
}
.btn-box[data-v-75bc41b4] {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 15px;
}
li[data-v-75bc41b4] {
  margin-bottom: 10px;
}
.question_content[data-v-75bc41b4],
.question_content p[data-v-75bc41b4] {
  width: 100%;
}
.question_daan[data-v-75bc41b4] {
  width: 100%;
}
.article_content-box[data-v-75bc41b4] {
  width: 100%;
  overflow: hidden;
}
.article_content-box span[data-v-75bc41b4] {
  font-size: 15px;
  line-height: 30px;
}
.daan-text[data-v-75bc41b4] {
  display: block;
  margin-bottom: 20px;
}
.djckda[data-v-75bc41b4] {
  font-size: 16px;
  color: #c71515;
  line-height: 50px;
}
.mob-questions-box[data-v-75bc41b4] {
  width: 95%;
  padding: 2.5%;
  background-color: #fff;
}

*[data-v-f7e5ff0c] {
  margin: 0;
  padding: 0
}
.list-box[data-v-f7e5ff0c] {
  margin-top: 20px;
}
.articleList-box[data-v-f7e5ff0c] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
.ar-img[data-v-f7e5ff0c] {
  width: 100%;
  height: 100px;
  border-radius: 7px;
}
.info-box[data-v-f7e5ff0c] {
  background: #fff;
}
.title[data-v-f7e5ff0c] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-f7e5ff0c],
.proofreadingIndex[data-v-f7e5ff0c] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-f7e5ff0c],
.proofreadingIndex label[data-v-f7e5ff0c] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-f7e5ff0c] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-f7e5ff0c] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}

*[data-v-0249b644] {
  margin: 0;
  padding: 0;
}
.questions-box[data-v-0249b644] {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.list-box[data-v-0249b644] {
  margin-top: 15px;
}
.image_cover[data-v-0249b644] {
  width: 100%;
}
.res_image_name[data-v-0249b644] {
  color: black;
  margin-bottom: 10px;
}

.video-box[data-v-a52fd8de] {
  width: 100%;
  overflow: hidden;
}
.list-box[data-v-a52fd8de] {
  margin-top: 15px;
}
.video_cover[data-v-a52fd8de] {
  width: 100%;
  margin-bottom: 20px;
}

.questions-box[data-v-b19531f8] {
  width: 100%;
  overflow: hidden;
}
.list-box[data-v-b19531f8] {
  margin-top: 15px;
}
.audio_cover[data-v-b19531f8] {
  width: 100%;
  margin-bottom: 20px;
}

*[data-v-3c60ad92]{
  margin: 0;
  padding: 0;
}
.control-box[data-v-3c60ad92] {
  width: 100%;
  overflow: hidden;
}
.poetry-list[data-v-3c60ad92] {
  margin-top: 15px;
}
.m-title[data-v-3c60ad92]{
  color: #000;
  margin-bottom: 10px;
}
.image_cover[data-v-3c60ad92] {
  width: 100%;
  margin-bottom: 20px;
}

*[data-v-23790e86] {
  margin: 0;
  padding: 0
}
.list-box[data-v-23790e86] {
  margin-top: 20px;
}
.articleList-box[data-v-23790e86] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
.ar-img[data-v-23790e86] {
  width: 100%;
  height: 100px;
  border-radius: 7px;
}
.info-box[data-v-23790e86] {
  background: #fff;
}
.title[data-v-23790e86] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-23790e86],
.proofreadingIndex[data-v-23790e86] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-23790e86],
.proofreadingIndex label[data-v-23790e86] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-23790e86] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-23790e86] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}

div[data-v-6f5b20de],
p[data-v-6f5b20de],
span[data-v-6f5b20de],
ul[data-v-6f5b20de],
li[data-v-6f5b20de] {
  margin: 0;
  padding: 0;
}
.questions-box[data-v-6f5b20de] {
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}
.list-box[data-v-6f5b20de] {
  margin-top: 15px;
}
li[data-v-6f5b20de] {
  list-style: none;
}
.questions-box[data-v-6f5b20de] {
  width: 100%;
  overflow: hidden;
}
.ebook-list-li-p[data-v-6f5b20de] {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
  margin-left: 5%;
}
.ebook-list-li a[data-v-6f5b20de] {
  font-size: 15px;
  color: #000;
}

div[data-v-258dacaa],
p[data-v-258dacaa],
span[data-v-258dacaa],
ul[data-v-258dacaa],
li[data-v-258dacaa] {
  margin: 0;
  padding: 0;
}
.questions-box[data-v-258dacaa] {
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}
.list-box[data-v-258dacaa] {
  margin-top: 15px;
}
li[data-v-258dacaa] {
  list-style: none;
}
.list-div-box[data-v-258dacaa] {
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}
.courseware-box[data-v-258dacaa] {
  background: whitesmoke;
}
.list-box[data-v-258dacaa] {
  margin-top: 15px;
}
li[data-v-258dacaa] {
  margin-bottom: 5px;
}
.courseware-info[data-v-258dacaa] {
  margin-top: 10px;
  overflow: hidden;
  border-top: 1px solid #e8e7e9;
  line-height: 30px;
  font-size: 12px;
  color: #c1b3b3;
}
.courseware-info span[data-v-258dacaa] {
  margin-right: 10px;
}
.courseware-info a[data-v-258dacaa] {
  font-size: 12px;
  color: #c1b3b3;
}
.courseware-list[data-v-258dacaa] {
  margin-bottom: 20px;
}
.res_courseware_name[data-v-258dacaa] {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #000;
}
.image_cover[data-v-258dacaa] {
  width: 100%;
}

*[data-v-46445b31] {
  margin: 0;
  padding: 0;
}
.article-box[data-v-46445b31] {
  width: 100%;
  overflow: hidden;
}
.list-box[data-v-46445b31] {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.title[data-v-46445b31] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.desc[data-v-46445b31] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.ar-img[data-v-46445b31] {
  width: 100%;
  border-radius: 7px;
}
.list-row[data-v-46445b31] {
  width: 100%;
  border-bottom: 1px solid #eae8f9;
  margin: 15px 0;
}
.info-box[data-v-46445b31] {
  width: 100%;
}
.questions-p[data-v-46445b31] {
  color: #000;
  margin-bottom: 10px;
}
.image-t[data-v-46445b31] {
  width: 100%;
  height: 150px;
}
.title-name[data-v-46445b31] {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}
.pagination-container[data-v-46445b31] .el-pagination__jump {
  display: none;
}

a[data-v-0cd1d02a],
a[data-v-0cd1d02a]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-0cd1d02a],
ol[data-v-0cd1d02a],
h1[data-v-0cd1d02a],
h2[data-v-0cd1d02a],
h3[data-v-0cd1d02a],
h4[data-v-0cd1d02a],
p[data-v-0cd1d02a],
span[data-v-0cd1d02a] {
  margin: 0;
  padding: 0;
}
ul[data-v-0cd1d02a],
ol[data-v-0cd1d02a] {
  list-style: none;
}
.shopList[data-v-0cd1d02a] {
  background: rgba(183, 183, 185, 0.11);
}
.ShopList-box[data-v-0cd1d02a] {
  width: 89%;
  min-height: 700px;
  padding-bottom: 20px;
  background: url(/static/img/bj.9c6673e.png);

  overflow: hidden;
  margin: 0 auto;
}
.list-box[data-v-0cd1d02a] {
  margin-bottom: 20px;
}
.data-list[data-v-0cd1d02a] {
  height: 380px;
}
.tips-text[data-v-0cd1d02a] {
  color: #fff;
  font-size: 14px;
  float: right
}
.shop-info[data-v-0cd1d02a] {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.shop-name[data-v-0cd1d02a] {
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-weight: bold;
}
.description[data-v-0cd1d02a] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #7d7777;
  line-height: 28px;
  font-size: 14px;
  margin-top: 15px;
  border-top: 1px solid #cac6c6;
  padding-top: 10px;
  height: 50px;
}
.distribution-description[data-v-0cd1d02a] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #7d7777;
  line-height: 28px;
  font-size: 14px;
  margin-top: 15px;
  height: 50px;
}
.addShop[data-v-0cd1d02a] {
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  margin-left: 30px;
  font-weight: 500;
  padding: 5px 10px;
  background: #d39324;
  border-radius: 20px;
}
.shop-cover[data-v-0cd1d02a] {
  width: 100%;
  height: 150px;
  border-radius: 4px;
}
.trial[data-v-0cd1d02a] {
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.avatar[data-v-0cd1d02a] {
  width: 100px;
  height: 100px;
}
.countDown[data-v-0cd1d02a] {
  display: inline-block;
}
.countDown-lable[data-v-0cd1d02a] {
  color: #323233;
  font-size: 14px;
  font-weight: bold;
}
.upgrade-btn[data-v-0cd1d02a] {
  font-size: 12px;
  padding: 6px 17px;
  color: #fff;
  background: #eb422b;
  border-radius: 3px;
}
.van-count-down[data-v-0cd1d02a],
.van-divider[data-v-0cd1d02a] {
  color: #323233;
  font-size: 14px;
  font-weight: bold;
}
.overdue[data-v-0cd1d02a] {
  color: #323233;
  font-size: 14px;
  position: absolute;
  right: 0px;
}
.upload-ts[data-v-0cd1d02a] {
  color: #d4cece;
  font-size: 12px;
  line-height: 20px;
}
.cover-bg[data-v-0cd1d02a] {
  float: left;
  margin-right: 20px;
}
.column-title[data-v-0cd1d02a] {
  width: 100%;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.column-span[data-v-0cd1d02a] {
  font-weight: bold;
}
.yzshop[data-v-0cd1d02a] {
  width: 100%;
  font-size: 35px;
  color: #d02a2a;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.yzshop-desc[data-v-0cd1d02a] {
  width: 100%;
  font-size: 25px;
  color: #d02a2a;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.shops-box[data-v-0cd1d02a] {
  background: #9b0605;
  padding: 20px;
  border-radius: 8px;
}
.shopLevel_img[data-v-0cd1d02a] {
  width: 110px;
}
.days_difff[data-v-0cd1d02a] {
  width: 100%;
  margin: 10px 0;
  font-size: 15px;
  color: #9b0605;
  text-align: center;
}
.memberAndresALL[data-v-0cd1d02a] {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}
.right-t[data-v-0cd1d02a] {
  float: right;
}

p[data-v-1db28b3c],
div[data-v-1db28b3c],
ul[data-v-1db28b3c],
li[data-v-1db28b3c],
a[data-v-1db28b3c],
span[data-v-1db28b3c],
input[data-v-1db28b3c],
button[data-v-1db28b3c],
nav[data-v-1db28b3c] {
  padding: 0;
  margin: 0;
}
a[data-v-1db28b3c] {
  text-decoration: none;
}
.shopList[data-v-1db28b3c] {
  background: #fafafb;
}
.shop-box-bady[data-v-1db28b3c] {
  width: 100%;
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.shop-index[data-v-1db28b3c] {
  background: rgba(183, 183, 185, 0.11);
  min-height: 84vh;
  padding-bottom: 1%;
  overflow: hidden;
}

/* main */
.shop-box[data-v-1db28b3c] {
  width: 89%;
  /* background: #fff; */
  overflow: hidden;
  position: relative;
  margin: 20px auto;
  overflow: hidden;
}

/* 左菜单 */
.shop-menu-left[data-v-1db28b3c] {
  min-height: 90vh;
  background: #fff;
  overflow: hidden;
  padding-top: 10px;
}

/* 中菜单  */
.shop-menu-centre[data-v-1db28b3c] {
  min-height: 84vh;
  /* background: #fff; */
}
.totalNum[data-v-1db28b3c]{
   margin-left: 10px;
}

ul li[data-v-bcfc4cfe] {
  list-style: none;
}
a[data-v-bcfc4cfe] {
  text-decoration: none;
  color: #606266;
  font-size: 13px;
}

/* 消息 */
.news-box[data-v-bcfc4cfe] {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: #fff;
  font-size: 14px;
  color: #353535;
}
.head-box[data-v-bcfc4cfe] {
  margin-bottom: 20px;
}
.head-box span[data-v-bcfc4cfe] {
  font-size: 20px;
  font-weight: bold;
  color: #2a75ed;
}
.icon-gaikuang[data-v-bcfc4cfe] {
  font-size: 20px;
  color: #2a75ed;
}
.icon-sysInfo-copy[data-v-bcfc4cfe] {
  margin-left: 1%;
}
.news-text[data-v-bcfc4cfe] {
  float: left;
  width: 90%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.news-more-btn[data-v-bcfc4cfe] {
  float: right;
  width: 5%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  margin-right: 1%;
}
.data-list[data-v-bcfc4cfe] {
  position: relative;
  padding: 10px 0;
}
.data-num[data-v-bcfc4cfe] {
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.data-text[data-v-bcfc4cfe] {
  font-size: 16px;
  color: #fff;
  display: block;
}
.icon1[data-v-bcfc4cfe] {
  color: #ffffff;
  font-size: 40px
}
.icon2[data-v-bcfc4cfe] {
  color: #ffffff;
  font-size: 35px
}
.data-num__money[data-v-bcfc4cfe] {
  color: #ffffff;
}
.icon[data-v-bcfc4cfe] {
  position: absolute;
  right: 0px;
  top: 20px;
}

/* 广告 */
.advertisement[data-v-bcfc4cfe] {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.title-txt[data-v-bcfc4cfe] {
  margin-left: 15px;
  font-size: 18px;
  color: #f56c6c;
  font-weight: bold;
}
.advertisement-txt[data-v-bcfc4cfe] {
  width: 98%;
  margin: 20px auto;
  border-top: 1px solid #ccc;
  line-height: 50px;
}

/* 常用工具 */
.cpdt[data-v-bcfc4cfe] {
  margin-top: 10px;
}
.func-title[data-v-bcfc4cfe] {
  width: 98%;
  margin: 10px 0;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.text2[data-v-bcfc4cfe] {
  margin-top: 20px;
}
.func-item[data-v-bcfc4cfe] {
  line-height: 33px;
  text-align: center;
}
.func-item1[data-v-bcfc4cfe] {
  line-height: 80px;
  height: 80px;
  background: #d9dbde;
  text-align: center;
}
.func-item2[data-v-bcfc4cfe] {
  line-height: 80px;
  height: 80px;
  background: #ffe8e8;
  text-align: center;
}
.iconf[data-v-bcfc4cfe] {
  font-size: 23px;
  color: #1d3d72;
}
.iconf1[data-v-bcfc4cfe] {
  font-size: 23px;
  color: #fff;
  background: #1d3d72;
  padding: 10px;
}
.btn-txt[data-v-bcfc4cfe] {
  font-size: 17px;
  cursor: pointer;
}

/* 常见问题 */
.wt-text[data-v-bcfc4cfe] {
  line-height: 20px;
}

/* 右菜单 */
.shop-menu-right[data-v-bcfc4cfe] {
  min-height: 100vh;
  background: #fff;
  overflow: hidden;
}
.shop-menu-right[data-v-bcfc4cfe] {
  min-height: 100vh;
  background: #fff;
}
.avatar-box[data-v-bcfc4cfe] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.shop-name-text[data-v-bcfc4cfe] {
  width: 95%;
  margin-top: 20px;
  line-height: 30px;
  font-size: 22px;
  color: #353535;
  font-weight: 600;
  margin-left: 2.5%;
}
.shop-tag[data-v-bcfc4cfe] {
  width: 80%;
  padding: 0 5px;
  min-width: 72px;
  height: 22px;
  border: 1px solid #d4d8dd;
  font-size: 12px;
  font-weight: 400;
  color: #8c8c9c;
  line-height: 20px;
  margin: 10px auto 0;
}
.shop-name-description[data-v-bcfc4cfe] {
  width: 95%;
  margin: 10px auto;
  line-height: 20px;
  font-size: 14px;
  color: #bdbdbd;
  text-align: left;
}
.qrcode-box[data-v-bcfc4cfe] {
  width: 164px;
  margin: 10px auto;
}
canvas[data-v-bcfc4cfe] {
  width: 100%;
}
.item-box[data-v-bcfc4cfe] {
  margin-bottom: 20px;
}
.shop-doc[data-v-bcfc4cfe] {
  width: 100%;
  min-height: 200px;
  background: #fff;
  margin-bottom: 10px;
}
.shop_state_name[data-v-bcfc4cfe] {
  font-size: 12px;
  margin-left: 20px;
  padding: 2px 5px;
  color: #fff;
  background-color: #e84939;
}
.shop_cover[data-v-bcfc4cfe] {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.avatar-uploader .el-upload[data-v-bcfc4cfe] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-bcfc4cfe]:hover {
  border-color: #409eff;
}
.avatar[data-v-bcfc4cfe] {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 150px;
  -webkit-box-shadow: 0px 0px 13px 0px #42474c;
          box-shadow: 0px 0px 13px 0px #42474c;
}
.user-cover-box[data-v-bcfc4cfe] {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  height: 120px;
}
.btn-box[data-v-bcfc4cfe] {
  text-align: right;
}
.el-table-box[data-v-bcfc4cfe] {
  margin-top: 20px;
}
.pagination-container[data-v-bcfc4cfe] {
  margin-top: 10px;
}
.statistics-box[data-v-bcfc4cfe] {
  margin-top: 40px;
}
.shopEdit-btn[data-v-bcfc4cfe]{
  font-size: 14px;
  color: #b1b7c1;
  position: absolute;
  right: 20px;
  top: 20px;
}

p[data-v-f70ad360],
  span[data-v-f70ad360] {
    padding: 0;
    margin: 0;
}
a[data-v-f70ad360] {
    text-decoration: none;
}
.shop-nav li[data-v-f70ad360] {
    list-style: none;
    float: left;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

  /* nav */
.shop-menu-box[data-v-f70ad360] {
    width: 100%;
    /* background: #fff; */
    background-image: -webkit-gradient(linear, right top, left top, from(#e4e8ea), color-stop(#96b7ea),to(#d4d4d4));
    background-image: linear-gradient(-90deg, #e4e8ea, #96b7ea,#d4d4d4);
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.shop-menu[data-v-f70ad360] {
    width: 89%;
    /* background: #fff; */
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    margin: 0 auto;
}
.shop-name[data-v-f70ad360] {
    /* margin-left: 15px; */
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top:10px;
    height: 50px;
    /* width: 16%; */
    /* background: #1c3d73; */
    line-height: 50px;
    text-align: center;
    color: #000000;
    letter-spacing: 5px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
      "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}
.shop-name a[data-v-f70ad360] {
    color: #000000;
}
.icon-dianpu[data-v-f70ad360] {
    color:#000000;
    font-size: 24px;
}
.shop-nav[data-v-f70ad360] {
    float: right;
    font-size: 16px;
    position: relative;
}
.nav-cover[data-v-f70ad360] {
    margin-top: -5px;
}
.shop-nav-set[data-v-f70ad360],
  .shop-nav-news[data-v-f70ad360] {
    padding: 0 20px;
    border-right: 1px solid #eee;
}
.shop-nav-help[data-v-f70ad360] {
    padding-left: 20px;
    border-left: 1px solid #eee;
}
.shop-nav-set span[data-v-f70ad360] {
    font-weight: 500;
    font-size: 14px;
}
.el-dropdown-menu__item[data-v-f70ad360] {
    list-style: none;
    line-height: 36px;
    padding: 0px;
    margin: 0;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    outline: 0;
    text-align: center;
    width: 100%;
}
.xiaoxzx[data-v-f70ad360] {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    color: #000000;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
      "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}
.system-message[data-v-f70ad360] {
    height: 40px;
    background-color: #fafafa;
    padding: 0;
    color: #000000;
    font-size: 14px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tz-text[data-v-f70ad360] {
    color:#000000;
    font-size: 12px;
}
.cursor[data-v-f70ad360] {
    cursor: pointer;
}
.font-12-blue[data-v-f70ad360] {
    color: #0095ff;
    font-size: 12px;
}
.el-dropdown-link[data-v-f70ad360] {
    cursor: pointer;
}
.nav-cover-box[data-v-f70ad360] {
    margin-left: 20px;
    float: right;
}
.notice-box[data-v-f70ad360] {
    width: 400px;
    padding: 10px;
}
.notice-list[data-v-f70ad360] {
    line-height: 25px;
    font-size: 14px;
    color: #9e9e9e;
    cursor: pointer;
}
.dropdown-item-box[data-v-f70ad360] {
    width: 150px;
    padding: 10;
}
.tz-text-title[data-v-f70ad360] {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

  /*
.el-dropdown-menu {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 10;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  width: 150px;
} */

  /* .shop-nav-news .el-dropdown-menu {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  width: 300px;
} */
.menu-right-name[data-v-f70ad360] {
    min-width: 50px;
    cursor: pointer;
    line-height: 60px;
    display: block;
    float: left;
    margin-left: 10px;
}
.icon-app1[data-v-f70ad360] {
    font-size: 22px;
    color: #555;
}
.dro-p[data-v-f70ad360] {
    /* width: 130px;
  line-height: 50px;
  text-align: left; */
    /* padding-left: 20px; */
}
.dro-p a[data-v-f70ad360] {
    color: #666;
}
.el-dropdown-menu__item[data-v-f70ad360]:focus,
  :not(.is-disabled).el-dropdown-menu__item[data-v-f70ad360] :hover {
    color: #666;
    background: #fafafa;
}
.menu-right-sapn[data-v-f70ad360] {
    cursor: pointer;    
    display: block;
    float: left;
    margin-left: 20px;
    color: #606266;
    font-size: 14px;
}
.menu-right-sapn a[data-v-f70ad360]{
    color: #666;
}
.menu-right-name[data-v-f70ad360] {
    min-width: 50px;
    cursor: pointer;
    line-height: 60px;
    display: block;
    float: left;
    margin-left: 10px;
}
.avatar[data-v-f70ad360] {
  width: 30px;
  margin-right: 5px;
  border-radius: 50px;
  height: 30px;
}

*[data-v-7b5fc784] {
  margin: 0;
  padding: 0;
}
ul li[data-v-7b5fc784] {
  list-style: none;
}
a[data-v-7b5fc784] {
  text-decoration: none;
}
.fragment-box[data-v-7b5fc784] {
  width: 100%;
  /* overflow: hidden; */
}

/* 左 */
.tab-box[data-v-7b5fc784] {
  width: 95%;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 2.5%;
  min-height: 80vh;
}

/* 右 */
.help-text[data-v-7b5fc784] {
  width: 80%;
  background: #fff;
  min-height: 620px;
  padding: 10%;
  position: relative;
  border-left: 1px solid #f56c6c;
}
.text1[data-v-7b5fc784] {
  width: 100%;
  border-left: 2px solid #2878f0;
  padding-left: 10px;
}
.question[data-v-7b5fc784] {
  width: 100%;
  line-height: 19px;
  margin-top: 27px;
  font-size: 14px;
  color: #353535;
}
.answer[data-v-7b5fc784] {
  width: 100%;
  padding-top: 15px;
  line-height: 21px;
  color: #888888;
  font-size: 12px;
}
.telescopicicon[data-v-7b5fc784] {
  position: absolute;
  left: 0px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
.telescopicicon-left[data-v-7b5fc784] {
  position: absolute;
  right: -5px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
div[data-v-7b5fc784] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.help-box[data-v-7b5fc784] {
  position: relative;
}


a[data-v-4e0a172c] {
    text-decoration: none;
}
.router-link-active[data-v-4e0a172c] {
    text-decoration: none;
}
p[data-v-4e0a172c],
div[data-v-4e0a172c],
span[data-v-4e0a172c],
img[data-v-4e0a172c] {
    margin: 0;
    padding: 0;
}
.main[data-v-4e0a172c] {
    min-height: 80vh;
}
.pagination-container[data-v-4e0a172c] {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
}

/* 查询及按钮部分 */
.filter-container[data-v-4e0a172c] {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.search-box[data-v-4e0a172c] {
    float: right;
}
.list-main[data-v-4e0a172c] {
    width: 100%;
    margin-top: 20px;
    /* min-height: 500px; */
    border-top: 1px solid #dadde0;
    padding-bottom: 50px;
}
.tuwen[data-v-4e0a172c] {
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.nane-cont[data-v-4e0a172c] {
    width: 200px;
    height: 60px;
    float: right;
    margin-right: 30px;
}
.nane-text[data-v-4e0a172c] {
    line-height: 23px;
    cursor: pointer;
}
.price-text[data-v-4e0a172c] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: red;
    font-size: 14px;
}
.icon-iconmoney[data-v-4e0a172c] {
    font-size: 12px;
}
.pagination-box[data-v-4e0a172c] {
    margin-top: 20px;
}
.el-icon-picture-outline[data-v-4e0a172c] {
    font-size: 60px;
    color: #f3f3f3;
}
.cz-btn[data-v-4e0a172c] {
    font-size: 12px;
    margin-top: 15px;
    margin-left: 20px;
    color: #a79f9f;
    cursor: pointer;
}

.pagination-container[data-v-33ddc0cb] {
  margin-top: 10px;
}

.help-text[data-v-3717cfb4] {
    width: 90%;
    background: #fff;
    min-height: 620px;
    padding: 10%;
    position: relative;
    border-left: 1px solid #f56c6c;
}
.text1[data-v-3717cfb4] {
    width: 100%;
    border-left: 2px solid #2878f0;
    padding-left: 10px;
}
.question[data-v-3717cfb4] {
    width: 100%;
    line-height: 19px;
    margin-top: 27px;
    font-size: 14px;
    color: #353535;
}
.answer[data-v-3717cfb4] {
    width: 100%;
    padding-top: 15px;
    line-height: 21px;
    color: #888888;
    font-size: 12px;
}
.telescopicicon[data-v-3717cfb4] {
    position: absolute;
    left: 0px;    
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
 

p[data-v-31b18d54] {
  margin: 0;
  padding: 0;
}
a[data-v-31b18d54],
a[data-v-31b18d54]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-31b18d54],
ol[data-v-31b18d54] {
  list-style: none;
}
.body-box[data-v-31b18d54] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-31b18d54] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-31b18d54] {
  padding: 10px 0;
}
.row-xq[data-v-31b18d54] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-31b18d54] {
  font-weight: unset;
  color: #1d3d72;
}
.row-p span[data-v-31b18d54] {
  color: #bdbdbd;
}
.el-icon-picture-outline[data-v-31b18d54] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-31b18d54] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-31b18d54] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}

*[data-v-f54c73a2] {
    margin: 0;
    padding: 0;
}
ul li[data-v-f54c73a2] {
    list-style: none;
}
a[data-v-f54c73a2] {
    text-decoration: none;
}
.video-box[data-v-f54c73a2]{
    width: 100%;
    /* overflow: hidden; */
}

  /* 左 */
.tab-box[data-v-f54c73a2] {
    width: 95%;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 2.5%;
    min-height: 80vh;
}

  /* 右 */
.help-text[data-v-f54c73a2] {
    width: 80%;
    background: #fff;
    min-height: 620px;
    padding: 10%;
    position: relative;
    border-left: 1px solid #f56c6c;
}
.text1[data-v-f54c73a2] {
    width: 100%;
    border-left: 2px solid #2878f0;
    padding-left: 10px;
}
.question[data-v-f54c73a2] {
    width: 100%;
    line-height: 19px;
    margin-top: 27px;
    font-size: 14px;
    color: #353535;
}
.answer[data-v-f54c73a2] {
    width: 100%;
    padding-top: 15px;
    line-height: 21px;
    color: #888888;
    font-size: 12px;
}
.telescopicicon[data-v-f54c73a2] {
    position: absolute;
    left: 0px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
.telescopicicon-left[data-v-f54c73a2] {
    position: absolute;
    right: -5px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
div[data-v-f54c73a2] {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.help-box[data-v-f54c73a2] {
    position: relative;
}
.video-box .el-card[data-v-f54c73a2] {
    border: none;
}


p[data-v-367df970] {
  margin: 0;
  padding: 0;
}
a[data-v-367df970],
a[data-v-367df970]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-367df970],
ol[data-v-367df970] {
  list-style: none;
}
.body-box[data-v-367df970] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.top[data-v-367df970] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-367df970],
.beizhu[data-v-367df970] {
  color: #d2cccc;
}
.beizhu[data-v-367df970] {
  font-size: 12px;
}
.el-checkbox-button[data-v-367df970] {
  padding: 4px;
  line-height: 20px;
}
.spsz[data-v-367df970] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-367df970] {
  width: 100%;
  text-align: right;
  border-top: 1px solid #3f484f;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-367df970],
.el-radio-group[data-v-367df970] {
  /* margin-top: 12px; */
}
.main[data-v-367df970] {
  padding: 10px;
}
.cover-bg[data-v-367df970] {
  background: #f0f6fd;
  height: 105px;
  overflow: hidden;
  border-radius: 6px;
}
.avatar-uploader .el-upload[data-v-367df970]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-367df970] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-367df970] {
  width: 100px;
  height: 100px;
  display: block;
}


p[data-v-06b7ad7c] {
  margin: 0;
  padding: 0;
}
a[data-v-06b7ad7c],
a[data-v-06b7ad7c]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-06b7ad7c],
ol[data-v-06b7ad7c] {
  list-style: none;
}
.body-box[data-v-06b7ad7c] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-06b7ad7c] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-06b7ad7c] {
  padding: 10px 0;
}
.row-xq[data-v-06b7ad7c] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-06b7ad7c] {
  font-weight: unset;
  color: #1d3d72;
  font-size: 14px;
}
.row-p span[data-v-06b7ad7c] {
  color: #bdbdbd;
  font-size: 14px;
}
.el-icon-picture-outline[data-v-06b7ad7c] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-06b7ad7c] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-06b7ad7c] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}

a[data-v-7f72a403] {
  text-decoration: none;
}
.router-link-active[data-v-7f72a403] {
  text-decoration: none;
}
p[data-v-7f72a403],
div[data-v-7f72a403],
span[data-v-7f72a403],
img[data-v-7f72a403] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-7f72a403] {
  overflow: hidden;
  margin-top: 20px;
}

/* 查询及按钮部分 */
.filter-container[data-v-7f72a403] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-7f72a403] {
  float: right;
}
.list-main[data-v-7f72a403] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-7f72a403] {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.nane-cont[data-v-7f72a403] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-7f72a403] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-7f72a403] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-7f72a403] {
  font-size: 12px;
}
.pagination-box[data-v-7f72a403] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-7f72a403] {
  font-size: 60px;
  color: #f3f3f3;
}
.cz-btn[data-v-7f72a403] {
  font-size: 12px;   
  margin-top: 15px;
  margin-left: 20px;
  color: #a79f9f;
  cursor: pointer;
}

*[data-v-f0ca2bea] {
    margin: 0;
    padding: 0;
}
ul li[data-v-f0ca2bea] {
    list-style: none;
}
a[data-v-f0ca2bea] {
    text-decoration: none;
}
.questionBank-box[data-v-f0ca2bea] {
    width: 100%;
    /* overflow: hidden; */
    /* background: #fff; */
    /* padding: 20px; */
}

/* 左 */
.tab-box[data-v-f0ca2bea] {
    /* width: 96%; */
    background: #fff;
    /* margin-bottom: 20px; */
    /* padding: 20px; */
    min-height: 80vh;
    position: relative;
}

/* 右 */
.help-text[data-v-f0ca2bea] {
    width: 80%;
    background: #fff;
    min-height: 620px;
    padding: 10%;
    position: relative;
    border-left: 1px solid #f56c6c;
}
.text1[data-v-f0ca2bea] {
    width: 100%;
    border-left: 2px solid #2878f0;
    padding-left: 10px;
}
.question[data-v-f0ca2bea] {
    width: 100%;
    line-height: 19px;
    margin-top: 27px;
    font-size: 14px;
    color: #353535;
}
.answer[data-v-f0ca2bea] {
    width: 100%;
    padding-top: 15px;
    line-height: 21px;
    color: #888888;
    font-size: 12px;
}
.telescopicicon[data-v-f0ca2bea] {
    position: absolute;
    left: 0px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
.telescopicicon-left[data-v-f0ca2bea] {
    position: absolute;
    right: -5px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
div[data-v-f0ca2bea] {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.help-box[data-v-f0ca2bea] {
    position: relative;
}
.questionBank-box .el-card[data-v-f0ca2bea] {
    border: none;
}


a[data-v-79f16c7c] {
  text-decoration: none;
}
.router-link-active[data-v-79f16c7c] {
  text-decoration: none;
}
p[data-v-79f16c7c],
div[data-v-79f16c7c],
span[data-v-79f16c7c],
img[data-v-79f16c7c],
table[data-v-79f16c7c],
tr[data-v-79f16c7c],
td[data-v-79f16c7c],
th[data-v-79f16c7c] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-79f16c7c] {
  overflow: hidden;
  margin-top: 20px;
  /* position: absolute;
  bottom: 10px; */
}

/* 查询及按钮部分 */
.filter-container[data-v-79f16c7c] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-79f16c7c] {
  float: right;
}
.list-main[data-v-79f16c7c] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-79f16c7c] {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.nane-cont[data-v-79f16c7c] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-79f16c7c] {
  width: 100%;
  max-height: 100px;  
  cursor: pointer;
}
.price-text[data-v-79f16c7c] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-79f16c7c] {
  font-size: 12px;
}
.pagination-box[data-v-79f16c7c] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-79f16c7c] {
  font-size: 60px;
  color: #f3f3f3;
}
.bg-input[data-v-79f16c7c] {
  float: right;
  margin-left: 5px;
}
.item-status[data-v-79f16c7c] {
  width: 120px;
}
.preview-box[data-v-79f16c7c] {
  width: 100%;
  height: 260px;
  overflow-y: auto;
}
.cz-btn[data-v-79f16c7c] {
  font-size: 12px;   
  margin-top: 15px;
  margin-left: 20px;
  color: #a79f9f;
  cursor: pointer;
}

p[data-v-7e18fcae],
div[data-v-7e18fcae],
span[data-v-7e18fcae] {
    margin: 0;
    padding: 0;
}
a[data-v-7e18fcae],
a[data-v-7e18fcae]:hover {
    text-decoration: none;
    outline: none;
    color: #3f484f;
}
ul[data-v-7e18fcae] {
    list-style: none;
}
.body-box[data-v-7e18fcae] {
    width: 96%;
    clear: both;
    margin: 2% auto;
}
.detail[data-v-7e18fcae] {
    width: 100%;
    overflow: hidden;
}
.row-p[data-v-7e18fcae] {
    padding: 10px 10px;
    font-size: 14px;
}
.row-xq[data-v-7e18fcae] {
    background: #f1f1f3;
    padding-left: 10px;
    margin: 10px 0;
}
.row-p label[data-v-7e18fcae] {
    color: #1d3d72;
    font-size: 14px;
}
.row-p span[data-v-7e18fcae] {
    color: #353030;
}
.el-icon-picture-outline[data-v-7e18fcae] {
    font-size: 60px;
    color: #f3f3f3;
    margin-left: 10px;
}
.xqbox[data-v-7e18fcae] {
    border: 1px solid #e2dddd;
    min-height: 100px;
    line-height: 25px;
    padding: 10px;
    margin-bottom: 15px;
}
.func-title[data-v-7e18fcae] {
    font-size: 14px;
    line-height: 29px;
    margin: 6px 0;
    color: #000;
    background: #f1f1f1;
    padding-left: 10px;
    font-weight: bold;
}
.answer_text[data-v-7e18fcae] {
    font-size: 14px;
    line-height: 30px;
}
.answer-box[data-v-7e18fcae] {
    margin: 5px 0;
}
.zqda[data-v-7e18fcae] {
   width: 100%;
}
.answer-con[data-v-7e18fcae] {
    width: 100%;
}
.answering_process[data-v-7e18fcae] {
    margin-left: 10px;
}
.text-item[data-v-7e18fcae] {
    width: 100%;
    overflow: hidden;
}
.func-item[data-v-7e18fcae],.answer_text[data-v-7e18fcae],.zqda[data-v-7e18fcae]{
    margin-left: 10px;
}

*[data-v-6c9b5b74] {
  margin: 0;
  padding: 0;
}
ul li[data-v-6c9b5b74] {
  list-style: none;
}
a[data-v-6c9b5b74] {
  text-decoration: none;
}
.questionBank-box[data-v-6c9b5b74] {
  width: 100%;
  /* overflow: hidden; */
  /* background: #fff; */
  /* padding: 20px; */
}

/* 左 */
.tab-box[data-v-6c9b5b74] {
  /* width: 96%; */
  background: #fff;
  /* margin-bottom: 20px; */
  /* padding: 20px; */
  min-height: 80vh;
  position: relative;
}

/* 右 */
.help-text[data-v-6c9b5b74] {
  width: 80%;
  background: #fff;
  min-height: 620px;
  padding: 10%;
  position: relative;
  border-left: 1px solid #f56c6c;
}
.text1[data-v-6c9b5b74] {
  width: 100%;
  border-left: 2px solid #2878f0;
  padding-left: 10px;
}
.question[data-v-6c9b5b74] {
  width: 100%;
  line-height: 19px;
  margin-top: 27px;
  font-size: 14px;
  color: #353535;
}
.answer[data-v-6c9b5b74] {
  width: 100%;
  padding-top: 15px;
  line-height: 21px;
  color: #888888;
  font-size: 12px;
}
.telescopicicon[data-v-6c9b5b74] {
  position: absolute;
  left: 0px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
.telescopicicon-left[data-v-6c9b5b74] {
  position: absolute;
  right: -5px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
div[data-v-6c9b5b74] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.help-box[data-v-6c9b5b74] {
  position: relative;
}
.questionBank-box .el-card[data-v-6c9b5b74] {
  border: none;
}

a[data-v-e475a526] {
  text-decoration: none;
}
.router-link-active[data-v-e475a526] {
  text-decoration: none;
}
p[data-v-e475a526],
div[data-v-e475a526],
span[data-v-e475a526],
img[data-v-e475a526],
table[data-v-e475a526],
tr[data-v-e475a526],
td[data-v-e475a526],
th[data-v-e475a526] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-e475a526] {
  overflow: hidden;
  margin-top: 20px;
  /* position: absolute;
  bottom: 10px; */
}

/* 查询及按钮部分 */
.filter-container[data-v-e475a526] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-e475a526] {
  float: right;
}
.list-main[data-v-e475a526] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-e475a526] {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.nane-cont[data-v-e475a526] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-e475a526] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-e475a526] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-e475a526] {
  font-size: 12px;
}
.pagination-box[data-v-e475a526] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-e475a526] {
  font-size: 60px;
  color: #f3f3f3;
}
.bg-input[data-v-e475a526] {
  float: right;
  margin-left: 5px;
}
.item-status[data-v-e475a526] {
  width: 120px;
}


p[data-v-6c64288c] {
  margin: 0;
  padding: 0;
}
a[data-v-6c64288c],
a[data-v-6c64288c]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-6c64288c],
ol[data-v-6c64288c] {
  list-style: none;
}
.body-box[data-v-6c64288c] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
  background: #fff;
}
.top[data-v-6c64288c] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-6c64288c],
.beizhu[data-v-6c64288c] {
  color: #d2cccc;
}
.beizhu[data-v-6c64288c] {
  font-size: 12px;
}
.el-checkbox-button[data-v-6c64288c] {
  padding: 4px;
}
.spsz[data-v-6c64288c] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-6c64288c] {
  width: 100%;
  text-align: right;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-6c64288c],
.el-radio-group[data-v-6c64288c] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main[data-v-6c64288c] {
  padding: 10px;
}
.cover-bg[data-v-6c64288c] {
  background: #f0f6fd;
}
.avatar-uploader .el-upload[data-v-6c64288c]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-6c64288c] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-6c64288c] {
  width: 100px;
  height: 100px;
  display: block;
}
.el-cascader[data-v-6c64288c] {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 40px;
  width: 100%;
}
.el-checkbox-group[data-v-6c64288c] {
  font-size: 0;
  line-height: 40px;
}
.el-select[data-v-6c64288c] {
  display: inline-block;
  position: relative;
  width: 100%;
}
.w-e-text[data-v-6c64288c] {
  height: 700px !important;
}


p[data-v-48e15684] {
  margin: 0;
  padding: 0;
}
a[data-v-48e15684],
a[data-v-48e15684]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-48e15684],
ol[data-v-48e15684] {
  list-style: none;
}
.body-box[data-v-48e15684] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-48e15684] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-48e15684] {
  padding: 10px;
  font-size: 14px;
}
.row-xq[data-v-48e15684] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-48e15684] {
  font-weight: unset;
  color: #1d3d72;
}
.row-p span[data-v-48e15684] {
  color: #bdbdbd;
}
.el-icon-picture-outline[data-v-48e15684] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-48e15684] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
  margin-bottom: 15px;
}
.func-title[data-v-48e15684] {
  /* width: 98%; */
  line-height: 40px;
  margin: 15px 0;
  color: #000;
  font-weight: bold;
  background: #fafafb;
  padding-left: 10px;
}
.answer_text[data-v-48e15684] {
  font-size: 14px;
  line-height: 30px;
}
.answer-box[data-v-48e15684] {
  margin:5px 0;
}
.question_content-txt[data-v-48e15684] {
  font-weight: bold;
  font-size: 15px;
  color: #409eff;
}
.zqda[data-v-48e15684]{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
}
.answer-con[data-v-48e15684]{
  margin-left: 15px;
  color: red;
  font-weight: bold;
}

*[data-v-6af9056d] {
  margin: 0;
  padding: 0;
}
ul li[data-v-6af9056d] {
  list-style: none;
}
a[data-v-6af9056d] {
  text-decoration: none;
}
.imageText-box[data-v-6af9056d]{
  width: 100%; 
  /* overflow: hidden; */
  /* background: #fff;
  padding: 20px; */
}

/* 左 */
.tab-box[data-v-6af9056d] {
  width: 95%;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 2.5%;
  /* min-height: 700px; */
}

/* 右 */
.help-text[data-v-6af9056d] {
  width: 80%;
  background: #fff;
  min-height: 620px;
  padding: 10%;
  position: relative;
  border-left: 1px solid #f56c6c;
}
.text1[data-v-6af9056d] {
  width: 100%;
  border-left: 2px solid #2878f0;
  padding-left: 10px;
}
.question[data-v-6af9056d] {
  width: 100%;
  line-height: 19px;
  margin-top: 27px;
  font-size: 14px;
  color: #353535;
}
.answer[data-v-6af9056d] {
  width: 100%;
  padding-top: 15px;
  line-height: 21px;
  color: #888888;
  font-size: 12px;
}
.telescopicicon[data-v-6af9056d] {
  position: absolute;
  left: 0px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
.telescopicicon-left[data-v-6af9056d] {
  position: absolute;
  right: -5px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
div[data-v-6af9056d] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.help-box[data-v-6af9056d] {
  position: relative;
}
.imageText-box .el-card[data-v-6af9056d] {
  border: none;
}

a[data-v-a4865974] {
  text-decoration: none;
}
.router-link-active[data-v-a4865974] {
  text-decoration: none;
}
input[data-v-a4865974],
p[data-v-a4865974],
div[data-v-a4865974],
span[data-v-a4865974],
img[data-v-a4865974],
table[data-v-a4865974],
tr[data-v-a4865974],
td[data-v-a4865974],
th[data-v-a4865974] {
  margin: 0;
  padding: 0;
}
.el-input__inner[data-v-a4865974] {
  height: 50px;
  line-height: 50px;
}
.pagination-container[data-v-a4865974] {
  overflow: hidden;
  margin-top: 20px;
  /* position: absolute;
bottom: 10px; */
}

/* 查询及按钮部分 */
.filter-container[data-v-a4865974] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-a4865974] {
  float: right;
}
.list-main[data-v-a4865974] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-a4865974] {
  width: 100%;
  height: 23px;
  overflow: hidden;
}
.nane-cont[data-v-a4865974] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-a4865974] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-a4865974] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-a4865974] {
  font-size: 12px;
}
.pagination-box[data-v-a4865974] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-a4865974] {
  font-size: 60px;
  color: #f3f3f3;
}
.bg-select[data-v-a4865974],
.bg-input[data-v-a4865974] {
  width: 100%;
}
.el-select[data-v-a4865974] {
  width: 100%;
}


p[data-v-6b73e028] {
  margin: 0;
  padding: 0;
}
a[data-v-6b73e028],
a[data-v-6b73e028]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-6b73e028],
ol[data-v-6b73e028] {
  list-style: none;
}
.body-box[data-v-6b73e028] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-6b73e028] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-6b73e028] {
  padding: 10px 0;
}
.row-xq[data-v-6b73e028] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-6b73e028] {
  font-weight: unset;
  color: #1d3d72;
  font-size: 14px;
}
.row-p span[data-v-6b73e028] {
  color: #bdbdbd;
  font-size: 14px;
}
.el-icon-picture-outline[data-v-6b73e028] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-6b73e028] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-6b73e028] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}
.info[data-v-6b73e028] {
  width: 100%;
  height: 40px;
  background: #fafafb;
  line-height: 40px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}


*[data-v-bedbbe28] {
    margin: 0;
    padding: 0;
}
ul li[data-v-bedbbe28] {
    list-style: none;
}
a[data-v-bedbbe28] {
    text-decoration: none;
}
.video-box[data-v-bedbbe28]{
    width: 100%;
    /* overflow: hidden; */
}

  /* 左 */
.tab-box[data-v-bedbbe28] {
    width: 95%;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 2.5%;
    min-height: 80vh;
}

  /* 右 */
.help-text[data-v-bedbbe28] {
    width: 80%;
    background: #fff;
    min-height: 620px;
    padding: 10%;
    position: relative;
    border-left: 1px solid #f56c6c;
}
.text1[data-v-bedbbe28] {
    width: 100%;
    border-left: 2px solid #2878f0;
    padding-left: 10px;
}
.question[data-v-bedbbe28] {
    width: 100%;
    line-height: 19px;
    margin-top: 27px;
    font-size: 14px;
    color: #353535;
}
.answer[data-v-bedbbe28] {
    width: 100%;
    padding-top: 15px;
    line-height: 21px;
    color: #888888;
    font-size: 12px;
}
.telescopicicon[data-v-bedbbe28] {
    position: absolute;
    left: 0px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
.telescopicicon-left[data-v-bedbbe28] {
    position: absolute;
    right: -5px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
div[data-v-bedbbe28] {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.help-box[data-v-bedbbe28] {
    position: relative;
}
.video-box .el-card[data-v-bedbbe28] {
    border: none;
}


p[data-v-824abef4] {
  margin: 0;
  padding: 0;
}
a[data-v-824abef4],
a[data-v-824abef4]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-824abef4],
ol[data-v-824abef4] {
  list-style: none;
}
.body-box[data-v-824abef4] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.top[data-v-824abef4] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-824abef4],
.beizhu[data-v-824abef4] {
  color: #d2cccc;
}
.beizhu[data-v-824abef4] {
  font-size: 12px;
}
.el-checkbox-button[data-v-824abef4] {
  padding: 4px;
  line-height: 20px;
}
.spsz[data-v-824abef4] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-824abef4] {
  width: 100%;
  text-align: right;
  border-top: 1px solid #3f484f;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-824abef4],
.el-radio-group[data-v-824abef4] {
  /* margin-top: 12px; */
}
.main[data-v-824abef4] {
  padding: 10px;
}
.cover-bg[data-v-824abef4] {
  background: #f0f6fd;
  height: 105px;
  overflow: hidden;
  border-radius: 6px;
}
.avatar-uploader .el-upload[data-v-824abef4]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-824abef4] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-824abef4] {
  width: 100px;
  height: 100px;
  display: block;
}


p[data-v-d592ef70] {
  margin: 0;
  padding: 0;
}
a[data-v-d592ef70],
a[data-v-d592ef70]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-d592ef70],
ol[data-v-d592ef70] {
  list-style: none;
}
.body-box[data-v-d592ef70] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-d592ef70] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-d592ef70] {
  padding: 10px 0;
}
.row-xq[data-v-d592ef70] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-d592ef70] {
  font-weight: unset;
  color: #1d3d72;
  font-size: 14px;
}
.row-p span[data-v-d592ef70] {
  color: #bdbdbd;
  font-size: 14px;
}
.el-icon-picture-outline[data-v-d592ef70] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-d592ef70] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-d592ef70] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}


a[data-v-2e46c1bf] {
  text-decoration: none;
}
.router-link-active[data-v-2e46c1bf] {
  text-decoration: none;
}
p[data-v-2e46c1bf],
div[data-v-2e46c1bf],
span[data-v-2e46c1bf],
img[data-v-2e46c1bf] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-2e46c1bf] {
  overflow: hidden;
  margin-top: 20px;
}

/* 查询及按钮部分 */
.filter-container[data-v-2e46c1bf] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-2e46c1bf] {
  float: right;
}
.list-main[data-v-2e46c1bf] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-2e46c1bf] {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.nane-cont[data-v-2e46c1bf] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-2e46c1bf] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-2e46c1bf] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-2e46c1bf] {
  font-size: 12px;
}
.pagination-box[data-v-2e46c1bf] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-2e46c1bf] {
  font-size: 60px;
  color: #f3f3f3;
}
.cz-btn[data-v-2e46c1bf] {
  font-size: 12px;   
  margin-top: 15px;
  margin-left: 20px;
  color: #a79f9f;
  cursor: pointer;
}

*[data-v-651cabd8] {
    margin: 0;
    padding: 0;
}
ul li[data-v-651cabd8] {
    list-style: none;
}
a[data-v-651cabd8] {
    text-decoration: none;
}
.video-box[data-v-651cabd8]{
    width: 100%;
    /* overflow: hidden; */
}

  /* 左 */
.tab-box[data-v-651cabd8] {
    width: 95%;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 2.5%;
    min-height: 80vh;
}

  /* 右 */
.help-text[data-v-651cabd8] {
    width: 80%;
    background: #fff;
    min-height: 620px;
    padding: 10%;
    position: relative;
    border-left: 1px solid #f56c6c;
}
.text1[data-v-651cabd8] {
    width: 100%;
    border-left: 2px solid #2878f0;
    padding-left: 10px;
}
.question[data-v-651cabd8] {
    width: 100%;
    line-height: 19px;
    margin-top: 27px;
    font-size: 14px;
    color: #353535;
}
.answer[data-v-651cabd8] {
    width: 100%;
    padding-top: 15px;
    line-height: 21px;
    color: #888888;
    font-size: 12px;
}
.telescopicicon[data-v-651cabd8] {
    position: absolute;
    left: 0px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
.telescopicicon-left[data-v-651cabd8] {
    position: absolute;
    right: -5px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
div[data-v-651cabd8] {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.help-box[data-v-651cabd8] {
    position: relative;
}
.video-box .el-card[data-v-651cabd8] {
    border: none;
}


p[data-v-0b809133] {
  margin: 0;
  padding: 0;
}
a[data-v-0b809133],
a[data-v-0b809133]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-0b809133],
ol[data-v-0b809133] {
  list-style: none;
}
.body-box[data-v-0b809133] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.top[data-v-0b809133] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-0b809133],
.beizhu[data-v-0b809133] {
  color: #d2cccc;
}
.beizhu[data-v-0b809133] {
  font-size: 12px;
}
.el-checkbox-button[data-v-0b809133] {
  padding: 4px;
  line-height: 20px;
}
.spsz[data-v-0b809133] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-0b809133] {
  width: 100%;
  text-align: right;
  border-top: 1px solid #3f484f;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-0b809133],
.el-radio-group[data-v-0b809133] {
  /* margin-top: 12px; */
}
.main[data-v-0b809133] {
  padding: 10px;
}
.cover-bg[data-v-0b809133] {
  background: #f0f6fd;
  height: 105px;
  overflow: hidden;
  border-radius: 6px;
}
.avatar-uploader .el-upload[data-v-0b809133]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-0b809133] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-0b809133] {
  width: 100px;
  height: 100px;
  display: block;
}


p[data-v-45dfb21c] {
  margin: 0;
  padding: 0;
}
a[data-v-45dfb21c],
a[data-v-45dfb21c]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-45dfb21c],
ol[data-v-45dfb21c] {
  list-style: none;
}
.body-box[data-v-45dfb21c] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-45dfb21c] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-45dfb21c] {
  padding: 10px 0;
}
.row-xq[data-v-45dfb21c] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-45dfb21c] {
  font-weight: unset;
  color: #1d3d72;
  font-size: 14px;
}
.row-p span[data-v-45dfb21c] {
  color: #bdbdbd;
  font-size: 14px;
}
.el-icon-picture-outline[data-v-45dfb21c] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-45dfb21c] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-45dfb21c] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}

a[data-v-11650b57] {
  text-decoration: none;
}
.router-link-active[data-v-11650b57] {
  text-decoration: none;
}
p[data-v-11650b57],
div[data-v-11650b57],
span[data-v-11650b57],
img[data-v-11650b57] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-11650b57] {
  overflow: hidden;
  margin-top: 20px;
}

/* 查询及按钮部分 */
.filter-container[data-v-11650b57] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-11650b57] {
  float: right;
}
.list-main[data-v-11650b57] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-11650b57] {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.nane-cont[data-v-11650b57] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-11650b57] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-11650b57] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-11650b57] {
  font-size: 12px;
}
.pagination-box[data-v-11650b57] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-11650b57] {
  font-size: 60px;
  color: #f3f3f3;
}


*[data-v-797e2c02] {
  margin: 0;
  padding: 0;
}
ul li[data-v-797e2c02] {
  list-style: none;
}
a[data-v-797e2c02] {
  text-decoration: none;
}
.video-box[data-v-797e2c02] {
  width: 100%;
  /* overflow: hidden; */
}

/* 左 */
.tab-box[data-v-797e2c02] {
  width: 95%;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 2.5%;
  min-height: 80vh;
}

/* 右 */
.help-text[data-v-797e2c02] {
  width: 80%;
  background: #fff;
  min-height: 620px;
  padding: 10%;
  position: relative;
  border-left: 1px solid #f56c6c;
}
.text1[data-v-797e2c02] {
  width: 100%;
  border-left: 2px solid #2878f0;
  padding-left: 10px;
}
.question[data-v-797e2c02] {
  width: 100%;
  line-height: 19px;
  margin-top: 27px;
  font-size: 14px;
  color: #353535;
}
.answer[data-v-797e2c02] {
  width: 100%;
  padding-top: 15px;
  line-height: 21px;
  color: #888888;
  font-size: 12px;
}
.telescopicicon[data-v-797e2c02] {
  position: absolute;
  left: 0px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
.telescopicicon-left[data-v-797e2c02] {
  position: absolute;
  right: -5px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
div[data-v-797e2c02] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.help-box[data-v-797e2c02] {
  position: relative;
}
.video-box .el-card[data-v-797e2c02] {
  border: none;
}

p[data-v-24c8875d] {
  margin: 0;
  padding: 0;
}
a[data-v-24c8875d],
a[data-v-24c8875d]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-24c8875d],
ol[data-v-24c8875d] {
  list-style: none;
}
.body-box[data-v-24c8875d] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.top[data-v-24c8875d] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-24c8875d],
.beizhu[data-v-24c8875d] {
  color: #d2cccc;
}
.beizhu[data-v-24c8875d] {
  font-size: 12px;
}
.el-checkbox-button[data-v-24c8875d] {
  padding: 4px;
  line-height: 20px;
}
.spsz[data-v-24c8875d] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-24c8875d] {
  width: 100%;
  text-align: right;
  border-top: 1px solid #3f484f;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-24c8875d],
.el-radio-group[data-v-24c8875d] {
  /* margin-top: 12px; */
}
.main[data-v-24c8875d] {
  padding: 10px;
}
.cover-bg[data-v-24c8875d] {
  background: #f0f6fd;
  height: 105px;
  overflow: hidden;
  border-radius: 6px;
}
.avatar-uploader .el-upload[data-v-24c8875d]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-24c8875d] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-24c8875d] {
  width: 100px;
  height: 100px;
  display: block;
}


p[data-v-5f150503] {
  margin: 0;
  padding: 0;
}
a[data-v-5f150503],
a[data-v-5f150503]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-5f150503],
ol[data-v-5f150503] {
  list-style: none;
}
.body-box[data-v-5f150503] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-5f150503] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-5f150503] {
  padding: 10px 0;
}
.row-xq[data-v-5f150503] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-5f150503] {
  font-weight: unset;
  color: #1d3d72;
  font-size: 14px;
}
.row-p span[data-v-5f150503] {
  color: #bdbdbd;
  font-size: 14px;
}
.el-icon-picture-outline[data-v-5f150503] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-5f150503] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-5f150503] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}


a[data-v-3df9f0f8] {
  text-decoration: none;
}
.router-link-active[data-v-3df9f0f8] {
  text-decoration: none;
}
p[data-v-3df9f0f8],
div[data-v-3df9f0f8],
span[data-v-3df9f0f8],
img[data-v-3df9f0f8] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-3df9f0f8] {
  overflow: hidden;
  margin-top: 20px;
}

/* 查询及按钮部分 */
.filter-container[data-v-3df9f0f8] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-3df9f0f8] {
  float: right;
}
.list-main[data-v-3df9f0f8] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-3df9f0f8] {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.nane-cont[data-v-3df9f0f8] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-3df9f0f8] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-3df9f0f8] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-3df9f0f8] {
  font-size: 12px;
}
.pagination-box[data-v-3df9f0f8] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-3df9f0f8] {
  font-size: 60px;
  color: #f3f3f3;
}


*[data-v-3156b6b5] {
  margin: 0;
  padding: 0;
}
ul li[data-v-3156b6b5] {
  list-style: none;
}
a[data-v-3156b6b5] {
  text-decoration: none;
}
.video-box[data-v-3156b6b5] {
  width: 100%;
  /* overflow: hidden; */
}

/* 左 */
.tab-box[data-v-3156b6b5] {
  width: 95%;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 2.5%;
  min-height: 80vh;
}

/* 右 */
.help-text[data-v-3156b6b5] {
  width: 80%;
  background: #fff;
  min-height: 620px;
  padding: 10%;
  position: relative;
  border-left: 1px solid #f56c6c;
}
.text1[data-v-3156b6b5] {
  width: 100%;
  border-left: 2px solid #2878f0;
  padding-left: 10px;
}
.question[data-v-3156b6b5] {
  width: 100%;
  line-height: 19px;
  margin-top: 27px;
  font-size: 14px;
  color: #353535;
}
.answer[data-v-3156b6b5] {
  width: 100%;
  padding-top: 15px;
  line-height: 21px;
  color: #888888;
  font-size: 12px;
}
.telescopicicon[data-v-3156b6b5] {
  position: absolute;
  left: 0px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
.telescopicicon-left[data-v-3156b6b5] {
  position: absolute;
  right: -5px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
div[data-v-3156b6b5] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.help-box[data-v-3156b6b5] {
  position: relative;
}
.video-box .el-card[data-v-3156b6b5] {
  border: none;
}


p[data-v-694b7bb7] {
  margin: 0;
  padding: 0;
}
a[data-v-694b7bb7],
a[data-v-694b7bb7]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-694b7bb7],
ol[data-v-694b7bb7] {
  list-style: none;
}
.body-box[data-v-694b7bb7] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.top[data-v-694b7bb7] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-694b7bb7],
.beizhu[data-v-694b7bb7] {
  color: #d2cccc;
}
.beizhu[data-v-694b7bb7] {
  font-size: 12px;
}
.el-checkbox-button[data-v-694b7bb7] {
  padding: 4px;
  line-height: 20px;
}
.spsz[data-v-694b7bb7] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-694b7bb7] {
  width: 100%;
  text-align: right;
  border-top: 1px solid #3f484f;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-694b7bb7],
.el-radio-group[data-v-694b7bb7] {
  /* margin-top: 12px; */
}
.main[data-v-694b7bb7] {
  padding: 10px;
}
.cover-bg[data-v-694b7bb7] {
  background: #f0f6fd;
  height: 105px;
  overflow: hidden;
  border-radius: 6px;
}
.avatar-uploader .el-upload[data-v-694b7bb7]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-694b7bb7] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-694b7bb7] {
  width: 100px;
  height: 100px;
  display: block;
}


p[data-v-0c92f696] {
  margin: 0;
  padding: 0;
}
a[data-v-0c92f696],
a[data-v-0c92f696]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-0c92f696],
ol[data-v-0c92f696] {
  list-style: none;
}
.body-box[data-v-0c92f696] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-0c92f696] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-0c92f696] {
  padding: 10px 0;
}
.row-xq[data-v-0c92f696] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-0c92f696] {
  font-weight: unset;
  color: #1d3d72;
  font-size: 14px;
}
.row-p span[data-v-0c92f696] {
  color: #bdbdbd;
  font-size: 14px;
}
.el-icon-picture-outline[data-v-0c92f696] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-0c92f696] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-0c92f696] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}


a[data-v-f2612d52] {
  text-decoration: none;
}
.router-link-active[data-v-f2612d52] {
  text-decoration: none;
}
p[data-v-f2612d52],
div[data-v-f2612d52],
span[data-v-f2612d52],
img[data-v-f2612d52] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-f2612d52] {
  overflow: hidden;
  margin-top: 20px;
}

/* 查询及按钮部分 */
.filter-container[data-v-f2612d52] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-f2612d52] {
  float: right;
}
.list-main[data-v-f2612d52] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-f2612d52] {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.nane-cont[data-v-f2612d52] {
  width: 100%;
  /* height: 60px;
  float: right;
  margin-right: 30px; */
}
.nane-text[data-v-f2612d52] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-f2612d52] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-f2612d52] {
  font-size: 12px;
}
.pagination-box[data-v-f2612d52] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-f2612d52] {
  font-size: 60px;
  color: #f3f3f3;
}
.cz-btn[data-v-f2612d52] {
  font-size: 12px;
  margin-top: 15px;
  margin-left: 20px;
  color: #a79f9f;
  cursor: pointer;
}

*[data-v-5775abbb] {
  margin: 0;
  padding: 0;
}
ul li[data-v-5775abbb] {
  list-style: none;
}
a[data-v-5775abbb] {
  text-decoration: none;
}
.imageText-box[data-v-5775abbb]{
  width: 100%; 
  /* overflow: hidden; */
  /* background: #fff;
  padding: 20px; */
}

/* 左 */
.tab-box[data-v-5775abbb] {
  width: 95%;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 2.5%;
  /* min-height: 700px; */
}

/* 右 */
.help-text[data-v-5775abbb] {
  width: 80%;
  background: #fff;
  min-height: 620px;
  padding: 10%;
  position: relative;
  border-left: 1px solid #f56c6c;
}
.text1[data-v-5775abbb] {
  width: 100%;
  border-left: 2px solid #2878f0;
  padding-left: 10px;
}
.question[data-v-5775abbb] {
  width: 100%;
  line-height: 19px;
  margin-top: 27px;
  font-size: 14px;
  color: #353535;
}
.answer[data-v-5775abbb] {
  width: 100%;
  padding-top: 15px;
  line-height: 21px;
  color: #888888;
  font-size: 12px;
}
.telescopicicon[data-v-5775abbb] {
  position: absolute;
  left: 0px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
.telescopicicon-left[data-v-5775abbb] {
  position: absolute;
  right: -5px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
div[data-v-5775abbb] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.help-box[data-v-5775abbb] {
  position: relative;
}
.imageText-box .el-card[data-v-5775abbb] {
  border: none;
}

a[data-v-2924d28e] {
  text-decoration: none;
}
.router-link-active[data-v-2924d28e] {
  text-decoration: none;
}
input[data-v-2924d28e],
p[data-v-2924d28e],
div[data-v-2924d28e],
span[data-v-2924d28e],
img[data-v-2924d28e],
table[data-v-2924d28e],
tr[data-v-2924d28e],
td[data-v-2924d28e],
th[data-v-2924d28e] {
  margin: 0;
  padding: 0;
}
.el-input__inner[data-v-2924d28e] {
  height: 50px;
  line-height: 50px;
}
.pagination-container[data-v-2924d28e] {
  overflow: hidden;
  margin-top: 20px;
  /* position: absolute;
bottom: 10px; */
}

/* 查询及按钮部分 */
.filter-container[data-v-2924d28e] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-2924d28e] {
  float: right;
}
.list-main[data-v-2924d28e] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-2924d28e] {
  width: 100%;
  height: 23px;
  overflow: hidden;
}
.nane-cont[data-v-2924d28e] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-2924d28e] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-2924d28e] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-2924d28e] {
  font-size: 12px;
}
.pagination-box[data-v-2924d28e] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-2924d28e] {
  font-size: 60px;
  color: #f3f3f3;
}
.bg-select[data-v-2924d28e],
.bg-input[data-v-2924d28e] {
  width: 100%;
}
.el-select[data-v-2924d28e] {
  width: 100%;
}


p[data-v-da0b961c] {
    margin: 0;
    padding: 0;
}
a[data-v-da0b961c],
a[data-v-da0b961c]:hover {
    text-decoration: none;
    outline: none;
    color: #3f484f;
}
ul[data-v-da0b961c],
ol[data-v-da0b961c] {
    list-style: none;
}
.body-box[data-v-da0b961c] {
    width: 100%;
    clear: both;
    padding-bottom: 50px;
}
.top[data-v-da0b961c] {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 25px;
    border-radius: 2px;
    border: solid 1px #f5dab6;
    color: #775e3d;
    background-color: #fff1df;
    font-size: 14px;
}
.el-upload__tip[data-v-da0b961c],
.beizhu[data-v-da0b961c] {
    color: #d2cccc;
}
.beizhu[data-v-da0b961c] {
    font-size: 12px;
}
.el-checkbox-button[data-v-da0b961c] {
    padding: 4px;
    line-height: 20px;
}
.spsz[data-v-da0b961c] {
    height: 40px;
    line-height: 40px;
    background: #f1f8ff;
    padding-left: 20px;
    font-size: 18px;
    color: #e28624;
    font-weight: bold;
}
.btn-box[data-v-da0b961c] {
    width: 100%;
    text-align: right;
    border-top: 1px solid #3f484f;
    padding-top: 20px;
}
.el-radio-button__inner[data-v-da0b961c],
.el-radio-group[data-v-da0b961c] {
    /* margin-top: 12px; */
}
.main[data-v-da0b961c] {
    padding: 10px;
}
.cover-bg[data-v-da0b961c] {
    background: #f0f6fd;
    height: 146px;
}
.avatar-uploader .el-upload[data-v-da0b961c]:hover {
    border-color: #409eff;
}
.avatar-uploader-icon[data-v-da0b961c] {
    background: #e9f3fd;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 28px;
    color: #8c939d;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.avatar[data-v-da0b961c] {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    margin-right: 10px;
}

p[data-v-8ab6e0b6] {
  margin: 0;
  padding: 0;
}
a[data-v-8ab6e0b6],
a[data-v-8ab6e0b6]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-8ab6e0b6],
ol[data-v-8ab6e0b6] {
  list-style: none;
}
.body-box[data-v-8ab6e0b6] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-8ab6e0b6] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-8ab6e0b6] {
  padding: 10px 0;
}
.row-xq[data-v-8ab6e0b6] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-8ab6e0b6] {
  font-weight: unset;
  color: #1d3d72;
  font-size: 14px;
}
.row-p span[data-v-8ab6e0b6] {
  color: #bdbdbd;
  font-size: 14px;
}
.el-icon-picture-outline[data-v-8ab6e0b6] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-8ab6e0b6] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-8ab6e0b6] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}
.info[data-v-8ab6e0b6] {
  width: 100%;
  height: 40px;
  background: #fafafb;
  line-height: 40px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}


*[data-v-f77187ae] {
    margin: 0;
    padding: 0;
}
ul li[data-v-f77187ae] {
    list-style: none;
}
a[data-v-f77187ae] {
    text-decoration: none;
}
.video-box[data-v-f77187ae]{
    width: 100%;
    /* overflow: hidden; */
}

  /* 左 */
.tab-box[data-v-f77187ae] {
    width: 95%;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 2.5%;
    min-height: 80vh;
}

  /* 右 */
.help-text[data-v-f77187ae] {
    width: 80%;
    background: #fff;
    min-height: 620px;
    padding: 10%;
    position: relative;
    border-left: 1px solid #f56c6c;
}
.text1[data-v-f77187ae] {
    width: 100%;
    border-left: 2px solid #2878f0;
    padding-left: 10px;
}
.question[data-v-f77187ae] {
    width: 100%;
    line-height: 19px;
    margin-top: 27px;
    font-size: 14px;
    color: #353535;
}
.answer[data-v-f77187ae] {
    width: 100%;
    padding-top: 15px;
    line-height: 21px;
    color: #888888;
    font-size: 12px;
}
.telescopicicon[data-v-f77187ae] {
    position: absolute;
    left: 0px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
.telescopicicon-left[data-v-f77187ae] {
    position: absolute;
    right: -5px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
div[data-v-f77187ae] {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.help-box[data-v-f77187ae] {
    position: relative;
}
.video-box .el-card[data-v-f77187ae] {
    border: none;
}


p[data-v-39fe564e] {
  margin: 0;
  padding: 0;
}
a[data-v-39fe564e],
a[data-v-39fe564e]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-39fe564e],
ol[data-v-39fe564e] {
  list-style: none;
}
.body-box[data-v-39fe564e] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.top[data-v-39fe564e] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-39fe564e],
.beizhu[data-v-39fe564e] {
  color: #d2cccc;
}
.beizhu[data-v-39fe564e] {
  font-size: 12px;
}
.el-checkbox-button[data-v-39fe564e] {
  padding: 4px;
}
.spsz[data-v-39fe564e] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-39fe564e] {
  width: 100%;
  text-align: right;
  border-top: 1px solid #3f484f;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-39fe564e],
.el-radio-group[data-v-39fe564e] {
  margin-top: 12px;
}
.main[data-v-39fe564e] {
  padding: 10px;
}
.cover-bg[data-v-39fe564e] {
  background: #f0f6fd;
}
.avatar-uploader .el-upload[data-v-39fe564e]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-39fe564e] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-39fe564e] {
  width: 100px;
  height: 100px;
  display: block;
}

p[data-v-0064e238] {
  margin: 0;
  padding: 0;
}
a[data-v-0064e238],
a[data-v-0064e238]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-0064e238],
ol[data-v-0064e238] {
  list-style: none;
}
.body-box[data-v-0064e238] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-0064e238] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-0064e238] {
  padding: 10px 0;
}
.row-xq[data-v-0064e238] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-0064e238] {
  font-weight: unset;
  color: #1d3d72;
}
.row-p span[data-v-0064e238] {
  color: #bdbdbd;
}
.el-icon-picture-outline[data-v-0064e238] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-0064e238] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-0064e238] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}

a[data-v-66f3f873] {
  text-decoration: none;
}
.router-link-active[data-v-66f3f873] {
  text-decoration: none;
}
p[data-v-66f3f873],
div[data-v-66f3f873],
span[data-v-66f3f873],
img[data-v-66f3f873] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-66f3f873] {
  overflow: hidden;
  margin-top: 20px;
}

/* 查询及按钮部分 */
.filter-container[data-v-66f3f873] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-66f3f873] {
  float: right;
}
.list-main[data-v-66f3f873] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-66f3f873] {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.nane-cont[data-v-66f3f873] {
  width: 200px;
  height: 60px;
  float: right;
  margin-right: 30px;
}
.nane-text[data-v-66f3f873] {
  width: 100%;
  height: 60px;
  line-height: 25px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
}
.price-text[data-v-66f3f873] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-66f3f873] {
  font-size: 12px;
}
.pagination-box[data-v-66f3f873] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-66f3f873] {
  font-size: 60px;
  color: #f3f3f3;
}

a[data-v-a694fe6e] {
  text-decoration: none;
  color: #606266;
}
.router-link-active[data-v-a694fe6e] {
  text-decoration: none;
}
p[data-v-a694fe6e],
div[data-v-a694fe6e],
img[data-v-a694fe6e],
table[data-v-a694fe6e] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-a694fe6e] {
  overflow: hidden;
  margin-top: 20px;
}

/* 查询及按钮部分 */
.filter-container[data-v-a694fe6e] {
  width: 100%;
}
.search-box[data-v-a694fe6e] {
  width: 100%;
  float: right;
}
.btn-box[data-v-a694fe6e] {
  float: left;
  margin-top: 15px;
}
.select-box[data-v-a694fe6e] {
  float: right;
  margin-right: 1%;
}
.input-box[data-v-a694fe6e] {
  width: 25%;
  float: right;
}
.main[data-v-a694fe6e] {
  background: #fff;
  padding: 20px;
}
.list-main[data-v-a694fe6e] {
  width: 100%;
  margin-top: 15px;
}
.tuwen[data-v-a694fe6e] {
  width: 100%;

  overflow: hidden;
}
.nane-cont[data-v-a694fe6e] {
  /* text-align: center; */
}
.nane-text[data-v-a694fe6e] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
}
.price-text[data-v-a694fe6e] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-a694fe6e] {
  font-size: 12px;
}
.pagination-box[data-v-a694fe6e] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-a694fe6e] {
  font-size: 60px;
  color: #f3f3f3;
}
.el-input-group--prepend .el-input__inner[data-v-a694fe6e] {
  height: 60px;
  line-height: 40px;
}


p[data-v-4cca258a],
div[data-v-4cca258a],
span[data-v-4cca258a] {
  margin: 0;
  padding: 0;
}
.mainBox[data-v-4cca258a] {
  padding: 20px;
  overflow-y: auto;
}
.pagination-box[data-v-4cca258a] {
  margin-top: 20px;
}
.pagination-container[data-v-4cca258a] {
  overflow: hidden;
  margin-top: 20px;
}
.el-table th div[data-v-4cca258a] {
  line-height: 0px;
}
.search-box[data-v-4cca258a] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.icon-xianxingtubiao_huabanfuben[data-v-4cca258a] {
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
}
.dialog-footer[data-v-4cca258a] {
  min-height: 50px;
  margin-top: 20px;
  text-align: right;
}
.preview-box[data-v-4cca258a] {
  width: 100%;
  height: 400px;
  overflow-y: auto;
}
.zwnr[data-v-4cca258a] {
  width: 100%;
  text-align: center;
  line-height: 300px;
  font-size: 30px;
  color: #ccc;
}
.icon-duigou1[data-v-4cca258a] {
  color: #ff3434;
}
.icon-chacha[data-v-4cca258a] {
  color: #31b74e;
}
.yzb[data-v-4cca258a] {
  color: #31b74e;
}
.wzb[data-v-4cca258a] {

  color: #ff3434;
}
.file_name[data-v-4cca258a] {
  font-family: emoji;
  font-size: 12px;
  color: #000;
}
.btn-box[data-v-4cca258a] {
  width: 100%;
  min-height: 20px;
  background-color: #ffffff;
  padding: 5px;
}
.description[data-v-4cca258a] {
  margin-bottom: 10px;
  line-height: 20px;
  font-family: emoji;
}
.xh[data-v-4cca258a] {
  color: #000000;
  font-weight: 600;
}
.label[data-v-4cca258a] {
  color: #b71a1a;
  /* font-weight: 600; */
  font-family: emoji;
}
.info-p[data-v-4cca258a] {
  margin-bottom: 10px;
}
.info-span[data-v-4cca258a] {
  margin-right: 20px;
  margin-bottom: 10px;
}
.info-box[data-v-4cca258a] {
  font-size: 13px;
  color: #000;
  line-height: 1.769230769230769;
  background: #ffffff;
  padding: 0 15px;
  border-radius: 10px;
}
.zbzp[data-v-4cca258a] {
  color: #fff;
  font-family: emoji;
  font-size: 12px;
  background-color: red;
  padding: 1px 5px;
  border-radius: 3px;
}


a[data-v-0b054c92],
a[data-v-0b054c92]:hover {
    text-decoration: none;
    outline: none;
    color: #3f484f;
}
ul[data-v-0b054c92],
ol[data-v-0b054c92],
h1[data-v-0b054c92],
h2[data-v-0b054c92],
h3[data-v-0b054c92],
h4[data-v-0b054c92],
p[data-v-0b054c92] {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul[data-v-0b054c92],
ol[data-v-0b054c92] {
    list-style: none;
}
.chatRecord[data-v-0b054c92] {
    width: 100%;
    height: 200px;
    overflow-y: auto;
}
.tgzjl[data-v-0b054c92] {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
}
.kfjl[data-v-0b054c92] {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
}
.label-box[data-v-0b054c92] {
    padding: 2px 10px;
    background: #e8e8e8;
    border-radius: 10px;
}
.chatRecord[data-v-0b054c92] {
    margin-bottom: 20px;
}
.icon-kefu1[data-v-0b054c92] {
    font-size: 20px;
    color: #b36565;
    font-weight: bold;
}
.Leaving-text[data-v-0b054c92] {
    border-bottom: 1px solid #e6e5e5;
    padding: 10px 0;
    line-height: 25px;
    overflow: hidden;
}
.userName[data-v-0b054c92] {
    font-size: 14px;
    color: #b36565;
}
.zwly[data-v-0b054c92] {
    width: 100%;
    text-align: center;
    line-height: 200px;
    background: #f5f3f3;
}
.createdAt[data-v-0b054c92] {
    float: right;
    color: #d0d0d0;
    font-size: 12px;
    /* margin-top: 5px; */
}
.fbz[data-v-0b054c92] {
    color: #42a73c;
}

















































/* * {
  margin: 0;
  padding: 0;
} */
a[data-v-3c8298bc],
a[data-v-3c8298bc]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-3c8298bc],
ol[data-v-3c8298bc],
h1[data-v-3c8298bc],
h2[data-v-3c8298bc],
h3[data-v-3c8298bc],
h4[data-v-3c8298bc],
p[data-v-3c8298bc] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-3c8298bc],
ol[data-v-3c8298bc] {
  list-style: none;
}
.chatRecord[data-v-3c8298bc] {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.tgzjl[data-v-3c8298bc] {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
}
.kfjl[data-v-3c8298bc] {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  text-align: right;
}
.label-box[data-v-3c8298bc] {
  padding: 2px 10px;
  background: #e8e8e8;
  border-radius: 10px;
}
.icon-kefu1[data-v-3c8298bc] {
  font-size: 20px;
  color: #b36565;
  font-weight: bold;
}
.Leaving-text[data-v-3c8298bc] {
  border-bottom: 1px solid #e6e5e5;
  padding: 10px 0;
  line-height: 25px;
  overflow: hidden;
}
.userName[data-v-3c8298bc] {
  font-size: 14px;
  color: #ffbd85;
}
.zwly[data-v-3c8298bc] {
  width: 100%;
  text-align: center;
  line-height: 300px;
  min-height: 300px;
  background: #f5f3f3;
}
.createdAt[data-v-3c8298bc] {
  float: right;
  color: #d0d0d0;
  font-size: 12px;
  /* margin-top: 5px; */
}
.fbz[data-v-3c8298bc] {
  font-size: 14px;
  color: #42a73c;
}


p[data-v-6bb9573c] {
  margin: 0;
  padding: 0;
}
a[data-v-6bb9573c],
a[data-v-6bb9573c]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-6bb9573c],
ol[data-v-6bb9573c] {
  list-style: none;
}
.body-box[data-v-6bb9573c] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-6bb9573c] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-6bb9573c] {
  padding: 7px 0;
  font-size: 13px;
}
.row-xq[data-v-6bb9573c] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-6bb9573c] {
  font-weight: unset;
  color: #1d3d72;
}
.row-p span[data-v-6bb9573c] {
  color: #676767;
}
.el-icon-picture-outline[data-v-6bb9573c] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-6bb9573c] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-6bb9573c] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}


span[data-v-00a2fe8b],
div[data-v-00a2fe8b],
a[data-v-00a2fe8b] {
  margin: 0;
  padding: 0;
}


p[data-v-96c30252],
div[data-v-96c30252],
a[data-v-96c30252] {
  margin: 0;
  padding: 0;
}
ul li[data-v-96c30252] {
  margin: 0;
  /* padding: 0; */
  list-style: none;
}
a[data-v-96c30252] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.createform[data-v-96c30252] {
  width: 100%;
  min-height: 20px;
  overflow: hidden;
  border-radius: 5px;
  /* line-height: 40px; */
}
.form-box[data-v-96c30252] {
  min-height: 100px;
  position: relative;
}
.el-form-item[data-v-96c30252] {
  margin-bottom: 20px;
}
.createTask[data-v-96c30252] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn-box[data-v-96c30252] {
  overflow: hidden;
  position: relative;
}
.el-image__inner[data-v-96c30252] {
  width: 100%;
}
.el-select[data-v-96c30252] {
  width: 100%;
}
.file-box[data-v-96c30252] {
  margin-top: 15px;
}
.file-tip[data-v-96c30252] {
  width: 100%;
  line-height: 40px;
  color: #8e1315;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.f_l-title[data-v-96c30252] {
  font-size: 20px;
  font-weight: bold;
}
.tuogje[data-v-96c30252] {
  font-size: 12px;
  font-weight: bold;
  /* margin-top: 30px; */
  margin-bottom: 20px;
}
.tuogje-q[data-v-96c30252] {
  color: #ff0000;
}
.f_l-r[data-v-96c30252] {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}
.f_l-r-q[data-v-96c30252] {
  font-size: 25px;
  color: #eb2626;
}
.dqye[data-v-96c30252] {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
}
.f_l-xy[data-v-96c30252] {
  margin: 30px 0;
}
.hswxy[data-v-96c30252] {
  color: #06b;
}
.hswxy[data-v-96c30252]:hover {
  color: #eb2626;
}
.subimt-btn-box[data-v-96c30252] {
  text-align: right;
  margin-top: 20px;
}
.next-btn[data-v-96c30252] {
  padding: 0 20px;
  font-weight: bold;
  font-size: 18px;
}
.template-box p[data-v-96c30252] {
  line-height: 20px;
}
.template-btn-box[data-v-96c30252] {
  text-align: center;
  margin-top: 20px;
}
.el-carousel__indicators--outside[data-v-96c30252] {
  bottom: 26px;
  text-align: center;
  position: static;
  -webkit-transform: none;
  transform: none;
  display: none;
}
.label-name[data-v-96c30252] {
  width: 100%;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  height: 25px;
}
.task_title-select[data-v-96c30252] {
  margin-top: 10px;
}
.task_title-select .el-radio[data-v-96c30252] {
  color: #cccfd6;
  cursor: pointer;
  margin-right: 10px;
  padding-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.task_title-select .el-radio__input.is-checked .el-radio__inner[data-v-96c30252] {
  border-color: #409EFF;
  background: #409EFF;
  display: none;
}
.kxz[data-v-96c30252] {
  color: #cccfd6;
}
.taskDesc-btn[data-v-96c30252] {
  margin-left: 20px;
}
.avatar-uploader[data-v-96c30252] {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
}
.avatar-uploader-icon[data-v-96c30252] {
  /* background: #e9f3fd; */
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100%;
  height: 170px;
  line-height: 170px;
  text-align: center;
  /* margin-top: 10px; */
}
.avatar[data-v-96c30252] {
  width: 100%;
  height: 150px;
}
.task_cover-box[data-v-96c30252] {
  width: 100%;
  overflow: hidden;
}
.picke-box[data-v-96c30252] {
  margin-top: 30px;
}
.reward_fee-dw[data-v-96c30252] {
  color: #d51917;
}
.upload-nowrap[data-v-96c30252] .el-upload-list {
  display: inline-block;
  -webkit-transform: translateY(8px);
          transform: translateY(8px)
}
.fast-img[data-v-96c30252] {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.checkbox-box[data-v-96c30252] {
  margin-top: 15px;
}
.Tips1[data-v-96c30252] {
  font-size: 12px;
  color: #c5bfbf;
  line-height: 30px;
  /* background: whitesmoke; */
  height: 162px;
  /* border-radius: 6px; */
  padding: 0px 10px 0 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 280px;
}
.create-btn[data-v-96c30252] {
  width: 200px;
  height: 100px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.create-btn .el-button[data-v-96c30252] {
  width: 100%;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
}
.editor[data-v-96c30252] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.el-input-number--small[data-v-96c30252] {
  width: 100%;
  line-height: 30px;
}


p[data-v-c8f43e00],
span[data-v-c8f43e00],
div[data-v-c8f43e00],
a[data-v-c8f43e00] {
  margin: 0;
  padding: 0;
}
ul li[data-v-c8f43e00] {
  list-style: none;
}
a[data-v-c8f43e00] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.paging-box[data-v-c8f43e00] {
  width: 100%;
  min-height: 20px;
  padding: 10px 0;
  margin-top: 20px;
  text-align: right;
}
p[data-v-c8f43e00] {
  line-height: 30px;
}
.issueAgreement-box[data-v-c8f43e00]{
    width: 100%;
    height: 450px;
    overflow-y: auto;
}

p[data-v-bde86e46],
span[data-v-bde86e46],
div[data-v-bde86e46],
a[data-v-bde86e46] {
  margin: 0;
  padding: 0;
}
ul li[data-v-bde86e46] {
  list-style: none;
}
a[data-v-bde86e46] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.paging-box[data-v-bde86e46] {
  width: 100%;
  min-height: 20px;
  padding: 10px 0;
  margin-top: 20px;
  text-align: right;
}
p[data-v-bde86e46] {
  line-height: 30px;
}
.issueAgreement-box[data-v-bde86e46]{
    width: 100%;
    height: 450px;
    overflow-y: auto;
}

p[data-v-1a68e441],
span[data-v-1a68e441],
div[data-v-1a68e441],
a[data-v-1a68e441] {
  margin: 0;
  padding: 0;
}
ul li[data-v-1a68e441] {
  list-style: none;
}
a[data-v-1a68e441] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.flow-box[data-v-1a68e441] {
  width: 100%;
  min-height: 100px;
  text-align: center; 
  overflow: hidden;
  padding-bottom: 40px;
}
.flow-title[data-v-1a68e441] {
  font: bold 14px simsun;
  margin: 40px 0 20px 0;
}
.flow-text[data-v-1a68e441] {
  width: 170px;
  height: 48px;
  border: 1px solid #cccbd9;
  border-radius: 3px;
  line-height: 48px;
  margin: 0 auto;
  font-size: 13px;
}
.icon-sanjiao[data-v-1a68e441] {
  line-height: 25px;
}

p[data-v-59313585],
div[data-v-59313585],
a[data-v-59313585] {
  margin: 0;
  padding: 0;
}
ul li[data-v-59313585] {
  margin: 0;
  /* padding: 0; */
  list-style: none;
}
a[data-v-59313585] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.createform[data-v-59313585] {
  width: 100%;
  min-height: 20px;
  overflow: hidden;
  border-radius: 5px;
}
.form-box[data-v-59313585] {
  width: 100%;
  min-height: 100px;
  position: relative;
}
.el-form-item[data-v-59313585] {
  margin-bottom: 20px;
}
.createTask[data-v-59313585] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn-box[data-v-59313585] {
  overflow: hidden;
  position: relative;
}
.el-image__inner[data-v-59313585] {
  width: 100%;
}
.el-select[data-v-59313585] {
  width: 100%;
}
.file-box[data-v-59313585] {
  margin-top: 15px;
}
.file-tip[data-v-59313585] {
  width: 100%;
  line-height: 40px;
  color: #8e1315;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.f_l-title[data-v-59313585] {
  font-size: 20px;
  font-weight: bold;
}
.tuogje[data-v-59313585] {
  font-size: 12px;
  font-weight: bold;
  /* margin-top: 30px; */
  margin-bottom: 20px;
}
.tuogje-q[data-v-59313585] {
  color: #ff0000;
}
.f_l-r[data-v-59313585] {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}
.f_l-r-q[data-v-59313585] {
  font-size: 25px;
  color: #eb2626;
}
.dqye[data-v-59313585] {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
}
.f_l-xy[data-v-59313585] {
  margin: 30px 0;
}
.hswxy[data-v-59313585] {
  color: #06b;
}
.hswxy[data-v-59313585]:hover {
  color: #eb2626;
}
.next-btn[data-v-59313585] {
  padding: 0 20px;
  font-weight: bold;
  font-size: 18px;
}
.template-box p[data-v-59313585] {
  line-height: 20px;
}
.template-btn-box[data-v-59313585] {
  text-align: center;
  margin-top: 20px;
}
.el-carousel__indicators--outside[data-v-59313585] {
  bottom: 26px;
  text-align: center;
  position: static;
  -webkit-transform: none;
  transform: none;
  display: none;
}
.label-name[data-v-59313585] {
  width: 100%;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  height: 25px;
}
.task_title-select[data-v-59313585] {
  margin-top: 10px;
}
.task_title-select .el-radio[data-v-59313585] {
  color: #cccfd6;
  cursor: pointer;
  margin-right: 10px;
}
.task_title-select .el-radio__input.is-checked .el-radio__inner[data-v-59313585] {
  border-color: #409EFF;
  background: #409EFF;
  display: none;
}
.kxz[data-v-59313585] {
  color: #cccfd6;
}
.taskDesc-btn[data-v-59313585] {
  margin-left: 20px;
}
.avatar-uploader[data-v-59313585] {
  width: 100%;
  overflow: hidden;
}
.avatar[data-v-59313585] {
  width: 100%;
  height: 150px;
}
.task_cover-box[data-v-59313585] {
  width: 100%;
  overflow: hidden;
}
.picke-box[data-v-59313585] {
  margin-top: 30px;
}
.reward_fee-dw[data-v-59313585] {
  color: #d51917;
}
.upload-nowrap[data-v-59313585] .el-upload-list {
  display: inline-block;
  -webkit-transform: translateY(8px);
          transform: translateY(8px)
}
.fast-img[data-v-59313585] {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.create-btn[data-v-59313585] {
  width: 200px;
  height: 100px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.create-btn .el-button[data-v-59313585] {
  width: 100%;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
}
.el-input-number--small[data-v-59313585] {
  width: 100%;
  line-height: 30px;
}
.editor[data-v-59313585] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


p[data-v-659d78b2],
div[data-v-659d78b2],
a[data-v-659d78b2] {
  margin: 0;
  padding: 0;
}
ul li[data-v-659d78b2] {
  margin: 0;
  /* padding: 0; */
  list-style: none;
}
a[data-v-659d78b2] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.createform[data-v-659d78b2] {
  width: 100%;
  min-height: 20px;
  overflow: hidden;
  border-radius: 5px;
  /* line-height: 40px; */
}
.form-box[data-v-659d78b2] {
  /* width: 100%; */
  min-height: 100px;
  position: relative;
}
.el-form-item[data-v-659d78b2] {
  margin-bottom: 20px;
}
.createTask[data-v-659d78b2] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn-box[data-v-659d78b2] {
  overflow: hidden;
  position: relative;
}
.el-image__inner[data-v-659d78b2] {
  width: 100%;
}
.el-select[data-v-659d78b2] {
  width: 100%;
}
.file-box[data-v-659d78b2] {
  margin-top: 15px;
}
.file-tip[data-v-659d78b2] {
  width: 100%;
  line-height: 40px;
  color: #8e1315;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.f_l-title[data-v-659d78b2] {
  font-size: 20px;
  font-weight: bold;
}
.tuogje[data-v-659d78b2] {
  font-size: 12px;
  font-weight: bold;
  /* margin-top: 30px; */
  margin-bottom: 20px;
}
.tuogje-q[data-v-659d78b2] {
  color: #ff0000;
}
.f_l-r[data-v-659d78b2] {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}
.f_l-r-q[data-v-659d78b2] {
  font-size: 25px;
  color: #eb2626;
}
.dqye[data-v-659d78b2] {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
}
.f_l-xy[data-v-659d78b2] {
  margin: 30px 0;
}
.hswxy[data-v-659d78b2] {
  color: #06b;
}
.hswxy[data-v-659d78b2]:hover {
  color: #eb2626;
}
.subimt-btn-box[data-v-659d78b2] {
  text-align: right;
  margin-top: 20px;
}
.next-btn[data-v-659d78b2] {
  padding: 0 20px;
  font-weight: bold;
  font-size: 18px;
}
.template-box p[data-v-659d78b2] {
  line-height: 20px;
}
.template-btn-box[data-v-659d78b2] {
  text-align: center;
  margin-top: 20px;
}
.el-carousel__indicators--outside[data-v-659d78b2] {
  bottom: 26px;
  text-align: center;
  position: static;
  -webkit-transform: none;
  transform: none;
  display: none;
}
.label-name[data-v-659d78b2] {
  width: 100%;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  height: 25px;
}
.task_title-select[data-v-659d78b2] {
  margin-top: 10px;
}
.task_title-select .el-radio[data-v-659d78b2] {
  color: #cccfd6;
  cursor: pointer;
  margin-right: 10px;
  padding-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.task_title-select .el-radio__input.is-checked .el-radio__inner[data-v-659d78b2] {
  border-color: #409EFF;
  background: #409EFF;
  display: none;
}
.kxz[data-v-659d78b2] {
  color: #cccfd6;
}
.taskDesc-btn[data-v-659d78b2] {
  margin-left: 20px;
}
.avatar-uploader[data-v-659d78b2] {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
}
.avatar-uploader-icon[data-v-659d78b2] {
  /* background: #e9f3fd; */
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100%;
  height: 170px;
  line-height: 170px;
  text-align: center;
  /* margin-top: 10px; */
}
.avatar[data-v-659d78b2] {
  width: 100%;
  height: 150px;
}
.task_cover-box[data-v-659d78b2] {
  width: 100%;
  overflow: hidden;
}
.picke-box[data-v-659d78b2] {
  margin-top: 30px;
}
.reward_fee-dw[data-v-659d78b2] {
  color: #d51917;
}
.upload-nowrap[data-v-659d78b2] .el-upload-list {
  display: inline-block;
  -webkit-transform: translateY(8px);
          transform: translateY(8px)
}
.fast-img[data-v-659d78b2] {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.checkbox-box[data-v-659d78b2] {
  margin-top: 15px;
}
.Tips1[data-v-659d78b2] {
  font-size: 12px;
  color: #c5bfbf;
  line-height: 30px;
  /* background: whitesmoke; */
  height: 162px;
  /* border-radius: 6px; */
  padding: 0px 10px 0 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 280px;
}
.create-btn[data-v-659d78b2] {
  width: 200px;
  height: 100px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.create-btn .el-button[data-v-659d78b2] {
  width: 100%;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
}
.editor[data-v-659d78b2] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.el-input-number--small[data-v-659d78b2] {
  width: 100%;
  line-height: 30px;
}
.taskList[data-v-659d78b2] {
  width: 100%;
  min-height: 120px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow-y: auto;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(202 199 199);
          box-shadow: 0px 0px 15px 0px rgb(202 199 199);
}
.task_list_title[data-v-659d78b2] {
  width: 90%;
  margin-left: 5%;
  line-height: 20px;
  font-size: 15px;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #4a4a4a;
  font-weight: 900;
  margin-bottom: 10px;
}
.zgsc[data-v-659d78b2] {
  width: 100%;
}
.taskList-dialog[data-v-659d78b2] {
  width: 100%;
  min-height: 200px;
  overflow-y: auto;
}
.el-row-box[data-v-659d78b2] {
  width: 100%;
  overflow-y: auto;
  padding: 20px 20px 20px 20px;
}
.slogansInfo[data-v-659d78b2] {
  font-size: 12px;
  color: #ADADAF;
  margin-top: 10px;
  overflow: hidden;
  line-height: 20px;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 10px;
}
.dengji[data-v-659d78b2] {
  float: right;
}
.slogansPrice[data-v-659d78b2] {
  margin-left: 5%;
  color: #ff3434;
  font-size: 18px;
  float: left;
  font-weight: bold;
}
.clearfix[data-v-659d78b2] {
  overflow: hidden;
  margin-bottom: 10px;
}
.preview_title[data-v-659d78b2] {
  color: #4a4a4a;
  font-weight: 900;
  margin-bottom: 20px;
}
.preview_Info[data-v-659d78b2] {
  margin-bottom: 15px;
  font-size: 14px;
  color: #a9a9a9;
}
.preview_Info span[data-v-659d78b2] {
  margin-right: 20px;
}
.singleTaskFrom_sp[data-v-659d78b2] {
  color: #000;
}
.singleTaskFrom_reward_fee[data-v-659d78b2] {
  color: red;
}


p[data-v-63f799b5],
div[data-v-63f799b5],
a[data-v-63f799b5] {
  margin: 0;
  padding: 0;
}
ul li[data-v-63f799b5] {
  margin: 0;
  /* padding: 0; */
  list-style: none;
}
a[data-v-63f799b5] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.createform[data-v-63f799b5] {
  width: 100%;
  min-height: 20px;
  overflow: hidden;
  border-radius: 5px;
  /* line-height: 40px; */
}
.form-box[data-v-63f799b5] {
  /* width: 100%; */
  min-height: 100px;
  position: relative;
  padding: 10px;
  border: 1px solid #ddd;
}
.el-form-item[data-v-63f799b5] {
  margin-bottom:10px;
}
.createTask[data-v-63f799b5] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn-box[data-v-63f799b5] {
  overflow: hidden;
  position: relative;
}
.el-image__inner[data-v-63f799b5] {
  width: 100%;
}
.el-select[data-v-63f799b5] {
  width: 100%;
}
.file-box[data-v-63f799b5] {
  margin-top: 15px;
}
.file-tip[data-v-63f799b5] {
  width: 100%;
  line-height: 40px;
  color: #8e1315;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.f_l-title[data-v-63f799b5] {
  font-size: 20px;
  font-weight: bold;
}
.tuogje[data-v-63f799b5] {
  font-size: 12px;
  font-weight: bold;
  /* margin-top: 30px; */
  margin-bottom: 20px;
}
.tuogje-q[data-v-63f799b5] {
  color: #ff0000;
}
.f_l-r[data-v-63f799b5] {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}
.f_l-r-q[data-v-63f799b5] {
  font-size: 25px;
  color: #eb2626;
}
.dqye[data-v-63f799b5] {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
}
.f_l-xy[data-v-63f799b5] {
  margin: 30px 0;
}
.hswxy[data-v-63f799b5] {
  color: #06b;
}
.hswxy[data-v-63f799b5]:hover {
  color: #eb2626;
}
.subimt-btn-box[data-v-63f799b5] {
  text-align: right;
  margin-top: 20px;
}
.next-btn[data-v-63f799b5] {
  padding: 0 20px;
  font-weight: bold;
  font-size: 18px;
}
.template-box p[data-v-63f799b5] {
  line-height: 20px;
}
.template-btn-box[data-v-63f799b5] {
  text-align: center;
  margin-top: 20px;
}
.el-carousel__indicators--outside[data-v-63f799b5] {
  bottom: 26px;
  text-align: center;
  position: static;
  -webkit-transform: none;
  transform: none;
  display: none;
}
.label-name[data-v-63f799b5] {
  width: 100%;
  line-height: 25px;   
  font-size: 14px;
  font-weight: bold;
  color: #000;
  height: 25px;
}
.task_title-select[data-v-63f799b5] {
  margin-top: 10px;
}
.task_title-select .el-radio[data-v-63f799b5] {
  color: #cccfd6;
  cursor: pointer;
  margin-right: 10px;
}
.task_title-select .el-radio__input.is-checked .el-radio__inner[data-v-63f799b5] {
  border-color: #409EFF;
  background: #409EFF;
  display: none;
}
.kxz[data-v-63f799b5] {
  color: #cccfd6;
}
.taskDesc-btn[data-v-63f799b5] {
  margin-left: 20px;
}
.avatar-uploader[data-v-63f799b5] {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
}
.avatar-uploader-icon[data-v-63f799b5] {
  /* background: #e9f3fd; */
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100%;
  height: 170px;
  line-height: 170px;
  text-align: center;
  /* margin-top: 10px; */
}
.avatar[data-v-63f799b5] {
  width: 100%;
  height: 150px;
}
.task_cover-box[data-v-63f799b5] {
  width: 100%;
  overflow: hidden;
}
.picke-box[data-v-63f799b5] {
  margin-top: 30px;
}
.reward_fee-dw[data-v-63f799b5] {
  color: #d51917;
}
.upload-nowrap[data-v-63f799b5] .el-upload-list {
  display: inline-block;
  -webkit-transform: translateY(8px);
          transform: translateY(8px)
}
.fast-img[data-v-63f799b5] {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.checkbox-box[data-v-63f799b5] {
  margin-top: 15px;
}
.Tips1[data-v-63f799b5] {
  font-size: 12px;
  color: #c5bfbf;
  line-height: 30px;
  /* background: whitesmoke; */
  height: 162px;
  /* border-radius: 6px; */
  padding: 0px 10px 0 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 280px;
}
.create-btn[data-v-63f799b5] {
  width: 200px;
  height: 100px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.create-btn .el-button[data-v-63f799b5] {
  width: 100%;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
}
.editor[data-v-63f799b5] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.el-input-number--small[data-v-63f799b5] {
  width: 100%;
  line-height: 30px;
}
.dialog-footer[data-v-63f799b5]{
    text-align: right;
}


a[data-v-60f95d51] {
  text-decoration: none;
  color: #606266;
}
.router-link-active[data-v-60f95d51] {
  text-decoration: none;
}
p[data-v-60f95d51],
div[data-v-60f95d51],
img[data-v-60f95d51],
table[data-v-60f95d51] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-60f95d51] {
  overflow: hidden;
  margin-top: 20px;
}

/* 查询及按钮部分 */
.filter-container[data-v-60f95d51] {
  width: 100%;
}
.search-box[data-v-60f95d51] {
  width: 100%;
  float: right;
}
.btn-box[data-v-60f95d51] {
  float: left;
  margin-top: 15px;
}
.input-box[data-v-60f95d51] {
  width: 35%;
  float: right;
}
.list-main[data-v-60f95d51] {
  width: 100%;
  margin-top: 15px;
}
.tuwen[data-v-60f95d51] {
  width: 100%;

  overflow: hidden;
}
.nane-cont[data-v-60f95d51] {
  /* text-align: center; */
}
.nane-text[data-v-60f95d51] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
}
.price-text[data-v-60f95d51] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-60f95d51] {
  font-size: 12px;
}
.pagination-box[data-v-60f95d51] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-60f95d51] {
  font-size: 60px;
  color: #f3f3f3;
}
.el-input-group--prepend .el-input__inner[data-v-60f95d51] {
  height: 60px;
  line-height: 40px;
}


*[data-v-e28831be] {
    margin: 0;
    padding: 0;
}
ul li[data-v-e28831be] {
    list-style: none;
}
a[data-v-e28831be] {
    text-decoration: none;
}
.video-box[data-v-e28831be]{
    width: 100%;
    /* overflow: hidden; */
}

  /* 左 */
.tab-box[data-v-e28831be] {
    width: 95%;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 2.5%;
    min-height: 80vh;
}

  /* 右 */
.help-text[data-v-e28831be] {
    width: 80%;
    background: #fff;
    min-height: 620px;
    padding: 10%;
    position: relative;
    border-left: 1px solid #f56c6c;
}
.text1[data-v-e28831be] {
    width: 100%;
    border-left: 2px solid #2878f0;
    padding-left: 10px;
}
.question[data-v-e28831be] {
    width: 100%;
    line-height: 19px;
    margin-top: 27px;
    font-size: 14px;
    color: #353535;
}
.answer[data-v-e28831be] {
    width: 100%;
    padding-top: 15px;
    line-height: 21px;
    color: #888888;
    font-size: 12px;
}
.telescopicicon[data-v-e28831be] {
    position: absolute;
    left: 0px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
.telescopicicon-left[data-v-e28831be] {
    position: absolute;
    right: -5px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
div[data-v-e28831be] {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.help-box[data-v-e28831be] {
    position: relative;
}
.video-box .el-card[data-v-e28831be] {
    border: none;
}


p[data-v-4295a63b] {
  margin: 0;
  padding: 0;
}
a[data-v-4295a63b],
a[data-v-4295a63b]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-4295a63b],
ol[data-v-4295a63b] {
  list-style: none;
}
.body-box[data-v-4295a63b] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.top[data-v-4295a63b] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-4295a63b],
.beizhu[data-v-4295a63b] {
  color: #d2cccc;
}
.beizhu[data-v-4295a63b] {
  font-size: 12px;
}
.el-checkbox-button[data-v-4295a63b] {
  padding: 4px;
}
.spsz[data-v-4295a63b] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-4295a63b] {
  width: 100%;
  text-align: right;
  border-top: 1px solid #3f484f;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-4295a63b],
.el-radio-group[data-v-4295a63b] {
  margin-top: 12px;
}
.main[data-v-4295a63b] {
  padding: 10px;
}
.cover-bg[data-v-4295a63b] {
  background: #f0f6fd;
}
.avatar-uploader .el-upload[data-v-4295a63b]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-4295a63b] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-4295a63b] {
  width: 100px;
  height: 100px;
  display: block;
}

p[data-v-40649e90] {
  margin: 0;
  padding: 0;
}
a[data-v-40649e90],
a[data-v-40649e90]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-40649e90],
ol[data-v-40649e90] {
  list-style: none;
}
.body-box[data-v-40649e90] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-40649e90] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-40649e90] {
  padding: 7px 0;
  font-size: 13px;
}
.row-xq[data-v-40649e90] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-40649e90] {
  font-weight: unset;
  color: #1d3d72;
}
.row-p span[data-v-40649e90] {
  color: #676767;
}
.el-icon-picture-outline[data-v-40649e90] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-40649e90] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-40649e90] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}

table[data-v-a53a8b36],
p[data-v-a53a8b36] {
  margin: 0;
  padding: 0;
}
a[data-v-a53a8b36] {
  color: #606266;
}
.oder-info-box[data-v-a53a8b36] {
  min-height: 400px;
}
.pagination-box[data-v-a53a8b36] {
  margin-top: 20px;
}
.pagination-container[data-v-a53a8b36] {
  overflow: hidden;
  margin-top: 20px;
}
.el-table th div[data-v-a53a8b36] {
  line-height: 0px;
}
.search-box[data-v-a53a8b36] {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.title[data-v-a53a8b36]:hover {
  text-decoration: underline;
}
.nane-text[data-v-a53a8b36] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
}

*[data-v-67db11d9] {
  margin: 0;
  padding: 0;
}
ul li[data-v-67db11d9] {
  list-style: none;
}
a[data-v-67db11d9] {
  text-decoration: none;
}
.video-box[data-v-67db11d9] {
  width: 100%;
  /* overflow: hidden; */
}

/* 左 */
.tab-box[data-v-67db11d9] {
  width: 95%;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 2.5%;
  min-height: 80vh;
}

/* 右 */
.help-text[data-v-67db11d9] {
  width: 80%;
  background: #fff;
  min-height: 620px;
  padding: 10%;
  position: relative;
  border-left: 1px solid #f56c6c;
}
.text1[data-v-67db11d9] {
  width: 100%;
  border-left: 2px solid #2878f0;
  padding-left: 10px;
}
.question[data-v-67db11d9] {
  width: 100%;
  line-height: 19px;
  margin-top: 27px;
  font-size: 14px;
  color: #353535;
}
.answer[data-v-67db11d9] {
  width: 100%;
  padding-top: 15px;
  line-height: 21px;
  color: #888888;
  font-size: 12px;
}
.telescopicicon[data-v-67db11d9] {
  position: absolute;
  left: 0px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
.telescopicicon-left[data-v-67db11d9] {
  position: absolute;
  right: -5px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
div[data-v-67db11d9] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.help-box[data-v-67db11d9] {
  position: relative;
}
.video-box .el-card[data-v-67db11d9] {
  border: none;
}

p[data-v-0a016f07] {
  margin: 0;
  padding: 0;
}
a[data-v-0a016f07],
a[data-v-0a016f07]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-0a016f07],
ol[data-v-0a016f07] {
  list-style: none;
}
.body-box[data-v-0a016f07] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.top[data-v-0a016f07] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-0a016f07],
.beizhu[data-v-0a016f07] {
  color: #d2cccc;
}
.beizhu[data-v-0a016f07] {
  font-size: 12px;
}
.el-checkbox-button[data-v-0a016f07] {
  padding: 4px;
  line-height: 20px;
}
.spsz[data-v-0a016f07] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-0a016f07] {
  width: 100%;
  text-align: right;
  border-top: 1px solid #3f484f;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-0a016f07],
.el-radio-group[data-v-0a016f07] {
  /* margin-top: 12px; */
}
.main[data-v-0a016f07] {
  padding: 10px;
}
.cover-bg[data-v-0a016f07] {
  background: #f0f6fd;
  height: 105px;
  overflow: hidden;
  border-radius: 6px;
}
.avatar-uploader .el-upload[data-v-0a016f07]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-0a016f07] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-0a016f07] {
  width: 100px;
  height: 100px;
  display: block;
}


p[data-v-51cdafea] {
  margin: 0;
  padding: 0;
}
a[data-v-51cdafea],
a[data-v-51cdafea]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-51cdafea],
ol[data-v-51cdafea] {
  list-style: none;
}
.body-box[data-v-51cdafea] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-51cdafea] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-51cdafea] {
  padding: 10px 0;
}
.row-xq[data-v-51cdafea] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-51cdafea] {
  font-weight: unset;
  color: #1d3d72;
  font-size: 14px;
}
.row-p span[data-v-51cdafea] {
  color: #bdbdbd;
  font-size: 14px;
}
.el-icon-picture-outline[data-v-51cdafea] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-51cdafea] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-51cdafea] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}


a[data-v-4d19576a] {
  text-decoration: none;
}
.router-link-active[data-v-4d19576a] {
  text-decoration: none;
}
p[data-v-4d19576a],
div[data-v-4d19576a],
span[data-v-4d19576a],
img[data-v-4d19576a] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-4d19576a] {
  overflow: hidden;
  margin-top: 20px;
}

/* 查询及按钮部分 */
.filter-container[data-v-4d19576a] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-4d19576a] {
  float: right;
}
.list-main[data-v-4d19576a] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-4d19576a] {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.nane-cont[data-v-4d19576a] {
  width: 200px;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-4d19576a] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-4d19576a] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-4d19576a] {
  font-size: 12px;
}
.pagination-box[data-v-4d19576a] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-4d19576a] {
  font-size: 60px;
  color: #f3f3f3;
}
.cz-btn[data-v-4d19576a] {
  font-size: 12px;   
  margin-top: 15px;
  margin-left: 20px;
  color: #a79f9f;
  cursor: pointer;
}

*[data-v-b07e1b4a] {
  margin: 0;
  padding: 0;
}
ul li[data-v-b07e1b4a] {
  list-style: none;
}
a[data-v-b07e1b4a] {
  text-decoration: none;
}
.imageText-box[data-v-b07e1b4a]{
  width: 100%; 
  /* overflow: hidden; */
  /* background: #fff;
  padding: 20px; */
}

/* 左 */
.tab-box[data-v-b07e1b4a] {
  width: 95%;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 2.5%;
  /* min-height: 700px; */
}

/* 右 */
.help-text[data-v-b07e1b4a] {
  width: 80%;
  background: #fff;
  min-height: 620px;
  padding: 10%;
  position: relative;
  border-left: 1px solid #f56c6c;
}
.text1[data-v-b07e1b4a] {
  width: 100%;
  border-left: 2px solid #2878f0;
  padding-left: 10px;
}
.question[data-v-b07e1b4a] {
  width: 100%;
  line-height: 19px;
  margin-top: 27px;
  font-size: 14px;
  color: #353535;
}
.answer[data-v-b07e1b4a] {
  width: 100%;
  padding-top: 15px;
  line-height: 21px;
  color: #888888;
  font-size: 12px;
}
.telescopicicon[data-v-b07e1b4a] {
  position: absolute;
  left: 0px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
.telescopicicon-left[data-v-b07e1b4a] {
  position: absolute;
  right: -5px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
div[data-v-b07e1b4a] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.help-box[data-v-b07e1b4a] {
  position: relative;
}
.imageText-box .el-card[data-v-b07e1b4a] {
  border: none;
}

a[data-v-a3e21c00] {
  text-decoration: none;
}
.router-link-active[data-v-a3e21c00] {
  text-decoration: none;
}
input[data-v-a3e21c00],
p[data-v-a3e21c00],
div[data-v-a3e21c00],
span[data-v-a3e21c00],
img[data-v-a3e21c00],
table[data-v-a3e21c00],
tr[data-v-a3e21c00],
td[data-v-a3e21c00],
th[data-v-a3e21c00] {
  margin: 0;
  padding: 0;
}
.el-input__inner[data-v-a3e21c00] {
  height: 50px;
  line-height: 50px;
}
.pagination-container[data-v-a3e21c00] {
  overflow: hidden;
  margin-top: 20px;
  /* position: absolute;
bottom: 10px; */
}

/* 查询及按钮部分 */
.filter-container[data-v-a3e21c00] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-a3e21c00] {
  float: right;
}
.list-main[data-v-a3e21c00] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-a3e21c00] {
  width: 100%;
  height: 23px;
  overflow: hidden;
}
.nane-cont[data-v-a3e21c00] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-a3e21c00] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-a3e21c00] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-a3e21c00] {
  font-size: 12px;
}
.pagination-box[data-v-a3e21c00] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-a3e21c00] {
  font-size: 60px;
  color: #f3f3f3;
}
.bg-select[data-v-a3e21c00],
.bg-input[data-v-a3e21c00] {
  width: 100%;
}
.el-select[data-v-a3e21c00] {
  width: 100%;
}

p[data-v-3b570882] {
  margin: 0;
  padding: 0;
}
a[data-v-3b570882],
a[data-v-3b570882]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-3b570882],
ol[data-v-3b570882] {
  list-style: none;
}
.body-box[data-v-3b570882] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.top[data-v-3b570882] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-3b570882],
.beizhu[data-v-3b570882] {
  color: #d2cccc;
}
.beizhu[data-v-3b570882] {
  font-size: 12px;
}
.el-checkbox-button[data-v-3b570882] {
  padding: 4px;
  line-height: 20px;
}
.spsz[data-v-3b570882] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-3b570882] {
  width: 100%;
  text-align: right;
  border-top: 1px solid #3f484f;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-3b570882],
.el-radio-group[data-v-3b570882] {
  /* margin-top: 12px; */
}
.main[data-v-3b570882] {
  padding: 10px;
}
.cover-bg[data-v-3b570882] {
  background: #f0f6fd;
  height: 146px;
}
.avatar-uploader .el-upload[data-v-3b570882]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-3b570882] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-3b570882] {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
  margin-right: 10px;
}

p[data-v-13383a40] {
  margin: 0;
  padding: 0;
}
a[data-v-13383a40],
a[data-v-13383a40]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-13383a40],
ol[data-v-13383a40] {
  list-style: none;
}
.body-box[data-v-13383a40] {
  width: 100%;
  clear: both;
}
.detail[data-v-13383a40] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
  min-height: 400px;
  position: relative;
}
.row-p[data-v-13383a40] {
  padding: 10px 0;
}
.row-xq[data-v-13383a40] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-13383a40] {
  font-weight: unset;
  color: #1d3d72;
  font-size: 14px;
}
.row-p span[data-v-13383a40] {
  color: #bdbdbd;
  font-size: 14px;
}
.el-icon-picture-outline[data-v-13383a40] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-13383a40] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-13383a40] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}
.info[data-v-13383a40] {
  width: 100%;
  height: 40px;
  background: #fafafb;
  line-height: 40px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.file-box[data-v-13383a40] {
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-box[data-v-13383a40]{
  text-align: right;
}

*[data-v-33add985] {
    margin: 0;
    padding: 0;
}
ul li[data-v-33add985] {
    list-style: none;
}
a[data-v-33add985] {
    text-decoration: none;
}
.video-box[data-v-33add985]{
    width: 100%;
    /* overflow: hidden; */
}

  /* 左 */
.tab-box[data-v-33add985] {
    width: 95%;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 2.5%;
    min-height: 80vh;
}

  /* 右 */
.help-text[data-v-33add985] {
    width: 80%;
    background: #fff;
    min-height: 620px;
    padding: 10%;
    position: relative;
    border-left: 1px solid #f56c6c;
}
.text1[data-v-33add985] {
    width: 100%;
    border-left: 2px solid #2878f0;
    padding-left: 10px;
}
.question[data-v-33add985] {
    width: 100%;
    line-height: 19px;
    margin-top: 27px;
    font-size: 14px;
    color: #353535;
}
.answer[data-v-33add985] {
    width: 100%;
    padding-top: 15px;
    line-height: 21px;
    color: #888888;
    font-size: 12px;
}
.telescopicicon[data-v-33add985] {
    position: absolute;
    left: 0px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
.telescopicicon-left[data-v-33add985] {
    position: absolute;
    right: -5px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
div[data-v-33add985] {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.help-box[data-v-33add985] {
    position: relative;
}
.video-box .el-card[data-v-33add985] {
    border: none;
}


p[data-v-24f8bd98] {
  margin: 0;
  padding: 0;
}
a[data-v-24f8bd98],
a[data-v-24f8bd98]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-24f8bd98],
ol[data-v-24f8bd98] {
  list-style: none;
}
.body-box[data-v-24f8bd98] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
  background: #fff;
}
.top[data-v-24f8bd98] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-24f8bd98],
.beizhu[data-v-24f8bd98] {
  color: #d2cccc;
}
.beizhu[data-v-24f8bd98] {
  font-size: 12px;
}
.el-checkbox-button[data-v-24f8bd98] {
  padding: 4px;
}
.spsz[data-v-24f8bd98] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-24f8bd98] {
  width: 100%;
  text-align: right;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-24f8bd98],
.el-radio-group[data-v-24f8bd98] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main[data-v-24f8bd98] {
  padding: 10px;
}
.cover-bg[data-v-24f8bd98] {
  background: #f0f6fd;
}
.avatar-uploader .el-upload[data-v-24f8bd98]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-24f8bd98] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-24f8bd98] {
  width: 100px;
  height: 100px;
  display: block;
}
.el-cascader[data-v-24f8bd98] {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 40px;
  width: 100%;
}
.el-checkbox-group[data-v-24f8bd98] {
  font-size: 0;
  line-height: 40px;
}
.el-select[data-v-24f8bd98] {
  display: inline-block;
  position: relative;
  width: 100%;
}
.w-e-text[data-v-24f8bd98] {
  height: 700px !important;
}


p[data-v-fceb10e2] {
  margin: 0;
  padding: 0;
}
a[data-v-fceb10e2],
a[data-v-fceb10e2]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-fceb10e2],
ol[data-v-fceb10e2] {
  list-style: none;
}
.body-box[data-v-fceb10e2] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-fceb10e2] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-fceb10e2] {
  padding: 10px;
  font-size: 14px;
}
.row-xq[data-v-fceb10e2] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-fceb10e2] {
  font-weight: unset;
  color: #1d3d72;
}
.row-p span[data-v-fceb10e2] {
  color: #bdbdbd;
}
.el-icon-picture-outline[data-v-fceb10e2] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-fceb10e2] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
  margin-bottom: 15px;
}
.func-title[data-v-fceb10e2] {
  /* width: 98%; */
  line-height: 40px;
  margin: 15px 0;
  color: #000;
  font-weight: bold;
  background: #fafafb;
  padding-left: 10px;
}
.answer_text[data-v-fceb10e2] {
  font-size: 14px;
  line-height: 30px;
}
.answer-box[data-v-fceb10e2] {
  margin:5px 0;
}
.question_content-txt[data-v-fceb10e2] {
  font-weight: bold;
  font-size: 15px;
  color: #409eff;
}
.zqda[data-v-fceb10e2]{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
}
.answer-con[data-v-fceb10e2]{
  margin-left: 15px;
  color: red;
  font-weight: bold;
}

a[data-v-25991e21] {
  text-decoration: none;
}
.router-link-active[data-v-25991e21] {
  text-decoration: none;
}
p[data-v-25991e21],
div[data-v-25991e21],
span[data-v-25991e21],
img[data-v-25991e21] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-25991e21] {
  overflow: hidden;
  margin-top: 20px;
}

/* 查询及按钮部分 */
.filter-container[data-v-25991e21] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-25991e21] {
  float: right;
}
.list-main[data-v-25991e21] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-25991e21] {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.nane-cont[data-v-25991e21] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-25991e21] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-25991e21] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-25991e21] {
  font-size: 12px;
}
.pagination-box[data-v-25991e21] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-25991e21] {
  font-size: 60px;
  color: #f3f3f3;
}


*[data-v-52ca61e2] {
    margin: 0;
    padding: 0;
}
ul li[data-v-52ca61e2] {
    list-style: none;
}
a[data-v-52ca61e2] {
    text-decoration: none;
}
.video-box[data-v-52ca61e2]{
    width: 100%;
    /* overflow: hidden; */
}

  /* 左 */
.tab-box[data-v-52ca61e2] {
    width: 95%;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 2.5%;
    min-height: 80vh;
}

  /* 右 */
.help-text[data-v-52ca61e2] {
    width: 80%;
    background: #fff;
    min-height: 620px;
    padding: 10%;
    position: relative;
    border-left: 1px solid #f56c6c;
}
.text1[data-v-52ca61e2] {
    width: 100%;
    border-left: 2px solid #2878f0;
    padding-left: 10px;
}
.question[data-v-52ca61e2] {
    width: 100%;
    line-height: 19px;
    margin-top: 27px;
    font-size: 14px;
    color: #353535;
}
.answer[data-v-52ca61e2] {
    width: 100%;
    padding-top: 15px;
    line-height: 21px;
    color: #888888;
    font-size: 12px;
}
.telescopicicon[data-v-52ca61e2] {
    position: absolute;
    left: 0px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
.telescopicicon-left[data-v-52ca61e2] {
    position: absolute;
    right: -5px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
div[data-v-52ca61e2] {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.help-box[data-v-52ca61e2] {
    position: relative;
}
.video-box .el-card[data-v-52ca61e2] {
    border: none;
}


p[data-v-01a340b9] {
  margin: 0;
  padding: 0;
}
a[data-v-01a340b9],
a[data-v-01a340b9]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-01a340b9],
ol[data-v-01a340b9] {
  list-style: none;
}
.body-box[data-v-01a340b9] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
  background: #fff;
}
.btn-box[data-v-01a340b9] {
  width: 100%;
  text-align: right;
  padding-top: 20px;
}
.el-radio-button__inner[data-v-01a340b9],
.el-radio-group[data-v-01a340b9] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main[data-v-01a340b9] {
  padding: 10px;
}
.form-container[data-v-01a340b9]{
  margin-top: 20px;
}

p[data-v-cfa818b6] {
  margin: 0;
  padding: 0;
}
a[data-v-cfa818b6],
a[data-v-cfa818b6]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-cfa818b6],
ol[data-v-cfa818b6] {
  list-style: none;
}
.body-box[data-v-cfa818b6] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-cfa818b6] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-cfa818b6] {
  padding: 10px;
  font-size: 14px;
}
.row-xq[data-v-cfa818b6] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-cfa818b6] {
  font-weight: unset;
  color: #1d3d72;
}
.row-p span[data-v-cfa818b6] {
  color: #bdbdbd;
}
.el-icon-picture-outline[data-v-cfa818b6] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-cfa818b6] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
  margin-bottom: 15px;
}
.func-title[data-v-cfa818b6] {
  /* width: 98%; */
  line-height: 40px;
  margin: 15px 0;
  color: #000;
  font-weight: bold;
  background: #fafafb;
  padding-left: 10px;
}
.answer_text[data-v-cfa818b6] {
  font-size: 14px;
  line-height: 30px;
}
.answer-box[data-v-cfa818b6] {
  margin:5px 0;
}
.question_content-txt[data-v-cfa818b6] {
  font-weight: bold;
  font-size: 15px;
  color: #409eff;
}
.zqda[data-v-cfa818b6]{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
}
.answer-con[data-v-cfa818b6]{
  margin-left: 15px;
  color: red;
  font-weight: bold;
}

a[data-v-1d7a6d2b] {
  text-decoration: none;
}
.router-link-active[data-v-1d7a6d2b] {
  text-decoration: none;
}
p[data-v-1d7a6d2b],
div[data-v-1d7a6d2b],
span[data-v-1d7a6d2b],
img[data-v-1d7a6d2b] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-1d7a6d2b] {
  overflow: hidden;
  margin-top: 20px;
}

/* 查询及按钮部分 */
.filter-container[data-v-1d7a6d2b] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-1d7a6d2b] {
  float: right;
}
.list-main[data-v-1d7a6d2b] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-1d7a6d2b] {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.nane-cont[data-v-1d7a6d2b] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-1d7a6d2b] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-1d7a6d2b] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-1d7a6d2b] {
  font-size: 12px;
}
.pagination-box[data-v-1d7a6d2b] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-1d7a6d2b] {
  font-size: 60px;
  color: #f3f3f3;
}


*[data-v-c70b7fb8] {
    margin: 0;
    padding: 0;
}
ul li[data-v-c70b7fb8] {
    list-style: none;
}
a[data-v-c70b7fb8] {
    text-decoration: none;
}
.video-box[data-v-c70b7fb8]{
    width: 100%;
    /* overflow: hidden; */
}

  /* 左 */
.tab-box[data-v-c70b7fb8] {
    width: 95%;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 2.5%;
    min-height: 80vh;
}

  /* 右 */
.help-text[data-v-c70b7fb8] {
    width: 80%;
    background: #fff;
    min-height: 620px;
    padding: 10%;
    position: relative;
    border-left: 1px solid #f56c6c;
}
.text1[data-v-c70b7fb8] {
    width: 100%;
    border-left: 2px solid #2878f0;
    padding-left: 10px;
}
.question[data-v-c70b7fb8] {
    width: 100%;
    line-height: 19px;
    margin-top: 27px;
    font-size: 14px;
    color: #353535;
}
.answer[data-v-c70b7fb8] {
    width: 100%;
    padding-top: 15px;
    line-height: 21px;
    color: #888888;
    font-size: 12px;
}
.telescopicicon[data-v-c70b7fb8] {
    position: absolute;
    left: 0px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
.telescopicicon-left[data-v-c70b7fb8] {
    position: absolute;
    right: -5px;
    top: 332px;
    color: #fff;
    cursor: pointer;
    background: #f56c6c;
    padding: 5px 0;
}
div[data-v-c70b7fb8] {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.help-box[data-v-c70b7fb8] {
    position: relative;
}
.video-box .el-card[data-v-c70b7fb8] {
    border: none;
}


p[data-v-0b310ae9],
div[data-v-0b310ae9],
span[data-v-0b310ae9],
img[data-v-0b310ae9] {
  margin: 0;
  padding: 0;
}
.clearfix[data-v-0b310ae9] {
  margin-bottom: 30px;
}
.pagination-container[data-v-0b310ae9] {
  overflow: hidden;
  margin-top: 20px;
}
.search[data-v-0b310ae9] {
  margin-bottom: 20px;
}

p[data-v-b376a1e0] {
  margin: 0;
  padding: 0;
}
a[data-v-b376a1e0],
a[data-v-b376a1e0]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-b376a1e0],
ol[data-v-b376a1e0] {
  list-style: none;
}
.body-box[data-v-b376a1e0] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-b376a1e0] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-b376a1e0] {
  padding: 10px;
  font-size: 14px;
}
.row-xq[data-v-b376a1e0] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-b376a1e0] {
  font-weight: unset;
  color: #1d3d72;
}
.row-p span[data-v-b376a1e0] {
  color: #bdbdbd;
}
.el-icon-picture-outline[data-v-b376a1e0] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-b376a1e0] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
  margin-bottom: 15px;
}
.func-title[data-v-b376a1e0] {
  /* width: 98%; */
  line-height: 40px;
  margin: 15px 0;
  color: #000;
  font-weight: bold;
  background: #fafafb;
  padding-left: 10px;
}
.answer_text[data-v-b376a1e0] {
  font-size: 14px;
  line-height: 30px;
}
.answer-box[data-v-b376a1e0] {
  margin:5px 0;
}
.question_content-txt[data-v-b376a1e0] {
  font-weight: bold;
  font-size: 15px;
  color: #409eff;
}
.zqda[data-v-b376a1e0]{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
}
.answer-con[data-v-b376a1e0]{
  margin-left: 15px;
  color: red;
  font-weight: bold;
}

a[data-v-44ae8fd3] {
  text-decoration: none;
}
.router-link-active[data-v-44ae8fd3] {
  text-decoration: none;
}
p[data-v-44ae8fd3],
div[data-v-44ae8fd3],
span[data-v-44ae8fd3],
img[data-v-44ae8fd3] {
  margin: 0;
  padding: 0;
}
.pagination-container[data-v-44ae8fd3] {
  overflow: hidden;
  margin-top: 20px;
}

/* 查询及按钮部分 */
.filter-container[data-v-44ae8fd3] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-44ae8fd3] {
  float: right;
}
.list-main[data-v-44ae8fd3] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-44ae8fd3] {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.nane-cont[data-v-44ae8fd3] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-44ae8fd3] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-44ae8fd3] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-44ae8fd3] {
  font-size: 12px;
}
.pagination-box[data-v-44ae8fd3] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-44ae8fd3] {
  font-size: 60px;
  color: #f3f3f3;
}

p[data-v-1e4501bc],
div[data-v-1e4501bc],
span[data-v-1e4501bc],
img[data-v-1e4501bc] {
    margin: 0;
    padding: 0;
}
.main[data-v-1e4501bc] {
    min-height: 500px;
}
.button-box[data-v-1e4501bc] {
    text-align: center;
}
.config-label[data-v-1e4501bc] {
    width: 100%;
    line-height: 45px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
}
.el-form-item-box[data-v-1e4501bc] {
    margin-top: 20px;
}

p[data-v-77e53281],
div[data-v-77e53281],
span[data-v-77e53281],
img[data-v-77e53281] {
  margin: 0;
  padding: 0;
}
.main[data-v-77e53281] {
  min-height: 500px;
}
.nane-text[data-v-77e53281] {
  color: #000;
}

p[data-v-0b7ab8e2],
div[data-v-0b7ab8e2],
span[data-v-0b7ab8e2],
img[data-v-0b7ab8e2] {
  margin: 0;
  padding: 0;
}
.main[data-v-0b7ab8e2] {
  min-height: 500px;
}
.nane-text[data-v-0b7ab8e2] {
  color: #000;
}
.pagination-container[data-v-0b7ab8e2] {
  overflow: hidden;
  margin-top: 20px;
}
.search-box[data-v-0b7ab8e2] {
  margin-bottom: 15px;
  width: 100%;
}
.grid-content[data-v-0b7ab8e2] {
  width: 100%;
}

p[data-v-3793b2ba],
div[data-v-3793b2ba],
span[data-v-3793b2ba],
img[data-v-3793b2ba] {
  margin: 0;
  padding: 0;
}
.main[data-v-3793b2ba] {
  min-height: 500px;
}
.nane-text[data-v-3793b2ba] {
  color: #000;
}
.pagination-container[data-v-3793b2ba] {
  overflow: hidden;
  margin-top: 20px;
}
.search-box[data-v-3793b2ba] {
  margin-bottom: 15px;
  width: 100%;
}
.grid-content[data-v-3793b2ba] {
  width: 100%;
}

*[data-v-17bdd00a] {
  margin: 0;
  padding: 0;
}
ul li[data-v-17bdd00a] {
  list-style: none;
}
a[data-v-17bdd00a] {
  text-decoration: none;
}
.imageText-box[data-v-17bdd00a]{
  width: 100%; 
  /* overflow: hidden; */
  /* background: #fff;
  padding: 20px; */
}

/* 左 */
.tab-box[data-v-17bdd00a] {
  width: 95%;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 2.5%;
  /* min-height: 700px; */
}

/* 右 */
.help-text[data-v-17bdd00a] {
  width: 80%;
  background: #fff;
  min-height: 620px;
  padding: 10%;
  position: relative;
  border-left: 1px solid #f56c6c;
}
.text1[data-v-17bdd00a] {
  width: 100%;
  border-left: 2px solid #2878f0;
  padding-left: 10px;
}
.question[data-v-17bdd00a] {
  width: 100%;
  line-height: 19px;
  margin-top: 27px;
  font-size: 14px;
  color: #353535;
}
.answer[data-v-17bdd00a] {
  width: 100%;
  padding-top: 15px;
  line-height: 21px;
  color: #888888;
  font-size: 12px;
}
.telescopicicon[data-v-17bdd00a] {
  position: absolute;
  left: 0px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
.telescopicicon-left[data-v-17bdd00a] {
  position: absolute;
  right: -5px;
  top: 332px;
  color: #fff;
  cursor: pointer;
  background: #f56c6c;
  padding: 5px 0;
}
div[data-v-17bdd00a] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.help-box[data-v-17bdd00a] {
  position: relative;
}
.imageText-box .el-card[data-v-17bdd00a] {
  border: none;
}

a[data-v-fe9782ec] {
  text-decoration: none;
}
.router-link-active[data-v-fe9782ec] {
  text-decoration: none;
}
input[data-v-fe9782ec],
p[data-v-fe9782ec],
div[data-v-fe9782ec],
span[data-v-fe9782ec],
img[data-v-fe9782ec],
table[data-v-fe9782ec],
tr[data-v-fe9782ec],
td[data-v-fe9782ec],
th[data-v-fe9782ec] {
  margin: 0;
  padding: 0;
}
.el-input__inner[data-v-fe9782ec] {
  height: 50px;
  line-height: 50px;
}
.pagination-container[data-v-fe9782ec] {
  overflow: hidden;
  margin-top: 20px;
  /* position: absolute;
bottom: 10px; */
}

/* 查询及按钮部分 */
.filter-container[data-v-fe9782ec] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.search-box[data-v-fe9782ec] {
  float: right;
}
.list-main[data-v-fe9782ec] {
  width: 100%;
  margin-top: 20px;
  /* min-height: 500px; */
  border-top: 1px solid #dadde0;
}
.tuwen[data-v-fe9782ec] {
  width: 100%;
  height: 23px;
  overflow: hidden;
}
.nane-cont[data-v-fe9782ec] {
  width: 100%;
  /* height: 60px;
float: right;
margin-right: 30px; */
}
.nane-text[data-v-fe9782ec] {
  width: 100%;
  /* height: 60px; */
  line-height: 23px;
  cursor: pointer;
}
.price-text[data-v-fe9782ec] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: red;
  font-size: 14px;
}
.icon-iconmoney[data-v-fe9782ec] {
  font-size: 12px;
}
.pagination-box[data-v-fe9782ec] {
  margin-top: 20px;
}
.el-icon-picture-outline[data-v-fe9782ec] {
  font-size: 60px;
  color: #f3f3f3;
}
.bg-select[data-v-fe9782ec],
.bg-input[data-v-fe9782ec] {
  width: 100%;
}
.el-select[data-v-fe9782ec] {
  width: 100%;
}
.cz-btn[data-v-fe9782ec] {
  font-size: 12px;   
  margin-top: 15px;
  margin-left: 20px;
  color: #a79f9f;
  cursor: pointer;
}

p[data-v-778f57f9] {
  margin: 0;
  padding: 0;
}
a[data-v-778f57f9],
a[data-v-778f57f9]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-778f57f9],
ol[data-v-778f57f9] {
  list-style: none;
}
.body-box[data-v-778f57f9] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.top[data-v-778f57f9] {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 25px;
  border-radius: 2px;
  border: solid 1px #f5dab6;
  color: #775e3d;
  background-color: #fff1df;
  font-size: 14px;
}
.el-upload__tip[data-v-778f57f9],
.beizhu[data-v-778f57f9] {
  color: #d2cccc;
}
.beizhu[data-v-778f57f9] {
  font-size: 12px;
}
.el-checkbox-button[data-v-778f57f9] {
  padding: 4px;
  line-height: 20px;
}
.spsz[data-v-778f57f9] {
  height: 40px;
  line-height: 40px;
  background: #f1f8ff;
  padding-left: 20px;
  font-size: 18px;
  color: #e28624;
  font-weight: bold;
}
.btn-box[data-v-778f57f9] {
  width: 100%;
  text-align: right;
  border-top: 1px solid #3f484f;
  padding-top: 20px;
}
.catalogue-box[data-v-778f57f9] {
  padding: 10px;
}
.main[data-v-778f57f9] {
  padding: 10px;
}
.cover-bg[data-v-778f57f9] {
  background: #f0f6fd;
  height: 100px;
}
.avatar-uploader .el-upload[data-v-778f57f9]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-778f57f9] {
  background: #e9f3fd;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.avatar[data-v-778f57f9] {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
  margin-right: 10px;
}


p[data-v-039bef04] {
  margin: 0;
  padding: 0;
}
a[data-v-039bef04],
a[data-v-039bef04]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-039bef04],
ol[data-v-039bef04] {
  list-style: none;
}
.body-box[data-v-039bef04] {
  width: 100%;
  clear: both;
  padding-bottom: 50px;
}
.detail[data-v-039bef04] {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #e2dddd;
  padding-top: 20px;
}
.row-p[data-v-039bef04] {
  padding: 10px 0;
}
.row-xq[data-v-039bef04] {
  background: #f1f1f3;
  padding-left: 10px;
  margin: 10px 0;
}
.row-p label[data-v-039bef04] {
  font-weight: unset;
  color: #a79f9f;
  font-size: 14px;
}
.row-p span[data-v-039bef04] {
  color: #333;
  font-size: 14px;
}
.el-icon-picture-outline[data-v-039bef04] {
  font-size: 60px;
  color: #f3f3f3;
  margin-left: 10px;
}
.xqbox[data-v-039bef04] {
  border: 1px solid #e2dddd;
  min-height: 100px;
  line-height: 25px;
  padding: 10px;
}
.cover[data-v-039bef04] {
  width: 230px;
  height: 210px;
  background: #e3e4e4;
  border-radius: 4px;
}
.info[data-v-039bef04] {
  width: 100%;
  height: 40px;
  background: #fafafb;
  line-height: 40px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}


p[data-v-759e1266],
label[data-v-759e1266],
span[data-v-759e1266],
img[data-v-759e1266] {
  margin: 0;
  padding: 0;
}
.mob-shopDetail-box[data-v-759e1266] {
  width: 100%;
  background: #f1f1f1;
  min-height: 100vh;
  overflow: hidden;
}
.mob-tab-box[data-v-759e1266] {
  width: 100%;
  background: #fff;
  overflow: hidden;
  min-height: 500px;
}
.tag-box[data-v-759e1266] {
  margin-top: 10px;
}
.table-box[data-v-759e1266] {
  width: 100%;
  margin: 10px auto;
  min-height: 30px;
  border: 1px solid #ddd;
  border-bottom: none;
}
.col-config[data-v-759e1266] {
  text-align: center;
  width: 100%;
}
.table-head[data-v-759e1266] {
  width: 100%;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  background: #ef2828;
  color: #fff;
}
.table-row[data-v-759e1266] {
  width: 100%;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.name-col[data-v-759e1266] {
  border-right: 1px solid #ddd;
}
.num-col[data-v-759e1266] {
  border-right: 1px solid #ddd;
}
.loading-box[data-v-759e1266] {
  width: 100%;
  text-align: center;
  line-height: 90vh;
}
.shopList-d[data-v-759e1266] {
  width: 100%;
  min-height: 315px;
  overflow: auto;
  background-image: url(/static/img/shop-mob-banner.215ae20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}
.jrdp-btn[data-v-759e1266] {
  padding: 6px 56px;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
}
.jrdp-btn-box[data-v-759e1266] {
  text-align: center;
  margin: 20px auto;
}
.statistics[data-v-759e1266] {
  text-align: center;
}
.statistics-box[data-v-759e1266] {
  width: 100%;
  padding-bottom: 15px;
  background-color: #fff;
}
.statistics-label[data-v-759e1266] {
  margin-top: 15px;
  font-size: 15px;
  color: #999;
  text-align: center;
  line-height: 12px;
}
.statistics-num[data-v-759e1266] {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 16px;
  font-weight: 700;
}
.shop_cover-box[data-v-759e1266] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.shopCover[data-v-759e1266] {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.desc[data-v-759e1266] {
  width: 95%;
  margin: 10px auto;
  line-height: 20px;
  font-size: 14px;
  color: #d7d1d1;
}
.shop_info-box[data-v-759e1266] {
  width: 100%;
}
.name[data-v-759e1266] {
  width: 100%;
  font-size: 16px;
  color: #fff;
  margin: 10px auto;
  text-align: center;
}
.zsmysp[data-v-759e1266] {
  width: 100%;
  line-height: 300px;
  color: #7b7474;
  text-align: center;
}
.shopLevel_img[data-v-759e1266] {
  width: 120px;
}
.shopLevel-box[data-v-759e1266] {
  width: 120px;
  margin: 0 auto;
}
.jrdp[data-v-759e1266] {
  background: #e2751c;
  color: #fff;
  width: 90%;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}
.van-collapse-item-title[data-v-759e1266] {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.van-tab-main[data-v-759e1266]{
  width: 90%;
  margin: 0 auto;
}

span[data-v-e1771d98],
p[data-v-e1771d98],
ul[data-v-e1771d98],
li[data-v-e1771d98] {
  margin: 0;
  padding: 0
}
.list-box[data-v-e1771d98] {
  margin-top: 20px;
}
.articleList-box[data-v-e1771d98] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
.ar-img[data-v-e1771d98] {
  width: 100%;
  height: 100px;
  border-radius: 7px;
}
.info-box[data-v-e1771d98] {
  background: #fff;
}
.title[data-v-e1771d98] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-e1771d98],
.proofreadingIndex[data-v-e1771d98] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-e1771d98],
.proofreadingIndex label[data-v-e1771d98] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-e1771d98] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-e1771d98] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}
.article-list[data-v-e1771d98] {
  margin-top: 20px;
}

p[data-v-5a0f7cab],
span[data-v-5a0f7cab],
ul[data-v-5a0f7cab],
li[data-v-5a0f7cab] {
  margin: 0;
  padding: 0;
}
.list-box[data-v-5a0f7cab] {
  margin-top: 20px;
}
.articleList-box[data-v-5a0f7cab] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  margin: 15px 0;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
.ar-img[data-v-5a0f7cab] {
  width: 100%;
  height: 100px;
  border-radius: 7px;
}
.info-box[data-v-5a0f7cab] {
  background: #fff;
}
.title[data-v-5a0f7cab] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-5a0f7cab],
.proofreadingIndex[data-v-5a0f7cab] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-5a0f7cab],
.proofreadingIndex label[data-v-5a0f7cab] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-5a0f7cab] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-5a0f7cab] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}

a[data-v-05916676] {
  text-decoration: none;
}
p[data-v-05916676],
span[data-v-05916676],
img[data-v-05916676],
table[data-v-05916676],
tr[data-v-05916676],
td[data-v-05916676],
th[data-v-05916676] {
  margin: 0;
  padding: 0;
}
.van-checkbox[data-v-05916676] {
  float: left;
  padding: 5px;
}
.list-box[data-v-05916676] {
  margin-top: 20px;
  width: 100%;
}
.btn-box[data-v-05916676] {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 15px;
}
li[data-v-05916676] {
  margin-bottom: 10px;
}
.question_content[data-v-05916676],
.question_content p[data-v-05916676] {
  width: 100%;
}
.question_daan[data-v-05916676] {
  width: 100%;
}
.article_content-box[data-v-05916676] {
  width: 100%;
  overflow: hidden;
}
.article_content-box span[data-v-05916676] {
  font-size: 15px;
  line-height: 30px;
}
.daan-text[data-v-05916676] {
  display: block;
  margin-bottom: 20px;
}
.djckda[data-v-05916676] {
  font-size: 16px;
  color: #c71515;
  line-height: 50px;
}
.mob-questions-box[data-v-05916676] {
  width: 95%;
  padding: 2.5%;
  background-color: #fff;
}

p[data-v-3ba20986],
span[data-v-3ba20986],
ul[data-v-3ba20986],
li[data-v-3ba20986] {
  margin: 0;
  padding: 0
}
.list-box[data-v-3ba20986] {
  margin-top: 20px;
}
.articleList-box[data-v-3ba20986] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
.ar-img[data-v-3ba20986] {
  width: 100%;
  height: 100px;
  border-radius: 7px;
}
.info-box[data-v-3ba20986] {
  background: #fff;
}
.title[data-v-3ba20986] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-3ba20986],
.proofreadingIndex[data-v-3ba20986] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-3ba20986],
.proofreadingIndex label[data-v-3ba20986] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-3ba20986] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-3ba20986] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}

span[data-v-499fb60c],
p[data-v-499fb60c],
ul[data-v-499fb60c],
li[data-v-499fb60c],
img[data-v-499fb60c] {
  margin: 0;
  padding: 0
}
.questions-box[data-v-499fb60c] {
  width: 100%; 
  margin-bottom: 20px;
}
.list-box[data-v-499fb60c] {
  margin-top: 20px;
}
.image_cover[data-v-499fb60c] {
  width: 100%;
}
.res_image_name[data-v-499fb60c] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;  
  color: #000
}

span[data-v-310c2b86],
p[data-v-310c2b86],
ul[data-v-310c2b86],
li[data-v-310c2b86],
img[data-v-310c2b86] {
  margin: 0;
  padding: 0
}
.video-box[data-v-310c2b86] {
  width: 100%;
  overflow: hidden;
}
.list-box[data-v-310c2b86] {
  margin-top: 20px;
}
.video_cover[data-v-310c2b86] {
  width: 100%;
}
.res_video_name[data-v-310c2b86] {
  color: black;
}

.questions-box[data-v-1810f6a1] {
  width: 100%;
  overflow: hidden;
}
.list-box[data-v-1810f6a1] {
  margin-top:20px;
}
.audio_cover[data-v-1810f6a1] {
  width: 100%;
  margin-bottom: 20px;
}

span[data-v-eed7bd70],
p[data-v-eed7bd70],
ul[data-v-eed7bd70],
li[data-v-eed7bd70],
img[data-v-eed7bd70] {
  margin: 0;
  padding: 0
}
.list-box[data-v-eed7bd70] {
  margin-top: 20px;
}
.control-box[data-v-eed7bd70] {
  width: 100%;
  overflow: hidden;
}
.poetry-list[data-v-eed7bd70] {
  margin-top: 15px;
}
.image_cover[data-v-eed7bd70] {
  width: 100%;
}
.res_image_name[data-v-eed7bd70] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;  
  color: #000
}

.list-box[data-v-3a32691f] {
  margin-top: 20px;
}
.articleList-box[data-v-3a32691f] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
.ar-img[data-v-3a32691f] {
  width: 100%;
  height: 100px;
  border-radius: 7px;
}
.info-box[data-v-3a32691f] {
  background: #fff;
}
.title[data-v-3a32691f] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.qualityIndex[data-v-3a32691f],
.proofreadingIndex[data-v-3a32691f] {
  line-height: 30px;
  width: 100%;
}
.qualityIndex label[data-v-3a32691f],
.proofreadingIndex label[data-v-3a32691f] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-3a32691f] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.img-cover[data-v-3a32691f] {
  width: 100%;
  height: 100px;
  border-radius: 6px;
}

p[data-v-57949048],
span[data-v-57949048],
ul[data-v-57949048],
li[data-v-57949048] {
  margin: 0;
  padding: 0;
}
.questions-box[data-v-57949048] {
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}
.list-box[data-v-57949048] {
  margin-top: 20px;
}
li[data-v-57949048] {
  list-style: none;
}
.questions-box[data-v-57949048] {
  width: 100%;
  overflow: hidden;
}
.ebook-list-li-p[data-v-57949048] {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
  margin-left: 5%;
}
.ebook-list-li[data-v-57949048]  {
 text-align: center;
}
.ebook-list-li a[data-v-57949048] {
  font-size: 15px;
  color: #000;
}
.image_cover[data-v-57949048] {
  width: 70%;
}

p[data-v-cb5fa01a],
span[data-v-cb5fa01a],
ul[data-v-cb5fa01a],
li[data-v-cb5fa01a] {
  margin: 0;
  padding: 0;
}
.list-ul[data-v-cb5fa01a] {
  margin-top: 20px;
}
.main-box[data-v-cb5fa01a] {
  width: 100%;
  background: #d7340a;
  min-height: 100vh;
  overflow: hidden;
  font-family: Helvetica;
}
.list-column[data-v-cb5fa01a] {
  width: 100%;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #ded6d6; */
  /* background: #fffbe8;     */
  overflow: hidden;
}
.reward_fee[data-v-cb5fa01a] {
  color: #ff3f0d;
  font-weight: bold;
  font-size: 18px;
}
.task-name[data-v-cb5fa01a] {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 15px;
  color: #000;
}
.task-requirement[data-v-cb5fa01a] {
  font-size: 12px;
  color: #adadad;
  margin-top: 15px;
  overflow: hidden;
}
.my-swipe .van-swipe-item[data-v-cb5fa01a] {
  color: #fff;
  font-size: 20px;
  line-height: 120px;
  text-align: center;
  /* background-color: #f81f1f; */
}
.notice-swipe[data-v-cb5fa01a] {
  height: 40px;
  line-height: 40px;
}
.banner-box[data-v-cb5fa01a] {
  width: 95%;
  height: 150px;
  overflow: hidden;
  margin: 10px auto;
  border-radius: 5PX;
}
.notice-bar-box[data-v-cb5fa01a] {
  width: 95%;
  overflow: hidden;
  margin: 0px auto;
  border-radius: 5PX;
}
.van-pull-refresh-box[data-v-cb5fa01a] {
  margin-top: 20px;
  position: relative;
}
.task_cover[data-v-cb5fa01a] {
  width: 100%;
  height: 80px;
  border-radius: 3px;
  margin: 10px;
}
.banner[data-v-cb5fa01a] {
  width: 100%;
  height: 150px;
}
.info-box[data-v-cb5fa01a] {
  margin-left: 10px;
}
.listTopImg[data-v-cb5fa01a] {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 106px;
}
.colon[data-v-cb5fa01a] {
  display: inline-block;
  margin: 0 4px;
  color: #da7621;
}
.ljlq-btn[data-v-cb5fa01a] {
  float: right;
  padding: 10px 50px;
  background-color: #ff6037;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  margin-right: 10px;
}
.van-tabbar-item__text a[data-v-cb5fa01a] {
  color: #646566;
}
.ytgsl[data-v-cb5fa01a] {
  float: right;
  margin-right: 10px;
}
.remuneration[data-v-cb5fa01a] {
  margin-top: 10px;
}
.cyymImg[data-v-cb5fa01a] {
  width: 70px;
  float: right;
  margin-right: 10px;
  margin-top: -40px;
}

span[data-v-6a5e1175],
p[data-v-6a5e1175],
ul[data-v-6a5e1175],
li[data-v-6a5e1175],
img[data-v-6a5e1175] {
  margin: 0;
  padding: 0
}
.questions-box[data-v-6a5e1175] {
  width: 100%; 
  margin-bottom: 20px;
}
li[data-v-6a5e1175] {
  list-style: none;
}
.list-box[data-v-6a5e1175] {
  margin-top: 20px;
}
.courseware[data-v-6a5e1175] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;  
  color: #000
}
.image_cover[data-v-6a5e1175] {
  width: 100%;
}

p[data-v-e55db668],
span[data-v-e55db668],
img[data-v-e55db668],
table[data-v-e55db668],
tr[data-v-e55db668],
td[data-v-e55db668],
th[data-v-e55db668] {
  margin: 0;
  padding: 0;
}
.article-box[data-v-e55db668] {
  width: 100%;
  overflow: hidden;
}
.list-box[data-v-e55db668] {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px solid #eae8f9;
  padding-bottom: 10px;
}
.title[data-v-e55db668] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1E1F24;
}
.desc[data-v-e55db668] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1E1F24;
  line-height: 30px;
  font-size: 15px;
  margin-top: -7px;
}
.ar-img[data-v-e55db668] {
  width: 100%;
  height: 100px;
  border-radius: 7px;
}
.list-row[data-v-e55db668] {
  width: 100%;
  border-bottom: 1px solid #eae8f9;
  margin: 15px 0;
}
.info-box[data-v-e55db668] {
  width:100%;
}
.questions-p[data-v-e55db668] {
  color: #000;
  margin-bottom: 10px;
}
.image-t[data-v-e55db668] {
  width: 100%;
  height: 150px;
}
.title-name[data-v-e55db668] {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}
.pagination-container[data-v-e55db668] .el-pagination__jump {
  display: none;
}

.charts-container {
  width: 100%; 
  background-image: url(/static/img/hhmsbjMob.a777d1a.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

p[data-v-33487782],
div[data-v-33487782],
span[data-v-33487782],
ul[data-v-33487782],
li[data-v-33487782] {
  margin: 0;
  padding: 0;
}
.main-box[data-v-33487782] {
  width: 89%;
  margin: 0 auto;
  clear: both;
}
.ebook-body[data-v-33487782] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.ebook-main[data-v-33487782] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.imgBanner[data-v-33487782] {
  width: 100%;
}
.search-box[data-v-33487782] {
  margin-top: 10px;
}
.pagination-container[data-v-33487782] {
  width: 100%;
  text-align: right;
  margin: 10px 0;
}
.paymentFee-box[data-v-33487782] {
  font-size: 12px;
  float: right;
  margin-right: 20px;
  margin-top: 6px;
  background: #ff3434;
  padding: 5px 10px;
  color: #fff;
  border-radius: 28px;
}
.paymentFee[data-v-33487782] {
  font-size: 14px;
}
.share-top-box[data-v-33487782] {
  float: right;
  margin-top: 5px;
}
.wxfx_label[data-v-33487782] {
  float: left;
  font-size: 12px;
  margin-top: 9px;
}
.share-cont[data-v-33487782] {
  display: inline;
}
.list-row[data-v-33487782] {
  margin-bottom: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 15px;
  border: 1px solid #e9e5e5;
}
.list-row[data-v-33487782]:hover {
  -webkit-box-shadow: 0px 0px 15px 7px rgb(0 0 0 / 18%);
          box-shadow: 0px 0px 15px 7px rgb(0 0 0 / 18%);
}
.ebook_name[data-v-33487782] {
  width: 100%;
  line-height: 35px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-weight: bold;
}
.resume[data-v-33487782] {
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #676161;
  margin-top: 20px;
}
.el-input-box[data-v-33487782],
.el-select-box[data-v-33487782] {
  margin-bottom: 10px;
  width: 100%;
}
.el-date-picker-lable[data-v-33487782] {
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
}
.list-box[data-v-33487782] {
  width: 100%;
  margin-top: 10px;
}
.ar-img[data-v-33487782] {
  width: 100%;
  height: 200px;
  border-radius: 3px;
  -webkit-box-shadow: 6px 5px 5px 0px rgb(0 0 0 / 18%);
          box-shadow: 6px 5px 5px 0px rgb(0 0 0 / 18%);
}
.shop_name[data-v-33487782] {
  width: 100%;
  font-size: 12px;
  color: #c4bebe;
  margin-top: 10px;
  text-align: center;
}
.res_ebook_author[data-v-33487782] {
  width: 100%;
  font-size: 14px;
  color: #877f7f;
  margin-top: 20px;
}
.actual_price[data-v-33487782] {
  font-size: 14px;
  color: #943737;
  margin-top: 20px;
  font-weight: bold;
}

p[data-v-1418ecc2] {
  margin: 0;
  padding: 0;
}
.list-div-box[data-v-1418ecc2] {
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}
.ebook-box[data-v-1418ecc2] {
  background: whitesmoke;
}
.list-box[data-v-1418ecc2] {
  margin-top: 15px;
}
li[data-v-1418ecc2] {
  margin-bottom: 5px;
}
.ebook-info[data-v-1418ecc2] {
  margin-top: 10px;
  overflow: hidden;
  border-top: 1px solid #e8e7e9;
  line-height: 30px;
  font-size: 12px;
  color: #c1b3b3;
}
.ebook-info span[data-v-1418ecc2] {
  margin-right: 10px;
}
.ebook-info a[data-v-1418ecc2] {
  font-size: 12px;
  color: #c1b3b3;
}
.ebook-list[data-v-1418ecc2] {
  margin-bottom: 20px;
}
.search-box[data-v-1418ecc2] {
  background-color: red;
  padding: 10px;
}
.res_ebook_name[data-v-1418ecc2] {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #000;
}
.image_cover[data-v-1418ecc2] {
  width: 100%;
}

p[data-v-a75ce782] {
    margin: 0;
    padding: 0;
}
.meunt[data-v-a75ce782] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 9;
    top: 0;
    overflow: hidden;
}
.main-box[data-v-a75ce782] {
    width: 89%;
    margin: 0px auto;
    clear: both;
    padding-top: 80px;
    padding-bottom: 20px;
}
.questions-more[data-v-a75ce782] {
    overflow: hidden;
    background: url(/static/img/bj.9c6673e.png);
}
.questions-main[data-v-a75ce782] {
    width: 100%;
    overflow: hidden;
    background: rgba(183, 183, 185, 0.11);
}

  /* 修改 */
.left-box[data-v-a75ce782] {
    width: 100%;
    position: relative;
    min-height: 510px;
}
.left-fu-box[data-v-a75ce782] {
    position: fixed;
    z-index: 2;
    width: 21%;
}
.list-box[data-v-a75ce782] {
    margin: 20px auto;
}
.margin-tool[data-v-a75ce782] {
    min-height: 80px;
    /* margin-top: 10px; */
}
.question_content[data-v-a75ce782] {
    width: 99%;
    padding-left: 1%;
}
.question_content p[data-v-a75ce782] {
    width: 100%;
    margin: 0;
    padding: 0;
}
.question_daan[data-v-a75ce782] {
    width: 100%;
    margin-left: 3%;
    overflow: hidden;
}
.question_answer[data-v-a75ce782] {
    color: red;
}
.daan-text[data-v-a75ce782] {
    display: block;
    margin-right: 20px;
    float: left;
}
.daan-text p[data-v-a75ce782] {
    float: left;
}
.textSection-box[data-v-a75ce782] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f6f6f7;
    color: #d0cfcf;
    font-size: 14px;
}
.textSection-right-box[data-v-a75ce782] {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.jsd-meta[data-v-a75ce782] {
    color: #9faec3 !important;
    margin-left: 10px;
    font-size: 12px;
}
.jsd-meta a[data-v-a75ce782] {
    color: #9faec3 !important;
}
.textSection-box a[data-v-a75ce782] {
    color: #b4b4b4;
}
.article_content-box[data-v-a75ce782] {
    width: 100%;
    overflow: hidden;
}
.article_content-box span[data-v-a75ce782] {
    font-size: 15px;
    line-height: 30px;
}
.icon-jiantou2[data-v-a75ce782] {
    color: #ff6060;
}
.checkbox-box[data-v-a75ce782] {
    width: 100%;
    margin: 10px 0;
}
.screen-p[data-v-a75ce782] {
    margin-bottom: 20px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
}
.subjectName[data-v-a75ce782] {
    width: 100%;
    text-align: center;
    background: #ff3434;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.subjectName1[data-v-a75ce782] {
    width: 100%;
    text-align: center;
    background: #3275bb;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
}
.icon-htmal5icon35[data-v-a75ce782] {
    font-size: 18px;
    line-height: 40px;
    margin-left: 10px;
}
.xlcd[data-v-a75ce782] {
    height: 0px;
    background: #fff;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px solid #5ab2ff;
    cursor: pointer;
    overflow-y: auto;
}
.activation[data-v-a75ce782] {
    height: 440px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 20px;
    width: 100%;
}
.el-radio-group[data-v-a75ce782] {
    /* margin-left: 10px; */
}
.gradeName[data-v-a75ce782] {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #268fea;
    margin-left: 10px;
    /* font-weight: 500; */
    /* margin: 10px 0 10px 15%; */
}
.subjectList-box[data-v-a75ce782] {
    width: 100%;
    /* margin-left: 10%; */
}
.subject-label[data-v-a75ce782] {
    line-height: 30px;
}
.margin-tool[data-v-a75ce782] {
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}
.el-collapse[data-v-a75ce782] {
    position: relative;
}
.share-cont[data-v-a75ce782] {
    display: inline;
}
.share-top-box[data-v-a75ce782] {
    text-align: right;
    margin-top: 5px;
    color: #d0cfcf;
}
.share-top .social-share .social-share-icon[data-v-a75ce782] {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    display: inline;
}
.info-share[data-v-a75ce782] {
    float: right;
}
.primary-color[data-v-a75ce782] {
    color: #2663bd;
    font-size: 15px;
    font-weight: 600;
}
.em-anchor[data-v-a75ce782] {
    color: #e2473d;
    cursor: pointer;
}
.left-box1 .el-card[data-v-a75ce782] {
    height: 457px;
    overflow-y: auto;
}
.left-box2 .el-card[data-v-a75ce782] {
    height: 600px;
    overflow-y: auto;
}
.left-box3 .el-card[data-v-a75ce782] {
    height: 700px;
    overflow-y: auto;
}
.knowledge[data-v-a75ce782] {
    line-height: 20px;
    margin-top: 15px;
    color: #2663bd;
    font-size: 15px;
    font-weight: 600;
}
.knowledgeClassName[data-v-a75ce782] {
    color: #81a3d6;
}
.dropdown-menu-box[data-v-a75ce782] {
    width: 700px;
    overflow: hidden;
    min-width: 100px;
}
.el-card[data-v-a75ce782],
  .el-message[data-v-a75ce782] {
    border-radius: 4px;
    overflow: inherit;
}
.search-box[data-v-a75ce782] {
    margin-top: 10px;
    background: #f1f2f3;
    padding: 5px 10px;
    border-radius: 4px;
}
.versions[data-v-a75ce782] {
    width: 100%;
    /* margin: 10px 0; */
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.el-dropdown[data-v-a75ce782] {
    display: block;
    position: relative;
    color: #606266;
    font-size: 14px;
    width: 100%;
}
.jsd-right-meta[data-v-a75ce782] {
    /* margin-right: 10px; */
    cursor: pointer;
    color: #4382e0 !important;
}
.icon-shoucang2[data-v-a75ce782],
  .icon-collection-b[data-v-a75ce782] {
    margin-right: 5px;
    font-size: 12px;
}
.icon-jiucuo1[data-v-a75ce782] {
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}
.icon-mulu1[data-v-a75ce782] {
    margin-right: 5px;
    font-size: 15px;
}
.icon-fenxiang2[data-v-a75ce782] {
    font-size: 14px;
}
.el-dropdown-menu__item i[data-v-a75ce782] {
    margin-right: 0px;
}

p[data-v-fbb914f2] {
    margin: 0;
    padding: 0;
}
.meunt[data-v-fbb914f2] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 9;
    top: 0;
    overflow: hidden;
}
.main-box[data-v-fbb914f2] {
    width: 89%;
    margin: 0px auto;
    clear: both;
    /* padding-top: 80px; */
    padding-bottom: 20px;
}
.questions-more[data-v-fbb914f2] {
    overflow: hidden;
    background: url(/static/img/bj.9c6673e.png);
}
.ebook-main[data-v-fbb914f2] {
    width: 100%;
    overflow: hidden;
    background: rgba(183, 183, 185, 0.11);
}

/* 修改 */
.left-box[data-v-fbb914f2] {
    width: 100%;
    position: relative;
    min-height: 510px;
}
.list-box[data-v-fbb914f2] {
    margin: 20px auto;
}
.margin-tool[data-v-fbb914f2] {
    min-height: 20px;
    /* margin-top: 10px; */
}
.question_content[data-v-fbb914f2] {
    width: 96%;
    padding-left: 2%
}
.answering_process[data-v-fbb914f2]{
    display: block;
}
.question_content p[data-v-fbb914f2] {
    width: 100%;
    margin: 0;
    padding: 0;
}
.question_daan[data-v-fbb914f2] {
    width: 96%;
    padding-left: 2%;
    overflow: hidden;
}
.question_daan table[data-v-fbb914f2] {
    text-align: center;
}
.question_answer[data-v-fbb914f2] {
    color: red;
}
.daan-text[data-v-fbb914f2] {
    display: block;
    margin-right: 20px;
    float: left;
}
.daan-text p[data-v-fbb914f2] {
    float: left;
}
.textSection-box[data-v-fbb914f2] {
    width: 100%;
    /* height: 50px; */
    line-height: 25px;
    background: #f1f2f3;
    font-size: 12px;
}
.textSection-right-box[data-v-fbb914f2] {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.jsd-meta[data-v-fbb914f2] {
    color: #6c809d !important;
    /* margin-left: 10px; */
    font-size: 12px;
}
.jsd-meta a[data-v-fbb914f2] {
    color: #6c809d !important;
}
.textSection-box span[data-v-fbb914f2] {
    margin-right: 10px;
    color: #b4b4b4;
}
.article_content-box[data-v-fbb914f2] {
    width: 100%;
    overflow: hidden;
}
.article_content-box span[data-v-fbb914f2] {
    font-size: 15px;
    line-height: 30px;
}
.icon-jiantou2[data-v-fbb914f2] {
    color: #ff6060;
}
.info-share[data-v-fbb914f2] {
    color: #b6aecd;
    font-size: 10px;
    float: right;
    margin-right: 20px;
}
.share-top-box[data-v-fbb914f2] {
    text-align: right;
    color: #d0cfcf;
    overflow: hidden;
}
.checkbox-box[data-v-fbb914f2] {
    width: 100%;
    margin: 10px 0;
}
.srr-lable[data-v-fbb914f2] {
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
    padding-bottom: 15px;
}
.screen-p[data-v-fbb914f2] {
    line-height: 30px;
}
.el-collapse-item__header .el-radio-button[data-v-fbb914f2] {
    padding-bottom: 15px;
}
.subjectName[data-v-fbb914f2] {
    text-align: center;
    background: #ff3434;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
}
.icon-htmal5icon35[data-v-fbb914f2] {
    font-size: 18px;
    line-height: 40px;
    margin-left: 10px;
}
.xlcd[data-v-fbb914f2] {
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}
.gradeName[data-v-fbb914f2] {
    line-height: 20px;
    font-size: 16px;
    color: #52a0f1;
    margin: 10px 0 10px 15px;
}
.labelName[data-v-fbb914f2] {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.subjectList-box[data-v-fbb914f2] {
    /* margin-left: 20px; */
    line-height: 50px;
}
.subject-label[data-v-fbb914f2] {
    line-height: 30px;
}
.margin-tool[data-v-fbb914f2] {
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}
.el-collapse[data-v-fbb914f2] {
    position: relative;
}
.share-cont[data-v-fbb914f2] {
    display: inline;
}
.share-top .social-share .social-share-icon[data-v-fbb914f2] {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    display: inline;
}
.primary-color[data-v-fbb914f2] {
    color: #2663bd;
    font-size: 15px;
    font-weight: 600;
}
.em-anchor[data-v-fbb914f2] {
    color: #e2473d;
    cursor: pointer;
}
.left-box1 .el-card[data-v-fbb914f2] {
    height: 457px;
    overflow-y: auto;
}
.left-box2 .el-card[data-v-fbb914f2] {
    height: 600px;
    overflow-y: auto;
}
.left-box3 .el-card[data-v-fbb914f2] {
    height: 700px;
    overflow-y: auto;
}
.knowledge[data-v-fbb914f2] {
    line-height: 20px;
    margin-top: 15px;
    color: #2663bd;
    font-size: 15px;
    font-weight: 600;
}
.knowledgeClassName[data-v-fbb914f2] {
    color: #81a3d6;
}
.dropdown-menu-box[data-v-fbb914f2] {
    width: 700px;
    overflow: hidden;
    min-width: 100px;
}
.el-card[data-v-fbb914f2],
.el-message[data-v-fbb914f2] {
    border-radius: 4px;
    overflow: inherit;
}
.search-box[data-v-fbb914f2] {
    margin-top: 10px;
}
.versions[data-v-fbb914f2] {
    width: 100%;
    margin: 10px 0;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.btmc[data-v-fbb914f2] {
    cursor: pointer;
}
.icon-shoucang2[data-v-fbb914f2],
.icon-collection-b[data-v-fbb914f2] {
    margin-right: 5px;
    font-size: 12px;
}
.icon-jiucuo1[data-v-fbb914f2] {
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}
.jsd-right-meta[data-v-fbb914f2] {
    cursor: pointer;
    color: #4382e0 !important;
}
.tree-box[data-v-fbb914f2] {
    min-height: 350px
}
.more-btn[data-v-fbb914f2] {
    color: #2663bd;
    cursor: pointer;
}
.eids-box .el-radio-group[data-v-fbb914f2] {
    width: 100%;
}
.buy-btn[data-v-fbb914f2] {
    background: red;
    color: #fff;
    padding: 0px 10px;
    border-radius: 3px;
    display: inline;
    cursor: pointer;
    float: right;
    margin-right: 20px;
}
.buy-btn-ygm[data-v-fbb914f2] {
    color: #ed1010;
    padding: 0px 10px;
    border-radius: 3px;
    display: inline;
    cursor: pointer;
    float: right;
    margin-right: 20px;
}
.xzkc[data-v-fbb914f2] {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.sell_price[data-v-fbb914f2] {
    color: red;
    font-size: 32px
}
.pay-box[data-v-fbb914f2] {
    width: 100%;
    min-height: 200px;
    margin-top: 20px;
}
.radio-box2[data-v-fbb914f2] {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.qrcode[data-v-fbb914f2] {
    width: 150px;
    margin: 20px auto;
}
.erwm[data-v-fbb914f2] {
    width: 150px;
    height: 150px;
    background: #e0dfdf;
    margin: 0 auto;
}
.wxsmzf[data-v-fbb914f2] {
    width: 100%;
    text-align: center;
    line-height: 40px;
}
.jy-title-name[data-v-fbb914f2] {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #e5dbdb;
    padding-bottom: 10px;
    color: #000;
}
.pay-type-box[data-v-fbb914f2] {
    margin-top: 20px;
}
.jy-box[data-v-fbb914f2] {
    min-height: 460px;
}
.icon-weixinzhifu1[data-v-fbb914f2] {
    font-size: 30px;
    color: #09bb07;
    margin-right: 10px;
}
.yfje[data-v-fbb914f2] {
    margin-top: 95px;
    font-size: 16px;
    color: #000;
    width: 100%;
}
.pay-type[data-v-fbb914f2] {
    width: 400px;
    margin: 0 auto;
}
.is-all-vip[data-v-fbb914f2] {
    font-size: 22px;
    color: red;
}
.agreement[data-v-fbb914f2] {
    cursor: pointer;
}
.yezf[data-v-fbb914f2] {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}
.dqye[data-v-fbb914f2] {
    width: 100%;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    color: #806868;
}
.agreement-p[data-v-fbb914f2] {
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    color: #a7a4a4;
    text-align: center;
}
.pay-btn[data-v-fbb914f2] {
    text-align: center;
    margin-top: 20px;
}
.sjzf[data-v-fbb914f2] {
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #806868;
}
.jzz[data-v-fbb914f2] {
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #a0a0a0;
    font-size: 15px;
}
.jzxg[data-v-fbb914f2] {
    margin-bottom: 30px;
}
.questionsBanner[data-v-fbb914f2] {
    width: 100%;
    margin-top: 60px
}
.el-icon-camera[data-v-fbb914f2] {
    font-size: 20px;
    position: absolute;
    right: 70px;
    top: 10px;
    color: #ccc;
    cursor: pointer;
}
.card-box[data-v-fbb914f2] {
    width: 80%;
    margin: 20px auto;
    min-height: 40px;
}
.el-icon-close[data-v-fbb914f2] {
    float: right;
    font-size: 20px;
    color: #ccc;
}
.tip-text[data-v-fbb914f2] {
    font-size: 12px;
    margin-top: 20px;
    color: #ccc;
}
.words-box[data-v-fbb914f2] {
    width: 100%;
    margin-top: 20px;
}
.paymentFee-box[data-v-fbb914f2] {
    font-size: 12px;
    float: left;
    /* margin-right: 20px; */
    margin-top: 5px;
    background: #ff3434;
    padding: 2px 5px;
    color: #fff;
    border-radius: 28px;
}
.paymentFee[data-v-fbb914f2] {
    font-size: 14px;
}
.cz-btn[data-v-fbb914f2] {
    font-size: 12px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    color: #a79f9f;
    cursor: pointer;
}

a[data-v-f6060c12],
a[data-v-f6060c12]:hover {
  text-decoration: none;
  outline: none;
  color: #3f484f;
}
ul[data-v-f6060c12],
ol[data-v-f6060c12],
h1[data-v-f6060c12],
h2[data-v-f6060c12],
h3[data-v-f6060c12],
h4[data-v-f6060c12],
p[data-v-f6060c12] {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul[data-v-f6060c12],
ol[data-v-f6060c12] {
  list-style: none;
}
.oder-info-box[data-v-f6060c12] {
  min-height: 400px;
}
.agreement-con[data-v-f6060c12] {
  height: 500px;
  overflow-y: auto;
  width: 100%;
}
.agreement-con h2[data-v-f6060c12] {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #303133;
  font-weight: bold;
}
.agreement-con p[data-v-f6060c12] {
  width: 100%;
  line-height: 30px;
}


div[data-v-dcfb4d8a],
p[data-v-dcfb4d8a] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-dcfb4d8a] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.box[data-v-dcfb4d8a] {
  width: 100%;
  background: rgba(183, 183, 185, 0.06);
  overflow: hidden;
}
.main-box[data-v-dcfb4d8a] {
  width: 100%;
  min-height: 100px;
}
.box-card2[data-v-dcfb4d8a] {
  margin-top: 15px;
}
.tob_div[data-v-dcfb4d8a] {
  margin-top: 15px;
}
.list-ul[data-v-dcfb4d8a] {
  width: 100%;
}
.search-accurate[data-v-dcfb4d8a] {
  width: 100%;
  margin-top: 20px;
}
.addmarginLeft[data-v-dcfb4d8a] {
  margin-left: 20px;
}
.srr-lable[data-v-dcfb4d8a] {
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
  padding-bottom: 15px;
}
.share-top-box[data-v-dcfb4d8a] {
  float: right;
  margin-top: 5px;
}
.screen-p[data-v-dcfb4d8a] {
  line-height: 40px;
}
.paymentFee-box[data-v-dcfb4d8a] {
  font-size: 12px;
  float: right;
  margin-right: 20px;
  margin-top: 6px;
  background: #ff3434;
  padding: 5px 10px;
  color: #fff;
  border-radius: 28px;
}
.paymentFee[data-v-dcfb4d8a] {
  font-size: 14px;
}
.icon-gongzhonghao[data-v-dcfb4d8a] {
  font-size: 21px;
  color: #66eb13;
  margin-right: 3px;
  float: left;
  margin-top: -6px;
}
.wxfx_label[data-v-dcfb4d8a] {
  float: left;
  font-size: 12px;
  margin-top: 9px;
}
.el-icon-share[data-v-dcfb4d8a] {
  float: right;
}
.list-box[data-v-dcfb4d8a] {
  margin-top: 10px;
}
.sort-box[data-v-dcfb4d8a] {
  display: inline-block;
  height: 5px;
}
.sort[data-v-dcfb4d8a] {
  text-align: center;
  color: #4a4a4a;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
}
.icon-jiantou[data-v-dcfb4d8a],
.icon-jiantou-copy[data-v-dcfb4d8a] {
  float: left;
}
.imgBanner[data-v-dcfb4d8a] {
  width: 100%;
}
.imgBanner-box[data-v-dcfb4d8a] {
  margin-top: 60px;
}
.cz-btn[data-v-dcfb4d8a] {
  font-size: 12px;
  float: right;
  margin-top: 15px;
  margin-right: 20px;
  color: #a79f9f;
  cursor: pointer;
}
.gmjil[data-v-dcfb4d8a] {
  font-size: 12px;
  color: #a79f9f;
  line-height: 50px;
}

/* .el-icon-camera {
  font-size: 20px;
  position: absolute;
  right: 70px;
  top: 10px;
  color: #ccc;
  cursor: pointer;
}

.card-box {
  width: 70%;
  margin: 20px auto;
  min-height: 40px;
}   */
.home[data-v-dcfb4d8a] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-dcfb4d8a] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
}
.body-box[data-v-dcfb4d8a] {
  width: 89%;
  margin: 0px auto;
  clear: both;
  padding-bottom: 30px;
}
.search-home-box[data-v-dcfb4d8a] {
  width: 85%;
  margin: 50px auto;
  min-height: 400px;
  background: #fff;
}
.search[data-v-dcfb4d8a] {
  width: 100%;
  min-height: 20px;
  /* background: rgb(245, 247, 250); */
  /* margin-top: 15px; */
  overflow: hidden;
  /* border-radius: 5px; */
  line-height: 48px;
}
.input-with-text[data-v-dcfb4d8a] {
  color: #000;
  font-size: 14px;
  /* margin-left: 20px; */
  font-weight: 700;
  float: left;
}
.fabu-btn[data-v-dcfb4d8a] {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
}
.fabu-btn a[data-v-dcfb4d8a] {
  color: #fff;
}
.el-image__inner[data-v-dcfb4d8a] {
  width: 100%;
}
.tags-box[data-v-dcfb4d8a] {
  margin-top: 20px;
}
.articles-box[data-v-dcfb4d8a] {
  width: 100%;
  min-height: 300px;
  margin-top: 20px;
}
.top-box[data-v-dcfb4d8a] {
  margin-top: 20px;
}
.el-input-box[data-v-dcfb4d8a] {
  width: 70%;
  margin: 0 auto;
  min-height: 40px;
  /* background: red; */
  position: relative;
}
.el-icon-camera[data-v-dcfb4d8a] {
  font-size: 20px;
  position: absolute;
  right: 70px;
  top: 10px;
  color: #ccc;
  cursor: pointer;
}
.card-box[data-v-dcfb4d8a] {
  width: 60%;
  margin: 20px auto;
  min-height: 40px;
}
.el-icon-close[data-v-dcfb4d8a] {
  float: right;
  font-size: 20px;
  color: #ccc;
}
.tip-text[data-v-dcfb4d8a] {
  font-size: 12px;
  margin-top: 20px;
  color: #ccc;
}
.words-box[data-v-dcfb4d8a] {
  width: 100%;
  margin-top: 20px;
}
.label-text[data-v-dcfb4d8a] {
  width: 100;
  line-height: 30px;
  background: #f3f3f3;
  padding-left: 10px;
}
.grid-content[data-v-dcfb4d8a] {
  width: 100%;
  min-height: 300px;
  border: 1px solid #f3f3f3;
}
.input-with-select .el-input-group__prepend[data-v-dcfb4d8a] {
  background-color: #fff;
  width: 100px;
}
.el-select .el-input[data-v-dcfb4d8a] {
  width: 130px;
}
.el-select>.el-input[data-v-dcfb4d8a] {
  display: block;
  width: 130px;
}
.share-cont[data-v-dcfb4d8a] {
  display: inline;
}
.pagination-container[data-v-dcfb4d8a] {
  width: 100%;
  text-align: right;
}
.jrtj-box[data-v-dcfb4d8a] {
  width: 100%;
  margin: 20px 0;
}
.jrtj-img[data-v-dcfb4d8a] {
  width: 150px;
}
.jrtj-list-box[data-v-dcfb4d8a] {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.boxRetract[data-v-dcfb4d8a] {
  height: 0px;
}
.boxExpand[data-v-dcfb4d8a] {
  height: 580px;
}
.label-box[data-v-dcfb4d8a] {
  margin: 20px 0;
}


div[data-v-3553e954],
  p[data-v-3553e954] {
    margin: 0;
    padding: 0;
}
.meunt[data-v-3553e954] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 20;
    top: 0;
    overflow: hidden;
}
.body-box[data-v-3553e954] {
    width: 89%;
    margin: 0px auto;
    clear: both;
    padding-bottom: 30px;
}
.box[data-v-3553e954] {
    width: 100%;
    background: rgba(183, 183, 185, 0.06);
    overflow: hidden;
}
.ebook-body[data-v-3553e954] {
    overflow: hidden;
    background: url(/static/img/bj.9c6673e.png);
}
.main-box[data-v-3553e954] {
    width: 100%;
    min-height: 100px;
}
.box-card2[data-v-3553e954] {
    margin-top: 15px;
}
.tob_div[data-v-3553e954] {
    margin-top: 15px;
}
.list-ul[data-v-3553e954] {
    width: 100%;
}
.search-box[data-v-3553e954] {
    margin-top: 10px;
}
.share-top-box[data-v-3553e954] {
    float: right;
    margin-top: 5px;
}
.paymentFee-box[data-v-3553e954] {
    font-size: 12px;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
    background: #ff3434;
    padding: 5px 10px;
    color: #fff;
    border-radius: 28px;
}
.paymentFee[data-v-3553e954] {
    font-size: 14px;
}
.icon-gongzhonghao[data-v-3553e954] {
    font-size: 21px;
    color: #66eb13;
    margin-right: 3px;
    float: left;
    margin-top: -6px;
}
.wxfx_label[data-v-3553e954] {
    float: left;
    font-size: 12px;
    margin-top: 9px;
}
.el-icon-share[data-v-3553e954] {
    float: right;
}
.list-box[data-v-3553e954] {
    margin-top: 10px;
}
.sort-box[data-v-3553e954] {
    display: inline-block;
    height: 5px;
}
.sort[data-v-3553e954] {
    text-align: center;
    color: #4a4a4a;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}
.icon-jiantou[data-v-3553e954],
  .icon-jiantou-copy[data-v-3553e954] {
    float: left;
}
.cz-btn[data-v-3553e954] {
    font-size: 12px;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    color: #a79f9f;
    cursor: pointer;
}
.share-cont[data-v-3553e954] {
    display: inline;
}
.controlBanner[data-v-3553e954] {
    width: 100%;
}
.controlBanner-box[data-v-3553e954] {
    margin-top: 60px;
}
.pagination-container[data-v-3553e954]{
    width: 100%;
    text-align: right;
}

body[data-v-a4c83352],
dd[data-v-a4c83352],
dl[data-v-a4c83352],
dt[data-v-a4c83352],
fieldset[data-v-a4c83352],
form[data-v-a4c83352],
h1[data-v-a4c83352],
h2[data-v-a4c83352],
h3[data-v-a4c83352],
h4[data-v-a4c83352],
h5[data-v-a4c83352],
h6[data-v-a4c83352],
hr[data-v-a4c83352],
input[data-v-a4c83352],
legend[data-v-a4c83352],
li[data-v-a4c83352],
ol[data-v-a4c83352],
p[data-v-a4c83352],
pre[data-v-a4c83352],
td[data-v-a4c83352],
textarea[data-v-a4c83352],
th[data-v-a4c83352],
ul[data-v-a4c83352],
div[data-v-a4c83352] {
    margin: 0;
    padding: 0;
}
.plate-list-box[data-v-a4c83352] {
    margin: 10px auto;
}
.ebook-cover[data-v-a4c83352] {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}
.res_fragment_content[data-v-a4c83352] {
    width: 100%;
    height: 200px;
    line-height: 21px;
    color: #898989;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
}
.icon-kongjian1[data-v-a4c83352] {
    margin-right: 10px;
    color: red;
}
.actual_price[data-v-a4c83352] {
    color: #f72323;
    font-size: 12px;
    margin-left: 20px;
}
.shop_name[data-v-a4c83352] {
    width: 100%;
    margin-top: 10px;
    background: #efeded;
    padding: 5px 0;
}
.shop_name a[data-v-a4c83352] {
    color: #919191;
    font-size: 12px;
    margin-left: 10px;
}
.by-button[data-v-a4c83352] {
    margin-left: 20px;
}
.res_image_name[data-v-a4c83352] {
    height: 25px;
    line-height: 25px;
}
.ve-pie-box[data-v-a4c83352] {
    margin-bottom: 10px;
}
.serialNo[data-v-a4c83352] {
    color: #919191;
    font-size: 12px;
    margin-left: 10px;
}
.dianjizk[data-v-a4c83352] {
    width: 98%;
    height: 60px;
    background-color: #f5f5f5e3;
    text-align: center;
    line-height: 60px;
    position: absolute;
    bottom: 40px;
    left: 1%;
    font-size: 13px;
}
.dianjizk span[data-v-a4c83352] {
    cursor: pointer;
    color: #5c75d7;
    font-size: 15px;
}
.res_fragment-box[data-v-a4c83352] {
    margin-bottom: 10px;
    position: relative;
}

div[data-v-504130d0],
  p[data-v-504130d0] {
    margin: 0;
    padding: 0;
}
.meunt[data-v-504130d0] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 20;
    top: 0;
    overflow: hidden;
}
.body-box[data-v-504130d0] {
    width: 89%;
    margin: 0px auto;
    clear: both;
    padding-bottom: 30px;
}
.box[data-v-504130d0] {
    width: 100%;
    background: rgba(183, 183, 185, 0.06);
    overflow: hidden;
}
.ebook-body[data-v-504130d0] {
    overflow: hidden;
    background: url(/static/img/bj.9c6673e.png);
}
.main-box[data-v-504130d0] {
    width: 100%;
    min-height: 100px;
}
.box-card2[data-v-504130d0] {
    margin-top: 15px;
}
.tob_div[data-v-504130d0] {
    margin-top: 15px;
}
.list-ul[data-v-504130d0] {
    width: 100%;
}
.search-box[data-v-504130d0] {
    margin-top: 10px;
}
.share-top-box[data-v-504130d0] {
    float: right;
    margin-top: 5px;
}
.paymentFee-box[data-v-504130d0] {
    font-size: 12px;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
    background: #ff3434;
    padding: 5px 10px;
    color: #fff;
    border-radius: 28px;
}
.paymentFee[data-v-504130d0] {
    font-size: 14px;
}
.icon-gongzhonghao[data-v-504130d0] {
    font-size: 21px;
    color: #66eb13;
    margin-right: 3px;
    float: left;
    margin-top: -6px;
}
.wxfx_label[data-v-504130d0] {
    float: left;
    font-size: 12px;
    margin-top: 9px;
}
.el-icon-share[data-v-504130d0] {
    float: right;
}
.list-box[data-v-504130d0] {
    margin-top: 10px;
}
.sort-box[data-v-504130d0] {
    display: inline-block;
    height: 5px;
}
.sort[data-v-504130d0] {
    text-align: center;
    color: #4a4a4a;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}
.icon-jiantou[data-v-504130d0],
  .icon-jiantou-copy[data-v-504130d0] {
    float: left;
}
.cz-btn[data-v-504130d0] {
    font-size: 12px;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    color: #a79f9f;
    cursor: pointer;
}
.share-cont[data-v-504130d0] {
    display: inline;
}
.controlBanner[data-v-504130d0] {
    width: 100%;
}
.controlBanner-box[data-v-504130d0] {
    margin-top: 60px;
}
.pagination-container[data-v-504130d0]{
    width: 100%;
    text-align: right;
}

p[data-v-49c5c0d1],div[data-v-49c5c0d1],span[data-v-49c5c0d1],li[data-v-49c5c0d1],ul[data-v-49c5c0d1],a[data-v-49c5c0d1]{
      margin: 0;
      padding: 0;
}
.questions-box[data-v-49c5c0d1] {
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding-top: 10px;
}
.van-checkbox[data-v-49c5c0d1] {
  float: left;
  padding: 5px;
}
.poetrys-box[data-v-49c5c0d1] {
  background: whitesmoke;
}
.btn-box[data-v-49c5c0d1] {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 15px;
}
li[data-v-49c5c0d1] {
  margin-bottom: 5px;
}
.poetrys-info[data-v-49c5c0d1] {
  overflow: hidden;
  border-top: 1px solid #e8e7e9;
  line-height: 30px;
  font-size: 12px;
  color: #c1b3b3;
  width: 95%;
  margin-left: 2.5%;
}
.poetrys-info span[data-v-49c5c0d1] {
  margin-right: 10px;
}
.poetrys-info a[data-v-49c5c0d1] {
  font-size: 12px;
  color: #c1b3b3;
}
.poetry-list[data-v-49c5c0d1] {
  margin-bottom: 10px;
}
.show-box[data-v-49c5c0d1] {
  width: 95%;
  margin-left: 2.5%;
}
.search-box[data-v-49c5c0d1] {
  width: 100%;
  background-color: red;
  padding: 10px 0;
}
.search-box-main[data-v-49c5c0d1] {
  width: 95%;
  margin-left: 2.5%;
}
.poetrys_title[data-v-49c5c0d1] {
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.btn-box[data-v-49c5c0d1] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.sb-btn[data-v-49c5c0d1] {
  width: 80%;
  height: 30px;
  background: red;
  color: #fff;
  text-align: center;
  margin-left: 10%;
  line-height: 30px;
  border-radius: 3px;
}
.mob-radio-show[data-v-49c5c0d1] {
  font-size: 12px;
  width: 100%;
  line-height: 30px;
  background: #fff;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.clean-btn[data-v-49c5c0d1] {
  margin-top: 5px;
  background-color: red;
  color: #fff;
  padding: 0px 10px;
  float: right;
  margin-right: 14px;
  line-height: 20px;
  border-radius: 2px;
}
.radio-title[data-v-49c5c0d1] {
  font-weight: bold;
}
.image_cover[data-v-49c5c0d1] {
  width: 95%;
  margin-left: 2.5%;
}
.res_control_name[data-v-49c5c0d1]{
    line-height: 30px;
    width: 95%;
  margin-left: 2.5%;
}
.ljxs[data-v-49c5c0d1]{
  width: 98%;
  line-height: 50px;
  background: #fff;
  padding-left: 2%;
  color: #bb5757;
}

p[data-v-5013b35a],
div[data-v-5013b35a],
span[data-v-5013b35a],
li[data-v-5013b35a],
ul[data-v-5013b35a],
a[data-v-5013b35a] {
  margin: 0;
  padding: 0;
}
.questions-box[data-v-5013b35a] {
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding-top: 10px;
}
.van-checkbox[data-v-5013b35a] {
  float: left;
  padding: 5px;
}
.poetrys-box[data-v-5013b35a] {
  background: whitesmoke;
}
.btn-box[data-v-5013b35a] {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 15px;
}
li[data-v-5013b35a] {
  margin-bottom: 5px;
}
.poetrys-info[data-v-5013b35a] {
  overflow: hidden;
  border-top: 1px solid #e8e7e9;
  line-height: 30px;
  font-size: 14px;
  color: #c1b3b3;
  width: 95%;
  padding: 0 2.5%;
  background: #efeded;
}
.poetrys-info span[data-v-5013b35a] {
  margin-right: 10px;
}
.poetrys-info a[data-v-5013b35a] {
  font-size: 12px;
  color: #c1b3b3;
}
.poetry-list[data-v-5013b35a] {
  margin-bottom: 10px;
}
.show-box[data-v-5013b35a] {
  width: 95%;
  margin-left: 2.5%;
}
.search-box[data-v-5013b35a] {
  width: 100%;
  background-color: red;
  padding: 10px 0;
}
.search-box-main[data-v-5013b35a] {
  width: 95%;
  margin-left: 2.5%;
}
.poetrys_title[data-v-5013b35a] {
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.btn-box[data-v-5013b35a] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.sb-btn[data-v-5013b35a] {
  width: 80%;
  height: 30px;
  background: red;
  color: #fff;
  text-align: center;
  margin-left: 10%;
  line-height: 30px;
  border-radius: 3px;
}
.mob-radio-show[data-v-5013b35a] {
  font-size: 12px;
  width: 100%;
  line-height: 30px;
  background: #fff;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.clean-btn[data-v-5013b35a] {
  margin-top: 5px;
  background-color: red;
  color: #fff;
  padding: 0px 10px;
  float: right;
  margin-right: 14px;
  line-height: 20px;
  border-radius: 2px;
}
.radio-title[data-v-5013b35a] {
  font-weight: bold;
}
.image_cover[data-v-5013b35a] {
  width: 95%;
  margin-left: 2.5%;
}
.res_fragment_name[data-v-5013b35a] {
  line-height: 30px;
  width: 95%;
  margin-left: 2.5%;
  color: #000;
}
.fragmentContent[data-v-5013b35a] {
  width: 95%;
  height: 200px;
  margin-left: 2.5%;
  line-height: 21px;
  color: #898989;
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
}
.ljxs[data-v-5013b35a] {
  width: 98%;
  line-height: 50px;
  background: #fff;
  padding-left: 2%;
  color: #bb5757;
}
.dianjizk[data-v-5013b35a] {
  width: 100%;
  height: 70px;
  background-color: #f5f5f5e3;
  text-align: center;
  line-height: 70px;
  position: absolute;
  bottom: 27px;
  left: 0;
  font-size: 18px;
}
.dianjizk span[data-v-5013b35a] {
  cursor: pointer;
  color: #5c75d7;
  font-size: 15px;
}

div[data-v-78277294],
  p[data-v-78277294] {
    margin: 0;
    padding: 0;
}
.meunt[data-v-78277294] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 20;
    top: 0;
    overflow: hidden;
}
.body-box[data-v-78277294] {
    width: 89%;
    margin: 0px auto;
    clear: both;
    padding-bottom: 30px;
}
.box[data-v-78277294] {
    width: 100%;
    background: rgba(183, 183, 185, 0.06);
    overflow: hidden;
}
.ebook-body[data-v-78277294] {
    overflow: hidden;
    background: url(/static/img/bj.9c6673e.png);
}
.main-box[data-v-78277294] {
    width: 100%;
    min-height: 100px;
}
.box-card2[data-v-78277294] {
    margin-top: 10px;
}
.list-ul[data-v-78277294] {
    width: 100%;
}
.list-box[data-v-78277294] {
    margin-top: 10px;
}
.search-box[data-v-78277294] {
    margin-top: 10px;
}
.share-top-box[data-v-78277294] {
    float: right;
    margin-top: 5px;
}
.icon-gongzhonghao[data-v-78277294] {
    font-size: 21px;
    color: #66eb13;
    margin-right: 3px;
    float: left;
    margin-top: -6px;
}
.wxfx_label[data-v-78277294] {
    float: left;
    font-size: 12px;
    margin-top:9px;
}
.el-icon-share[data-v-78277294] {
    float: right;
}
.sort-box[data-v-78277294] {
    display: inline-block;
    height: 5px;
}
.sort[data-v-78277294] {
    text-align: center;
    color: #4a4a4a;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}
.icon-jiantou[data-v-78277294],
  .icon-jiantou-copy[data-v-78277294] {
    float: left;
}
.paymentFee-box[data-v-78277294] {
    font-size: 12px;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
    background: #ff3434;
    padding: 5px 10px;
    color: #fff;
    border-radius: 28px;
}
.paymentFee[data-v-78277294] {
    font-size: 14px;
}
.icon-gongzhonghao[data-v-78277294] {
    font-size: 21px;
    color: #66eb13;
    margin-right: 3px;
    float: left;
    margin-top: -6px;
}
.videoBanner[data-v-78277294] {
    width: 100%;
}
.videoBanner-box[data-v-78277294] {
    margin-top: 60px;
}
.cz-btn[data-v-78277294] {
    font-size: 12px;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    color: #a79f9f;
    cursor: pointer;
}
.share-cont[data-v-78277294] {
    display: inline;
}
.pagination-container[data-v-78277294]{
    width: 100%;
    text-align: right;
}

*[data-v-5fceb0be] {
    margin: 0;
    padding: 0;
}
.video-player[data-v-5fceb0be] {
    height: 100%;
    width: 100%;
}
.van_swipe[data-v-5fceb0be] {
    width: 100%;
    height: 100%;
}
.van-swipe[data-v-5fceb0be] {
    width: 100%;
    height: 100%;
}
.container_box[data-v-5fceb0be] {
    width: 100%;
    height: 100vh;
    background-color: #000;
}
.video_box[data-v-5fceb0be] {
    /* object-fit: initial !important;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; */
}
video[data-v-5fceb0be] {
    -o-object-position: 0 0;
       object-position: 0 0;
}
.icon-yinpinbofang[data-v-5fceb0be] {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 999;
    font-size: 92px;
    color: #fff;
}
.play[data-v-5fceb0be],
  .platStart[data-v-5fceb0be] {
    /* position: absolute;
    margin: auto; */
    /* top: 0;
    left: 0; */
    /* z-index: 999; */
    width: 100%;
    /* height: 100%; */
}

  /* 点赞，转发 */
.tools_right[data-v-5fceb0be] {
    z-index: 1001;
    position: absolute;
    right: 16px;
    bottom: 238px;
}
.tools_r_li[data-v-5fceb0be] {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}
.tools_r_li[data-v-5fceb0be]:last-child {
    margin-bottom: 0px;
}
.icon_right[data-v-5fceb0be] {
    margin-bottom: 5px;
    font-size: 42px;
    display: block;
    text-shadow: 0px 0px 10px #9d9d9d;
    /*transition: .5s;*/
}
.production_box[data-v-5fceb0be] {
    z-index: 1001;
    position: absolute;
    /* right: 16px; */
    bottom: 40px;
    text-align: left;
    padding: 0 15px 15px 15px;
    color: #fff;
    width: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* Safari 5.1 - 6.0 */
    /* Opera 11.1 - 12.0 */
    /* Firefox 3.6 - 15 */
    background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(0, 0, 0, 0.2)),
        to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0));
    /* 标准的语法 */
}
.production_name[data-v-5fceb0be] {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.shop-name[data-v-5fceb0be] {
    font-size: 15px;
    line-height: 50px;
}
.production_des[data-v-5fceb0be] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 62px;
}
.production_des_i[data-v-5fceb0be] {
    font-style: normal;
    font-weight: 700;
    color: #fda085;
}
.container_bottom[data-v-5fceb0be] {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.production_top[data-v-5fceb0be] {
    display: inline-block;
    padding: 6px;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    margin-top: 5px;
}
.product_go[data-v-5fceb0be] {
    color: #fbdd21;
}
.production_title[data-v-5fceb0be] {
    margin-left: 4px;
}
.bottom_tab[data-v-5fceb0be] {
    width: 50%;
    text-align: center;
    float: left;
    color: #c9c9c9;
    padding: 10px 0;
}
.bottom_tab_span[data-v-5fceb0be] {
    line-height: 30px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    /* padding: 0 4px; */
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.tab_active .bottom_tab_span[data-v-5fceb0be] {
    border-bottom: 2px solid #fda085;
    color: #fda085;
}
.icon-shoucang[data-v-5fceb0be] {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.follow_active[data-v-5fceb0be] {
    color: #fda085;
    -webkit-animation: showHeart-data-v-5fceb0be 0.5s ease-in-out 0s;
            animation: showHeart-data-v-5fceb0be 0.5s ease-in-out 0s;
}
@-webkit-keyframes showHeart-data-v-5fceb0be {
0% {
      color: #f44;
      -webkit-transform: scale(1);
              transform: scale(1);
}
25% {
      color: #fff;
      -webkit-transform: scale(0);
              transform: scale(0);
}
80% {
      color: #f44;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
}
100% {
      color: #f44;
      -webkit-transform: scale(1);
              transform: scale(1);
}
}
@keyframes showHeart-data-v-5fceb0be {
0% {
      color: #f44;
      -webkit-transform: scale(1);
              transform: scale(1);
}
25% {
      color: #fff;
      -webkit-transform: scale(0);
              transform: scale(0);
}
80% {
      color: #f44;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
}
100% {
      color: #f44;
      -webkit-transform: scale(1);
              transform: scale(1);
}
}

  /*分享样式*/
.share_hover[data-v-5fceb0be] {
    position: fixed;
    display: none;
}
.share_box[data-v-5fceb0be] {
    position: fixed;
    bottom: -300px;
    width: 100%;
    z-index: 1002;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.share_tips[data-v-5fceb0be] {
    text-align: center;
    line-height: 38px;
    color: #333;
}
.share_ul[data-v-5fceb0be] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 25px 25px;
    border-bottom: 1px solid #e8e8e8;
}
.share_li[data-v-5fceb0be] {
    float: left;
    width: 33%;
    text-align: center;
}
.share_li i[data-v-5fceb0be] {
    font-size: 22px;
}
.share_cancel[data-v-5fceb0be] {
    text-align: center;
    line-height: 48px;
    color: #777;
    text-align: center;
}
.pengyouquan[data-v-5fceb0be] {
    color: #47d000;
}
.pengyouquan_li[data-v-5fceb0be] {
    -webkit-animation: rotating-data-v-5fceb0be 8s linear infinite;
            animation: rotating-data-v-5fceb0be 8s linear infinite;
}
@-webkit-keyframes rotating-data-v-5fceb0be {
from {
      -webkit-transform: rotate(0);
              transform: rotate(0);
}
to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
}
}
@keyframes rotating-data-v-5fceb0be {
from {
      -webkit-transform: rotate(0);
              transform: rotate(0);
}
to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
}
}
.weixin[data-v-5fceb0be] {
    color: #20ca2e;
}
.lianjie[data-v-5fceb0be] {
    color: #cdcdcd;
}
.share_active[data-v-5fceb0be] {
    bottom: 0px;
}
.van-swipe-item[data-v-5fceb0be] {
    display: table;
}
.video_container[data-v-5fceb0be] {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.res_video_cover[data-v-5fceb0be]{
      width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.icon-dianpu[data-v-5fceb0be]{
    margin-right:10px ;
}

div[data-v-4313f9ad],
  p[data-v-4313f9ad] {
    margin: 0;
    padding: 0;
}
.meunt[data-v-4313f9ad] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 20;
    top: 0;
    overflow: hidden;
}
.body-box[data-v-4313f9ad] {
    width: 89%;
    margin: 0px auto;
    clear: both;
    padding-bottom: 30px;
}
.box[data-v-4313f9ad] {
    width: 100%;
    background: rgba(183, 183, 185, 0.06);
    overflow: hidden;
}
.ebook-body[data-v-4313f9ad] {
    overflow: hidden;
    background: url(/static/img/bj.9c6673e.png);
}
.main-box[data-v-4313f9ad] {
    width: 100%;
    min-height: 100px;
}
.box-card2[data-v-4313f9ad] {
    margin-top: 10px;
}
.tob_div[data-v-4313f9ad] {
    margin-top: 15px;
}
.list-ul[data-v-4313f9ad] {
    width: 100%;
}
.search-box[data-v-4313f9ad] {
    margin-top: 10px;
}
.share-top-box[data-v-4313f9ad] {
    float: right;
    margin-top:5px;
}
.icon-gongzhonghao[data-v-4313f9ad] {
    font-size: 21px;
    color: #66eb13;
    margin-right: 3px;
    float: left;
    margin-top: -6px;
}
.wxfx_label[data-v-4313f9ad] {
    float: left;
    font-size: 12px;
    margin-top: 9px;
}
.el-icon-share[data-v-4313f9ad] {
    float: right;
}
.icon-jiantou[data-v-4313f9ad],
  .icon-jiantou-copy[data-v-4313f9ad] {
    float: left;
}
.paymentFee-box[data-v-4313f9ad] {
    font-size: 12px;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
    background: #ff3434;
    padding: 5px 10px;
    color: #fff;
    border-radius: 28px;
}
.paymentFee[data-v-4313f9ad] {
    font-size: 14px;
}
.icon-gongzhonghao[data-v-4313f9ad] {
    font-size: 21px;
    color: #66eb13;
    margin-right: 3px;
    float: left;
    margin-top: -6px;
}
.sort-box[data-v-4313f9ad] {
    display: inline-block;
    height: 5px;
}
.sort[data-v-4313f9ad] {
    text-align: center;
    color: #4a4a4a;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}
.audioBanner[data-v-4313f9ad] {
    width: 100%;
}
.audioBanner-box[data-v-4313f9ad] {
    margin-top: 60px;
}
.zwsj[data-v-4313f9ad] {
    width: 100%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    color: #ccc;
}
.cz-btn[data-v-4313f9ad] {
    font-size: 12px;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    color: #a79f9f;
    cursor: pointer;
}
.share-cont[data-v-4313f9ad] {
    display: inline;
}
.pagination-container[data-v-4313f9ad]{
    width: 100%;
    text-align: right;
}


p[data-v-32c9b3a7] {
  margin: 0;
  padding: 0;
}
.questions-box[data-v-32c9b3a7] {
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}
.van-checkbox[data-v-32c9b3a7] {
  float: left;
  padding: 5px;
}
.poetrys-box[data-v-32c9b3a7] {
  background: whitesmoke;
}
.list-box[data-v-32c9b3a7] {
  margin-top: 15px;
}
.btn-box[data-v-32c9b3a7] {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 15px;
}
li[data-v-32c9b3a7] {
  margin-bottom: 5px;
}
.poetrys-info[data-v-32c9b3a7] {
  margin-top: 20px;
  overflow: hidden;
  border-top: 1px solid #e8e7e9;
  line-height: 30px;
  font-size: 12px;
  color: #c1b3b3;
}
.poetrys-info span[data-v-32c9b3a7] {
  margin-right: 10px;
}
.poetrys-info a[data-v-32c9b3a7] {
  font-size: 12px;
  color: #c1b3b3;
}
.poetry-list[data-v-32c9b3a7] {
  margin-bottom: 20px;
}
.show-box[data-v-32c9b3a7] {
  width: 95%;
  margin-left: 2.5%;
}
.search-box[data-v-32c9b3a7] {
  width: 100%;
  background-color: red;
  padding: 10px 0;
}
.search-box-main[data-v-32c9b3a7] {
  width: 95%;
  margin-left: 2.5%;
}
.poetrys_title[data-v-32c9b3a7] {
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.btn-box[data-v-32c9b3a7] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.sb-btn[data-v-32c9b3a7] {
  width: 80%;
  height: 30px;
  background: red;
  color: #fff;
  text-align: center;
  margin-left: 10%;
  line-height: 30px;
  border-radius: 3px;
}
.mob-radio-show[data-v-32c9b3a7] {
  font-size: 12px;
  width: 100%;
  line-height: 30px;
  background: #fff;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.clean-btn[data-v-32c9b3a7] {
  margin-top: 5px;
  background-color: red;
  color: #fff;
  padding: 0px 10px;
  float: right;
  margin-right: 14px;
  line-height: 20px;
  border-radius: 2px;
}
.radio-title[data-v-32c9b3a7] {
  font-weight: bold;
}
.image_cover[data-v-32c9b3a7] {
  width: 95%;
  margin-bottom: 20px;
  margin-left: 2.5%;
}
.video_name[data-v-32c9b3a7] {
  line-height: 30px;
  color: #000;
  font-weight: bolder;
  font-size: 17px;
}


.meunt[data-v-3ee8501d] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.home-box1[data-v-3ee8501d] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-3ee8501d] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.main-box[data-v-3ee8501d] {
  width: 89%;
  margin: 80px auto;
  clear: both;
}
.box[data-v-3ee8501d] {
  width: 100%;
  /* background: rgba(183, 183, 185, 0.06); */
  overflow: hidden;
}
a[data-v-3ee8501d] {
  text-decoration: none;
}
.shop-name[data-v-3ee8501d] {
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
}
.content2[data-v-3ee8501d] {
  width: 95%;
  margin: 15px 2.5% 0 2.5%;
  font-size: 12px;
  line-height: 20px;
}
.content2 a[data-v-3ee8501d] {
  color: #cacaca;
}
.shop-name a[data-v-3ee8501d] {
  color: #606060;
}
.svg-box[data-v-3ee8501d] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
}
.svg-box1[data-v-3ee8501d] {
  background: #efefef;
}
.svg-box2[data-v-3ee8501d] {
  background: #d7e0f5;
}
.svg-box3[data-v-3ee8501d] {
  background: #ebd7f5;
}
.svg-box4[data-v-3ee8501d] {
  background: #d7f5eb;
}
.svg-box5[data-v-3ee8501d] {
  background: #f3f9d0;
}
.cover[data-v-3ee8501d] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  /* border: 1px solid #f0f0f0; */
}
.cover-svg[data-v-3ee8501d] {
  width: 60%;
  height: 100px;
  margin: 10px 0 0 20%;
}
.list-box[data-v-3ee8501d] {
  margin-top: 20px;
}
.article-box[data-v-3ee8501d] {
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
  position: relative;
}
.title[data-v-3ee8501d] {
  display: block;
  width: 100%;
  font-size: 17px;
  height: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: bold;
}
.abstract[data-v-3ee8501d] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  font-size: 14px;
}
.abstract a[data-v-3ee8501d] {
  color: #535869;
}
.title[data-v-3ee8501d]:hover {
  text-decoration: underline;
}
.jsd-meta[data-v-3ee8501d] {
  color: #ea6f5a !important;
}
.selectedArticles-list[data-v-3ee8501d] {
  width: 100%;
  min-height: 650px;
}
.adviertisement-right[data-v-3ee8501d] {
  margin-top: 20px;
}
.meta[data-v-3ee8501d] {
  font-size: 14px;
}
.icon-daojishi2[data-v-3ee8501d] {
  font-size: 12px;
}
.qriously-box[data-v-3ee8501d] {
  width: 100%;
  min-height: 50px;
  background: #fff;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}
.qriously-title[data-v-3ee8501d] {
  width: 100%;
  margin-top: 15px;
}
.icon-logo-wechat[data-v-3ee8501d] {
  color: #54ca0a;
  font-size: 17px;
}

p[data-v-771c90cd],
div[data-v-771c90cd],
span[data-v-771c90cd],
ul[data-v-771c90cd],
li[data-v-771c90cd] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-771c90cd] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.home-box1[data-v-771c90cd] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-771c90cd] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.main-box[data-v-771c90cd] {
  width: 89%;
  margin: 80px auto;
  clear: both;
}
.box[data-v-771c90cd] {
  width: 100%;
  /* background: rgba(183, 183, 185, 0.06); */
  overflow: hidden;
}
a[data-v-771c90cd] {
  text-decoration: none;
}
.shop-name[data-v-771c90cd] {
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
}
.content2[data-v-771c90cd] {
  width: 95%;
  margin: 15px 2.5% 0 2.5%;
  font-size: 12px;
  line-height: 20px;
}
.content2 a[data-v-771c90cd] {
  color: #cacaca;
}
.shop-name a[data-v-771c90cd] {
  color: #606060;
}
.svg-box[data-v-771c90cd] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
}
.svg-box1[data-v-771c90cd] {
  background: #efefef;
}
.svg-box2[data-v-771c90cd] {
  background: #d7e0f5;
}
.svg-box3[data-v-771c90cd] {
  background: #ebd7f5;
}
.svg-box4[data-v-771c90cd] {
  background: #d7f5eb;
}
.svg-box5[data-v-771c90cd] {
  background: #f3f9d0;
}
.cover[data-v-771c90cd] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  /* border: 1px solid #f0f0f0; */
}
.cover-svg[data-v-771c90cd] {
  width: 60%;
  height: 100px;
  margin: 10px 0 0 20%;
}
.article-box[data-v-771c90cd] {
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
  position: relative;
}
.title[data-v-771c90cd] {
  display: block;
  width: 100%;
  font-size: 17px;
  height: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: bold;
}
.abstract[data-v-771c90cd] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  font-size: 14px;
}
.abstract a[data-v-771c90cd] {
  color: #535869;
}
.title[data-v-771c90cd]:hover {
  text-decoration: underline;
}
.jsd-meta[data-v-771c90cd] {
  color: #ea6f5a !important;
}
.selectedArticles-list[data-v-771c90cd] {
  width: 100%;
  min-height: 650px;
}
.adviertisement-right[data-v-771c90cd] {
  margin-top: 20px;
}
.meta[data-v-771c90cd] {
  font-size: 14px;
}
.icon-daojishi2[data-v-771c90cd] {
  font-size: 12px;
}
.qriously-box[data-v-771c90cd] {
  width: 100%;
  min-height: 50px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.qriously-title[data-v-771c90cd] {
  width: 100%;
  margin-top: 15px;
}
.icon-logo-wechat[data-v-771c90cd] {
  color: #54ca0a;
  font-size: 17px;
}
.tags-box[data-v-771c90cd] {
  width: 100%;
  min-height: 10px;
  margin-bottom: 20px;
}
.statistics-box[data-v-771c90cd] {
  width: 100%;
  min-height: 50px;
  background: #fff;
}
.statistics-title[data-v-771c90cd] {
  width: 100%;
  color: #000;
  font-weight: bold;
}
.moer-btn[data-v-771c90cd] {
  float: right;
}
.moer-btn a[data-v-771c90cd] {
  color: #d6dad4;
  font-weight: inherit;
  font-size: 14px;
}
.moer-btn a[data-v-771c90cd]:hover {
  color: #51dc18;
}
.xlcd[data-v-771c90cd] {
  /* background: url('../../assets/images/blackboard.png'); */
  /* border-bottom: 2px solid #f1f2f3; */
  cursor: pointer;
  width: 100%;
  background-size: 100% 150px;
}
.labelName[data-v-771c90cd] {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  float: left;
  margin-right: 10px
}
.ewmbj[data-v-771c90cd] {
  width: 100%
}
.search-box[data-v-771c90cd] {
  padding: 10px 20px;
  background: #f5f3f3;
}
.test-paper-lable[data-v-771c90cd] {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
}


p[data-v-3509aefd],
div[data-v-3509aefd],
span[data-v-3509aefd],
ul[data-v-3509aefd],
li[data-v-3509aefd] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-3509aefd] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.home-box1[data-v-3509aefd] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-3509aefd] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.main-box[data-v-3509aefd] {
  width: 89%;
  margin: 0px auto;
  clear: both;
}
a[data-v-3509aefd] {
  text-decoration: none;
}
.cover[data-v-3509aefd] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
}
.courseware-list-box[data-v-3509aefd] {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.res_name[data-v-3509aefd] {
  width: 100%;
  line-height: 25px;
  height: 25px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.icon-ZIPtubiao[data-v-3509aefd] {
  margin-right: 10px;
  color: red;
}
.search-box[data-v-3509aefd] {
  margin-top: 10px;
}
.imgBanner-box[data-v-3509aefd] {
  margin-top: 60px;
}
.imgBanner[data-v-3509aefd] {
  width: 100%;
}
.pagination-container[data-v-3509aefd] {
  width: 100%;
  text-align: right;
  margin: 10px 0;
}
.list-box[data-v-3509aefd] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.paymentFee-box[data-v-3509aefd] {
  font-size: 12px;
  float: right;
  margin-right: 20px;
  margin-top: 6px;
  background: #ff3434;
  padding: 5px 10px;
  color: #fff;
  border-radius: 28px;
}
.paymentFee[data-v-3509aefd] {
  font-size: 14px;
}
.actual_price[data-v-3509aefd] {
  color: #f72323;
  font-size: 12px;
}
.by-button[data-v-3509aefd] {
  float: right;
}
.shop_name[data-v-3509aefd] {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.shop_name a[data-v-3509aefd] {
  color: #919191;
  font-size: 12px;
}
.tag_name[data-v-3509aefd] {
  font-size: 12px;
  color: #b16161;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 20px;
  margin-top: 10px;
}
.share-top-box[data-v-3509aefd] {
  float: right;
  margin-top: 5px;
}
.wxfx_label[data-v-3509aefd] {
  float: left;
  font-size: 12px;
  margin-top: 9px;
}
.share-cont[data-v-3509aefd] {
  display: inline;
}

p[data-v-1352e4a7] {
  margin: 0;
  padding: 0;
}
.list-div-box[data-v-1352e4a7] {
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}
.courseware-box[data-v-1352e4a7] {
  background: whitesmoke;
}
.list-box[data-v-1352e4a7] {
  margin-top: 15px;
}
li[data-v-1352e4a7] {
  margin-bottom: 5px;
}
.courseware-info[data-v-1352e4a7] {
  margin-top: 10px;
  overflow: hidden;
  border-top: 1px solid #e8e7e9;
  line-height: 30px;
  font-size: 12px;
  color: #c1b3b3;
}
.courseware-info span[data-v-1352e4a7] {
  margin-right: 10px;
}
.courseware-info a[data-v-1352e4a7] {
  font-size: 12px;
  color: #c1b3b3;
}
.courseware-list[data-v-1352e4a7] {
  margin-bottom: 20px;
}
.search-box[data-v-1352e4a7] {
  background-color: red;
  padding: 10px;
}
.res_courseware_name[data-v-1352e4a7] {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #000;
}
.image_cover[data-v-1352e4a7] {
  width: 100%;
}

div[data-v-3169fdff],
p[data-v-3169fdff],
img[data-v-3169fdff] {
  margin: 0;
  padding: 0;
}
.a-body[data-v-3169fdff] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.a-main[data-v-3169fdff] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-3169fdff] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.body-box[data-v-3169fdff] {
  margin: 0px auto;
  clear: both;
  width: 89%;
  min-height: 470px;
  overflow: hidden;
  padding-top: 80px;
}
.bg-purple[data-v-3169fdff] {
  width: 100%;
  min-height: 200px;
}
.title-name[data-v-3169fdff] {
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.cover-box[data-v-3169fdff] {
  width: 100%;
  text-align: center;
  min-height: 410px;
  /* display: table-cell; */
  /* vertical-align:middle; */
  /* -webkit-box-pack:center ;
        -webkit-justify-content:content;
        justify-content:content; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cover[data-v-3169fdff] {
  max-width: 100%;
  /* margin-top: 10px; */
}
.imgText-Info-box[data-v-3169fdff] {
  width: 100%;
  min-height: 200px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
}
.imgText-info[data-v-3169fdff] {
  padding: 15px;
}
.share-box[data-v-3169fdff] {
  line-height: 20px;
}
.relevant-box[data-v-3169fdff] {
  width: 100%;
  margin: 20px 0;
}
.line-text[data-v-3169fdff] {
  margin-bottom: 20px;
  font-size: 15px;
  color: #000000;
}
.relevant-tle[data-v-3169fdff] {
  color: #000;
  width: 98%;
  background: #e7e7e7;
  padding: 10px 1%;
  margin-bottom: 10px;
}
.share-tle[data-v-3169fdff] {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  color: #000;
  font-size: 15px;
}
.tags-list[data-v-3169fdff] {
  overflow: hidden;
  margin-bottom: 15px;
}
.tag-text[data-v-3169fdff] {
  padding: 0 10px;
  border-radius: 4px;
  line-height: 28px;
  font-size: 14px;
  color: #8e8e8e;
  display: block;
  float: left;
}
.category_name[data-v-3169fdff] {
  color: #8e8e8e;
}
.serial_no[data-v-3169fdff] {
  font-size: 12px;
  color: #8e8e8e;
}
.price-text[data-v-3169fdff] {
  color: #ff3434;
  font-weight: bold;
}
.list-cover-box[data-v-3169fdff] {
  width: 100%;
  margin-bottom: 10px;
}
.list-cover-box a[data-v-3169fdff] {
  color: #000;
  font-size: 14px;
}
.relevantCover[data-v-3169fdff] {
  width: 100%;
  height: 120px;
}
.srr-lable[data-v-3169fdff] {
  font-size: 14px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  color: #000;
}
.tag-text-list[data-v-3169fdff] {
  display: inline-block;
}
.cz-btn[data-v-3169fdff] {
  float: right;
  color: #258ed9;
  cursor: pointer;
  font-size: 12px;
}
.shop_name[data-v-3169fdff] {
  color: #bf6262;
}
.jy-title-name[data-v-3169fdff] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #e5dbdb;
  padding-bottom: 10px;
  color: #000;
}
.xzkc[data-v-3169fdff] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.sell_price[data-v-3169fdff] {
  color: red;
  font-size: 32px
}
.pay-box[data-v-3169fdff] {
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
}
.social-share .social-share-icon[data-v-3169fdff] {
  width: 20px;
  height: 20px;
}
.pay-main[data-v-3169fdff] {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}
.wxsmzf[data-v-3169fdff] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.dqye[data-v-3169fdff] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  color: #806868;
}
.radio-box2[data-v-3169fdff] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.sjzf[data-v-3169fdff] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #806868;
}
.yezf[data-v-3169fdff] {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.pay-btn[data-v-3169fdff] {
  text-align: center;
  margin-top: 20px;
}
.agreement-p[data-v-3169fdff] {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
  text-align: center;
}
.jy-box[data-v-3169fdff] {
  min-height: 460px;
}
.pay-type-box[data-v-3169fdff] {
  margin-top: 20px;
}
.pay-type[data-v-3169fdff] {
  width: 400px;
  margin: 0 auto;
}
.is-all-vip[data-v-3169fdff] {
  font-size: 22px;
  color: red;
}
.agreement[data-v-3169fdff] {
  cursor: pointer;
}
.yfje[data-v-3169fdff] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.qrcode[data-v-3169fdff] {
  width: 150px;
  margin: 20px auto;
}
.erwm[data-v-3169fdff] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.rwmsx[data-v-3169fdff] {
  width: 151px;
  height: 151px;
  /* line-height: 200px; */
  /* margin-left: 100px;
      margin-top: 20px;
      margin-bottom: 30px; */
  cursor: pointer;
}
.icon-weixinzhifu1[data-v-3169fdff] {
  font-size: 30px;
  color: #09bb07;
  margin-right: 10px;
}
.wxsmzf[data-v-3169fdff] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.tips-pay-text[data-v-3169fdff] {
  text-align: center;
  margin-top: 20px;
}
.particulars-box[data-v-3169fdff] {
  padding: 15px;
  background: #fff;
  margin-top: 20px;
}
.particulars-lable[data-v-3169fdff] {
  border-bottom: 1px solid #f5efef;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.clearfix-lable[data-v-3169fdff] {
  font-weight: bold;
}
.particulars-text[data-v-3169fdff] {
  color: #8e8e8e;
  font-size: 15px;
  line-height: 25px;
  margin-top: 7px;
}
.particulars-text-zw[data-v-3169fdff] {
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #8e8e8e;
  font-size: 15px;
}
.list-name[data-v-3169fdff] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
}


p[data-v-581b70fc],
div[data-v-581b70fc],
span[data-v-581b70fc],
img[data-v-581b70fc] {
  margin: 0;
  padding: 0;
}
.box[data-v-581b70fc] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.detail[data-v-581b70fc] {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.article-title[data-v-581b70fc] {
  width: 100%;
  font-size: 15px;
  /* font-weight: bold;   */
  margin: 10px 0 0 0;
}
.comment-box[data-v-581b70fc] {
  width: 100%;
}

/* // .yunzhangeditor img {
//   width: 95.5%;
// }   */
.article_author[data-v-581b70fc] {
  margin-right: 10px;
}
.purchase-box[data-v-581b70fc] {
  width: 100%;
  height: 100%;
  background: rgba(6, 6, 6, 0.49019607843137253);
  position: fixed;
  bottom: 0;
  z-index: 30;
}
.purchase-icon[data-v-581b70fc] {
  width: 100%;
  margin-left: 5%;
  margin: 10px 0 10px 0px;
}
.zf-text[data-v-581b70fc] {
  font-size: 14px;
}
.purchase-je[data-v-581b70fc] {
  width: 50%;
  height: 25px;
  line-height: 25px;
  color: black;
  border: 1px solid red;
  border-radius: 5px;
  text-align: center;
  margin-left: 25%;
  font-size: 14px;
}
.purchase-fkfs[data-v-581b70fc] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  color: black;
}
.pay[data-v-581b70fc] {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 350px;
}
.show[data-v-581b70fc] {
  width: 90%;
  margin: 0 auto;
}
.show li[data-v-581b70fc] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.show img[data-v-581b70fc] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.show input[type="radio"][data-v-581b70fc] {
  display: none;
}
.show input[type="radio"]+span[data-v-581b70fc] {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

/* .show input[type="radio"]:checked+span {
  border: 1px solid #66c068;
  border-radius: 20px;
  background: url(../../assets/images/checkbox-on.png) no-repeat;
  background-size: 19px 18.9px;
} */
.showList[data-v-581b70fc] {
  width: 100%;
  position: absolute;
  top: 183px;
  left: 0;
}
.showList li[data-v-581b70fc] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.showList img[data-v-581b70fc] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.showList input[type="radio"][data-v-581b70fc] {
  display: none;
}
.showList input[type="radio"]+span[data-v-581b70fc] {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.showList input[type="radio"]:checked+span[data-v-581b70fc] {
  border: 1px solid #66c068;
  border-radius: 20px;
  /* background: url(../../assets/images/checkbox.png) no-repeat; */
  background-size: 20px 20px;
}
label[data-v-581b70fc] {
  width: 100%;
  height: 60px;
  display: inline-block;
}
.book-recovery-bot2[data-v-581b70fc] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background: #65bf67;
}
.book-recovery-bot2 div[data-v-581b70fc] {
  width: 100%;
  height: 100%;
  float: left;
}
.book-recovery-bot2 a[data-v-581b70fc] {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  display: block;
}
.payBottom[data-v-581b70fc] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #65bf67;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
}
.payBottom li[data-v-581b70fc] {
  width: 50%;
  height: 60px;
  float: left;
}
.payBottom span[data-v-581b70fc] {
  font-size: 24px;
  margin-top: 10px;
}
.article-info[data-v-581b70fc] {
  width: 100%;
  margin-bottom: 15px;
  background: #f6f8fd;
}
.release[data-v-581b70fc] {
  padding: 10px;
}
.el-rate[data-v-581b70fc] {
  display: inline;
}
.release span[data-v-581b70fc] {
  margin-right: 20px;
  font-size: 15px;
  line-height: 20px;
}
.icontag[data-v-581b70fc] {
  color: #efbe72;
  margin-right: 10px;
}
.btn-text[data-v-581b70fc] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.article-con[data-v-581b70fc] {
  width: 100%;
  text-align: center;
}
.preview-img[data-v-581b70fc] {
  width: 80%;
}
.particulars-text[data-v-581b70fc] {
  width: 100%;
  min-height: 20px;
  line-height: 30px;
  margin: 20px 0;
}
.actual_price[data-v-581b70fc] {
  color: #fb3939;
  font-weight: bold;
}
.release-p[data-v-581b70fc] {
  line-height: 40px;
}
.res_name[data-v-581b70fc] {
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #eaebf1;
  margin-bottom: 10px;
}


.questions-box[data-v-b33c41b8] {
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}
.van-checkbox[data-v-b33c41b8] {
  float: left;
  padding: 5px;
}
.poetrys-box[data-v-b33c41b8] {
  background: whitesmoke;
}
.list-box[data-v-b33c41b8] {
  margin-top: 15px;
}
.btn-box[data-v-b33c41b8] {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 15px;
}
li[data-v-b33c41b8] {
  margin-bottom: 5px;
}
.poetrys-info[data-v-b33c41b8] {
  margin-top: 20px;
  overflow: hidden;
  border-top: 1px solid #e8e7e9;
  line-height: 30px;
  font-size: 12px;
  color: #c1b3b3;
}
.poetrys-info span[data-v-b33c41b8] {
  margin-right: 10px;
}
.poetrys-info a[data-v-b33c41b8] {
  font-size: 12px;
  color: #c1b3b3;
}
.poetry-list[data-v-b33c41b8] {
  margin-bottom: 20px;
}
.show-box[data-v-b33c41b8] {
  width: 95%;
  margin-left: 2.5%;
}
.search-box[data-v-b33c41b8] {
  width: 100%;
  background-color: red;
  padding: 10px 0;
}
.search-box-main[data-v-b33c41b8] {
  width: 95%;
  margin-left: 2.5%;
}
.poetrys_title[data-v-b33c41b8] {
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.btn-box[data-v-b33c41b8] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.sb-btn[data-v-b33c41b8] {
  width: 80%;
  height: 30px;
  background: red;
  color: #fff;
  text-align: center;
  margin-left: 10%;
  line-height: 30px;
  border-radius: 3px;
}
.mob-radio-show[data-v-b33c41b8] {
  font-size: 12px;
  width: 100%;
  line-height: 30px;
  background: #fff;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.clean-btn[data-v-b33c41b8] {
  margin-top: 5px;
  background-color: red;
  color: #fff;
  padding: 0px 10px;
  float: right;
  margin-right: 14px;
  line-height: 20px;
  border-radius: 2px;
}
.radio-title[data-v-b33c41b8] {
  font-weight: bold;
}
.image_cover[data-v-b33c41b8] {
  width: 95%;
  margin-bottom: 20px;
  margin-left: 2.5%;
}
.ljxs[data-v-b33c41b8]{
  width: 98%;
  line-height: 50px;
  background: #fff;
  padding-left: 2%;
  color: #bb5757;
}

div[data-v-0e9b7c0d],
p[data-v-0e9b7c0d],
img[data-v-0e9b7c0d] {
  margin: 0;
  padding: 0;
}
.a-body[data-v-0e9b7c0d] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.a-main[data-v-0e9b7c0d] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-0e9b7c0d] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.body-box[data-v-0e9b7c0d] {
  margin: 80px auto;
  clear: both;
  width: 89%;

  padding-bottom: 50px;
  min-height: 500px;
  overflow: hidden;
}
.bg-purple[data-v-0e9b7c0d] {
  width: 100%;
  min-height: 200px;
}
.title-name[data-v-0e9b7c0d] {
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
}
.cover-box[data-v-0e9b7c0d] {
  width: 100%;
  text-align: center;
  min-height: 400px;
  overflow: hidden;
}
.audio-cover[data-v-0e9b7c0d] {
  width: 70%;
  /* height: 320px; */
}
.cover[data-v-0e9b7c0d] {
  width: 100%;
  /* margin-top: 10px; */
}
.imgText-Info-box[data-v-0e9b7c0d] {
  width: 100%;
  min-height: 200px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
}
.imgText-info[data-v-0e9b7c0d],
.tags-box[data-v-0e9b7c0d] {
  padding: 15px;
}
.share-box[data-v-0e9b7c0d] {
  line-height: 20px;
}
.relevant-box[data-v-0e9b7c0d] {
  width: 100%;
  margin-top: 20px;
}
.line-text[data-v-0e9b7c0d] {
  margin-bottom: 20px;
  font-size: 15px;
  color: #000000;
}
.tag-tle[data-v-0e9b7c0d],
.relevant-tle[data-v-0e9b7c0d] {
  color: #434343;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: bold;
}
.relevant-tle[data-v-0e9b7c0d] {
  width: 100%;
  border-bottom: 2px solid #ff3434;
}
.share-tle[data-v-0e9b7c0d] {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  color: #000;
  font-size: 15px;
}
.tags-list[data-v-0e9b7c0d] {
  overflow: hidden;
  margin-bottom: 20px;
}
.tag-text[data-v-0e9b7c0d] {
  padding: 0 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #8e8e8e;
  display: block;
  float: left;
}
.price-text[data-v-0e9b7c0d] {
  color: #ff3434;
  font-weight: bold;
}
.el-button--primary[data-v-0e9b7c0d],
.el-button--success[data-v-0e9b7c0d] {
  width: 100%;
}
.list-cover-box[data-v-0e9b7c0d] {
  width: 100%;
  margin-bottom: 20px;
  height: 150px;
}
.list-name[data-v-0e9b7c0d] {
  width: 100%;
  height: 30px;
  /* line-height: 30px; */
  text-align: center;
  /* background: #f3f3f3; */
}
.list-cover-box a[data-v-0e9b7c0d] {
  color: #000;
  font-size: 14px;
}
.relevantCover[data-v-0e9b7c0d] {
  width: 100%;
  height: 120px;
}
.aplayer-box[data-v-0e9b7c0d] {
  width: 100%;
}
.aplayer[data-v-0e9b7c0d] {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: normal;
  position: relative;
}
.jy-box[data-v-0e9b7c0d] {
  min-height: 460px;
}
.pay-type-box[data-v-0e9b7c0d] {
  margin-top: 20px;
}
.pay-type[data-v-0e9b7c0d] {
  width: 400px;
  margin: 0 auto;
}
.is-all-vip[data-v-0e9b7c0d] {
  font-size: 22px;
  color: red;
}
.agreement[data-v-0e9b7c0d] {
  cursor: pointer;
}
.yfje[data-v-0e9b7c0d] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.qrcode[data-v-0e9b7c0d] {
  width: 150px;
  margin: 20px auto;
}
.erwm[data-v-0e9b7c0d] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.jy-title-name[data-v-0e9b7c0d] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #e5dbdb;
  padding-bottom: 10px;
  color: #000;
}
.xzkc[data-v-0e9b7c0d] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.sell_price[data-v-0e9b7c0d] {
  color: red;
  font-size: 32px
}
.pay-box[data-v-0e9b7c0d] {
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
}
.pay-main[data-v-0e9b7c0d] {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}
.wxsmzf[data-v-0e9b7c0d] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.dqye[data-v-0e9b7c0d] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  color: #806868;
}
.radio-box2[data-v-0e9b7c0d] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.sjzf[data-v-0e9b7c0d] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #806868;
}
.yezf[data-v-0e9b7c0d] {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.pay-btn[data-v-0e9b7c0d] {
  text-align: center;
  margin-top: 20px;
}
.agreement-p[data-v-0e9b7c0d] {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
  text-align: center;
}
.jy-box[data-v-0e9b7c0d] {
  min-height: 460px;
}
.pay-type-box[data-v-0e9b7c0d] {
  margin-top: 20px;
}
.pay-type[data-v-0e9b7c0d] {
  width: 400px;
  margin: 0 auto;
}
.is-all-vip[data-v-0e9b7c0d] {
  font-size: 22px;
  color: red;
}
.agreement[data-v-0e9b7c0d] {
  cursor: pointer;
}
.yfje[data-v-0e9b7c0d] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.qrcode[data-v-0e9b7c0d] {
  width: 150px;
  margin: 20px auto;
}
.erwm[data-v-0e9b7c0d] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.rwmsx[data-v-0e9b7c0d] {
  width: 151px;
  height: 151px;
  /* line-height: 200px; */
  /* margin-left: 100px;
      margin-top: 20px;
      margin-bottom: 30px; */
  cursor: pointer;
}
.icon-weixinzhifu1[data-v-0e9b7c0d] {
  font-size: 30px;
  color: #09bb07;
  margin-right: 10px;
}
.wxsmzf[data-v-0e9b7c0d] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.tips-pay-text[data-v-0e9b7c0d] {
  text-align: center;
  margin-top: 20px;
}
.particulars-box[data-v-0e9b7c0d] {
  padding: 15px;
  background: #fff;
}
.particulars-lable[data-v-0e9b7c0d] {
  border-bottom: 1px solid #f5efef;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.clearfix-lable[data-v-0e9b7c0d] {
  font-weight: bold;
}
.particulars-text[data-v-0e9b7c0d] {
  color: #8e8e8e;
  font-size: 15px;
  line-height: 25px;
  margin-top: 7px;
}
.particulars-text-zw[data-v-0e9b7c0d] {
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #8e8e8e;
  font-size: 15px;
}
.tag-text-list[data-v-0e9b7c0d] {
  display: inline-block;
}
.srr-lable[data-v-0e9b7c0d] {
  font-size: 14px;
  margin-right: 10px;
  float: left;
  color: #000;
}
.cz-btn[data-v-0e9b7c0d] {
  float: right;
  color: #258ed9;
  cursor: pointer;
  font-size: 12px;
}
.shop_name[data-v-0e9b7c0d] {
  color: #bf6262;
}
.serial_no[data-v-0e9b7c0d] {
  font-size: 12px;
  color: #8e8e8e;
}
.category_name[data-v-0e9b7c0d] {
  color: #8e8e8e;
}


p[data-v-53bac7a2],
div[data-v-53bac7a2],
span[data-v-53bac7a2],
img[data-v-53bac7a2] {
  margin: 0;
  padding: 0;
}
.box[data-v-53bac7a2] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.detail[data-v-53bac7a2] {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.article-title[data-v-53bac7a2] {
  width: 100%;
  font-size: 15px;
  /* font-weight: bold;   */
  margin: 10px 0 0 0;
}
.comment-box[data-v-53bac7a2] {
  width: 100%;
}

/* // .yunzhangeditor img {
  //   width: 95.5%;
  // }   */
.article_author[data-v-53bac7a2] {
  margin-right: 10px;
}
.purchase-box[data-v-53bac7a2] {
  width: 100%;
  height: 100%;
  background: rgba(6, 6, 6, 0.49019607843137253);
  position: fixed;
  bottom: 0;
  z-index: 30;
}
.purchase-icon[data-v-53bac7a2] {
  width: 100%;
  margin-left: 5%;
  margin: 10px 0 10px 0px;
}
.zf-text[data-v-53bac7a2] {
  font-size: 14px;
}
.purchase-je[data-v-53bac7a2] {
  width: 50%;
  height: 25px;
  line-height: 25px;
  color: black;
  border: 1px solid red;
  border-radius: 5px;
  text-align: center;
  margin-left: 25%;
  font-size: 14px;
}
.purchase-fkfs[data-v-53bac7a2] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  color: black;
}
.pay[data-v-53bac7a2] {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 350px;
}
.show[data-v-53bac7a2] {
  width: 90%;
  margin: 0 auto;
}
.show li[data-v-53bac7a2] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.show img[data-v-53bac7a2] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.show input[type="radio"][data-v-53bac7a2] {
  display: none;
}
.show input[type="radio"]+span[data-v-53bac7a2] {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

/* .show input[type="radio"]:checked+span {
    border: 1px solid #66c068;
    border-radius: 20px;
    background: url(../../assets/images/checkbox-on.png) no-repeat;
    background-size: 19px 18.9px;
  } */
.showList[data-v-53bac7a2] {
  width: 100%;
  position: absolute;
  top: 183px;
  left: 0;
}
.showList li[data-v-53bac7a2] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.showList img[data-v-53bac7a2] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.showList input[type="radio"][data-v-53bac7a2] {
  display: none;
}
.showList input[type="radio"]+span[data-v-53bac7a2] {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.showList input[type="radio"]:checked+span[data-v-53bac7a2] {
  border: 1px solid #66c068;
  border-radius: 20px;
  /* background: url(../../assets/images/checkbox.png) no-repeat; */
  background-size: 20px 20px;
}
label[data-v-53bac7a2] {
  width: 100%;
  height: 60px;
  display: inline-block;
}
.book-recovery-bot2[data-v-53bac7a2] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background: #65bf67;
}
.book-recovery-bot2 div[data-v-53bac7a2] {
  width: 100%;
  height: 100%;
  float: left;
}
.book-recovery-bot2 a[data-v-53bac7a2] {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  display: block;
}
.payBottom[data-v-53bac7a2] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #65bf67;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
}
.payBottom li[data-v-53bac7a2] {
  width: 50%;
  height: 60px;
  float: left;
}
.payBottom span[data-v-53bac7a2] {
  font-size: 24px;
  margin-top: 10px;
}
.article-info[data-v-53bac7a2] {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  background: #f6f8fd
}
.release[data-v-53bac7a2] {
  padding: 10px;
}
.release p[data-v-53bac7a2] {
  min-height: 20px;
  width: 100%;
}
.el-rate[data-v-53bac7a2] {
  display: inline;
}
.release span[data-v-53bac7a2] {
  margin-right: 20px;
  font-size: 15px;
  line-height: 20px;
}
.icontag[data-v-53bac7a2] {
  color: #efbe72;
  margin-right: 10px;
}
.btn-text[data-v-53bac7a2] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.cover[data-v-53bac7a2] {
  width: 100%;
}
.actual_price[data-v-53bac7a2] {
  color: #fb3939;
  font-weight: bold;
}
.release-p[data-v-53bac7a2] {
  line-height: 40px;
}
.res_name[data-v-53bac7a2] {
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #eaebf1;
  margin-bottom: 10px;
}
.particulars-text[data-v-53bac7a2] {
  width: 100%;
  min-height: 20px;
  line-height: 30px;
  margin: 20px 0;
}

div[data-v-46411607],
p[data-v-46411607],
img[data-v-46411607] {
  margin: 0;
  padding: 0;
}
.a-body[data-v-46411607] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.a-main[data-v-46411607] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-46411607] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.body-box[data-v-46411607] {
  margin: 80px auto;
  clear: both;
  width: 89%;

  padding-bottom: 50px;
  min-height: 500px;
  overflow: hidden;
}
.bg-purple[data-v-46411607] {
  width: 100%;
  min-height: 200px;
}
.title-name[data-v-46411607] {
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
}
.cover-box[data-v-46411607] {
  width: 100%;
  text-align: center;
  min-height: 400px;
}
.relevantCover[data-v-46411607] {
  width: 100%;
  height: 120px;
}
.imgText-Info-box[data-v-46411607] {
  width: 100%;
  min-height: 200px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
}
.imgText-info[data-v-46411607] {
  padding: 15px;
}
.share-box[data-v-46411607] {
  line-height: 20px;
}
.relevant-box[data-v-46411607] {
  width: 100%;
  margin-top: 20px;
}
.relevant-tle[data-v-46411607] {
  width: 100%;
  border-bottom: 2px solid #ff3434;
}
.share-tle[data-v-46411607] {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  color: #000;
  font-size: 15px;
}
.tags-list[data-v-46411607] {
  overflow: hidden;
  margin-bottom: 15px;
}
.tag-text[data-v-46411607] {
  padding: 0 10px;
  border-radius: 4px;
  line-height: 28px;
  font-size: 14px;
  color: #8e8e8e;
  display: block;
  float: left;
}
.price-text[data-v-46411607] {
  color: #ff3434;
}
.el-button--primary[data-v-46411607],
.el-button--success[data-v-46411607] {
  width: 100%;
}
.list-cover-box[data-v-46411607] {
  width: 100%;
  margin-bottom: 20px;
  height: 150px;
}
.list-name[data-v-46411607] {
  width: 100%;
  height: 30px;
  /* line-height: 30px; */
  text-align: center;
  /* background: #f3f3f3; */
}
.list-cover-box a[data-v-46411607] {
  color: #000;
  font-size: 14px;
}
.line-text a[data-v-46411607] {
  color: #a0a0a0;
}
.line-text[data-v-46411607] {
  margin-bottom: 20px;
  font-size: 15px;
  color: #000000;
}
.clearfix-lable[data-v-46411607] {
  font-weight: bold;
}
.category_name[data-v-46411607] {
  color: #8e8e8e;
}
.pay-main[data-v-46411607] {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}
.shop_name[data-v-46411607] {
  color: #bf6262;
}
.price-text[data-v-46411607] {
  color: #ff3434;
  font-weight: bold;
}
.srr-lable[data-v-46411607] {
  font-size: 14px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  color: #000;
}
.serial_no[data-v-46411607] {
  font-size: 12px;
  color: #8e8e8e;
}
.cz-btn[data-v-46411607] {
  float: right;
  color: #258ed9;
  cursor: pointer;
  font-size: 12px;
}
.social-share .social-share-icon[data-v-46411607] {
  width: 20px;
  height: 20px;
}
.share-top .social-share .social-share-icon[data-v-46411607] {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
}
.particulars-box[data-v-46411607] {
  padding: 15px;
  background: #fff;
}
.particulars-lable[data-v-46411607] {
  border-bottom: 1px solid #f5efef;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.particulars-text[data-v-46411607] {
  color: #8e8e8e;
  font-size: 15px;
  line-height: 25px;
  margin-top: 7px;
}
.particulars-text-zw[data-v-46411607] {
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #8e8e8e;
  font-size: 15px;
}
.jy-box[data-v-46411607] {
  min-height: 460px;
}
.pay-type-box[data-v-46411607] {
  margin-top: 20px;
}
.pay-type[data-v-46411607] {
  width: 400px;
  margin: 0 auto;
}
.is-all-vip[data-v-46411607] {
  font-size: 22px;
  color: red;
}
.agreement[data-v-46411607] {
  cursor: pointer;
}
.yfje[data-v-46411607] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.qrcode[data-v-46411607] {
  width: 150px;
  margin: 20px auto;
}
.erwm[data-v-46411607] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.jy-title-name[data-v-46411607] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #e5dbdb;
  padding-bottom: 10px;
  color: #000;
}
.xzkc[data-v-46411607] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.sell_price[data-v-46411607] {
  color: red;
  font-size: 32px
}
.pay-box[data-v-46411607] {
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
}
.pay-main[data-v-46411607] {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}
.wxsmzf[data-v-46411607] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.dqye[data-v-46411607] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  color: #806868;
}
.radio-box2[data-v-46411607] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.sjzf[data-v-46411607] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #806868;
}
.yezf[data-v-46411607] {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.pay-btn[data-v-46411607] {
  text-align: center;
  margin-top: 20px;
}
.agreement-p[data-v-46411607] {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
  text-align: center;
}
.jy-box[data-v-46411607] {
  min-height: 460px;
}
.pay-type-box[data-v-46411607] {
  margin-top: 20px;
}
.pay-type[data-v-46411607] {
  width: 400px;
  margin: 0 auto;
}
.is-all-vip[data-v-46411607] {
  font-size: 22px;
  color: red;
}
.agreement[data-v-46411607] {
  cursor: pointer;
}
.yfje[data-v-46411607] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.qrcode[data-v-46411607] {
  width: 150px;
  margin: 20px auto;
}
.erwm[data-v-46411607] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.rwmsx[data-v-46411607] {
  width: 151px;
  height: 151px;
  /* line-height: 200px; */
  /* margin-left: 100px;
      margin-top: 20px;
      margin-bottom: 30px; */
  cursor: pointer;
}
.icon-weixinzhifu1[data-v-46411607] {
  font-size: 30px;
  color: #09bb07;
  margin-right: 10px;
}
.wxsmzf[data-v-46411607] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.tips-pay-text[data-v-46411607] {
  text-align: center;
  margin-top: 20px;
}
.particulars-box[data-v-46411607] {
  padding: 15px;
  background: #fff;
}
.particulars-lable[data-v-46411607] {
  border-bottom: 1px solid #f5efef;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.clearfix-lable[data-v-46411607] {
  font-weight: bold;
}
.particulars-text[data-v-46411607] {
  color: #8e8e8e;
  font-size: 15px;
  line-height: 25px;
  margin-top: 7px;
}
.particulars-text-zw[data-v-46411607] {
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #8e8e8e;
  font-size: 15px;
}
.tag-text-list[data-v-46411607] {
  display: inline-block;
}
.srr-lable[data-v-46411607] {
  font-size: 14px;
  margin-right: 10px;
  float: left;
  color: #000;
}
.cz-btn[data-v-46411607] {
  float: right;
  color: #258ed9;
  cursor: pointer;
  font-size: 12px;
}
.shop_name[data-v-46411607] {
  color: #bf6262;
}
.serial_no[data-v-46411607] {
  font-size: 12px;
  color: #8e8e8e;
}
.category_name[data-v-46411607] {
  color: #8e8e8e;
}


.box[data-v-5fde2dac] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.detail[data-v-5fde2dac] {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.article-title[data-v-5fde2dac] {
  width: 100%;
  font-size: 15px;
  /* font-weight: bold;   */
  margin: 10px 0 0 0;
}
.comment-box[data-v-5fde2dac] {
  width: 100%;
}

/* // .yunzhangeditor img {
  //   width: 95.5%;
  // }   */
.article_author[data-v-5fde2dac] {
  margin-right: 10px;
}
.purchase-box[data-v-5fde2dac] {
  width: 100%;
  height: 100%;
  background: rgba(6, 6, 6, 0.49019607843137253);
  position: fixed;
  bottom: 0;
  z-index: 30;
}
.purchase-icon[data-v-5fde2dac] {
  width: 100%;
  margin-left: 5%;
  margin: 10px 0 10px 0px;
}
.zf-text[data-v-5fde2dac] {
  font-size: 14px;
}
.purchase-je[data-v-5fde2dac] {
  width: 50%;
  height: 25px;
  line-height: 25px;
  color: black;
  border: 1px solid red;
  border-radius: 5px;
  text-align: center;
  margin-left: 25%;
  font-size: 14px;
}
.purchase-fkfs[data-v-5fde2dac] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  color: black;
}
.pay[data-v-5fde2dac] {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 350px;
}
.show[data-v-5fde2dac] {
  width: 90%;
  margin: 0 auto;
}
.show li[data-v-5fde2dac] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.show img[data-v-5fde2dac] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.show input[type="radio"][data-v-5fde2dac] {
  display: none;
}
.show input[type="radio"]+span[data-v-5fde2dac] {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

/* .show input[type="radio"]:checked+span {
    border: 1px solid #66c068;
    border-radius: 20px;
    background: url(../../assets/images/checkbox-on.png) no-repeat;
    background-size: 19px 18.9px;
  } */
.showList[data-v-5fde2dac] {
  width: 100%;
  position: absolute;
  top: 183px;
  left: 0;
}
.showList li[data-v-5fde2dac] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.showList img[data-v-5fde2dac] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.showList input[type="radio"][data-v-5fde2dac] {
  display: none;
}
.showList input[type="radio"]+span[data-v-5fde2dac] {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.showList input[type="radio"]:checked+span[data-v-5fde2dac] {
  border: 1px solid #66c068;
  border-radius: 20px;
  /* background: url(../../assets/images/checkbox.png) no-repeat; */
  background-size: 20px 20px;
}
label[data-v-5fde2dac] {
  width: 100%;
  height: 60px;
  display: inline-block;
}
.book-recovery-bot2[data-v-5fde2dac] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background: #65bf67;
}
.book-recovery-bot2 div[data-v-5fde2dac] {
  width: 100%;
  height: 100%;
  float: left;
}
.book-recovery-bot2 a[data-v-5fde2dac] {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  display: block;
}
.payBottom[data-v-5fde2dac] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #65bf67;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
}
.payBottom li[data-v-5fde2dac] {
  width: 50%;
  height: 60px;
  float: left;
}
.payBottom span[data-v-5fde2dac] {
  font-size: 24px;
  margin-top: 10px;
}
.article-info[data-v-5fde2dac] {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  /* border-bottom:1px solid #8c92ab; */
  background: #f6f8fd;
}
.release[data-v-5fde2dac] {
  padding: 10px;
}
.release p[data-v-5fde2dac] {
  min-height: 20px;
  width: 100%;
}
.el-rate[data-v-5fde2dac] {
  display: inline;
}
.release span[data-v-5fde2dac] {
  color: #666;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
}
.icontag[data-v-5fde2dac] {
  color: #efbe72;
  margin-right: 10px;
}
.btn-text[data-v-5fde2dac] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.cover[data-v-5fde2dac] {
  width: 100%;
}
.res_video_name[data-v-5fde2dac] {
  width: 100%;
  line-height: 25px;
  font-size: 18px;
  color: #000;
}

div[data-v-5dc023ef],
p[data-v-5dc023ef],
img[data-v-5dc023ef] {
  margin: 0;
  padding: 0;
}
.a-body[data-v-5dc023ef] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.a-main[data-v-5dc023ef] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-5dc023ef] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.body-box[data-v-5dc023ef] {
  margin: 80px auto;
  clear: both;
  width: 89%;

  padding-bottom: 50px;
  min-height: 500px;
  overflow: hidden;
}
.bg-purple[data-v-5dc023ef] {
  width: 100%;
  min-height: 200px;
  position: relative;
}
.title-name[data-v-5dc023ef] {
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.cover-box[data-v-5dc023ef] {
  width: 60%;
  text-align: center;
  min-height: 400px;
  margin-left: 20%;
}
.cover[data-v-5dc023ef] {
  width: 70%;
  /* margin-top: 10px; */
}
.imgText-Info-box[data-v-5dc023ef] {
  width: 100%;
  min-height: 200px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin-top: 20px;
}
.imgText-info[data-v-5dc023ef] {
  padding: 15px;
}
.relevant-box[data-v-5dc023ef] {
  width: 100%;
  margin-top: 20px;
}
.tag-tle[data-v-5dc023ef],
.share-tle[data-v-5dc023ef],
.relevant-tle[data-v-5dc023ef] {
  color: #434343;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: bold;
}
.relevant-tle[data-v-5dc023ef] {
  width: 100%;
  border-bottom: 2px solid #ff3434;
}
.el-button--primary[data-v-5dc023ef],
.el-button--success[data-v-5dc023ef] {
  width: 100%;
}
.list-cover-box[data-v-5dc023ef] {
  width: 100%;
  margin-bottom: 20px;
  height: 150px;
}
.list-name[data-v-5dc023ef] {
  width: 100%;
  height: 30px;
  /* line-height: 30px; */
  text-align: center;
  /* background: #f3f3f3; */
}
.list-cover-box a[data-v-5dc023ef] {
  color: #000;
  font-size: 14px;
}
.relevantCover[data-v-5dc023ef] {
  width: 100%;
  height: 120px;
}
.line-text[data-v-5dc023ef] {
  margin-bottom: 20px;
  font-size: 15px;
  color: #000000;
}
.clearfix-lable[data-v-5dc023ef] {
  font-weight: bold;
}
.category_name[data-v-5dc023ef] {
  color: #8e8e8e;
}
.price-text[data-v-5dc023ef] {
  color: #ff3434;
  font-weight: bold;
}
.shop_name[data-v-5dc023ef] {
  color: #bf6262;
}
.srr-lable[data-v-5dc023ef] {
  font-size: 14px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  color: #000;
}
.tags-list[data-v-5dc023ef] {
  overflow: hidden;
  margin-bottom: 15px;
}
.tag-text[data-v-5dc023ef] {
  padding: 0 10px;
  border-radius: 4px;
  line-height: 28px;
  font-size: 14px;
  color: #8e8e8e;
  display: block;
  float: left;
}
.share-tle[data-v-5dc023ef] {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  color: #000;
  font-size: 15px;
}
.serial_no[data-v-5dc023ef] {
  font-size: 12px;
  color: #8e8e8e;
}
.ckys-btn[data-v-5dc023ef] {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.jy-box[data-v-5dc023ef] {
  min-height: 460px;
}
.pay-type-box[data-v-5dc023ef] {
  margin-top: 20px;
}
.pay-type[data-v-5dc023ef] {
  width: 400px;
  margin: 0 auto;
}
.is-all-vip[data-v-5dc023ef] {
  font-size: 22px;
  color: red;
}
.agreement[data-v-5dc023ef] {
  cursor: pointer;
}
.yfje[data-v-5dc023ef] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.qrcode[data-v-5dc023ef] {
  width: 150px;
  margin: 20px auto;
}
.erwm[data-v-5dc023ef] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.rwmsx[data-v-5dc023ef] {
  width: 151px;
  height: 151px;
  /* line-height: 200px; */
  /* margin-left: 100px;
      margin-top: 20px;
      margin-bottom: 30px; */
  cursor: pointer;
}
.icon-weixinzhifu1[data-v-5dc023ef] {
  font-size: 30px;
  color: #09bb07;
  margin-right: 10px;
}
.wxsmzf[data-v-5dc023ef] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.tips-pay-text[data-v-5dc023ef] {
  text-align: center;
  margin-top: 20px;
}
.particulars-box[data-v-5dc023ef] {
  padding: 15px;
  background: #fff;
}
.particulars-lable[data-v-5dc023ef] {
  border-bottom: 1px solid #f5efef;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.clearfix-lable[data-v-5dc023ef] {
  font-weight: bold;
}
.particulars-text[data-v-5dc023ef] {
  color: #8e8e8e;
  font-size: 15px;
  line-height: 25px;
  margin-top: 7px;
}
.particulars-text-zw[data-v-5dc023ef] {
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #8e8e8e;
  font-size: 15px;
}
.tag-text-list[data-v-5dc023ef] {
  display: inline-block;
}
.cz-btn[data-v-5dc023ef] {
  float: right;
  color: #258ed9;
  cursor: pointer;
  font-size: 12px;
}
.shop_name[data-v-5dc023ef] {
  color: #bf6262;
}
.serial_no[data-v-5dc023ef] {
  font-size: 12px;
  color: #8e8e8e;
}
.category_name[data-v-5dc023ef] {
  color: #8e8e8e;
}
.pay-box[data-v-5dc023ef] {
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
}
.pay-main[data-v-5dc023ef] {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}
.radio-box2[data-v-5dc023ef] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.sjzf[data-v-5dc023ef] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #806868;
}
.yezf[data-v-5dc023ef] {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.pay-btn[data-v-5dc023ef] {
  text-align: center;
  margin-top: 20px;
}
.agreement-p[data-v-5dc023ef] {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
  text-align: center;
}
.jy-box[data-v-5dc023ef] {
  min-height: 460px;
}
.pay-type-box[data-v-5dc023ef] {
  margin-top: 20px;
}
.pay-type[data-v-5dc023ef] {
  width: 400px;
  margin: 0 auto;
}
.is-all-vip[data-v-5dc023ef] {
  font-size: 22px;
  color: red;
}
.agreement[data-v-5dc023ef] {
  cursor: pointer;
}
.yfje[data-v-5dc023ef] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.dqye[data-v-5dc023ef] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  color: #806868;
}
.xzkc[data-v-5dc023ef] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.sell_price[data-v-5dc023ef] {
  color: red;
  font-size: 32px
}


p[data-v-1a6c5642],
div[data-v-1a6c5642],
span[data-v-1a6c5642],
img[data-v-1a6c5642] {
  margin: 0;
  padding: 0;
}
.box[data-v-1a6c5642] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.detail[data-v-1a6c5642] {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.article-title[data-v-1a6c5642] {
  width: 100%;
  font-size: 15px;
  /* font-weight: bold;   */
  margin: 10px 0 0 0;
}
.comment-box[data-v-1a6c5642] {
  width: 100%;
}

/* // .yunzhangeditor img {
  //   width: 95.5%;
  // }   */
.article_author[data-v-1a6c5642] {
  margin-right: 10px;
}
.purchase-box[data-v-1a6c5642] {
  width: 100%;
  height: 100%;
  background: rgba(6, 6, 6, 0.49019607843137253);
  position: fixed;
  bottom: 0;
  z-index: 30;
}
.purchase-icon[data-v-1a6c5642] {
  width: 100%;
  margin-left: 5%;
  margin: 10px 0 10px 0px;
}
.zf-text[data-v-1a6c5642] {
  font-size: 14px;
}
.purchase-je[data-v-1a6c5642] {
  width: 50%;
  height: 25px;
  line-height: 25px;
  color: black;
  border: 1px solid red;
  border-radius: 5px;
  text-align: center;
  margin-left: 25%;
  font-size: 14px;
}
.purchase-fkfs[data-v-1a6c5642] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  color: black;
}
.pay[data-v-1a6c5642] {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 350px;
}
.show[data-v-1a6c5642] {
  width: 90%;
  margin: 0 auto;
}
.show li[data-v-1a6c5642] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.show img[data-v-1a6c5642] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.show input[type="radio"][data-v-1a6c5642] {
  display: none;
}
.show input[type="radio"]+span[data-v-1a6c5642] {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

/* .show input[type="radio"]:checked+span {
    border: 1px solid #66c068;
    border-radius: 20px;
    background: url(../../assets/images/checkbox-on.png) no-repeat;
    background-size: 19px 18.9px;
  } */
.showList[data-v-1a6c5642] {
  width: 100%;
  position: absolute;
  top: 183px;
  left: 0;
}
.showList li[data-v-1a6c5642] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.showList img[data-v-1a6c5642] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.showList input[type="radio"][data-v-1a6c5642] {
  display: none;
}
.showList input[type="radio"]+span[data-v-1a6c5642] {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.showList input[type="radio"]:checked+span[data-v-1a6c5642] {
  border: 1px solid #66c068;
  border-radius: 20px;
  /* background: url(../../assets/images/checkbox.png) no-repeat; */
  background-size: 20px 20px;
}
label[data-v-1a6c5642] {
  width: 100%;
  height: 60px;
  display: inline-block;
}
.book-recovery-bot2[data-v-1a6c5642] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background: #65bf67;
}
.book-recovery-bot2 div[data-v-1a6c5642] {
  width: 100%;
  height: 100%;
  float: left;
}
.book-recovery-bot2 a[data-v-1a6c5642] {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  display: block;
}
.payBottom[data-v-1a6c5642] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #65bf67;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
}
.payBottom li[data-v-1a6c5642] {
  width: 50%;
  height: 60px;
  float: left;
}
.payBottom span[data-v-1a6c5642] {
  font-size: 24px;
  margin-top: 10px;
}
.article-info[data-v-1a6c5642] {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  background: #f6f8fd
}
.release[data-v-1a6c5642] {
  padding: 10px;
}
.release p[data-v-1a6c5642] {
  min-height: 20px;
  width: 100%;
}
.el-rate[data-v-1a6c5642] {
  display: inline;
}
.release span[data-v-1a6c5642] {
  font-size: 15px;
  line-height: 20px;
}
.icontag[data-v-1a6c5642] {
  color: #efbe72;
  margin-right: 10px;
}
.btn-text[data-v-1a6c5642] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.cover[data-v-1a6c5642] {
  width: 100%;
}
.particulars-text[data-v-1a6c5642] {
  width: 100%;
  min-height: 20px;
  line-height: 30px;
  margin: 20px 0;
}
.price-text[data-v-1a6c5642] {
  color: #ff3434;
  font-weight: bold;
}
.res_name[data-v-1a6c5642] {
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #eaebf1;
  margin-bottom: 10px;
}
.release-p[data-v-1a6c5642] {
  line-height: 40px;
}

p[data-v-71bd6fa4],
div[data-v-71bd6fa4],
span[data-v-71bd6fa4],
img[data-v-71bd6fa4] {
  margin: 0;
  padding: 0;
}
.box[data-v-71bd6fa4] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.detail[data-v-71bd6fa4] {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.article-title[data-v-71bd6fa4] {
  width: 100%;
  font-size: 15px;
  /* font-weight: bold;   */
  margin: 10px 0 0 0;
}
.comment-box[data-v-71bd6fa4] {
  width: 100%;
}

/* // .yunzhangeditor img {
  //   width: 95.5%;
  // }   */
.article_author[data-v-71bd6fa4] {
  margin-right: 10px;
}
.purchase-box[data-v-71bd6fa4] {
  width: 100%;
  height: 100%;
  background: rgba(6, 6, 6, 0.49019607843137253);
  position: fixed;
  bottom: 0;
  z-index: 30;
}
.purchase-icon[data-v-71bd6fa4] {
  width: 100%;
  margin-left: 5%;
  margin: 10px 0 10px 0px;
}
.zf-text[data-v-71bd6fa4] {
  font-size: 14px;
}
.purchase-je[data-v-71bd6fa4] {
  width: 50%;
  height: 25px;
  line-height: 25px;
  color: black;
  border: 1px solid red;
  border-radius: 5px;
  text-align: center;
  margin-left: 25%;
  font-size: 14px;
}
.purchase-fkfs[data-v-71bd6fa4] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  color: black;
}
.pay[data-v-71bd6fa4] {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 350px;
}
.show[data-v-71bd6fa4] {
  width: 90%;
  margin: 0 auto;
}
.show li[data-v-71bd6fa4] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.show img[data-v-71bd6fa4] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.show input[type="radio"][data-v-71bd6fa4] {
  display: none;
}
.show input[type="radio"]+span[data-v-71bd6fa4] {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

/* .show input[type="radio"]:checked+span {
    border: 1px solid #66c068;
    border-radius: 20px;
    background: url(../../assets/images/checkbox-on.png) no-repeat;
    background-size: 19px 18.9px;
  } */
.showList[data-v-71bd6fa4] {
  width: 100%;
  position: absolute;
  top: 183px;
  left: 0;
}
.showList li[data-v-71bd6fa4] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.showList img[data-v-71bd6fa4] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.showList input[type="radio"][data-v-71bd6fa4] {
  display: none;
}
.showList input[type="radio"]+span[data-v-71bd6fa4] {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.showList input[type="radio"]:checked+span[data-v-71bd6fa4] {
  border: 1px solid #66c068;
  border-radius: 20px;
  /* background: url(../../assets/images/checkbox.png) no-repeat; */
  background-size: 20px 20px;
}
label[data-v-71bd6fa4] {
  width: 100%;
  height: 60px;
  display: inline-block;
}
.book-recovery-bot2[data-v-71bd6fa4] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background: #65bf67;
}
.book-recovery-bot2 div[data-v-71bd6fa4] {
  width: 100%;
  height: 100%;
  float: left;
}
.book-recovery-bot2 a[data-v-71bd6fa4] {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  display: block;
}
.payBottom[data-v-71bd6fa4] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #65bf67;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
}
.payBottom li[data-v-71bd6fa4] {
  width: 50%;
  height: 60px;
  float: left;
}
.payBottom span[data-v-71bd6fa4] {
  font-size: 24px;
  margin-top: 10px;
}
.article-info[data-v-71bd6fa4] {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  background: #f6f8fd
}
.release[data-v-71bd6fa4] {
  padding: 10px;
}
.release p[data-v-71bd6fa4] {
  min-height: 20px;
  width: 100%;
}
.el-rate[data-v-71bd6fa4] {
  display: inline;
}
.release span[data-v-71bd6fa4] {
  font-size: 15px;
  line-height: 20px;
}
.icontag[data-v-71bd6fa4] {
  color: #efbe72;
  margin-right: 10px;
}
.btn-text[data-v-71bd6fa4] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.cover[data-v-71bd6fa4] {
  width: 100%;
}
.particulars-text[data-v-71bd6fa4] {
  width: 100%;
  min-height: 20px;
  line-height: 30px;
  margin: 20px 0;
  color: #898989;
}
.res_fragment_name[data-v-71bd6fa4] {
  width: 100%;
  line-height: 25px;
  font-size: 18px;
  color: #000;
}
.price-text[data-v-71bd6fa4] {
  color: #ff3434;
  font-weight: bold;
}
.res_name[data-v-71bd6fa4] {
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #eaebf1;
  margin-bottom: 10px;
}
.release-p[data-v-71bd6fa4] {
  line-height: 40px;
}

div[data-v-5ded894c],
p[data-v-5ded894c],
img[data-v-5ded894c] {
  margin: 0;
  padding: 0;
}
.a-body[data-v-5ded894c] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.a-main[data-v-5ded894c] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-5ded894c] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.body-box[data-v-5ded894c] {
  margin: 0px auto;
  clear: both;
  width: 89%;
  min-height: 470px;
  overflow: hidden;
  padding-top: 80px;
}
.bg-purple[data-v-5ded894c] {
  width: 100%;
  min-height: 200px;
}
.title-name[data-v-5ded894c] {
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.cover-box[data-v-5ded894c] {
  width: 100%;
  text-align: center;
  min-height: 410px;
  /* display: table-cell; */
  /* vertical-align:middle; */
  /* -webkit-box-pack:center ;
          -webkit-justify-content:content;
          justify-content:content; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cover[data-v-5ded894c] {
  max-width: 100%;
  /* margin-top: 10px; */
}
.imgText-Info-box[data-v-5ded894c] {
  width: 100%;
  min-height: 200px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
}
.imgText-info[data-v-5ded894c] {
  padding: 15px;
}
.share-box[data-v-5ded894c] {
  line-height: 20px;
}
.relevant-box[data-v-5ded894c] {
  width: 100%;
  margin: 20px 0;
}
.line-text[data-v-5ded894c] {
  margin-bottom: 20px;
  font-size: 15px;
  color: #000000;
}
.relevant-tle[data-v-5ded894c] {
  color: #000;
  width: 98%;
  background: #e7e7e7;
  padding: 10px 1%;
  margin-bottom: 10px;
}
.share-tle[data-v-5ded894c] {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  color: #000;
  font-size: 15px;
}
.tags-list[data-v-5ded894c] {
  overflow: hidden;
  margin-bottom: 15px;
}
.tag-text[data-v-5ded894c] {
  padding: 0 10px;
  border-radius: 4px;
  line-height: 28px;
  font-size: 14px;
  color: #8e8e8e;
  display: block;
  float: left;
}
.category_name[data-v-5ded894c] {
  color: #8e8e8e;
}
.serial_no[data-v-5ded894c] {
  font-size: 12px;
  color: #8e8e8e;
}
.price-text[data-v-5ded894c] {
  color: #ff3434;
  font-weight: bold;
}
.list-cover-box[data-v-5ded894c] {
  width: 100%;
  margin-bottom: 10px;
}
.list-cover-box a[data-v-5ded894c] {
  color: #000;
  font-size: 14px;
}
.relevantCover[data-v-5ded894c] {
  width: 100%;
  height: 120px;
}
.srr-lable[data-v-5ded894c] {
  font-size: 14px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  color: #000;
}
.tag-text-list[data-v-5ded894c] {
  display: inline-block;
}
.cz-btn[data-v-5ded894c] {
  float: right;
  color: #258ed9;
  cursor: pointer;
  font-size: 12px;
}
.shop_name[data-v-5ded894c] {
  color: #bf6262;
}
.jy-title-name[data-v-5ded894c] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #e5dbdb;
  padding-bottom: 10px;
  color: #000;
}
.xzkc[data-v-5ded894c] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.sell_price[data-v-5ded894c] {
  color: red;
  font-size: 32px
}
.pay-box[data-v-5ded894c] {
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
}
.social-share .social-share-icon[data-v-5ded894c] {
  width: 20px;
  height: 20px;
}
.pay-main[data-v-5ded894c] {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}
.wxsmzf[data-v-5ded894c] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.dqye[data-v-5ded894c] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
  color: #806868;
}
.radio-box2[data-v-5ded894c] {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.sjzf[data-v-5ded894c] {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #806868;
}
.yezf[data-v-5ded894c] {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.pay-btn[data-v-5ded894c] {
  text-align: center;
  margin-top: 20px;
}
.agreement-p[data-v-5ded894c] {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #a7a4a4;
  text-align: center;
}
.jy-box[data-v-5ded894c] {
  min-height: 460px;
}
.pay-type-box[data-v-5ded894c] {
  margin-top: 20px;
}
.pay-type[data-v-5ded894c] {
  width: 400px;
  margin: 0 auto;
}
.is-all-vip[data-v-5ded894c] {
  font-size: 22px;
  color: red;
}
.agreement[data-v-5ded894c] {
  cursor: pointer;
}
.yfje[data-v-5ded894c] {
  margin-top: 95px;
  font-size: 16px;
  color: #000;
  width: 100%;
}
.qrcode[data-v-5ded894c] {
  width: 150px;
  margin: 20px auto;
}
.erwm[data-v-5ded894c] {
  width: 150px;
  height: 150px;
  background: #e0dfdf;
  margin: 0 auto;
}
.rwmsx[data-v-5ded894c] {
  width: 151px;
  height: 151px;
  cursor: pointer;
}
.icon-weixinzhifu1[data-v-5ded894c] {
  font-size: 30px;
  color: #09bb07;
  margin-right: 10px;
}
.wxsmzf[data-v-5ded894c] {
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.tips-pay-text[data-v-5ded894c] {
  text-align: center;
  margin-top: 20px;
}
.particulars-box[data-v-5ded894c] {
  padding: 15px;
  background: #fff;
  margin-top: 20px;
}
.particulars-lable[data-v-5ded894c] {
  border-bottom: 1px solid #f5efef;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.clearfix-lable[data-v-5ded894c] {
  font-weight: bold;
}
.particulars-text[data-v-5ded894c] {
  color: #8e8e8e;
  font-size: 15px;
  line-height: 25px;
  margin-top: 7px;
}
.particulars-text-zw[data-v-5ded894c] {
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #8e8e8e;
  font-size: 15px;
}
.list-name[data-v-5ded894c] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
}

.box[data-v-e224f5fe] {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.mui-table-view-cell[data-v-e224f5fe]{
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.article-title[data-v-e224f5fe] {
  width: 100%;
  font-size: 15px;
  margin: 10px 0 0 0;
}
.comment-box[data-v-e224f5fe] {
  width: 100%;
}
.article_author[data-v-e224f5fe] {
  margin-right: 10px;
}
.article-info[data-v-e224f5fe] {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  background: #f6f8fd;
}
.release[data-v-e224f5fe] {
  padding: 10px;
}
.release p[data-v-e224f5fe] {
  min-height: 20px;
  width: 100%;
}
.el-rate[data-v-e224f5fe] {
  display: inline;
}
.release span[data-v-e224f5fe] {
  color: #666;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
}
.icontag[data-v-e224f5fe] {
  color: #efbe72;
  margin-right: 10px;
}
.btn-text[data-v-e224f5fe] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.article-con[data-v-e224f5fe] {
  width: 100%;
  text-align: center;
}
.resume[data-v-e224f5fe] {
  color: #8e8e8e;
  font-size: 15px;
  line-height: 25px;
  margin-top: 7px;
}
.cover[data-v-e224f5fe] {
  width: 80%;
}

p[data-v-132ea142] {
  margin: 0;
  padding: 0;
}
a[data-v-132ea142] {
  text-decoration: none;
  color: #000;
}
.mian-box[data-v-132ea142] {
  width: 100%;
  padding-bottom: 20px;
  /* background-color: #d8cac7; */
  font-family: Helvetica;
  position: relative;
}
.list-box[data-v-132ea142] {
  width: 95%;
  margin-left: 2.5%;
  /* background-color: #fff; */
}
.cover-box[data-v-132ea142] {
  width: 100%;
  margin-top: 10px;
}
.mianfImg[data-v-132ea142] {
  width: 100%;
  border-radius: 10px;
}
.count-down[data-v-132ea142] {
  width: 100%;
  /* padding: 10px 0; */
  overflow: hidden;
  /* background: #f1f1f1; */
  margin-top: 10px;
}
.jiezhirq[data-v-132ea142] {
  float: left;
  overflow: hidden;
}
.task-title[data-v-132ea142] {
  width: 100%;
  line-height: 30px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
  /* border-bottom: 1px solid #e06a4b;
      padding-bottom: 15px; */
}
.label-text1[data-v-132ea142] {
  font-size: 20px;
  color: #ee0a24;
  margin-top: 20px;
  float: left;
  border-radius: 4px;
  font-weight: 600;
}
.icon-daojishi[data-v-132ea142] {
  /* font-size: 20px; */
  color: #ee0a24;
  font-weight: 700;
  float: left;
  margin-right: 5px;
}
.van-count-down[data-v-132ea142],
.van-divider[data-v-132ea142] {
  color: #aca69a;
  font-size: 14px;
  line-height: 20px;
}
.jiezhirq-label[data-v-132ea142] {
  font-size: 18px;
  color: red;
}
.cjinfo[data-v-132ea142] {
  font-size: 14px;
  color: #000;
  margin-top: 20px;
}
.reward_fee-box[data-v-132ea142] {
  width: 100%;
  overflow: hidden;
}
.desc-box[data-v-132ea142] {
  width: 90%;
  padding: 5%;
  border-radius: 5px;
}
.shop-box[data-v-132ea142] {
  width: 100%;
}
.desc-title[data-v-132ea142] {
  margin-top: 10px;
  width: 100%;
  line-height: 20px;
  border-left: 5px solid #d4b264;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #151414;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  margin-bottom: 15px;
}
.Reminder[data-v-132ea142] {
  width: 100%;
  min-height: 100px;
  background: #ffea7f;
  margin-top: 10px;
  border-radius: 5px;
}
.wxts[data-v-132ea142],
.wxts-text[data-v-132ea142] {
  line-height: 30px;
  color: #7b7979;
  margin-left: 15px;
  font-size: 14px;
}
.wxts[data-v-132ea142] {
  font-weight: bold;
}
.receivebtn-box[data-v-132ea142] {
  margin-top: 10px;
}
.el-button[data-v-132ea142] {
  width: 100%;
}
.colon[data-v-132ea142] {
  display: inline-block;
  color: #ff6226;
}
.block[data-v-132ea142] {
  display: inline-block;
  width: 22px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #ff6226;
}
.lqrw-btn[data-v-132ea142] {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffa803;
  color: #fff;
  border-radius: 5px;
}
.c999-box[data-v-132ea142] {
  margin: 12px 0;
  line-height: 20px;
}
.c999[data-v-132ea142] {
  color: #000;
  font-size: 14px;
  margin-right: 20px;
}
.bnlqrw[data-v-132ea142] {
  width: 100%;
  line-height: 30px;
  color: #aca69a;
  font-size: 18px;
  display: block;
}
.ckfj-btn[data-v-132ea142] {
  text-align: center;
  padding: 5px 10px;
  background-color: #d7340a;
  color: #aca69a;
  border-radius: 5px;
  float: right;
  font-size: 13px;
  margin-right: 20px;
}
.bsxstip[data-v-132ea142] {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}
.newHandwx[data-v-132ea142] {
  position: absolute;
  top: 200px;
  right: 20px;
}
.shop_cover_box[data-v-132ea142] {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-image: url(/static/img/wxtaskfdbj.16dddb7.jpg);
  background-repeat: no-repeat;
  background-size: 100% 200px;
}
.fdc-box[data-v-132ea142] {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  text-align: center;
  /* background-color:rgb(16 16 16 / 45%); */
}
.shop_cover[data-v-132ea142] {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-top: 20px;
  -webkit-box-shadow: 1px 7px 14px 4px #ceb0b0;
          box-shadow: 1px 7px 14px 4px #ceb0b0;
}
.shop_name[data-v-132ea142] {
  width: 100%;
  height: 30px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
}
.description[data-v-132ea142] {
  width: 95%;
  height: 60px;
  font-size: 14px;
  text-align: left;
  color: #000;
  line-height: 25px;
  padding: 15px 2.5% 0 2.5%;
  background: #f5f5f5bd;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.advertisement-box[data-v-132ea142] {
  width: 100%;
  min-height: 100px;
  margin: 10px 0;
}
.advertisementImg[data-v-132ea142] {
  width: 100%;
}
.ylImg[data-v-132ea142] {
  width: 100%;
}
.tab-box[data-v-132ea142] {
  margin-top: 20px;
}
.table-box[data-v-132ea142] {
  min-height: 200px;
}
.attachmentList-li[data-v-132ea142] {
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin-top: 10px;
  height: 30px;
}
.work_update[data-v-132ea142] {
  display: block;
  width: 100%;
  height: 30px;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.label-span[data-v-132ea142] {
  color: #b2b7bc;
  margin-right: 10px;
}
.att-info[data-v-132ea142] {
  margin-right: 10px;
}
.redqtx[data-v-132ea142] {
  margin-top: 10px;
  font-size: 18;
  color: black;
  font-weight: 700;
}
.assign-box[data-v-132ea142] {
  width: 100%;
  margin-top: 20px;
  min-height: 35px;
  background: #12266f;
}
.assign-p[data-v-132ea142] {
  width: 95%;
  line-height: 35px;
  overflow: hidden;
  font-size: 15px;
  color: #fff;
  padding: 0 2.5%;
}
.tjfx[data-v-132ea142] {
  position: fixed;
  right: 0;
  top: 50px;
  background: rgb(255 23 23);
  font-size: 16px;
  line-height: 30px;
  padding: 0 10px 0 20px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  letter-spacing: 2px;
  color: #fff;
  z-index: 999;
}
.shareImg-box[data-v-132ea142] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 62%);
  z-index: 999;
}
.share-tip[data-v-132ea142] {
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 25px;
}
.icon-zhiwen[data-v-132ea142] {
  font-size: 25px;
  display: inline;
}
.mainImg-box[data-v-132ea142] {
  width: 85%;
  min-height: 300px;
  background-color: #fff;
  margin: 125px auto;
  position: relative;
}
.avatar[data-v-132ea142] {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  margin: 15px;
}
.share-shop_name[data-v-132ea142] {
  width: 90%;
  color: #fff;
  font-size: 19px;
  margin-left: 5%;
  margin-bottom: 10px;
}
.share-task-title[data-v-132ea142] {
  width: 90%;
  margin-left: 5%;
  text-align: center;
  margin-top: 20px;
  line-height: 30px;
}
.share-reward_fee[data-v-132ea142] {
  width: 90%;
  margin-left: 5%;
  text-align: center;
  color: red;
  font-size: 30px;
  font-weight: bold;
}
.taskShare[data-v-132ea142] {
  width: 100%;
}
.share-main[data-v-132ea142] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.shImg[data-v-132ea142] {
  width: 100%;
}
.taskQR-box[data-v-132ea142] {
  width: 164px;
  height: 164px;
  margin: 30px auto;
  padding-top: 30px;
}
.remarks[data-v-132ea142] {
  width: 100%;
  text-align: center;
  font-size: 13px;
  position: absolute;
  bottom: 20px;
  color: #ccc;
}


div[data-v-440a2f1e],
p[data-v-440a2f1e],
img[data-v-440a2f1e] {
  margin: 0;
  padding: 0;
}
.a-body[data-v-440a2f1e] {
  overflow: hidden;
  background: url(/static/img/bj.9c6673e.png);
}
.a-main[data-v-440a2f1e] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.meunt[data-v-440a2f1e] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.body-box[data-v-440a2f1e] {
  margin: 80px auto;
  clear: both;
  width: 89%;

  padding-bottom: 50px;
  min-height: 500px;
  overflow: hidden;
}
.bg-purple[data-v-440a2f1e] {
  width: 100%;
  min-height: 200px;
}
.title-name[data-v-440a2f1e] {
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
}
.cover-box[data-v-440a2f1e] {
  width: 100%;
  text-align: center;
  min-height: 400px;
  /* display: table-cell; */
  /* vertical-align:middle; */
  /* -webkit-box-pack:center ;
  -webkit-justify-content:content;
  justify-content:content; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cover-box-v[data-v-440a2f1e] {
  width: 100%;
  text-align: center;
  min-height: 400px;
}
.cover-box-a[data-v-440a2f1e] {
  width: 100%;
  text-align: center;
  min-height: 400px;
  overflow: hidden;
}
.cover[data-v-440a2f1e] {
  max-width: 100%;
  /* margin-top: 10px; */
}
.imgText-Info-box[data-v-440a2f1e] {
  width: 100%;
  min-height: 200px;
  background:#fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin-top: 20px;
}
.imgText-info[data-v-440a2f1e],
.tags-box[data-v-440a2f1e],
.share-box[data-v-440a2f1e] {
  padding: 20px;
}
.share-box[data-v-440a2f1e] {
  width: 100%;
  line-height: 40px;
  margin-top: 20px;
}
.relevant-box[data-v-440a2f1e] {
  width: 100%;
  margin-top: 20px;
}
.line-text[data-v-440a2f1e] {
  line-height: 30px;
  font-size: 14px;
  color: #a0a0a0;
}
.line-text a[data-v-440a2f1e] {
  color: #a0a0a0;
}
.tag-tle[data-v-440a2f1e],
.share-tle[data-v-440a2f1e],
.relevant-tle[data-v-440a2f1e] {
  color: #434343;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: bold;
}
.relevant-tle[data-v-440a2f1e] {
  width: 100%;
  border-bottom: 2px solid #ff3434;
}
.share-tle[data-v-440a2f1e] {
  float: left;
  line-height: 40px;
  margin-right: 10px;
}
.tags-list[data-v-440a2f1e] {
  overflow: hidden;
}
.tag-text[data-v-440a2f1e] {
  border: 1px solid #d6d5d5;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 24px;
  font-size: 14px;
  color: #8e8e8e;
  margin: 0 10px 10px 0;
  display: block;
  float: left;
}
.price-text[data-v-440a2f1e] {
  color: #ff3434;
}
.el-button--primary[data-v-440a2f1e],
.el-button--success[data-v-440a2f1e] {
  width: 100%;
}
.list-cover-box[data-v-440a2f1e] {
  width: 100%;
  margin-bottom: 20px;
  height: 150px;
}
.list-cover-box a[data-v-440a2f1e] {
  color: #000;
  font-size: 14px;
}
.relevantCover[data-v-440a2f1e] {
  width: 100%;
  height: 120px;
}

.box[data-v-7ae5e983] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.detail[data-v-7ae5e983] {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.article-title[data-v-7ae5e983] {
  width: 100%;
  font-size: 15px;
  /* font-weight: bold;   */
  margin: 10px 0 0 0;
}
.comment-box[data-v-7ae5e983] {
  width: 100%;
}

/* // .yunzhangeditor img {
  //   width: 95.5%;
  // }   */
.article_author[data-v-7ae5e983] {
  margin-right: 10px;
}
.purchase-box[data-v-7ae5e983] {
  width: 100%;
  height: 100%;
  background: rgba(6, 6, 6, 0.49019607843137253);
  position: fixed;
  bottom: 0;
  z-index: 30;
}
.purchase-icon[data-v-7ae5e983] {
  width: 100%;
  margin-left: 5%;
  margin: 10px 0 10px 0px;
}
.zf-text[data-v-7ae5e983] {
  font-size: 14px;
}
.purchase-je[data-v-7ae5e983] {
  width: 50%;
  height: 25px;
  line-height: 25px;
  color: black;
  border: 1px solid red;
  border-radius: 5px;
  text-align: center;
  margin-left: 25%;
  font-size: 14px;
}
.purchase-fkfs[data-v-7ae5e983] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  color: black;
}
.pay[data-v-7ae5e983] {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 350px;
}
.show[data-v-7ae5e983] {
  width: 90%;
  margin: 0 auto;
}
.show li[data-v-7ae5e983] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.show img[data-v-7ae5e983] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.show input[type="radio"][data-v-7ae5e983] {
  display: none;
}
.show input[type="radio"] + span[data-v-7ae5e983] {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

/* .show input[type="radio"]:checked+span {
    border: 1px solid #66c068;
    border-radius: 20px;
    background: url(../../assets/images/checkbox-on.png) no-repeat;
    background-size: 19px 18.9px;
  } */
.showList[data-v-7ae5e983] {
  width: 100%;
  position: absolute;
  top: 183px;
  left: 0;
}
.showList li[data-v-7ae5e983] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.showList img[data-v-7ae5e983] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.showList input[type="radio"][data-v-7ae5e983] {
  display: none;
}
.showList input[type="radio"] + span[data-v-7ae5e983] {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.showList input[type="radio"]:checked + span[data-v-7ae5e983] {
  border: 1px solid #66c068;
  border-radius: 20px;
  /* background: url(../../assets/images/checkbox.png) no-repeat; */
  background-size: 20px 20px;
}
label[data-v-7ae5e983] {
  width: 100%;
  height: 60px;
  display: inline-block;
}
.book-recovery-bot2[data-v-7ae5e983] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background: #65bf67;
}
.book-recovery-bot2 div[data-v-7ae5e983] {
  width: 100%;
  height: 100%;
  float: left;
}
.book-recovery-bot2 a[data-v-7ae5e983] {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  display: block;
}
.payBottom[data-v-7ae5e983] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #65bf67;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
}
.payBottom li[data-v-7ae5e983] {
  width: 50%;
  height: 60px;
  float: left;
}
.payBottom span[data-v-7ae5e983] {
  font-size: 24px;
  margin-top: 10px;
}
.article-info[data-v-7ae5e983] {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  /* border-bottom:1px solid #8c92ab; */
  background: #f6f8fd;
}
.release[data-v-7ae5e983] {
  padding: 10px;
}
.release p[data-v-7ae5e983] {
  min-height: 20px;
  width: 100%;
}
.el-rate[data-v-7ae5e983] {
  display: inline;
}
.release span[data-v-7ae5e983] {
  /* color: #666; */
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
}
.icontag[data-v-7ae5e983] {
  color: #efbe72;
  margin-right: 10px;
}
.btn-text[data-v-7ae5e983] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.cover[data-v-7ae5e983] {
  width: 100%;
}
.tjyt[data-v-7ae5e983] {
  color: #828282;
}

p[data-v-bab25c1c]{
  margin:0;
  padding:0;
}
.list-ul[data-v-bab25c1c]{
  margin-top:20px;
}
.main-box[data-v-bab25c1c] {
  width: 100%;
  background: #f9f9f9;
  min-height: 100vh;
  overflow: hidden;
}
.list-column[data-v-bab25c1c]{
  width:95%;
  margin-left:2.5%;
  margin-bottom:20px;
  border-bottom:1px solid #ded6d6;
}
.remuneration[data-v-bab25c1c]{
  color:#f35e17;
}
.task-name[data-v-bab25c1c]{
  font-weight :bold;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
  margin-bottom:15px;
}
.task-requirement[data-v-bab25c1c]{
   font-size: 14px;
   color:#adadad;
   margin-bottom:15px;
   overflow:hidden;
}
.deadline[data-v-bab25c1c]{
  float:right;
  /* border:1px solid #b1b1b1; */
  padding:2px 5px;
  font-size: 13px;
  color:#c56f6f;
  border-radius:3px;
}
.task-desc[data-v-bab25c1c]{
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-bottom:15px;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}
.format[data-v-bab25c1c]{
  border:1px solid #ffe9d5;
  padding:2px 5px;
  background:#ffe9d5;
  font-size: 12px;
   color:#ca760f;
   border-radius:3px;
   float:left;
}
.state[data-v-bab25c1c]{
   border:1px solid #b1b1b1;
  padding:2px 5px;
  font-size: 12px;
   color:#b1b1b1;
   border-radius:3px;
   margin-left:10px;
   float:left;
}

*[data-v-28b8e9f3] {
  margin: 0;
  padding: 0;
}
.main-box[data-v-28b8e9f3] {
  background-color: #e60012;
  min-height: 700px;
  font-family: Helvetica;
}
.detail-box[data-v-28b8e9f3] {
  width: 95%;
  margin-left: 2.5%;
  min-height: 100px;
  /* border-bottom: 1px solid #efe5e5; */
  overflow: hidden;
  padding-bottom: 10px;
}
.tishi[data-v-28b8e9f3] {
  width: 95%;
  margin-left: 2.5%;
  /* margin-top: 20px; */
  line-height: 25px;
  color: #292928;
  /* font-weight: bold; */
  word-break: break-all;
  padding-bottom: 50px;
}
.relqcg-box[data-v-28b8e9f3] {
  overflow: hidden;
}
.relqcg[data-v-28b8e9f3] {
  width: 100px;
  /* height: 50px; */
  font-size: 30px;
  text-align: center;
  color: #ffd252;
  margin-top: 20px;
  font-weight: bold;
  float: left;
}
.gxnlqcg[data-v-28b8e9f3] {
  font-size: 25px;
  color: #fff;
  float: left;
  line-height: 120px;
}
.lqmx[data-v-28b8e9f3] {
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
}
.task-title[data-v-28b8e9f3] {
  font-size: 20px;
  font-weight: 600;
  color: #151414;
}
.taskGetClear[data-v-28b8e9f3] {
  line-height: 25px;
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
  /* font-weight: bold; */
}
.jiezhirq[data-v-28b8e9f3] {
  float: left;
  overflow: hidden;
}
.sum[data-v-28b8e9f3] {
  line-height: 25px;
  color: #ffd252;
  font-size: 18px;
  margin-left: 20px;
  font-weight: bold;
}
.qqDn-img[data-v-28b8e9f3] {
  width: 100%;
}
.preview-img[data-v-28b8e9f3] {
  width: 100%;
}
.fzdz[data-v-28b8e9f3] {
  background: #d7340a;
  padding: 5px 10px;
  color: #e2dede;
  border-radius: 3px;
  font-size: 14px;
}
.task-sussce[data-v-28b8e9f3] {
  color: #000;
  line-height: 30px;
  word-break: break-all;
  font-size: 15px;
}
.task-p[data-v-28b8e9f3] {
  width: 100%;
  margin-bottom: 15px;
  color: #afafac;
  line-height: 25px;
}
.task-sp[data-v-28b8e9f3] {
  color: #7d1a00;
}
.task-reward_fee[data-v-28b8e9f3] {
  font-size: 18px;
  font-weight: 600;
  color: #ec1010;
}
.jrxsdt-btn[data-v-28b8e9f3] {
  width: 100%;
  height: 40px;
  background-color: #ffb52d;
  line-height: 40px;
  color: #581f1f;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
}
.ckfj-btn[data-v-28b8e9f3] {
  text-align: center;
  color: #f7f7f7;
  padding: 5px 10px;
  background-color: #d7340a;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 20px;
}
.tsbj[data-v-28b8e9f3] {
  font-weight: 700;
}
.wxts[data-v-28b8e9f3] {
  font-size: 18px;
  font-weight: bold;
}
.cjphb[data-v-28b8e9f3] {
  width: 100%;
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
  color: #fffbe8;
}
.video-box[data-v-28b8e9f3] {
  width: 100%;
  overflow: hidden;
  margin: 10px auto;
  background: #fffbe8;
}
.zyts[data-v-28b8e9f3] {
  width: 80px;
  float: left;
}
.zytscon[data-v-28b8e9f3] {
  line-height: 80px;
  float: left;
  color: #ec1010;
  font-size: 18px;
  font-family: cursive;
  font-weight: bold;
}



a[data-v-0967c0be] {
  color: #333;
  text-decoration: none;
  border: none;
}
.form-box[data-v-0967c0be] {
  width: 90%;
  /* min-height: 200px; */
  margin: 20px auto;
  background: #fff;
}
.login-logo[data-v-0967c0be] {
  margin-top: 30px;
  /*   margin-bottom: 48px; */
  font-size: 20px;
  color: #666;
  text-align: center;
}
.login-logo .login-logo--on[data-v-0967c0be] {
  cursor: pointer;
  margin-top: 20px;
  /* margin-bottom: 50px; */
  font-size: 20px;
}
.login-line[data-v-0967c0be] {
  margin: 0 20px;
  color: #e6e6e6;
}
.el-button[data-v-0967c0be] {
  width: 100%;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: rgb(255, 0, 3);
  border: 1px solid rgb(255, 0, 3);
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 4px;
}
.login-tag[data-v-0967c0be] {
  cursor: pointer;
  border: none;
  background: #fff;
  outline: none;
}
.input-box[data-v-0967c0be] {
  margin-top: 20px;
  position: relative;
}
.input-box2[data-v-0967c0be] {
  margin-top: 10px;
  position: relative;
}
.input-box1[data-v-0967c0be] {
  width: 100%;
  margin: 100px auto;
}
.dsfion[data-v-0967c0be] {
  font-size: 30px;
}
.wxion[data-v-0967c0be] {
  float: left;
  color: #d5d6d5;
  margin-left: 70px;
  cursor: pointer;
}
.wxion[data-v-0967c0be]:hover {
  color: #31d545;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.5s;
}
.qqion[data-v-0967c0be] {
  float: right;
  color: #d5d6d5;
  margin-right: 70px;
  cursor: pointer;
}
.qqion[data-v-0967c0be]:hover {
  color: #1a95da;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.5s;
}
.register[data-v-0967c0be] {
  float: right;
  color: #0095ff;
  font-size: 13px;
}
.forgetPsaa[data-v-0967c0be] {
  color: #999;
  font-size: 13px;
  color: #0095ff;
}
.icon[data-v-0967c0be] {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}
.leftline[data-v-0967c0be] {
  width: 100px;
  height: 1px;
  border-top: 1px solid #c0c4cc;
  float: left;
  margin-top: 7px;
}
.rightline[data-v-0967c0be] {
  width: 100px;
  height: 1px;
  border-top: 1px solid #c0c4cc;
  float: right;
  margin-top: 7px;
}
.smdl[data-v-0967c0be] {
  float: left;
  font-size: 13px;
  width: 100px;
  text-align: center;
  color: #c0c4cc;
}
.fontStly[data-v-0967c0be] {
  color: rgb(255, 0, 3);
}
.wxtb[data-v-0967c0be] {
  width: 100%;
}
.yzm-inp[data-v-0967c0be] {
  width: 64%;
  float: left;
}
.yzm-btn[data-v-0967c0be] {
  width: 35%;
  float: right;
}
.getCheck[data-v-0967c0be] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 微软雅黑;
  font-size: 14px;
  text-align: center;
  background: none;
  border: 1px solid #dcdfe6;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
}
.yzm-inp1[data-v-0967c0be] {
  width: 64%;
  float: left;
}
.yzm-btn1[data-v-0967c0be] {
  width: 35%;
  float: right;
  height: 40px;
  float: right;
  background: rgba(165, 197, 130, 0.3686274509803922);
  border-radius: 4px;
}
.yzmImg[data-v-0967c0be] {
  float: right;
  width: 100%;
  height: 40px;
}
.addBackground[data-v-0967c0be] {
  background: #efefef;
}
.el-tabs--border-card[data-v-0967c0be] {
  width: 100%;
}
.el-dropdown-menu__item[data-v-0967c0be] {
  list-style: none;
  line-height: 36px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  outline: 0;
}
.main-box[data-v-0967c0be] {
  margin-top: 50px;
}
.logo-box[data-v-0967c0be] {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}


a[data-v-299f89e0] {
  color: #333;
  text-decoration: none;
  border: none;
}
.form-box[data-v-299f89e0] {
  width: 90%;
  min-height: 200px;
  margin: 20px auto;
  background: #fff;
}
.login-logo[data-v-299f89e0] {
  margin-top: 30px;
  /* margin-bottom: 48px; */
  font-size: 20px;
  color: #666;
  text-align: center;
}
.login-logo .login-logo--on[data-v-299f89e0] {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 48px;
  font-size: 20px;
}
.login-line[data-v-299f89e0] {
  margin: 0 20px;
  color: #e6e6e6;
}
.el-button[data-v-299f89e0] {
  width: 100%;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: rgb(255, 0, 3);
  border: 1px solid rgb(255, 0, 3);
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 4px;
}
.login-tag[data-v-299f89e0] {
  cursor: pointer;
}
.input-box[data-v-299f89e0] {
  margin-bottom: 20px;
  position: relative;
}
.input-box2[data-v-299f89e0] {
  margin-top: 20px;
  position: relative;
}
.input-box1[data-v-299f89e0] {
  width: 100%;
  margin: 100px auto;
}
.dsfion[data-v-299f89e0] {
  font-size: 30px;
}
.wxion[data-v-299f89e0] {
  float: left;
  color: #d5d6d5;
  margin-left: 70px;
  cursor: pointer;
}
.wxion[data-v-299f89e0]:hover {
  color: #31d545;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.5s;
}
.qqion[data-v-299f89e0] {
  float: right;
  color: #d5d6d5;
  margin-right: 70px;
  cursor: pointer;
}
.qqion[data-v-299f89e0]:hover {
  color: #1a95da;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.5s;
}
.register[data-v-299f89e0] {
  float: right;
  color: #0095ff;
  font-size: 13px;
}
.forgetPsaa[data-v-299f89e0] {
  color: #999;
  font-size: 13px;
  color: #0095ff;
}
.icon[data-v-299f89e0] {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}
.leftline[data-v-299f89e0] {
  width: 100px;
  height: 1px;
  border-top: 1px solid #c0c4cc;
  float: left;
  margin-top: 7px;
}
.rightline[data-v-299f89e0] {
  width: 100px;
  height: 1px;
  border-top: 1px solid #c0c4cc;
  float: right;
  margin-top: 7px;
}
.smdl[data-v-299f89e0] {
  float: left;
  font-size: 13px;
  width: 100px;
  text-align: center;
  color: #c0c4cc;
}
.wxtb[data-v-299f89e0] {
  width: 100%;
}
.yzm-inp[data-v-299f89e0] {
  width: 64%;
  float: left;
}
.yzm-btn[data-v-299f89e0] {
  width: 35%;
  float: right;
}
.getCheck[data-v-299f89e0] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 微软雅黑;
  font-size: 14px;
  text-align: center;
  background: none;
  border: 1px solid #dcdfe6;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
}
.forgetPsaa1[data-v-299f89e0] {
  color: #0095ff;
  font-size: 13px;
}
.addBackground[data-v-299f89e0] {
  background: #efefef;
}






















































































































































































































/* * {
  margin: 0;
  padding: 0;
  font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue,
    PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial,
    "sans-serif";
  -webkit-font-smoothing: antialiased;
} */
h1[data-v-48e41330],
h2[data-v-48e41330] {
  font-weight: normal;
}
a[data-v-48e41330] {
  color: #333;
  text-decoration: none;
  border: none;
}
.form-box[data-v-48e41330] {
  width: 90%;
  min-height: 200px;
  margin: 20px auto;
  background: #fff;
}
.login-logo[data-v-48e41330] {
  margin-top: 30px;
  /* margin-bottom: 48px; */
  font-size: 20px;
  color: #666;
  text-align: center;
}
.login-logo .login-logo--on[data-v-48e41330] {
  cursor: pointer;
  margin-top: 100px;
  margin-bottom: 48px;
  font-size: 20px;
}
.login-line[data-v-48e41330] {
  margin: 0 20px;
  color: #e6e6e6;
}
.el-button[data-v-48e41330] {
  width: 100%;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: rgb(255, 0, 3);
  border: 1px solid rgb(255, 0, 3);
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 4px;
}
.login-tag[data-v-48e41330] {
  cursor: pointer;
}
.input-box[data-v-48e41330] {
  margin-bottom: 20px;
  position: relative;
}
.login-box[data-v-48e41330] {
    width: 980px;
    min-height: 200px;
    margin: 45px auto;
    overflow: hidden;
}
.input-box2[data-v-48e41330] {
    margin-top: 50px;
    position: relative;
}
.input-box1[data-v-48e41330] {
    width: 100%;
    margin: 100px auto;
}
.dsfion[data-v-48e41330] {
  font-size: 30px;
}
.wxion[data-v-48e41330] {
  float: left;
  color: #d5d6d5;
  margin-left: 70px;
  cursor: pointer;
}
.wxion[data-v-48e41330]:hover {
  color: #31d545;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.5s;
}
.qqion[data-v-48e41330] {
  float: right;
  color: #d5d6d5;
  margin-right: 70px;
  cursor: pointer;
}
.qqion[data-v-48e41330]:hover {
  color: #1a95da;
  -moz-transition-duration: 0.5s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.5s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.5s;
}
.register[data-v-48e41330] {
  float: right;
  color: #0095ff;
  font-size: 13px;
}
.forgetPsaa[data-v-48e41330] {
  color: #0095ff;
  font-size: 13px;
}
.icon[data-v-48e41330] {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}
.leftline[data-v-48e41330] {
  width: 100px;
  height: 1px;
  border-top: 1px solid #c0c4cc;
  float: left;
  margin-top: 7px;
}
.rightline[data-v-48e41330] {
  width: 100px;
  height: 1px;
  border-top: 1px solid #c0c4cc;
  float: right;
  margin-top: 7px;
}
.smdl[data-v-48e41330] {
  float: left;
  font-size: 13px;
  width: 100px;
  text-align: center;
  color: #c0c4cc;
}
.wxtb[data-v-48e41330] {
  width: 100%;
}
.yzm-inp[data-v-48e41330] {
  width: 64%;
  float: left;
}
.yzm-btn[data-v-48e41330] {
  width: 35%;
  float: right;
}
.getCheck[data-v-48e41330] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 微软雅黑;
  font-size: 14px;
  text-align: center;
  background: none;
  border: 1px solid #dcdfe6;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
}
.addBackground[data-v-48e41330] {
  background: #efefef;
}






































































































































































































































































  /* * {
  margin: 0;
  padding: 0;
  font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue,
    PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial,
    "sans-serif";
  -webkit-font-smoothing: antialiased;
} */
h1[data-v-ba279be0],
  h2[data-v-ba279be0] {
    font-weight: normal;
}
a[data-v-ba279be0] {
    color: #333;
    text-decoration: none;
    border: none;
}
.form-box[data-v-ba279be0] {
    width: 90%;
    min-height: 200px;
    margin: 20px auto;
    background: #fff;
}
.login-logo[data-v-ba279be0] {
    margin-top: 30px;
    /* margin-bottom: 48px; */
    font-size: 20px;
    color: #666;
    text-align: center;
}
.login-logo .login-logo--on[data-v-ba279be0] {
    cursor: pointer;
    margin-top: 100px;
    margin-bottom: 48px;
    font-size: 20px;
}
.login-line[data-v-ba279be0] {
    margin: 0 20px;
    color: #e6e6e6;
}
.el-button[data-v-ba279be0] {
    width: 100%;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: rgb(255, 0, 3);
    border: 1px solid rgb(255, 0, 3);
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 4px;
}
.login-tag[data-v-ba279be0] {
    cursor: pointer;
}
.input-box[data-v-ba279be0] {
    margin-bottom: 20px;
    position: relative;
}
.login-box[data-v-ba279be0] {
    width: 980px;
    min-height: 200px;
    margin: 45px auto;
    overflow: hidden;
}
.input-box2[data-v-ba279be0] {
    margin-top: 50px;
    position: relative;
}
.input-box1[data-v-ba279be0] {
    width: 100%;
    margin: 100px auto;
}
.dsfion[data-v-ba279be0] {
    font-size: 30px;
}
.wxion[data-v-ba279be0] {
    float: left;
    color: #d5d6d5;
    margin-left: 70px;
    cursor: pointer;
}
.wxion[data-v-ba279be0]:hover {
    color: #31d545;
    -moz-transition-duration: 0.5s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.5s;
    /* Safari 和 Chrome */
    -o-transition-duration: 0.5s;
}
.qqion[data-v-ba279be0] {
    float: right;
    color: #d5d6d5;
    margin-right: 70px;
    cursor: pointer;
}
.qqion[data-v-ba279be0]:hover {
    color: #1a95da;
    -moz-transition-duration: 0.5s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.5s;
    /* Safari 和 Chrome */
    -o-transition-duration: 0.5s;
}
.register[data-v-ba279be0] {
    float: right;
    color: #0095ff;
    font-size: 13px;
}
.forgetPsaa[data-v-ba279be0] {
    color: #0095ff;
    font-size: 13px;
}
.icon[data-v-ba279be0] {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #999;
}
.leftline[data-v-ba279be0] {
    width: 100px;
    height: 1px;
    border-top: 1px solid #c0c4cc;
    float: left;
    margin-top: 7px;
}
.rightline[data-v-ba279be0] {
    width: 100px;
    height: 1px;
    border-top: 1px solid #c0c4cc;
    float: right;
    margin-top: 7px;
}
.smdl[data-v-ba279be0] {
    float: left;
    font-size: 13px;
    width: 100px;
    text-align: center;
    color: #c0c4cc;
}
.wxtb[data-v-ba279be0] {
    width: 100%;
}
.yzm-inp[data-v-ba279be0] {
    width: 64%;
    float: left;
}
.yzm-btn[data-v-ba279be0] {
    width: 35%;
    float: right;
}
.getCheck[data-v-ba279be0] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 微软雅黑;
    font-size: 14px;
    text-align: center;
    background: none;
    border: 1px solid #dcdfe6;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
}
.addBackground[data-v-ba279be0] {
    background: #efefef;
}


p[data-v-18fa1ed7] {
   margin: 0;
   padding: 0;
}
.main-box[data-v-18fa1ed7] {
   width: 100%;
   background: #d7340a;
   min-height: 100vh;
   overflow: hidden;
}
.tabs-box[data-v-18fa1ed7] {
   background: #fff;
   width: 95%;
   margin: 10px auto;
   padding-bottom: 20px;
   overflow: hidden;
   height: 100vh;
}
.scroll-boc[data-v-18fa1ed7]{
   background: #fff;
   width: 95%;
   margin: 10px auto;
   padding-bottom: 20px;
   overflow: hidden;
   height: 78vh;
}
.wyzq-btn[data-v-18fa1ed7] {
   width: 90%;
   height: 40px;
   background-color: #ff3e0c;
   line-height: 40px;
   text-align: center;
   color: #fff;
   margin: 20px auto;
   border-radius: 5px;
}
.icon-laba1[data-v-18fa1ed7] {
   color: #ff3434;
   margin-right: 10px;
}
.partake_fee[data-v-18fa1ed7] {
   color: #ff3434;
}
.icon-huangguan2[data-v-18fa1ed7] {
   color: #f8b600;
}
.nick_name[data-v-18fa1ed7],
 .fb_date[data-v-18fa1ed7] {
   color: #8e95a7;
}
.direction[data-v-18fa1ed7] {
   color: #000;
}
.left-show[data-v-18fa1ed7] {
   line-height: 25px;
   margin-bottom: 20px;
}
.item-ul[data-v-18fa1ed7] {
   width: 100%;
   min-height: 100vh;
}


.meunt[data-v-2d268c81] {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    z-index: 20;
    top: 0;
    overflow: hidden;
}
.main-box[data-v-2d268c81] {
    width: 100%;
    overflow: hidden;
    background: url(/static/img/phbbjt.4d1ef9c.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 60px;
    padding-bottom: 150px;
}
.phb-head[data-v-2d268c81] {
    width: 100%;        
    text-align: center;
}
.phb-head-bt[data-v-2d268c81] {
    width: 800px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}
.list-box[data-v-2d268c81] {
    width: 680px;
    margin: 20px auto;
    background: #fff;
    color: #fff;
    min-height: 600px;
    -webkit-box-shadow: 20px 19px 20px 0px rgb(0 0 0 / 64%);
            box-shadow: 20px 19px 20px 0px rgb(0 0 0 / 64%);
}
.tabs-box[data-v-2d268c81] {
    min-height: 600px;
}
p[data-v-2d268c81] {
    margin: 0;
    padding: 0;
}
.task-r-title[data-v-2d268c81] {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.share-cont[data-v-2d268c81] {
    display: inline;
}
.f-title[data-v-2d268c81] {
    width: 89%;
    text-align: center;
    margin-left: 5.5%;        
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}
.icon-fenxiang1[data-v-2d268c81] {
    font-size: 25px;
    margin-left: 20px;
}
.pagination-box[data-v-2d268c81] {
    text-align: right;
    padding: 20px 20px 20px 0;
}

p[data-v-1b568553] {
  margin: 0;
  padding: 0;
}
.personal-box[data-v-1b568553] {
  margin-top: 20px;
}
.login-box[data-v-1b568553] {
  width: 90%;
  margin: 20px auto;
  text-align: center;
}
.personal-box[data-v-1b568553] {
  width: 90%;
  margin: 20px auto;
  background: #fff;
}
.avatar2[data-v-1b568553] {
  width: 25px;
  border-radius: 100px;
  margin-top: 5px;
  float: left;
  margin-left:50px;
}
.nick_name1[data-v-1b568553] {   
  height: 40px;
  font-size: 13px;
  color: #000;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Helvetica;
  float: left;
  margin-left: 20px;
}
.partake_fee[data-v-1b568553] {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.jinesl[data-v-1b568553] {
  color: #cc572a;
}
.paim[data-v-1b568553] {
  color: #000;
  float: right;
}
.All-out-hear[data-v-1b568553] {
  width: 100%;
  margin: 0px auto;
  background: #f7f7f7;
  padding: 5px 0;
}
.tob-haerd[data-v-1b568553] {
  width: 90%;
  margin: 0px auto;
}
.label-name[data-v-1b568553] {
  font-size: 15px;
  line-height: 30px;
  color: #b1b1b1;
  text-align: center;
}
.label-name1[data-v-1b568553] {
  width: 100%;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  color: red;
  text-align: center;
}
.label-name2[data-v-1b568553] {
  font-size: 15px;
  line-height: 30px;
  color: #b1b1b1;
  padding-left: 10px
}
.tob-bady[data-v-1b568553] {
  width: 90%;
  margin: 10px auto;
  border-bottom: 1px solid #d6d6d6;
}
.paimtp[data-v-1b568553] {
  width: 30px;
}
.register[data-v-1b568553] {
  color: #fff;
}
.login-btn[data-v-1b568553] {
  margin-right: 15px;
}
.wyzq[data-v-1b568553] {
  color: #7fcde6;
}
.goldMedale-box[data-v-1b568553] {
  text-align: center;
}
.nick_name-box[data-v-1b568553] {
  text-align: center;
  overflow: hidden;
}


p[data-v-75685048] {
    margin: 0;
    padding: 0;
}
.main-box[data-v-75685048] {
    width: 100%;
    background: #d7340a;
    min-height: 100vh;
    overflow: hidden;
}
.tabs-box[data-v-75685048] {
    background: #fff;
    width: 95%;
    margin: 10px auto;
    padding-bottom: 20px;
}
.login-box[data-v-75685048] {
    width: 90%;
    margin: 20px auto;
    text-align: center;
}
.personal-box[data-v-75685048] {
    padding: 2.5%;
    width: 90%;
    margin: 10px auto;
    background: #fff;
}
.avatar[data-v-75685048] {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
.avatar2[data-v-75685048] {
    width: 90%;
    border-radius: 100px;
}
.nick_name[data-v-75685048] {
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    min-height: 20px;
}
.nick_name1[data-v-75685048] {
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
}
.partake_fee[data-v-75685048] {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.jinesl[data-v-75685048] {
    color: #cc572a;
}
.paim[data-v-75685048] {
    color: #000;
    float: right;
}
.All-out-hear[data-v-75685048] {
    width: 100%;
    margin: 20px auto;
    background: #eceaea;
    padding: 5px 0;
}
.tob-haerd[data-v-75685048] {
    width: 90%;
    margin: 0px auto;
}
.label-name[data-v-75685048] {
    font-size: 15px;
    line-height: 30px;
    /* font-weight :bold; */
    color: #b1b1b1;
}
.label-name1[data-v-75685048] {
    font-size: 15px;
    line-height: 40px;
    /* font-weight :bold; */
    color: red;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.label-name2[data-v-75685048] {
    font-size: 15px;
    line-height: 30px;
    /* font-weight :bold; */
    color: #b1b1b1;
    padding-left: 10px
}
.tob-bady[data-v-75685048] {
    width: 90%;
    margin: 20px auto;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
}
.paimtp[data-v-75685048] {
    width: 40px;
}
.register[data-v-75685048] {
    color: #fff;
}
.login-btn[data-v-75685048] {
    margin-right: 15px;
}
.userInfo-partake_fee[data-v-75685048] {
    margin-top: 20px;
}
.wyzq-btn[data-v-75685048] {
    width: 90%;
    height: 40px;
    background-color: #ff3e0c;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 20px auto;
    border-radius: 5px;
}

.payment-title[data-v-6a3bb34e] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.payment-jine[data-v-6a3bb34e] {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #ff1a1a;
}
.btn-box[data-v-6a3bb34e] {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.payment-sm[data-v-6a3bb34e] {
  color: #8a8989;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.btn[data-v-6a3bb34e] {
  margin-right: 20px;
}
.img-box[data-v-6a3bb34e] {
  width: 100%;
  text-align: center;
}
.tjcgImg[data-v-6a3bb34e] {
  width: 100px;
}
.successfulPayment[data-v-6a3bb34e] {
  margin-top: 80px;
}

.txample[data-v-9ab011b0] {
  overflow: hidden;
  background: #f5f4f4;
  min-height: 650px;
  padding-bottom: 20px;
}
.wxtip[data-v-9ab011b0] {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: none;
}
p[data-v-9ab011b0] {
  margin: 0;
  padding: 0;
}
a[data-v-9ab011b0] {
  text-decoration: none;
}
img[data-v-9ab011b0] {
  max-width: 100%;
  height: auto;
}
body[data-v-9ab011b0] {
  background: #f5f4f4;
}
.txample-text[data-v-9ab011b0] {
  width: 90%;
  margin: 20px auto;
  line-height: 30px;
  font-size: 20px;
  color: #000000;
}
.txample .android-btn[data-v-9ab011b0] {
  width: auto;
  margin: 0 auto;
}
#weixin-tip[data-v-9ab011b0] {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  z-index: 100;
}
#weixin-tip p[data-v-9ab011b0] {
  text-align: center;
  margin-top: 10%;
  padding: 0 5%;
  position: relative;
}
#weixin-tip .close[data-v-9ab011b0] {
  color: #fff;
  padding: 5px;
  font: bold 20px/20px simsun;
  text-shadow: 0 1px 0 #ddd;
  position: absolute;
  top: 0;
  left: 5%;
}
.download-btn-box[data-v-9ab011b0] {
  text-align: center;
  margin-top: 40px;
}
.download-btn-box a[data-v-9ab011b0] {
  color: #fff;
}
.top-img[data-v-9ab011b0] {
  width: 90%;
  margin: 20px 0 20px 5%;
}
.download-btn[data-v-9ab011b0] {
  text-align: center;
  line-height: 30px;
  background: #ff1010;
  width: 50%;
  padding: 10px 20px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 10px;
  border-radius: 5px;
}


body[data-v-18574668] {
  background: #f5f4f4;
}
.txample[data-v-18574668] {
  overflow: hidden;
  background: #f5f4f4;
  min-height: 650px;
  padding-bottom: 20px;
}
.wxtip[data-v-18574668] {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: none;
}
p[data-v-18574668] {
  margin: 0;
  padding: 0;
}
a[data-v-18574668] {
  text-decoration: none;
}
img[data-v-18574668] {
  max-width: 100%;
  height: auto;
}
.txample-text[data-v-18574668] {
  width: 90%;
  margin: 20px auto;
  line-height: 30px;
  font-size: 20px;
  color: #000000;
}
.txample .android-btn[data-v-18574668] {
  width: auto;
  margin: 0 auto;
}
#weixin-tip[data-v-18574668] {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  z-index: 100;
}
#weixin-tip p[data-v-18574668] {
  text-align: center;
  margin-top: 10%;
  padding: 0 5%;
  position: relative;
}
#weixin-tip .close[data-v-18574668] {
  color: #fff;
  padding: 5px;
  font: bold 20px/20px simsun;
  text-shadow: 0 1px 0 #ddd;
  position: absolute;
  top: 0;
  left: 5%;
}
.download-btn-box[data-v-18574668] {
  text-align: center;
  margin-top: 40px;
}
.download-btn-box a[data-v-18574668] {
  color: #fff;
}
.top-img[data-v-18574668] {
  width: 90%;
  margin: 20px 0 20px 5%;
}
.download-btn[data-v-18574668] {
  text-align: center;
  line-height: 30px;
  background: #ff1010;
  width: 50%;
  padding: 10px 20px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 10px;
  border-radius: 5px;
}


div[data-v-67e2bb60],
p[data-v-67e2bb60],
img[data-v-67e2bb60],
span[data-v-67e2bb60] {
    margin: 0;
    padding: 0;
}

a[data-v-14ac592f],
  a[data-v-14ac592f]:hover {
    text-decoration: none;
    outline: none;
    color: #3f484f;
}
ul[data-v-14ac592f],
  ol[data-v-14ac592f],
  h1[data-v-14ac592f],
  h2[data-v-14ac592f],
  h3[data-v-14ac592f],
  h4[data-v-14ac592f],
  p[data-v-14ac592f] {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul[data-v-14ac592f],
  ol[data-v-14ac592f] {
    list-style: none;
}
.shopList[data-v-14ac592f] {
    background: #fafafb;
}
.ShopList-box[data-v-14ac592f] {
    width: 89%;
    min-height: 700px;
    padding-bottom: 20px;
    background: url(/static/img/bj.9c6673e.png);
    overflow: hidden;
    margin: 0 auto;
}
.tips[data-v-14ac592f] {
    background: #fff;
    width: 100%;
    margin: 20px 0;
}
.list-box[data-v-14ac592f] {
    margin: 20px auto;
    width:80%;
}
.data-list[data-v-14ac592f] {
    height: 80px;
}
.tips-text[data-v-14ac592f] {
    color: #f56c6c;
    font-size: 14px;
}
.shop-info[data-v-14ac592f] {
    width: 100%;
    overflow: hidden;
}
.shop-name[data-v-14ac592f] {
    width: 78%;
    height: 40px;
    font-size: 18px;
    float: right;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}
.addShop[data-v-14ac592f] {
    line-height: 80px;
    font-size: 25px;
    text-align: center;
    color: #2379e4;
    cursor: pointer
}
.shop-cover[data-v-14ac592f] {
    /* width: 18%; */
    float: left;
}
.trial[data-v-14ac592f] {
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.trialTag[data-v-14ac592f] {
    font-size: 12px;
    padding: 2px 5px;
    color: #a3a6a9;
    border: 1px solid #dedada;
}
.avatar-uploader-icon[data-v-14ac592f] {
    background: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 28px;
    color: #8c939d;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.avatar[data-v-14ac592f] {
    width: 100px;
    height: 100px;
}
.countDown[data-v-14ac592f] {
    position: absolute;
    right: 0px;
}
.upgrade-btn[data-v-14ac592f] {
    font-size: 12px;
    padding: 2px 5px;
    color: #fff;
    background: royalblue;
}
.upgrade[data-v-14ac592f] {
    position: absolute;
    left: 60px;
    cursor: pointer;
}
.van-count-down[data-v-14ac592f],
  .van-divider[data-v-14ac592f] {
    color: #323233;
    font-size: 14px;
    font-weight: bold;
}
.overdue[data-v-14ac592f]{
    color: #323233;
    font-size: 14px;
    position: absolute;
    right: 0px;
}
.main[data-v-14ac592f]{
    width: 85%;
    height: 500px;    
    margin:
}
.bg-purple[data-v-14ac592f]{
    width: 100%;
    height: 500px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02), 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02), 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
}
.package-header-b[data-v-14ac592f]{
   background: -webkit-gradient(linear, left top, right top, from(#40a9ff), to(#105cfb));
   background: linear-gradient(90deg, #40a9ff 0%, #105cfb 100%);
   position: relative;
   height: 84px;
   color: #fff;
}
.package-header-z[data-v-14ac592f]{
   position: relative;
   height: 84px;
   color: #fff;
   background: -webkit-gradient(linear, left top, right top, from(#31e0d0), to(#2d6bf4));
   background: linear-gradient(90deg, #31e0d0 0%, #2d6bf4 100%);
}
.package-header-q[data-v-14ac592f]{
   position: relative;
   height: 84px;
   color: #fff;
   background: -webkit-gradient(linear, left top, right top, from(#ddb799), to(#b78463));
   background: linear-gradient(90deg, #ddb799 0%, #b78463 100%);
}
.package-title[data-v-14ac592f]{
    height: 84px;    
    font-size: 28px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: white;
    line-height: 84px;
    text-align: center;
}
.package-intro[data-v-14ac592f]{
    width: 90%;
    height: 60px;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin: 40px auto 12px;
}
.package-version-summary[data-v-14ac592f]{
    width: 90%;
    height: 96px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 24px;
}
.package-price-symbol[data-v-14ac592f]{
    width: 20px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.useFor4-price-color[data-v-14ac592f]{
    color: #3da4ff;
    display: inline-block;
    font-size: 40px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
}
.package-price-unit[data-v-14ac592f]{
  font-size: 16px;
  font-weight: 600;
  font-family: PingFangSC-Regular;
  color: #333333;
}
.package-price[data-v-14ac592f]{
    text-align: center;
    height: 56px;
    line-height: 56px;
    margin-top: 44px;
}
.package-btn[data-v-14ac592f]{
  color: #2878f0;
  border: 1px solid #2878f0;
  width:50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  margin:20px auto;
  cursor:pointer;
}
.package-btn[data-v-14ac592f]:hover{  
  background: -webkit-gradient(linear, left top, right top, from(#40a9ff), to(#105cfb));  
  background: linear-gradient(90deg, #40a9ff 0%, #105cfb 100%);
  -webkit-box-shadow: 0px 6px 12px 0px rgba(23, 71, 139, 0.08);
          box-shadow: 0px 6px 12px 0px rgba(23, 71, 139, 0.08);
  color: #fff;
  border: none;
}
.selected-open-profession[data-v-14ac592f]{
  cursor:pointer;
  color: #2878f0;  
  width:50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  margin:20px auto;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#31e0d0), to(#2d6bf4));
  background: linear-gradient(90deg, #31e0d0 0%, #2d6bf4 100%);
}
.buy-or-upgrade-flagship[data-v-14ac592f]{
  color: white;
  color: #b78463;
  border: 1px solid #b78463;
  width:50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  margin:20px auto;
  cursor:pointer;
}
.buy-or-upgrade-flagship[data-v-14ac592f]:hover{
  background: -webkit-gradient(linear, left top, right top, from(#ddb799), to(#b78463));
  background: linear-gradient(90deg, #ddb799 0%, #b78463 100%);
  color: #fff;
  border: none;
}

p[data-v-ecec0f36],
input[data-v-ecec0f36],
span[data-v-ecec0f36] {
  margin: 0;
  padding: 0;
}
.complaintSuggestion-box[data-v-ecec0f36] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
  min-height: 50px;
}
.main[data-v-ecec0f36] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.body-box[data-v-ecec0f36] {
  margin: 20px auto;
  clear: both;
  width: 89%;
  min-height: 100px;
}
.label-title[data-v-ecec0f36] {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 15px;
}
.contact-text[data-v-ecec0f36] {
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
}
.tips-text[data-v-ecec0f36] {
  font-size: 14px;
}
.shuom[data-v-ecec0f36] {
  line-height: 25px;
  font-size: 15px;
  background: #f9eae0;
  padding: 10px;
  margin-bottom: 20px;
}
.el-select[data-v-ecec0f36] {
  display: inline-block;
  position: relative;
  width: 100%;
}
.btn-box[data-v-ecec0f36] {
  text-align: right;
}

*[data-v-30336dd4] {
  margin: 0;
  padding: 0;
}
.box[data-v-30336dd4] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.detail[data-v-30336dd4] {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.article-title[data-v-30336dd4] {
  width: 100%;
  font-size: 15px;
  /* font-weight: bold;   */
  margin: 10px 0 0 0;
}
.comment-box[data-v-30336dd4] {
  width: 100%;
}

/* // .yunzhangeditor img {
//   width: 95.5%;
// }   */
.article_author[data-v-30336dd4] {
  margin-right: 10px;
}
.purchase-box[data-v-30336dd4] {
  width: 100%;
  height: 100%;
  background: rgba(6, 6, 6, 0.49019607843137253);
  position: fixed;
  bottom: 0;
  z-index: 30;
}
.purchase-icon[data-v-30336dd4] {
  width: 100%;
  margin-left: 5%;
  margin: 10px 0 10px 0px;
}
.zf-text[data-v-30336dd4] {
  font-size: 14px;
}
.purchase-je[data-v-30336dd4] {
  width: 50%;
  height: 25px;
  line-height: 25px;
  color: black;
  border: 1px solid red;
  border-radius: 5px;
  text-align: center;
  margin-left: 25%;
  font-size: 14px;
}
.purchase-fkfs[data-v-30336dd4] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  color: black;
}
.pay[data-v-30336dd4] {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 350px;
}
.show[data-v-30336dd4] {
  width: 90%;
  margin: 0 auto;
}
.show li[data-v-30336dd4] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.show img[data-v-30336dd4] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.show input[type="radio"][data-v-30336dd4] {
  display: none;
}
.show input[type="radio"]+span[data-v-30336dd4] {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

/* .show input[type="radio"]:checked+span {
  border: 1px solid #66c068;
  border-radius: 20px;
  background: url(../../assets/images/checkbox-on.png) no-repeat;
  background-size: 19px 18.9px;
} */
.showList[data-v-30336dd4] {
  width: 100%;
  position: absolute;
  top: 183px;
  left: 0;
}
.showList li[data-v-30336dd4] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  list-style: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.showList img[data-v-30336dd4] {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.showList input[type="radio"][data-v-30336dd4] {
  display: none;
}
.showList input[type="radio"]+span[data-v-30336dd4] {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.showList input[type="radio"]:checked+span[data-v-30336dd4] {
  border: 1px solid #66c068;
  border-radius: 20px;
  /* background: url(../../assets/images/checkbox.png) no-repeat; */
  background-size: 20px 20px;
}
label[data-v-30336dd4] {
  width: 100%;
  height: 60px;
  display: inline-block;
}
.book-recovery-bot2[data-v-30336dd4] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background: #65bf67;
}
.book-recovery-bot2 div[data-v-30336dd4] {
  width: 100%;
  height: 100%;
  float: left;
}
.book-recovery-bot2 a[data-v-30336dd4] {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  display: block;
}
.payBottom[data-v-30336dd4] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #65bf67;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
}
.payBottom li[data-v-30336dd4] {
  width: 50%;
  height: 60px;
  float: left;
}
.payBottom span[data-v-30336dd4] {
  font-size: 24px;
  margin-top: 10px;
}
.article-info[data-v-30336dd4] {
  width: 100%;
  min-height: 50px;
  margin: 15px 0;
  padding-bottom: 5px;
  background: #f6f8fd;
}
.release[data-v-30336dd4] {
  padding: 10px;
}
.release p[data-v-30336dd4] {
  min-height: 20px;
  width: 100%;
  line-height: 30px;
}
.el-rate[data-v-30336dd4] {
  display: inline;
}
.release span[data-v-30336dd4] {
  color: #666;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
}
.icontag[data-v-30336dd4] {
  color: #efbe72;
  margin-right: 10px;
}
.btn-text[data-v-30336dd4] {
  min-height: 50px;
  line-height: 25px;
  color: #868690;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.question_daan[data-v-30336dd4] {
  width: 100%;
  margin: 20px auto;
  font-size: 14px;
}
.answer-box[data-v-30336dd4] {
  width: 100%;
  margin: 20px auto;
  font-size: 14px;
}
.jsd-meta[data-v-30336dd4] {
  color: #666;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
}
.primary-color[data-v-30336dd4] {
  color: #6486b9;
}
.knowledge[data-v-30336dd4] {
  color: #6486b9;
  font-size: 14px;
}
.knowledgeClassName[data-v-30336dd4] {
  color: #81a3d6;
  font-size: 14px;
}
.question_answer[data-v-30336dd4] {
  /* color: red; */
}
.daan-text[data-v-30336dd4] {
  display: block;
  margin-bottom: 20px;
}
.answering_process[data-v-30336dd4]{
  display: block;
  margin-top: 10px;
}






























.main-box[data-v-f7c5bda8] {
  width: 100%;
  background: #f9f9f9;
  min-height: 100vh;
  overflow: hidden;
}

.articleList-box[data-v-796c8e20] {
  overflow: hidden;
}

*[data-v-de22309c] {
  margin: 0;
  padding: 0
}
.articleList-box[data-v-de22309c] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
}
.ar-img[data-v-de22309c] {
  width: 100px;
  height: 100px;
  float: left;
}
.info-box[data-v-de22309c] {
  float: right;
  background: #fff;
}
.title[data-v-de22309c] {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.qualityIndex label[data-v-de22309c],
.proofreadingIndex label[data-v-de22309c] {
  float: left;
  font-size: 14px;
  color: #afafaf;
}
.desc[data-v-de22309c] {
  width: 220px;
  word-break:break-all;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
overflow:hidden;
  color: #333;
}
.info[data-v-de22309c] {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
}
.info span[data-v-de22309c] {
  display: block;
  margin-right: 5px;
  font-size: 13px;
  color: #b3aba9;
  float: left;
}
.shop-name[data-v-de22309c] {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.icon[data-v-de22309c] {
  font-size: 14px;
  color: #ff8565;
}
.svg-box[data-v-de22309c]{
  width: 100px;
  height: 100px;
  float: left;
}
.svg-box1[data-v-de22309c] {
  background-image: url(/static/img/01.c18eaf8.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box2[data-v-de22309c] {
  background-image: url(/static/img/02.7793711.jpg);
  height: 120px;
  text-align: center;
  line-height: 120px;
  /* background-size:100% */
}
.svg-box3[data-v-de22309c] {
  background-image: url(/static/img/03.934f51a.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box4[data-v-de22309c] {
  background-image: url(/static/img/04.9a6d971.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box5[data-v-de22309c] {
  background-image: url(/static/img/05.6dc814f.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box6[data-v-de22309c] {
  background-image: url(/static/img/06.737e099.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box7[data-v-de22309c] {
  background-image: url(/static/img/07.114fed3.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box8[data-v-de22309c] {
  background-image: url(/static/img/08.e946a1f.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box9[data-v-de22309c] {
  background-image: url(/static/img/09.7ef65f5.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box10[data-v-de22309c] {
  background-image: url(/static/img/10.adc6807.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box11[data-v-de22309c] {
  background-image: url(/static/img/11.f5b6d80.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box12[data-v-de22309c] {
  background-image: url(/static/img/12.482fca9.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box13[data-v-de22309c] {
  background-image: url(/static/img/13.94da4f7.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box14[data-v-de22309c] {
  background-image: url(/static/img/14.2d1360f.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box15[data-v-de22309c] {
  background-image: url(/static/img/15.6bcdb5c.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box16[data-v-de22309c] {
  background-image: url(/static/img/16.c3ca3b8.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box17[data-v-de22309c] {
  background-image: url(/static/img/17.49677d4.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box18[data-v-de22309c] {
  background-image: url(/static/img/18.c1c49fc.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box19[data-v-de22309c] {
  background-image: url(/static/img/19.5ee93b7.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.svg-box20[data-v-de22309c] {
  background-image: url(/static/img/20.d73b998.jpg);
  height: 100px;
  text-align: center;
  line-height: 100px;
  /* background-size:100% */
}
.cover-svg[data-v-de22309c]{
  width: 60%;
  height: 40px;
  margin:30px 0 0 0;
}

*[data-v-ee722e06] {
  margin: 0;
  padding: 0
}
.articleList-box[data-v-ee722e06] {
  width: 100%;
  min-height: 100px;
  overflow: hidden;
}
.title[data-v-ee722e06] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #000;
}
.img-cover[data-v-ee722e06] {
  width: 24%;
  height: 80px;
  margin-right: 1%
}
.info[data-v-ee722e06] {
  width: 100%;
  height: 20px;
  line-height: 20px;
}
.info span[data-v-ee722e06] {
  display: block;
  margin-right: 5px;
  font-size: 13px;
  color: #b3aba9;
  float: left;
}
.shop-name[data-v-ee722e06] {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.icon[data-v-ee722e06] {
  font-size: 14px;
  color: #ff8565;
}

*[data-v-7a0bd877] {
  margin: 0;
  padding: 0;
}
.box[data-v-7a0bd877] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.questions-box[data-v-7a0bd877] {
  width: 100%;
  background: #f9f9f9;
  min-height: 100vh;
  overflow: hidden;
}
.statistics-box[data-v-7a0bd877] {
  width: 100%;
  min-height: 100px;
  background: #fff;
  margin-bottom: 15px;
  padding-bottom: 5px;
  overflow: hidden;
}
.cjzs-box[data-v-7a0bd877] {
  background-color: #db4870;
}
.jrcjzs-box[data-v-7a0bd877] {
  background-color: #83c6ff;
}
.bzcjzs-box[data-v-7a0bd877] {
  background-color: #d2e533;
}
.bncjzs-box[data-v-7a0bd877] {
  background-color: #6d799b;
}
.bjcjzs-box[data-v-7a0bd877] {
  background-color: #b30937;
}
.zfwl-box[data-v-7a0bd877] {
  background-color: #ff3639;
}
.jrzz-box[data-v-7a0bd877] {
  background-color: #01e9ff;
}
.jgrw-box[data-v-7a0bd877] {
  background-color: #5be646;
}
.bzxz-box[data-v-7a0bd877] {
  background-color: #ffa547;
}
.byxz-box[data-v-7a0bd877] {
  background-color: #4799ff;
}
.bycjzs-box[data-v-7a0bd877] {
  background-color: #7458e1;
}
.bjxz-box[data-v-7a0bd877] {
  background-color: #40dc8a;
}
.bnxz-box[data-v-7a0bd877] {
  background-color: #43d1e4;
}
.box-card[data-v-7a0bd877] {
  margin-bottom: 20px;
  line-height: 30px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  /* background-color: rgb(25 212 174); */
  font-weight: 700;
  overflow: hidden;
}
.ve-pie-box[data-v-7a0bd877] {
  width: 90%;
  min-height: 200px;
  margin: 20px auto;
}
.ve-pie-box1[data-v-7a0bd877] {
  width: 90%;
  min-height: 200px;
  margin: 20px 20px 0 20px;
}
.zfwl[data-v-7a0bd877] {
  width: 100%;
  font-size: 17px;
  text-align: center;
}
.zfwl-mun[data-v-7a0bd877] {
  font-size: 16px;
  text-align: center;
}
.histogram-box[data-v-7a0bd877] {
  width: 100%;
  height: 200px;
}
.histogram-box-task[data-v-7a0bd877] {
  width: 100%;
  height: 280px;
}
.label-jrxz[data-v-7a0bd877] {
  text-align: center;
  line-height: 20px;
  /* background: #ff3b00; */
  padding-left: 10px;
  /* font-weight: 700; */
  color: #000;
}
.advertising[data-v-7a0bd877] {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  /* background: url('../../assets/images/20.jpg'); */
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
  background: #5ab1ef;
  border-radius: 5px;
  margin-bottom: 70px;
}
.advertising-p[data-v-7a0bd877] {
  width: 90%;
  margin-top: 20px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 100px;
}
.statistics-title[data-v-7a0bd877] {
  width: 100%;
  line-height: 50px;
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.van-tabbar-item__text a[data-v-7a0bd877] {
  color: #000;
}
.van-tabbar-item[data-v-7a0bd877] {
  font-size: 15px;
}
.van-tabbar[data-v-7a0bd877] {
  height: 80px;
}


*[data-v-ca21c2a6] {
  margin: 0;
  padding: 0;
}
.questions-box[data-v-ca21c2a6] {
  width: 100%;
  background: #f9f9f9;
  min-height: 100vh;
  overflow: hidden;
}
.statistics-box[data-v-ca21c2a6] {
  width: 100%;
  min-height: 100px;
  background: #fff;
  margin-bottom: 15px;
  padding-bottom: 5px;
  overflow: hidden;
}
.cjzs-box[data-v-ca21c2a6] {
  background-color: #db4870;
}
.jrcjzs-box[data-v-ca21c2a6] {
  background-color: #83c6ff;
}
.bzcjzs-box[data-v-ca21c2a6] {
  background-color: #d2e533;
}
.bncjzs-box[data-v-ca21c2a6] {
  background-color: #6d799b;
}
.bjcjzs-box[data-v-ca21c2a6] {
  background-color: #b30937;
}
.zfwl-box[data-v-ca21c2a6] {
  background-color: #4197FA;
}
.jrzz-box[data-v-ca21c2a6] {
  background-color: #ff3639;
}
.jgrw-box[data-v-ca21c2a6] {
  background-color: #0e9643;
}
.bzxz-box[data-v-ca21c2a6] {
  background-color: #ffa547;
}
.byxz-box[data-v-ca21c2a6] {
  background-color: #4799ff;
}
.bycjzs-box[data-v-ca21c2a6] {
  background-color: #7458e1;
}
.bjxz-box[data-v-ca21c2a6] {
  background-color: #40dc8a;
}
.bnxz-box[data-v-ca21c2a6] {
  background-color: #43d1e4;
}
.box-card[data-v-ca21c2a6] {
  margin-bottom: 20px;
  line-height: 30px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  /* background-color: rgb(25 212 174); */
  font-weight: 700;
  overflow: hidden;
}
.ve-pie-box[data-v-ca21c2a6] {
  width: 90%;
  min-height: 200px;
  margin: 20px auto;
}
.ve-pie-box1[data-v-ca21c2a6] {
  width: 90%;
  min-height: 200px;
  margin: 20px 20px 0 20px;
}
.zfwl[data-v-ca21c2a6] {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.zfwl-mun[data-v-ca21c2a6] {
  font-size: 13px;
  text-align: center;
}
.histogram-box[data-v-ca21c2a6] {
  width: 100%;
  height: 200px;
}
.histogram-box-task[data-v-ca21c2a6] {
  width: 100%;
  height: 280px;
}
.label-jrxz[data-v-ca21c2a6] {
  text-align: center;
  line-height: 20px;
  /* background: #ff3b00; */
  padding-left: 10px;
  /* font-weight: 700; */
  color: #000;
}
.advertising[data-v-ca21c2a6] {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  /* background: url('../../assets/images/20.jpg'); */
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
  background: #5ab1ef;
  border-radius: 5px;
  margin-bottom: 70px;
}
.advertising-p[data-v-ca21c2a6] {
  width: 90%;
  margin-top: 20px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 100px;
}
.statistics-title[data-v-ca21c2a6] {
  width: 100%;
  /* line-height: 50px; */
  margin-top: 10px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.van-tabbar-item__text a[data-v-ca21c2a6] {
  color: #000;
}
.van-tabbar-item[data-v-ca21c2a6] {
  font-size: 15px;
}
.van-tabbar[data-v-ca21c2a6] {
  height: 80px;
}


*[data-v-4cd21076] {
  margin: 0;
  padding: 0;
}
.questions-box[data-v-4cd21076] {
  width: 100%;
  background: #f9f9f9;
  min-height: 100vh;
  overflow: hidden;
}
.statistics-box[data-v-4cd21076] {
  width: 100%;
  min-height: 100px;
  background: #fff;
  margin-bottom: 15px;
  padding-bottom: 5px;
  overflow: hidden;
}
.cjzs-box[data-v-4cd21076] {
  background-color: #db4870;
}
.jrcjzs-box[data-v-4cd21076] {
  background-color: #83c6ff;
}
.bzcjzs-box[data-v-4cd21076] {
  background-color: #d2e533;
}
.bncjzs-box[data-v-4cd21076] {
  background-color: #6d799b;
}
.bjcjzs-box[data-v-4cd21076] {
  background-color: #b30937;
}
.zfwl-box[data-v-4cd21076] {
  background-color: #ff3639;
}
.jrzz-box[data-v-4cd21076] {
  background-color: #01e9ff;
}
.jgrw-box[data-v-4cd21076] {
  background-color: #5be646;
}
.bzxz-box[data-v-4cd21076] {
  background-color: #ffa547;
}
.byxz-box[data-v-4cd21076] {
  background-color: #4799ff;
}
.bycjzs-box[data-v-4cd21076] {
  background-color: #7458e1;
}
.bjxz-box[data-v-4cd21076] {
  background-color: #40dc8a;
}
.bnxz-box[data-v-4cd21076] {
  background-color: #43d1e4;
}
.box-card[data-v-4cd21076] {
  margin-bottom: 20px;
  line-height: 30px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  /* background-color: rgb(25 212 174); */
  font-weight: 700;
  overflow: hidden;
}
.ve-pie-box[data-v-4cd21076] {
  width: 90%;
  min-height: 200px;
  margin: 20px auto;
}
.ve-pie-box1[data-v-4cd21076] {
  width: 90%;
  min-height: 200px;
  margin: 20px 20px 0 20px;
}
.zfwl[data-v-4cd21076] {
  width: 100%;
  font-size: 17px;
  text-align: center;
}
.zfwl-mun[data-v-4cd21076] {
  font-size: 16px;
  text-align: center;
}
.histogram-box[data-v-4cd21076] {
  width: 100%;
  height: 200px;
}
.histogram-box-task[data-v-4cd21076] {
  width: 100%;
  height: 280px;
}
.label-jrxz[data-v-4cd21076] {
  text-align: center;
  line-height: 20px;
  /* background: #ff3b00; */
  padding-left: 10px;
  /* font-weight: 700; */
  color: #000;
}
.advertising[data-v-4cd21076] {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  /* background: url('../../assets/images/20.jpg'); */
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
  background: #5ab1ef;
  border-radius: 5px;
  margin-bottom: 70px;
}
.advertising-p[data-v-4cd21076] {
  width: 90%;
  margin-top: 20px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 100px;
}
.statistics-title[data-v-4cd21076] {
  width: 100%;
  line-height: 50px;
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.van-tabbar-item[data-v-4cd21076] {
  font-size: 15px;
}
.van-tabbar[data-v-4cd21076] {
  height: 80px;
}


div[data-v-2a82fd92],
p[data-v-2a82fd92] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-2a82fd92] {
  line-height: 25px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  font-weight: 700;
  margin-bottom: 20px;
}
.zfwl[data-v-2a82fd92] {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.zfwl-mun[data-v-2a82fd92] {
  font-size: 14px;
  text-align: center;
}
.shijuan-car-box[data-v-2a82fd92] {
  background-color: #ff3639;
}
.jrzz-box[data-v-2a82fd92] {
  background-color: #01e9ff;
}
.bzxz-box[data-v-2a82fd92] {
  background-color: #ffa547;
}
.byxz-box[data-v-2a82fd92] {
  background-color: #4799ff;
}
.bjxz-box[data-v-2a82fd92] {
  background-color: #40dc8a;
}
.bnxz-box[data-v-2a82fd92] {
  background-color: #43d1e4;
}
.echarts-box[data-v-2a82fd92] {
  margin-bottom: 20px;
}
.statistics-title[data-v-2a82fd92] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.qriously-title[data-v-2a82fd92] {
  width: 100%;
  line-height: 30px;
}
.advertising[data-v-2a82fd92] {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  /* background: url('../../assets/images/20.jpg'); */
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
  background: #5ab1ef;
  border-radius: 5px;
  margin-bottom: 70px;
}
.advertising-p[data-v-2a82fd92] {
  width: 90%;
  margin-top: 20px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 100px;
}
.xzlist-box-pie[data-v-2a82fd92] {
  height: 300px;
  overflow: hidden;
}


div[data-v-af764f8c],
p[data-v-af764f8c] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-af764f8c] {
  line-height: 25px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  font-weight: 700;
  margin-bottom: 20px;
}
.zfwl[data-v-af764f8c] {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.zfwl-mun[data-v-af764f8c] {
  font-size: 14px;
  text-align: center;
}
.shijuan-car-box[data-v-af764f8c] {
  background-color: #ff3639;
}
.jrzz-box[data-v-af764f8c] {
  background-color: #01e9ff;
}
.bzxz-box[data-v-af764f8c] {
  background-color: #ffa547;
}
.byxz-box[data-v-af764f8c] {
  background-color: #4799ff;
}
.bjxz-box[data-v-af764f8c] {
  background-color: #40dc8a;
}
.bnxz-box[data-v-af764f8c] {
  background-color: #43d1e4;
}
.echarts-box[data-v-af764f8c] {
  margin-bottom: 20px;
}
.statistics-title[data-v-af764f8c] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.qriously-title[data-v-af764f8c] {
  width: 100%;
  line-height: 30px;
}
.advertising[data-v-af764f8c] {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  /* background: url('../../assets/images/20.jpg'); */
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
  background: #5ab1ef;
  border-radius: 5px;
  margin-bottom: 70px;
}
.advertising-p[data-v-af764f8c] {
  width: 90%;
  margin-top: 20px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 100px;
}
.xzlist-box-pie[data-v-af764f8c] {
  height: 300px;
  overflow: hidden;
}


div[data-v-8aa364c0],
p[data-v-8aa364c0] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-8aa364c0] {
  line-height: 25px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  font-weight: 700;
  margin-bottom: 20px;
}
.zfwl[data-v-8aa364c0] {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.zfwl-mun[data-v-8aa364c0] {
  font-size: 14px;
  text-align: center;
}
.shijuan-car-box[data-v-8aa364c0] {
  background-color: #ff3639;
}
.jrzz-box[data-v-8aa364c0] {
  background-color: #01e9ff;
}
.bzxz-box[data-v-8aa364c0] {
  background-color: #ffa547;
}
.byxz-box[data-v-8aa364c0] {
  background-color: #4799ff;
}
.bjxz-box[data-v-8aa364c0] {
  background-color: #40dc8a;
}
.bnxz-box[data-v-8aa364c0] {
  background-color: #43d1e4;
}
.echarts-box[data-v-8aa364c0] {
  margin-bottom: 20px;
}
.statistics-title[data-v-8aa364c0] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.qriously-title[data-v-8aa364c0] {
  width: 100%;
  line-height: 30px;
}
.advertising[data-v-8aa364c0] {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  /* background: url('../../assets/control/20.jpg'); */
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
  background: #5ab1ef;
  border-radius: 5px;
  margin-bottom: 70px;
}
.advertising-p[data-v-8aa364c0] {
  width: 90%;
  margin-top: 20px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 100px;
}
.xzlist-box-pie[data-v-8aa364c0] {
  height: 300px;
  overflow: hidden;
}


div[data-v-a121ab38],
p[data-v-a121ab38] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-a121ab38] {
  line-height: 25px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  font-weight: 700;
  margin-bottom: 20px;
}
.zfwl[data-v-a121ab38] {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.zfwl-mun[data-v-a121ab38] {
  font-size: 14px;
  text-align: center;
}
.shijuan-car-box[data-v-a121ab38] {
  background-color: #ff3639;
}
.jrzz-box[data-v-a121ab38] {
  background-color: #01e9ff;
}
.bzxz-box[data-v-a121ab38] {
  background-color: #ffa547;
}
.byxz-box[data-v-a121ab38] {
  background-color: #4799ff;
}
.bjxz-box[data-v-a121ab38] {
  background-color: #40dc8a;
}
.bnxz-box[data-v-a121ab38] {
  background-color: #43d1e4;
}
.echarts-box[data-v-a121ab38] {
  margin-bottom: 20px;
}
.statistics-title[data-v-a121ab38] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.qriously-title[data-v-a121ab38] {
  width: 100%;
  line-height: 30px;
}
.advertising[data-v-a121ab38] {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  /* background: url('../../assets/control/20.jpg'); */
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
  background: #5ab1ef;
  border-radius: 5px;
  margin-bottom: 70px;
}
.advertising-p[data-v-a121ab38] {
  width: 90%;
  margin-top: 20px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 100px;
}
.xzlist-box-pie[data-v-a121ab38] {
  height: 300px;
  overflow: hidden;
}


div[data-v-defb5aea],
  p[data-v-defb5aea] {
    margin: 0;
    padding: 0;
}
.box-card[data-v-defb5aea] {
    line-height: 25px;
    border: 1px solid #ebeef5;
    color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    font-weight: 700;
    margin-bottom: 20px;
}
.zfwl[data-v-defb5aea] {
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.zfwl-mun[data-v-defb5aea] {
    font-size: 14px;
    text-align: center;
}
.shijuan-car-box[data-v-defb5aea] {
    background-color: #ff3639;
}
.jrzz-box[data-v-defb5aea] {
    background-color: #01e9ff;
}
.bzxz-box[data-v-defb5aea] {
    background-color: #ffa547;
}
.byxz-box[data-v-defb5aea] {
    background-color: #4799ff;
}
.bjxz-box[data-v-defb5aea] {
    background-color: #40dc8a;
}
.bnxz-box[data-v-defb5aea] {
    background-color: #43d1e4;
}
.echarts-box[data-v-defb5aea] {
    margin-bottom: 20px;
}
.statistics-title[data-v-defb5aea] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.qriously-title[data-v-defb5aea] {
    width: 100%;
    line-height: 30px;
}
.advertising[data-v-defb5aea] {
    width: 90%;
    height: 100px;
    margin: 0 auto;
    /* background: url('../../assets/audio/20.jpg'); */
    background-size: 100% 100%;
    overflow: hidden;
    text-align: center;
    background: #5ab1ef;
    border-radius: 5px;
    margin-bottom: 70px;
}
.advertising-p[data-v-defb5aea] {
    width: 90%;
    margin-top: 20px;
    color: #fff;
    margin: 0 auto;
    font-weight: 700;
    line-height: 100px;
}
.xzlist-box-pie[data-v-defb5aea]{
    height: 300px;
    overflow: hidden;
}

div[data-v-cf8f45c8],
p[data-v-cf8f45c8] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-cf8f45c8] {
  line-height: 25px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  font-weight: 700;
  margin-bottom: 20px;
}
.zfwl[data-v-cf8f45c8] {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.zfwl-mun[data-v-cf8f45c8] {
  font-size: 14px;
  text-align: center;
}
.shijuan-car-box[data-v-cf8f45c8] {
  background-color: #ff3639;
}
.jrzz-box[data-v-cf8f45c8] {
  background-color: #01e9ff;
}
.bzxz-box[data-v-cf8f45c8] {
  background-color: #ffa547;
}
.byxz-box[data-v-cf8f45c8] {
  background-color: #4799ff;
}
.bjxz-box[data-v-cf8f45c8] {
  background-color: #40dc8a;
}
.bnxz-box[data-v-cf8f45c8] {
  background-color: #43d1e4;
}
.echarts-box[data-v-cf8f45c8] {
  margin-bottom: 20px;
}
.statistics-title[data-v-cf8f45c8] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.qriously-title[data-v-cf8f45c8] {
  width: 100%;
  line-height: 30px;
}
.advertising[data-v-cf8f45c8] {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  /* background: url('../../assets/video/20.jpg'); */
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
  background: #5ab1ef;
  border-radius: 5px;
  margin-bottom: 70px;
}
.advertising-p[data-v-cf8f45c8] {
  width: 90%;
  margin-top: 20px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 100px;
}
.xzlist-box-pie[data-v-cf8f45c8] {
  height: 300px;
  overflow: hidden;
}


div[data-v-7ea59f47],
p[data-v-7ea59f47] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-7ea59f47] {
  line-height: 25px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  font-weight: 700;
  margin-bottom: 20px;
}
.zfwl[data-v-7ea59f47] {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.zfwl-mun[data-v-7ea59f47] {
  font-size: 14px;
  text-align: center;
}
.shijuan-car-box[data-v-7ea59f47] {
  background-color: #ff3639;
}
.jrzz-box[data-v-7ea59f47] {
  background-color: #01e9ff;
}
.bzxz-box[data-v-7ea59f47] {
  background-color: #ffa547;
}
.byxz-box[data-v-7ea59f47] {
  background-color: #4799ff;
}
.bjxz-box[data-v-7ea59f47] {
  background-color: #40dc8a;
}
.bnxz-box[data-v-7ea59f47] {
  background-color: #43d1e4;
}
.echarts-box[data-v-7ea59f47] {
  margin-bottom: 20px;
}
.statistics-title[data-v-7ea59f47] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.qriously-title[data-v-7ea59f47] {
  width: 100%;
  line-height: 30px;
}
.advertising[data-v-7ea59f47] {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  /* background: url('../../assets/ebook/20.jpg'); */
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
  background: #5ab1ef;
  border-radius: 5px;
  margin-bottom: 70px;
}
.advertising-p[data-v-7ea59f47] {
  width: 90%;
  margin-top: 20px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 100px;
}
.xzlist-box-pie[data-v-7ea59f47] {
  height: 300px;
  overflow: hidden;
}


div[data-v-dcfcf53e],
p[data-v-dcfcf53e] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-dcfcf53e] {
  line-height: 25px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  font-weight: 700;
  margin-bottom: 20px;
}
.zfwl[data-v-dcfcf53e] {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.zfwl-mun[data-v-dcfcf53e] {
  font-size: 14px;
  text-align: center;
}
.shijuan-car-box[data-v-dcfcf53e] {
  background-color: #ff3639;
}
.jrzz-box[data-v-dcfcf53e] {
  background-color: #01e9ff;
}
.bzxz-box[data-v-dcfcf53e] {
  background-color: #ffa547;
}
.byxz-box[data-v-dcfcf53e] {
  background-color: #4799ff;
}
.bjxz-box[data-v-dcfcf53e] {
  background-color: #40dc8a;
}
.bnxz-box[data-v-dcfcf53e] {
  background-color: #43d1e4;
}
.echarts-box[data-v-dcfcf53e] {
  margin-bottom: 20px;
}
.statistics-title[data-v-dcfcf53e] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.qriously-title[data-v-dcfcf53e] {
  width: 100%;
  line-height: 30px;
}
.advertising[data-v-dcfcf53e] {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  /* background: url('../../assets/courseware/20.jpg'); */
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
  background: #5ab1ef;
  border-radius: 5px;
  margin-bottom: 70px;
}
.advertising-p[data-v-dcfcf53e] {
  width: 90%;
  margin-top: 20px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 100px;
}
.xzlist-box-pie[data-v-dcfcf53e] {
  height: 300px;
  overflow: hidden;
}


div[data-v-272adf08],
p[data-v-272adf08] {
  margin: 0;
  padding: 0;
}
.box-card[data-v-272adf08] {
  line-height: 25px;
  border: 1px solid #ebeef5;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  font-weight: 700;
  margin-bottom: 20px;
}
.zfwl[data-v-272adf08] {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.zfwl-mun[data-v-272adf08] {
  font-size: 14px;
  text-align: center;
}
.shijuan-car-box[data-v-272adf08] {
  background-color: #ff3639;
}
.jrzz-box[data-v-272adf08] {
  background-color: #01e9ff;
}
.bzxz-box[data-v-272adf08] {
  background-color: #ffa547;
}
.byxz-box[data-v-272adf08] {
  background-color: #4799ff;
}
.bjxz-box[data-v-272adf08] {
  background-color: #40dc8a;
}
.bnxz-box[data-v-272adf08] {
  background-color: #43d1e4;
}
.echarts-box[data-v-272adf08] {
  margin-bottom: 20px;
}
.statistics-title[data-v-272adf08] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.qriously-title[data-v-272adf08] {
  width: 100%;
  line-height: 30px;
}
.advertising[data-v-272adf08] {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  /* background: url('../../assets/video/20.jpg'); */
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
  background: #5ab1ef;
  border-radius: 5px;
  margin-bottom: 70px;
}
.advertising-p[data-v-272adf08] {
  width: 90%;
  margin-top: 20px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 100px;
}
.xzlist-box-pie[data-v-272adf08] {
  height: 300px;
  overflow: hidden;
}

*[data-v-2bcb983a] {
  margin: 0;
  padding: 0;
}
.main-box[data-v-2bcb983a] {
  width: 100%;
  min-height: 300px;
  position: relative;
  background: rgb(99 99 99 / 6%);
  padding-bottom: 30px;
}
.top-box[data-v-2bcb983a] {
  width: 100%;
  height: 68px;
  /* background: #65a2ab; */
  position: fixed;
  top: 0;
  z-index: 20;
}
.erpHelp[data-v-2bcb983a] {
  width: 100%;
}
.left-box[data-v-2bcb983a] {
  width: 33%;
  min-height: 400px;
  position: fixed;
  left: 1%;
  padding-top: 5%;
  z-index: 10;
}
.right-box[data-v-2bcb983a] {
  width: 64%;
  margin-left: 35%;
  padding-top: 5%;
}
.right-box-cont[data-v-2bcb983a] {
  width: 100%;
  min-height: 800px;
  position: relative;
}
.left-meun[data-v-2bcb983a] {
  width: 100%;
  height: 500px;
  overflow-y: auto;
}
.keyword-box[data-v-2bcb983a] {
  font-size: 16px;
  margin-top: 20px;
}
.keyword-label[data-v-2bcb983a] {
  font-size: 16px;
  font-weight: bold;
  color: #544d4d;
  margin-top: 20px;
  margin-bottom: 10px;
}
.keyword[data-v-2bcb983a] {
  margin-right: 20px;
  color: #675e5e;
}
.jianshu-label[data-v-2bcb983a] {
  font-size: 16px;
  font-weight: bold;
  color: #544d4d;
  margin-top: 20px;
  margin-bottom: 10px;
}
.jianshu-cont[data-v-2bcb983a] {
  font-size: 16px;
  color: #675e5e;
  line-height: 25px;
}
.video-box[data-v-2bcb983a] {
  margin-top: 20px;
}
.qriously-box[data-v-2bcb983a] {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
.qriously-title[data-v-2bcb983a] {
  font-size: 12px;
  margin-bottom: 10px;
}
.el-tree-node__label[data-v-2bcb983a] {
  font-size: 12px;
}


.box[data-v-00098959] {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.mui-table-view-cell[data-v-00098959] {
  margin-top: 20px;
}
.biaoti[data-v-00098959] {
  margin-top: 20px;
}


div[data-v-3f87e828],
p[data-v-3f87e828],
span[data-v-3f87e828],
a[data-v-3f87e828] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-3f87e828] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.home-box[data-v-3f87e828] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-3f87e828] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.body-box[data-v-3f87e828] {
  margin: 0px auto;
  clear: both;
  width: 70%;
}
.top-box[data-v-3f87e828] {
  width: 100%;
}
.banner-box[data-v-3f87e828] {
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  position: relative;
}
.articles-box[data-v-3f87e828] {
  width: 100%;
  min-height: 300px;
}
.search-box[data-v-3f87e828] {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 4px;
}
.share-top[data-v-3f87e828] {
  width: 100%;
  line-height: 40px;
}
.share-top-box[data-v-3f87e828] {
  line-height: 32px;
  text-align: right;
}
.el-icon-share[data-v-3f87e828] {
  font-size: 20px;
  margin-top: 6px;
}
.share-cont[data-v-3f87e828] {
  display: inline;
}
.articleBanner[data-v-3f87e828] {
  width: 100%;
  margin-top: 60px
}
.pagination-container[data-v-3f87e828] {
  width: 100%;
  text-align: right;
}
.cover[data-v-3f87e828] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}
.title[data-v-3f87e828] {
  display: block;
  width: 100%;
  font-size: 17px;
  min-height: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: bold;
}
.abstract[data-v-3f87e828] {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  min-height: 70px;
  font-size: 14px;
}
.abstract a[data-v-3f87e828] {
  color: #535869;
}
.article-item[data-v-3f87e828] {
  width: 100%;
  margin-bottom: 20px;
}
.jsd-meta[data-v-3f87e828] {
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  line-height: 20px;
  text-align: left;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-box-flex: wrap;
  -moz-box-flex: wrap;
  -ms-box-flex: wrap;
  -o-box-flex: wrap;
  margin-right: 20px;
}
.meta[data-v-3f87e828] {
  width: 100%;
  height: 20px;
  color: #999;
  font-size: 13px;
}

p[data-v-6405920d],
div[data-v-6405920d],
a[data-v-6405920d],
img[data-v-6405920d] {
  margin: 0;
  padding: 0;
}
a[data-v-6405920d] {
  text-decoration: none;
  color: #adadaf;
  font-size: 13px;
}
.error-box[data-v-6405920d] {
  width: 100%;
  min-height: 200px;
  background: url(/static/img/bj.9c6673e.png);
}
.meunt[data-v-6405920d] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.main[data-v-6405920d] {
  width: 100%;
  margin: 0 auto;
  min-height: 400px;
  background: rgba(183, 183, 185, 0.11);
}
.bady-box[data-v-6405920d] {
  width: 89%;
  margin: 0px auto;
  padding-top: 60px;
  min-height: 400px;
  text-align: center;
}
.errorImg[data-v-6405920d] {
  width: 300px;
  margin-top: 100px;
}
.bank-btn[data-v-6405920d] {
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #c7c7c7;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin: 0 auto
}

div[data-v-2b8da464],
p[data-v-2b8da464],
h3[data-v-2b8da464],
h1[data-v-2b8da464],
span[data-v-2b8da464],
h2[data-v-2b8da464] {
  margin: 0;
  padding: 0;
}
.meunt[data-v-2b8da464] {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
}
.home-box1[data-v-2b8da464] {
  width: 100%;
  background: url(/static/img/bj.9c6673e.png);
}
.home[data-v-2b8da464] {
  width: 100%;
  overflow: hidden;
  background: rgba(183, 183, 185, 0.11);
}
.body-box[data-v-2b8da464] {
  margin: 20px auto;
  clear: both;
  width: 89%;
  padding-top: 80px;
  min-height: 500px;
}
.ad-box[data-v-2b8da464] {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 1px 5px 15px 3px #c8cbd0;
          box-shadow: 1px 5px 15px 3px #c8cbd0;
}
.title-ad[data-v-2b8da464] {
  width: 100%;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background: white;
}
.image-ad[data-v-2b8da464] {
  width: 100%;
}
.showTime-ad[data-v-2b8da464] {
  width: 100%;
  line-height: 25px;
  margin-top: 20px;
  color:#c7afaf;
}
.showTime-ad span[data-v-2b8da464]{
    margin-right: 20px;
}
.excerpt-ad[data-v-2b8da464] {
  width: 100%;
  line-height: 25px;
  margin-top: 20px;
}


















































/*全局覆盖*/

.el-tooltip__popper.is-light {
    border: none;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}

.el-tooltip__popper.is-light[x-placement^="bottom"] .popper__arrow {
    border-bottom-color: #cecaca;
}

/* .banner-box .el-carousel__container{
    height:270px
  } */

.son-level .el-checkbox-button:first-child .el-checkbox-button__inner {
    border-left: none;
}

.son-level .el-checkbox-button__inner {
    color: #adadaf;
    font-weight: 500;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border: none;
    border-left: 0;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 10px 10px;
    font-size: 14px;
}

.son-level .el-checkbox-button.is-checked .el-checkbox-button__inner {
    color: #23b1ea;
    background-color: #fff;
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.catalogue-box .el-collapse {
    border-top: none;
}

.head-box .focusing {
    outline: none;
}

.el-button a {
    color: #fff;
}

.login-box .el-input__inner {
    padding-left: 40px;
}

.login-box .el-input__inner:hover {
    border-color: rgb(255, 0, 3);
}

.login-box .el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border-color: rgb(255, 0, 3);
}

.login-box .el-tabs--border-card {
    border: 1px solid #dcdfe6;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tags-box .el-checkbox-button__inner {
        line-height: 1;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: rgb(249 249 249);
    border: none;
    color: #000000;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 4px;
    margin-left: 10px;
}

.tags-box .el-checkbox-button:first-child .el-checkbox-button__inner {
    border-left: none;
    border-radius: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.tags-box .el-checkbox-button:last-child .el-checkbox-button__inner {
    border-radius: 4px;
}

.tags-box .el-checkbox-button.is-checked .el-checkbox-button__inner {
    color: #fff;
    background-color: #52a0f1;
    border-color: #52a0f1;
    -webkit-box-shadow: -1px 0 0 0 #8cc5ff;
    box-shadow: -1px 0 0 0 #8cc5ff;
}

.box .el-tabs__active-bar {
    background-color: #000;
}

.box .el-tabs__item.is-active {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.box .el-tabs__item:hover {
    color: #333;
    cursor: pointer;
}

.box .el-tabs__item {
    font-size: 16px;
}

.share-top .social-share .social-share-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
}

.question-share-box .social-share .social-share-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
}

.ueditor-box .el-form-item__content {
    line-height: 0;
}

.catalogue-box .el-checkbox-button__inner {
    line-height: 1;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    border: none;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    /* margin-left: 10px; */
    margin: 0 5px;
}

.catalogue-box .el-checkbox-button:first-child .el-checkbox-button__inner {
    border-left: none;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.catalogue-box .el-checkbox-button:last-child .el-checkbox-button__inner {
    border-radius: 4px;
}

.catalogue-box .el-checkbox-button.is-checked .el-checkbox-button__inner {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    -webkit-box-shadow: -1px 0 0 0 #8cc5ff;
    box-shadow: -1px 0 0 0 #8cc5ff;
}

.radio-box .el-radio-button {
    margin-right: 5px;
    margin-bottom: 10px;
}

.radio-box .el-radio-button__inner {
    background-color: none;
    border: none;
}

.radio-box .el-radio-button:first-child .el-radio-button__inner {
    border-left: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.radio-box .el-radio-button:last-child .el-radio-button__inner {
    border-radius: 0;
}

.radio-box .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #fff;
    background-color: #000;
    border-color: none;
}

.radio-box2  .el-radio-button__inner:hover{
  color: #fda12f;
}

.radio-box2 .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #FFF;
    background-color: #fda12f;
    border-color: #fda12f;
    -webkit-box-shadow: -1px 0 0 0 #fda12f;
    /* box-shadow: -1px 0 0 0 #409EFF; */
}

.rate .el-rate__icon {
    font-size: 12px;
    margin-right: 6px;
    color: #c0c4cc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rate .el-rate__text {
    font-size: 12px;
    vertical-align: middle;
}

.main-box-top .el-collapse-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    line-height: 28px;
    color: #303133;
    cursor: pointer;
    border-bottom: none;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color 0.3s;
    transition: border-bottom-color 0.3s;
    outline: 0;
}

.main-box-top .el-collapse {
    border-top: none;
    border-bottom: none;
}

.main-box-top .el-carousel__mask,
.el-cascader-menu,
.el-cascader-menu__item.is-disabled:hover,
.el-collapse-item__header,
.el-collapse-item__wrap {
    background-color: rgba(249, 249, 249, 0);
}

.main-box-top .el-collapse-item__arrow {
    display: none;
}

.main-box-top .el-collapse-item__content {
    padding-bottom: 0;
    font-size: 13px;
    color: #303133;
    line-height: 1.769230769230769;
}

.el-menu {
    border-right: none;
}

.main-box-top .el-collapse-item__wrap {
    will-change: height;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
}

.realName-authenticatiom-box .el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
    /* width: 100%; */
}

/* .personal .el-select>.el-input{
    width: 520px;
}  */

/* .enterprise .el-select > .el-input {
  width: 560px;
} */

.storage-space-box .el-progress-bar {
    padding-right: 50px;
    width: 90%;
    margin-right: -55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article-left .el-rate__icon {
    font-size: 14px;
}

.article-left .el-rate__text {
    font-size: 12px;
}

.shop-articls-box .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #fff;
    background-color: #ff0003;
    border-color: #ff0003;
    -webkit-box-shadow: -1px 0 0 0 #ff0003;
    box-shadow: -1px 0 0 0 #ff0003;
}

/* .shop-articls-box  .el-input-group__append .el-button, .el-input-group__append .el-select, .el-input-group__prepend .el-button, .el-input-group__prepend .el-select {
    display: inline-block;
     margin: 0;
} */

.shop-articls-box .el-radio-button__inner:hover {
    color: #333;
}

.bage-box .el-badge__content {
    background-color: #ff0003;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    text-align: center;
    white-space: nowrap;
    border: none;
}

.bage-box .el-badge__content.is-fixed {
    position: absolute;
    top: 20px;
    right: 10px;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}

.ueditor-box .el-checkbox-button:last-child .el-checkbox-button__inner {
    border-radius: 4px;
}

.ueditor-box .el-select {
    width: 100%;
    display: inline-block;
    position: relative;
}

.ueditor-box .el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 15px;
    color: #000;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-weight: bold; */
}

.create-box .el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 15px;
    color: #000;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}

/* shop部分 */

.filter-container .el-input-group__prepend {
    width: 100px;
    background-color: #ffffff;
}

.filter-container .el-input-group__append {
    background-color: #66b0ff;
    border: 1px solid #66b0ff;
    color: #fff;
}

.fragment-box .el-table thead {
    color: #000000;
    font-weight: bold;
}

.ueditor-box .el-card__body {
    padding: 0px;
}

.ueditor-box .el-date-editor.el-input,
.el-date-editor.el-input__inner {
    width: 100%;
}

/* .list-main .el-table .cell,
.el-table th div,
.el-table--border td:first-child .cell,
.el-table--border th:first-child .cell {
    padding-left: 0px;
} */

.deployable .el-collapse-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    line-height: 25px;
    background-color: #fff;
    color: #303133;
    cursor: pointer;
    border-bottom: 1px solid #ebeef5;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: border-bottom-color 0.3s;
    transition: border-bottom-color 0.3s;
    outline: 0;
}

.deployable .el-collapse-item__header.focusing:focus:not(:hover) {
    color: #303133;
}

.deployable .el-collapse-item__content {
    padding-bottom: 5px;
    font-size: 13px;
    /* color: #6486b9; */
    line-height: 1.769230769230769;
    margin-top: 5px;
}

.deployable .el-collapse-item__arrow {
    margin: 0 8px 0 auto;
    transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    font-weight: 300;
    position: absolute;
    right: 0;
    bottom: 50%;
}

.deployable .el-collapse-item:last-child {
    margin-bottom: 0px;
}

.deployable .el-collapse {
    border-top: none;
    border-bottom: none;
}

.deployable .el-rate {
    height: auto;
    line-height: auto;
}

.deployable .el-tooltip {
    outline: none;
}

.flow .el-card__body {
    background: #f9f9f9;
}

.flow .el-card {
    border: none;
}

.paging-box .el-pagination__total {
    margin-left: 10px;
}

.task-catalogue-box .el-checkbox-button__inner {
    line-height: 1;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    border: 1px solid #e1e1e2;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    /* margin-left: 10px; */
    margin: 5px;
}

.task-catalogue-box .el-checkbox-button:first-child .el-checkbox-button__inner {
    border-left: none;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.task-catalogue-box .el-checkbox-button:last-child .el-checkbox-button__inner {
    border-radius: 4px;
}

.task-catalogue-box .el-checkbox-button.is-checked .el-checkbox-button__inner {
    color: #fff;
    background-color: #000;
    border-color: #fff;
    -webkit-box-shadow: -1px 0 0 0 #8cc5ff;
    box-shadow: -1px 0 0 0 #8cc5ff08;
}

/* .search-home-box .el-input-group__append, .el-input-group__prepend {
    background-color: #000;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 9px 30px;
    width: 1px;
    white-space: nowrap;
} */

/* .search-home-box .el-input__inner {
    border-radius:0px;
    background-color: #FFF;
    border: 1px solid #000000;
    color: #606266;
    padding: 19px 15px;
} */

.radio-box .el-radio-button__inner {
    white-space: nowrap;
    background: #f7f7f7;
    border: none;
}

.task_list .el-input-group__append,
.el-input-group__prepend {
    background-color: #dcdfe6;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 0px;
    padding: 0px 20px;
    width: 1px;
    white-space: nowrap;
}

.recharge-record-box .el-radio-button__inner {
    border: none;
    border-radius: 4px !important;
}

.recharge-record-box .el-radio-button:first-child .el-radio-button__inner {
    border-left: 1px solid #dcdfe6;
    border-radius: 4px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-left: none !important;
}

.recharge-record-box .el-radio-button:last-child .el-radio-button__inner {
    border-radius: none;
}

.ebook-body .el-tabs__item {
    font-size: 16px;
    color: #1a1a1a;
}

.ebook-body .el-tabs {
    position: relative;
}

.ebook-body .el-tabs__content {
    overflow: hidden;
    position: initial;
}

.ebook-body .el-tabs__item:hover {
    color: #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.ebook-body .el-tabs__item.is-active {
    color: #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.resetpwd .el-input__inner {
    outline: 0;
    padding: 0 35px;
    width: 100%;
}

.banner-box1 .el-carousel__container {
    position: relative;
    height: 446px;
}

.banner-home2 .el-carousel__container {
    position: relative;
    height: 540px;
}

/* 个人中心任务订单 */

/* .oder-info-box .el-table th>.cell {
    height: 32px;
}

.oder-info-box thead th {
    padding: 8px 0;
}

.taskPartake-kist-box .el-table td {
    padding: 0px 0;
} */

/* 首页tabe */

.latest-tasks-box .cell,
.courseware-list-box .cell {
    color: #000;
    font-size: 14px;
}

.latest-tasks-box thead .cell,
.courseware-list-box thead .cell {
    color: #000;
    font-size: 17px;
}

/* .latest-tasks-box .el-table td,
.el-table th {
    padding: 11px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
} */

/* .filter-container .el-table td,
.el-table th {
    padding: 7px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
} */

.courseware-box .el-collapse-item__content {
    /* padding-bottom: 25px; */
    font-size: 13px;
    color: #303133;
    line-height: 1.769230769230769;
}

.newestArticle .el-collapse {
    border-top: none;
}

.task-detail .el-step__icon {
    /* top: -13px;*/
    /* background-color: #ef5050;
    color: #fff; */
}

.task-detail .el-step.is-simple:not(:last-of-type) .el-step__title {
    max-width: 100%;
    word-break: break-all;
}

.task-detail .el-step__head.is-finish {
    color: #ff4040;
    border-color: #ff0000;
}

.task-detail .el-step__title.is-finish {
    color: #ff4040;
}

.task-detail .el-step__head.is-wait {
    /* color: #ef5050;
    border-color: #ef5050; */
}

.task-detail .el-step__line {
    position: absolute;
    border-color: inherit;
    /* background-color: #ef5050; */
}

.task-detail .is-wait {
    /* height: 30px;
    color: #ef5050;
    font-size: 14px;
    font-weight: bold; */
}

.task-detail .el-step__title {
    font-size: 14px;
    line-height: 10px;
}

.task-detail .el-step.is-horizontal .el-step__line {
    /* height: 5px;
    top: 11px; */
    /* left: 0;
    right: 0; */
}

.task-detail .el-step__description {
    /* line-height: 30px;
    color: rgba(239, 80, 80, 0.59); */
    display: none;
}

.task-detail .el-step.is-center .el-step__line {
    /* left: 0;
    right: -100%; */
}

.task-detail .el-step.is-horizontal .el-step__line {
    top: 0px
}

.questions-el-collapse-box .el-collapse-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    line-height: normal;
    background-color: #fff;
    color: #303133;
    cursor: pointer;
    border-bottom: 1px solid #ebeef5;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color 0.3s;
    transition: border-bottom-color 0.3s;
    outline: 0;
}

.mob-questions-box .el-collapse-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    line-height: normal;
    background-color: #fff;
    color: #303133;
    cursor: pointer;
    border-bottom: none;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: border-bottom-color 0.3s;
    transition: border-bottom-color 0.3s;
    outline: 0;
}

.mob-questions-box .el-collapse {
    border-top: none;
    border-bottom: none;
}

.mob-questions-box .el-collapse-item__arrow {
    margin: 0;
}

.remuneration-box .el-tabs--border-card>.el-tabs__header {
    background-color: #f56c6c;
    border-bottom: 1px solid #e4e7ed;
    margin: 0;
}

.remuneration-box .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: #0e0e0e;
    background-color: #fff;
    border-right-color: #dcdfe6;
    border-left-color: #dcdfe6;
}

.remuneration-box .el-tabs--border-card>.el-tabs__header .el-tabs__item {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: 1px solid transparent;
    margin-top: -1px;
    color: #fff;
}

.remuneration-box .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #000;
}

.system-message-box .el-table__empty-block,
.my-newa-box .el-table__empty-block,
.my-resources-box .el-table__empty-block,
.my-collection .el-table__empty-block {
    min-height: 400px;
}

.oder-info-box .el-table__empty-block {
    min-height: 300px;
}

.my-participation-box .el-card {
    min-height: 400px;
}

.share-con .social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 15px;
    border-radius: 50%;
    line-height: 20px;
}

.task-index-box .el-card {
    overflow: inherit;
}

.bindMobile-main .el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 40px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}

.el-dialog__header-box .el-dialog__header {
    background: #fb5252;
    padding: 10px 20px 10px;
}

.el-dialog__header-box .el-dialog__headerbtn {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}

.el-dialog__header-box .el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #ffffff;
}

.myParticipation .el-table th>.cell {
    height: inherit;
}

.dialog-box .el-dialog__body {
    padding: 10px 20px 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.popup-box .el-dialog__header {
    padding: 20px 20px 10px;
    text-align: center;
    font-weight: bold;
}

.agreement-box .el-dialog__body {
    padding: 10px 20px;
}

.agreement-box .el-dialog__header {
    padding: 20px 20px 10px;
    text-align: center;
    font-weight: bold;
}

.myInfo-box .el-button+.el-button {
    margin-left: 0;
    margin-bottom: 10px;
}

.myInfo-box .el-card {
    border: none;
}

.catalogue-box .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #fff;
    background-color: #52a0f1;
    border-color: #fff;
    -webkit-box-shadow: -1px 0 0 0 #409eff;
    box-shadow: none;
}

.catalogue-box .el-radio-button__inner {
    border-left: none;
    padding: 5px 10px;
    font-size: 12px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.catalogue-box .el-radio-button__inner:hover {
    color: #000;
}

.catalogue-box .el-radio-button:first-child .el-radio-button__inner,
.catalogue-box .el-radio-button:last-child .el-radio-button__inner {
    border-radius: 4px;
    border-left: none;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.catalogue-box .el-radio-button--mini .el-radio-button__inner {
    padding: 5px 5px;
    font-size: 12px;
    border-radius: 4px;
}

/* .subjectList-box .el-radio-button--mini .el-radio-button__inner {
    padding: 3px 8px;
    font-size: 14px;
    border-radius: 4px;
} */

.questions-more .van-list__finished-text {
    color: #969799;
    font-size: 14px;
    line-height: 300px;
    height: 500px;
    text-align: center;
}

.myInfo-box .el-badge__content.is-fixed {
    position: absolute;
    top: 8px;
    right: 22px;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}

.myInfo-box .el-badge__content {
    background-color: #f56c6c;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    padding: 0 3px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #fff;
}

/* .shopDetail .el-date-editor.el-input,
.el-date-editor.el-input__inner {
    width: 100%;
} */

/* -----------------------------------------------修改tabel表头--------------------------------------------- */

.el-table th {
    padding: 5px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

.el-table td {
    padding: 7.5px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

/* -----------------------------------------mini按钮修改-------------------------------------------------------- */

.el-button--mini,
.el-button--mini.is-round {
    padding: 4.5px 7px;
}

/* ----------------------------------------------翻页-------------------------------------------------------------- */

.el-pagination {
    white-space: nowrap;
    padding: 0;
    color: #303133;
    font-weight: 700;
}

/* -----------------------------------------------制单页面----------------------------------------------------- */

/* .create-box .el-form-item__content {
    line-height: 20px;
    position: relative;
    font-size: 14px;
} */

.create-box .el-select {
    display: block;
    position: relative;
}

.create-box .el-date-editor.el-input,
.el-date-editor.el-input__inner {
    width: 100%;
}

.create-box .el-card__body {
    padding: 0px;
}

.create-box .el-checkbox-button--mini .el-checkbox-button__inner {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0;
}

/* ----------------------------------------------------前端创建任务----------------------------------------------------------- */

.createform .el-form-item__content {
    line-height: 20px;
}

.createform .el-dialog__body {
    padding: 10px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.taskSpecification .el-dialog__headerbtn .el-dialog__close {
    color: #fff;
    font-size: 20px;
}

/* ---------------------------------------详情页反馈弹窗tab标签页修改---------------------------------------------------- */

.task-detail-box .el-dialog__body {
    padding: 5px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.task-detail-box .el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}

.task-detail-box .el-button+.el-button {
    margin-left: 0;
    /* margin-right: 10px; */
}

/* ----------------------------------------顶部导航 消息提示修改---------------------------------------------------------------------- */

.menu-right-box .el-badge__content.is-fixed {
    position: absolute;
    top: 16px;
    right: 15px;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}

.menu-right-box .el-badge__content {
    background-color: #F56C6C;
    border-radius: 10px;
    color: #FFF;
    display: inline-block;
    font-size: 10px;
    height: 10px;
    line-height: 10px;
    padding: 3px 4px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #FFF;
}

/* ------------------------------------------------------------发布说明弹出------------------------------------------------------------- */

.taskSpecification .el-dialog {
    position: relative;
    margin: 0 auto 50px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    background: rgba(0, 0, 0, 0);
    /* color: #fff; */
    background-image: url(/static/img/announcement.4b1061f.jpg);
    height: 550px;
    background-size: 100% 550px;
}

.taskSpecification .el-dialog__body {
    padding: 20px 20px;
    color: #FFF;
    font-size: 14px;
    word-break: break-all;
}

.taskSpecification .el-dialog__title {
    line-height: 24px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

/* ------------------------------------------------   领取任务---领取明细---------------------------------------------------------- */

.task-detail-box .el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #dc5030;
    font-weight: bold;
}

/* -----------------------------------------------------用户中心-安全设置------------------------------------------------------------------ */

.security-setting .el-tabs__header {
    padding: 0;
    position: relative;
    margin: 0;
}

/* -------------------------------------------------------前段任务更多页面--------------------------------------------------------- */

.taskHall-search .el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 0px;
    /* border: 1px solid #fac54c; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

/*.taskHall-search .el-input-group__append,
.taskHall-search .el-input-group__prepend {
    background-color: #ff3434;
    color: #fbfbfb;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #ff3434;
    border-radius: 0 100px 100px 0;
    padding: 0 20px;

    white-space: nowrap;
}*/

.taskHall-search .el-select .el-input.is-focus .el-input__inner {
    border-color: #ff3434;
}

.taskHall-search .el-select .el-input__inner:focus {
    border-color: #ff3434;
}

/* -------------------------------------------充值页面------------------------------------------------------------------- */

.recharge-box .el-form-item__error {
    color: #F56C6C;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 380px;
}

/* --------------------------------------------登录绑定页面----------------------------------------------------- */

.bind-box .el-dialog__body {
    padding: 10px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.wx-binding .el-dialog {
    text-align: center;
    height: 400px;
    overflow: hidden;
}

.payable-box .payable-fee {
    width: 100%;
    /* border-bottom: 1px solid #d2caca; */
    line-height: 30px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.payable-box .amount {
    font-size: 20px;
    color: red;
}

.payable-box.balance {
    color: red;
}

.payable-box {
    border: 1px solid #ddd;
    padding: 20px;
}

.payable-box .el-message-box__message p {
    margin-bottom: 20px;
}

.payable-box .payable-feebz {
    color: red;
}

.selectedManuscripts .el-dialog__body {
    padding: 10px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.my-attachmentList .el-upload {
    width: 100%;
    text-align: left;
}

.task_cover .el-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0;
    width: 100%;
}

.ocr-search .el-upload-dragger {
    width: 100%;
    height: 180px;
}

.ocr-search .el-upload {
    width: 100%;
}

.ocr-search .el-select .el-input {
    width: 100px;
}

.ocr-search .input-with-select .el-input-group__prepend {
    background-color: #fff;
}

.resource-body .el-carousel__container {
    position: relative;
    height: 521px;
}

.menu-box .el-menu--horizontal>.el-submenu .el-submenu__title {
    color: #000;

}

.menu-box .el-submenu__title {
    font-size: 14px;
    padding: 0 10px;
}

.menu-box .el-menu--horizontal>.el-menu-item.is-active {
    border-bottom: 2px solid #f46442;
    color: #000;
  }

.menu-box .el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
    border-bottom: 2px solid #f46442;
    color: #303133;
}

.questions-more .el-tree .el-tree-node__expand-icon.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.questions-more .el-tree .el-icon-caret-right:before {
    content: "\E723";
    display: block;
    width: 18px;
    height: 18px;
    font-size: 16px;
    color: #d6d6d6;
}

.questions-more .el-tree .el-tree-node__expand-icon.expanded.el-icon-caret-right:before {
    content: "\E722";
    display: block;
    width: 18px;
    height: 18px;
    font-size: 16px;
    color: #d6d6d6;
}

.questions-more .el-tree-node__expand-icon.is-leaf::before {
    display: none;
}

.questions-more .el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #fff;
    color: #66b1ff;
}

.questions-more .el-dropdown-menu__item {
    list-style: none;
    line-height: 25px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: 0;
}

.my-questions .el-dialog__body {
    padding: 10px 20px 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.van-loading {
    width: 100%;
    text-align: center;
}

.questions-more .el-tree-node__content:hover {
    background-color: #52a0f1;
    color: #fff;
}

.my-questions .el-tree-node__content:hover {
    background-color: #52a0f1;
    color: #fff;
}

.questions-more .el-tree-node:focus>.el-tree-node__content,
.my-questions .el-tree-node:focus>.el-tree-node__content {
    background-color: #52a0f1;
    color: #fff;
}

.questions-more .el-collapse-item__header {
    font-size: 16px;
}

.questions-more .left-box .el-radio-button__inner {
    background: rgb(187 173 173 / 0%);
    color: #313131;
}

/* 修改任务发布单选样式 */

.task_type .el-radio__label {
    font-size: 14px;
    padding-left: 0px;
}

.task_type .el-radio__input {
    cursor: pointer;
    vertical-align: middle;
    display: none;
}

.task_type .el-radio-group>label {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    overflow: hidden;
}

.task_type .el-radio-group>label>input {
    position: absolute;
    top: 0;
    left: -20px;
}

.task_type .el-radio-group>label>.el-radio__label {
    display: block;
    width: 120px;
    text-align: center;
    border: #dddddd solid 1px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    position: relative;
}

.task_type .el-radio__input.is-checked+.el-radio__label {
    border: #f56c6c solid 1px;
    color: #fff;
    background: #f56c6c;
}

.task_type .el-radio__input.is-checked+.el-radio__label:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #d51917;
    -webkit-transform: skewY(-45deg);
            transform: skewY(-45deg);
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 1;
}

.task_type .el-radio__input.is-checked+.el-radio__label:before {
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    position: absolute;
    bottom: 2px;
    right: 4px;
    z-index: 2;
}

.changeShop .el-radio__input.is-checked+.el-radio__label:before {
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    position: absolute;
    bottom: 2px;
    right: 4px;
    z-index: 2;
}

.changeShop .el-radio__input.is-checked+.el-radio__label:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #d51917;
    -webkit-transform: skewY(-45deg);
            transform: skewY(-45deg);
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 1;
}

.changeShop .el-radio__input.is-checked+.el-radio__label {
    border: none;
    color: #fff;
    background: #d51917;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
}

.changeShop .el-radio-group>label>.el-radio__label {
    display: block;
    min-width: 120px;
    text-align: center;
    border: none;
    /* min-height: 40px; */
    line-height: 30px;
    color: #000;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    position: relative;
    background: #efd4d4;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
}

.changeShop .el-radio-group>label {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    overflow: hidden;
}

.changeShop .el-radio-group>label>input {
    position: absolute;
    top: 0;
    left: -20px;
}

.changeShop .el-radio__input {
    cursor: pointer;
    vertical-align: middle;
    display: none;
}

.changeShop .el-radio__label {
    font-size: 14px;
    padding-left: 0px;
}

.task_title .el-radio__input.is-checked+.el-radio__label {
    color: #f56c6c;
}

.task_title .el-radio__input {
    cursor: pointer;
    vertical-align: middle;
    display: none;
}

.task_cover .el-radio__label {
    font-size: 14px;
    padding-left: 0px;
}

.task_cover .el-radio__input {
    cursor: pointer;
    vertical-align: middle;
    display: none;
}

.task_cover .el-radio-group>label {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    overflow: hidden;
}

.task_cover .el-radio-group>label>input {
    position: absolute;
    top: 0;
    left: -20px;
}

.task_cover .el-radio-group>label>.el-radio__label {
    width: 100%;
    text-align: center;
    border: #dddddd solid 1px;
    height: 150px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    position: relative;
    display: block;
    overflow: hidden;
}

.task_cover .el-radio__input.is-checked+.el-radio__label {
    border: #d51917 solid 2px;
    color: #d51917;
    display: block;
    /* height: 150px;*/
}

.task_cover .el-radio__input.is-checked+.el-radio__label:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #d51917;
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
    position: absolute;
    bottom: -60px;
    right: 0;
    z-index: 1;
}

.task_cover .el-radio__input.is-checked+.el-radio__label:before {
    content: '';
    display: block;
    width: 15px;
    height: 25px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    ;
}

.task_cover .el-cascader-node>.el-radio,
.task_cover .el-radio:last-child {
    margin-right: 0;
    overflow: hidden;
}

.source_file_type .el-radio__label {
    font-size: 14px;
    padding-left: 0px;
}

.source_file_type .el-radio__input {
    cursor: pointer;
    vertical-align: middle;
    display: none;
}

.source_file_type .el-radio-group>label {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    overflow: hidden;
}

.source_file_type .el-radio-group>label>input {
    position: absolute;
    top: 0;
    left: -20px;
}

.source_file_type .el-radio-group>label>.el-radio__label {
    display: block;
    width: 80px;
    text-align: center;
    border: #dddddd solid 1px;
    height: 25px;
    line-height: 25px;
    color: #666666;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    position: relative;
}

.source_file_type .el-radio__input.is-checked+.el-radio__label {
    border: #f56c6c solid 1px;
    color: #fff;
    background: #f56c6c;
}

.source_file_type .el-radio__input.is-checked+.el-radio__label:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #d51917;
    -webkit-transform: skewY(-45deg);
            transform: skewY(-45deg);
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 1;
}

.source_file_type .el-radio__input.is-checked+.el-radio__label:before {
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    position: absolute;
    bottom: 2px;
    right: 4px;
    z-index: 2;
}

.task_title-select .el-radio,
.el-radio__inner,
.el-radio__input {
    position: relative;
    /*display: inline;*/
}

.createform .el-upload-list__item {
    line-height: 20px;
    margin-top: 0;
}

.createform .el-upload-list__item:first-child {
    margin-top: 0;
}

.createform .upload-nowrap[data-v-de9bdcee] .el-upload-list {
    position: absolute;
    top: -5px;
}

.createform .el-switch__label.is-active {
    color: #d51917;
}

.shop-create-box .el-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 5px;
    left: 300px;
}

.dialogTaskDesc .el-dialog__body {
    padding: 0px 20px 20px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.el-loading-spinner {
    padding: 20px 0;
}

.el-loading-spinner .circular {
    height: 20px;
    width: 20px;
}

.search-home-box .el-input-group__append {
    background-color: #c90000;
    ;
    color: #fbfbfb;
    border: 1px solid #c90000;
    border-radius: 100px;
    width: 80px;
    text-align: center;
}

.search-home-box .el-input-group__prepend {
    background-color: #fff;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 0 20px;
    white-space: nowrap;
    width: 50px;
}

.search-home-box .el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    /* display: inline-block; */
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.erp-help .el-tree-node__label {
    font-size: 12px;
}

.task-wx .van-notice-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding: 0 16px;
    color: #fe710d;
    font-size: 14px;
    line-height: 24px;
    font-family: Helvetica;
}

.task-wx .van-tabbar-item--active {
    color: #d7340a;
    background-color: #fff;
}

.oder-info-box .el-drawer__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #72767b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding: 20px 20px 0;
    font-weight: bold;
}

.el-drawer__open .el-drawer.rtl,
.oder-info-box .el-drawer__header span,
.el-drawer__open .el-drawer.ltr,
.oder-info-box .el-drawer__header span {
    outline: none;
}

.oder-info-box .el-collapse-item__content {
    padding-bottom: 0px;
}

.oder-info-box .el-button+.el-button {
    margin-left: 0px;
    margin-right: 5px;
}

.my-info .el-dialog__body {
    padding: 0px 20px 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.answer-list .w-e-text-container {
    height: 100px !important;
}

.el-carousel__indicators--horizontal {
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.taskHall-search .el-range-editor.is-disabled input {
    background-color: rgb(167 164 164 / 11%);
}

.taskHall-search .el-range-editor .el-range-input {
    /* line-height: 1; */
    background: rgb(102 51 153 / 0%);
}

.my-resources-box .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
    height: 20px;
    width: 20px;
}

.my-resources-box .el-checkbox__inner::after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    border: 1px solid #FFF;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 8px;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    -webkit-transition: -webkit-transform .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.my-income .el-dialog,
.el-pager li {
    background: #fff0;
}

.my-income .el-dialog {
    position: relative;
    margin: 0 auto 50px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

.tabs-box .van-tabs__wrap--scrollable .van-tab {
    -webkit-box-flex: 0;
    -ms-flex: 0;
        flex: 0;
}

.detail-wx-share .van-tabs__nav--card {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 30px;
    margin: 0;
    border: 1px solid #ee0a24;
    border-radius: 2px;
}

.mob-radio-show .el-radio__input.is-disabled .el-radio__inner, .el-radio__input.is-disabled.is-checked .el-radio__inner {
    display: none;
}

.mob-radio-show .el-radio__label {
    font-size: 12px;
    padding-left: 0px;
}

.poetrys-box .el-radio-button__inner {
    padding: 5px 5px;
    font-size: 12px;
    border-radius: 4px;
    border: none;
    margin: 0 5px;
}

.head-box .el-menu--collapse .el-menu .el-submenu, .el-menu--popup {
    min-width: 120px;
}

.el-card, .el-message {
    border-radius: 4px;
    overflow: inherit;
}

.detail-wx-share-box .el-dialog {
    background: rgb(0 0 0 / 30%);

}

.statistics-body .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #001852;
}

.statistics-body .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: #001852;
    background-color: #FFF;
    border-right-color: #DCDFE6;
    border-left-color: #DCDFE6;
}

.statistics-body .el-tabs__item.is-active {
    color:#001852;
}

.content {
   overflow: auto;
}

.yearReport-main  .el-dialog,.yearReport-main  .el-pager li{
        background: #fff0;
        -webkit-box-shadow: none;
                box-shadow: none;
}

.myRecord-main .el-dialog,.myRecord-main .el-pager li{
    background: #fff0;
}

.meunt{
    -webkit-box-shadow: 2px -1px 20px 0px rgb(0 0 0 / 23%);
            box-shadow: 2px -1px 20px 0px rgb(0 0 0 / 23%);
}

.questionBank-drawer-box .el-drawer__header{
    margin-bottom:0;
}

.yearReport-main  .el-dialog__headerbtn .el-dialog__close {
    color: #ffffff;
}

.search_div .el-input__inner{
  border:1px solid #ffffff;
}

.search_div .el-input-group__append, .el-input-group__prepend {
  background-color: #ffffff;
  color: #000;
  border: 1px solid #fff;
}

.search_div .el-icon-search{
  font-size: 28px;
  font-weight: bold;
}

.search_div ::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
  }

.search_div ::-moz-placeholder {
  color: #999;
  font-style: italic;
  }

.search_div ::-ms-input-placeholder {
  color: #999;
  font-style: italic;
  }

.search_div ::placeholder {
  color: #999;
  font-style: italic;
  }

.mob-shopDetail-box .van-tabs__nav {  
    background: #eaebed !important

}

.mob-shopDetail-box .el-tree {
    position: relative;
    cursor: default;
    background: #ffffff00;
    color: #606266;
}

.user .el-menu {

    background-color:#ffffff00;
  }

.user .el-menu-item.is-active {
    color: #ff6e40;
}

.my-resources-box .el-drawer__header {    
    color: #72767b;   
    margin-bottom: 0;
    padding: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e3e2e2;
}

.AI-Box .el-dialog__header{
    padding: 0px;
}@font-face {
  font-family: "iconfont"; /* Project id 1066683 */
  src: url(/static/fonts/iconfont.73f329b.woff2) format('woff2'),
       url(/static/fonts/iconfont.546d105.woff) format('woff'),
       url(/static/fonts/iconfont.addbacd.ttf) format('truetype');
}

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

.icon-zhiwen:before {
  content: "\E740";
}

.icon-duosucai:before {
  content: "\E72A";
}

.icon-shipin4:before {
  content: "\E72B";
}

.icon-tuwenxiangqing:before {
  content: "\E72E";
}

.icon-shipintianchong:before {
  content: "\E730";
}

.icon-tupiantianchong:before {
  content: "\E731";
}

.icon-tupian2:before {
  content: "\E732";
}

.icon-ai-img:before {
  content: "\E733";
}

.icon-shipin5:before {
  content: "\E734";
}

.icon-shipin6:before {
  content: "\E735";
}

.icon-kongjian:before {
  content: "\E736";
}

.icon-tupian3:before {
  content: "\E737";
}

.icon-shipin7:before {
  content: "\E738";
}

.icon-tupian4:before {
  content: "\EAC4";
}

.icon-shipin8:before {
  content: "\EAFB";
}

.icon-shipin9:before {
  content: "\E739";
}

.icon-kongjian1:before {
  content: "\E73A";
}

.icon-24gf-pictures:before {
  content: "\E9F4";
}

.icon-shipin10:before {
  content: "\E73D";
}

.icon-kongjian2:before {
  content: "\E73E";
}

.icon-icon-screen-kongjian:before {
  content: "\E73F";
}

.icon-shezhi3:before {
  content: "\E726";
}

.icon-header-15:before {
  content: "\E727";
}

.icon-shezhi4:before {
  content: "\E729";
}

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

.icon-shuaxin1:before {
  content: "\E725";
}

.icon-yaoqingma:before {
  content: "\E722";
}

.icon-invitation:before {
  content: "\E720";
}

.icon-xinxi:before {
  content: "\E71F";
}

.icon-tuichuquanping:before {
  content: "\E71E";
}

.icon-fullscreen:before {
  content: "\E719";
}

.icon-ziyuan4:before {
  content: "\E71D";
}

.icon-querenzhongbiao:before {
  content: "\E718";
}

.icon-duigou:before {
  content: "\E714";
}

.icon-cha:before {
  content: "\E715";
}

.icon-chacha:before {
  content: "\E716";
}

.icon-duigou1:before {
  content: "\E717";
}

.icon-shoucang2:before {
  content: "\E712";
}

.icon-collection-b:before {
  content: "\E713";
}

.icon-jiucuo:before {
  content: "\E710";
}

.icon-jiucuo1:before {
  content: "\E711";
}

.icon-iconfontgantanhao4:before {
  content: "\E70E";
}

.icon-gantanhao:before {
  content: "\E724";
}

.icon-gantan:before {
  content: "\E70F";
}

.icon-left:before {
  content: "\E70C";
}

.icon-you:before {
  content: "\E70D";
}

.icon-ppt:before {
  content: "\E8B0";
}

.icon-ZIP:before {
  content: "\E705";
}

.icon-WORD:before {
  content: "\E706";
}

.icon-PPT:before {
  content: "\E707";
}

.icon-ZIPtubiao:before {
  content: "\E709";
}

.icon-wendang:before {
  content: "\E882";
}

.icon-wendang-word:before {
  content: "\E70A";
}

.icon-word:before {
  content: "\E70B";
}

.icon-shipinbofangyingpian:before {
  content: "\E78F";
}

.icon-shijuan:before {
  content: "\E6F9";
}

.icon-yinpin:before {
  content: "\E6FA";
}

.icon-tupian:before {
  content: "\E6FB";
}

.icon-tupian1:before {
  content: "\E6FC";
}

.icon-yinpinbofang:before {
  content: "\E6FE";
}

.icon-fenshijuan:before {
  content: "\E6FF";
}

.icon-qingchukongjian:before {
  content: "\E8D5";
}

.icon-shijuanguanlix:before {
  content: "\E700";
}

.icon-yinpin1:before {
  content: "\E701";
}

.icon-yinpinbofang1:before {
  content: "\E702";
}

.icon-shipin3:before {
  content: "\E703";
}

.icon-jiaoxuekejian:before {
  content: "\E704";
}

.icon-huangguan:before {
  content: "\E6F6";
}

.icon-huangguan1:before {
  content: "\E6F7";
}

.icon-huangguan2:before {
  content: "\E6F8";
}

.icon-weibiaoti1:before {
  content: "\E6F1";
}

.icon-laba:before {
  content: "\E6F2";
}

.icon-laba1:before {
  content: "\E6F4";
}

.icon-laba2:before {
  content: "\E6F5";
}

.icon-qiandun:before {
  content: "\E6F0";
}

.icon-zijintuoguan2:before {
  content: "\E6EF";
}

.icon-sanjiao:before {
  content: "\E6ED";
}

.icon-jine:before {
  content: "\E78B";
}

.icon-jine1:before {
  content: "\E84F";
}

.icon-jine2:before {
  content: "\E6EE";
}

.icon-renzheng:before {
  content: "\E6E5";
}

.icon-auth:before {
  content: "\E6E6";
}

.icon-renzheng1:before {
  content: "\E6E7";
}

.icon-weirenzheng:before {
  content: "\E6E8";
}

.icon-weirenzheng1:before {
  content: "\E6EA";
}

.icon-renzheng-tianchong:before {
  content: "\E6EB";
}

.icon-weirenzheng2:before {
  content: "\E6EC";
}

.icon-renwu1:before {
  content: "\E6E4";
}

.icon-xianxingtubiao_huabanfuben:before {
  content: "\E6E3";
}

.icon-ziyuan3:before {
  content: "\E88A";
}

.icon-ziyuan1:before {
  content: "\E7F7";
}

.icon-ziyuan2:before {
  content: "\E6E2";
}

.icon-mulu:before {
  content: "\E890";
}

.icon-Category:before {
  content: "\E6DD";
}

.icon-mulu1:before {
  content: "\E6DE";
}

.icon-shangjin:before {
  content: "\E6DF";
}

.icon-shangjin1:before {
  content: "\E6E0";
}

.icon-zhaoshangxiaochengxu-zhuanshangjin:before {
  content: "\E6E1";
}

.icon-icon-test6:before {
  content: "\E6DC";
}

.icon-plus-itembank:before {
  content: "\E72F";
}

.icon-gerenxinxi:before {
  content: "\E6DA";
}

.icon-kejianguanli:before {
  content: "\E6DB";
}

.icon-sousuofangda:before {
  content: "\E6D2";
}

.icon-app1:before {
  content: "\E6D3";
}

.icon-app:before {
  content: "\E6D4";
}

.icon-sousuo:before {
  content: "\E6D6";
}

.icon-apponly:before {
  content: "\E6D8";
}

.icon-search:before {
  content: "\E6D9";
}

.icon-xiangshang2:before {
  content: "\E6D0";
}

.icon-xiangshang3:before {
  content: "\E6D1";
}

.icon-changyongtubiao-xianxingdaochu-zhuanqu-:before {
  content: "\E74C";
}

.icon-jiantou1:before {
  content: "\E6CD";
}

.icon-jiantou2:before {
  content: "\E6CE";
}

.icon-danseshixintubiao-1:before {
  content: "\E6CF";
}

.icon-weixinzhifu:before {
  content: "\E6CA";
}

.icon-weixinzhifu1:before {
  content: "\E6CB";
}

.icon-weixinzhifu2:before {
  content: "\E6CC";
}

.icon-zhifubao:before {
  content: "\E6C4";
}

.icon-alipay:before {
  content: "\E6C5";
}

.icon-zhifubao1:before {
  content: "\E6C6";
}

.icon-zhifubao2:before {
  content: "\E6C7";
}

.icon-zhifubaozhanghu:before {
  content: "\E6C8";
}

.icon-zhifubao3:before {
  content: "\E6C9";
}

.icon-logo-wechat:before {
  content: "\E6BE";
}

.icon-kefu:before {
  content: "\E7B5";
}

.icon-weixin2:before {
  content: "\E6BF";
}

.icon-kefu1:before {
  content: "\E6C0";
}

.icon-gongzhonghao:before {
  content: "\E6C1";
}

.icon-kefu2:before {
  content: "\E6C2";
}

.icon-kefu3:before {
  content: "\E6C3";
}

.icon-tubiao102:before {
  content: "\E6B9";
}

.icon-shengdanjianhuahuidaodingbu:before {
  content: "\E6BA";
}

.icon-huidaodingbu:before {
  content: "\E6BB";
}

.icon-jibie:before {
  content: "\E751";
}

.icon-leimupinleifenleileibie:before {
  content: "\E6B4";
}

.icon-jibie1:before {
  content: "\E6B5";
}

.icon-icon1:before {
  content: "\E6B6";
}

.icon-leimupinleifenleileibie1:before {
  content: "\E6B7";
}

.icon-icon2:before {
  content: "\E6B8";
}

.icon-daojishi:before {
  content: "\E6B1";
}

.icon-daojishi1:before {
  content: "\E77E";
}

.icon-Z-daojishi:before {
  content: "\E72C";
}

.icon-daojishi2:before {
  content: "\E6B2";
}

.icon-icon-test1:before {
  content: "\E6A6";
}

.icon-fanganzhizuo_huaban:before {
  content: "\E6A8";
}

.icon-icon-test2:before {
  content: "\E6A9";
}

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

.icon-copy1:before {
  content: "\E6AB";
}

.icon-icon-test3:before {
  content: "\E6AC";
}

.icon-copy2:before {
  content: "\E6AD";
}

.icon-icon-test4:before {
  content: "\E6AE";
}

.icon-icon-test5:before {
  content: "\E6AF";
}

.icon-temporary-authorization-authorized-to-make:before {
  content: "\E6B0";
}

.icon-mianfei:before {
  content: "\E6A3";
}

.icon-mianfei1:before {
  content: "\E6A4";
}

.icon-mianfei2:before {
  content: "\E77A";
}

.icon-mianfei3:before {
  content: "\E6A5";
}

.icon-shipin:before {
  content: "\E6A0";
}

.icon-shipin1:before {
  content: "\E6A1";
}

.icon-shipin2:before {
  content: "\E6A2";
}

.icon-shujufenxi:before {
  content: "\E69E";
}

.icon-shujufenxi1:before {
  content: "\E69F";
}

.icon-liushuichaxun:before {
  content: "\E69C";
}

.icon-liushui1:before {
  content: "\E6D7";
}

.icon-liushui2:before {
  content: "\E69D";
}

.icon-zichan:before {
  content: "\E693";
}

.icon-zhekou:before {
  content: "\E694";
}

.icon-zichan1:before {
  content: "\E695";
}

.icon-liushui:before {
  content: "\E696";
}

.icon-zhekou1:before {
  content: "\E697";
}

.icon-zhekou2:before {
  content: "\E698";
}

.icon-icon_:before {
  content: "\E69A";
}

.icon-zichan2:before {
  content: "\E69B";
}

.icon-bangzhu:before {
  content: "\E6F3";
}

.icon-jiaoyi:before {
  content: "\E6E9";
}

.icon-shangpin:before {
  content: "\E988";
}

.icon-jiaoyi1:before {
  content: "\E721";
}

.icon-gaikuang:before {
  content: "\E68F";
}

.icon-gaikuang1:before {
  content: "\E690";
}

.icon-xiaoxi4:before {
  content: "\E67E";
}

.icon-xiaoxi5:before {
  content: "\E728";
}

.icon-xiaoxi6:before {
  content: "\E680";
}

.icon-xiaoxi-:before {
  content: "\E684";
}

.icon-xiaoxi7:before {
  content: "\E685";
}

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

.icon-xiaoxi8:before {
  content: "\E689";
}

.icon-shezhi2:before {
  content: "\E68A";
}

.icon-ziyuan:before {
  content: "\E68E";
}

.icon-shezhi:before {
  content: "\E677";
}

.icon-shezhi1:before {
  content: "\E67D";
}

.icon-shujuzhongxin:before {
  content: "\E66F";
}

.icon-yonghuguanli:before {
  content: "\E670";
}

.icon-shujuzhongxin1:before {
  content: "\E672";
}

.icon-fenxiao:before {
  content: "\E7D2";
}

.icon-jiaoyiguanli:before {
  content: "\E779";
}

.icon-fenxiao1:before {
  content: "\E6FD";
}

.icon-yonghuguanli1:before {
  content: "\E674";
}

.icon-yingxiaozhongxin:before {
  content: "\E6B3";
}

.icon-yingxiaozhongxin1:before {
  content: "\E676";
}

.icon-gongju:before {
  content: "\E66E";
}

.icon-gongju1:before {
  content: "\E68D";
}

.icon-gongju2:before {
  content: "\E6BC";
}

.icon-mianshoukecheng:before {
  content: "\E66D";
}

.icon-suipianqia:before {
  content: "\E84C";
}

.icon-suipianqia1:before {
  content: "\E84D";
}

.icon-suipianjiaobiao:before {
  content: "\E66C";
}

.icon-htmal5icon35:before {
  content: "\E65A";
}

.icon-1:before {
  content: "\E65B";
}

.icon-weibiaoti12:before {
  content: "\E65C";
}

.icon-yonghu2:before {
  content: "\E664";
}

.icon-caidan1:before {
  content: "\E665";
}

.icon-yonghuming1:before {
  content: "\E668";
}

.icon-duoren:before {
  content: "\E669";
}

.icon-iconmoney:before {
  content: "\E66A";
}

.icon-yonghu3:before {
  content: "\E66B";
}

.icon-jiantou:before {
  content: "\E656";
}

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

.icon-fenxiang:before {
  content: "\E64A";
}

.icon-fenxiang1:before {
  content: "\E653";
}

.icon-fenxiang2:before {
  content: "\E659";
}

.icon-fenxiang3:before {
  content: "\E654";
}

.icon-fenxiang4:before {
  content: "\E6A7";
}

.icon-erweima:before {
  content: "\E644";
}

.icon-ico:before {
  content: "\E647";
}

.icon-shuqian:before {
  content: "\E641";
}

.icon-shuqian1:before {
  content: "\E652";
}

.icon-localoffer:before {
  content: "\E642";
}

.icon-Error-Bookmark:before {
  content: "\E782";
}

.icon-weibo2:before {
  content: "\E73C";
}

.icon-weibo3:before {
  content: "\E67A";
}

.icon-weibo4:before {
  content: "\E63F";
}

.icon-xiangshang:before {
  content: "\E645";
}

.icon-xiangxia:before {
  content: "\E646";
}

.icon-xiangshang1:before {
  content: "\E68B";
}

.icon-xiangxia1:before {
  content: "\E68C";
}

.icon-iconset0422:before {
  content: "\E72D";
}

.icon-icon--1:before {
  content: "\E71A";
}

.icon-icon--2:before {
  content: "\E71C";
}

.icon-leimupinleifenleileibie2:before {
  content: "\E7F8";
}

.icon-fenlei:before {
  content: "\E62A";
}

.icon-fenlei1:before {
  content: "\E71B";
}

.icon-fenlei2:before {
  content: "\E683";
}

.icon-fenlei3:before {
  content: "\E635";
}

.icon-xiaoxi:before {
  content: "\E67C";
}

.icon-xiaoxi1:before {
  content: "\E623";
}

.icon-dingdan:before {
  content: "\E61E";
}

.icon-xiaoxi2:before {
  content: "\E62C";
}

.icon-dingdan1:before {
  content: "\E63A";
}

.icon-icon:before {
  content: "\E620";
}

.icon-Z:before {
  content: "\E6BD";
}

.icon-renwu:before {
  content: "\E649";
}

.icon-xiaoxi3:before {
  content: "\E621";
}

.icon-renwuguanli:before {
  content: "\E628";
}

.icon-shouye21:before {
  content: "\E682";
}

.icon-gouwucheman:before {
  content: "\E60A";
}

.icon-gouwuchekong:before {
  content: "\E60D";
}

.icon-gouwuche:before {
  content: "\E60E";
}

.icon-gerenzhongxin3:before {
  content: "\E643";
}

.icon-gouwuche1:before {
  content: "\E63B";
}

.icon-shouye:before {
  content: "\E633";
}

.icon-shouye1:before {
  content: "\E67F";
}

.icon-gerenzhongxinsel:before {
  content: "\E692";
}

.icon-gouwuche2:before {
  content: "\E63E";
}

.icon-gouwuche3:before {
  content: "\E611";
}

.icon-gerenzhongxin4:before {
  content: "\E612";
}

.icon-shouye2:before {
  content: "\E613";
}

.icon-shoucang3:before {
  content: "\E687";
}

.icon-gerenzhongxinwode:before {
  content: "\E79E";
}

.icon-gerenzhongxinwode1:before {
  content: "\E7A0";
}

.icon-shouye3:before {
  content: "\E616";
}

.icon-xiezuo:before {
  content: "\E61F";
}

.icon-danseshixintubiao-:before {
  content: "\E637";
}

.icon-id_card__easy:before {
  content: "\E609";
}

.icon-dianzizhengzhao:before {
  content: "\E60B";
}

.icon-dianpu:before {
  content: "\E602";
}

.icon-dianpu1:before {
  content: "\E603";
}

.icon-dianpu2:before {
  content: "\E604";
}

.icon-svgwrite:before {
  content: "\E650";
}

.icon-wenzhang2:before {
  content: "\E681";
}

.icon-wodeshoucang:before {
  content: "\E660";
}

.icon-gerenzhongxin:before {
  content: "\E8E9";
}

.icon-wodeshoucang1:before {
  content: "\E699";
}

.icon-gerenfill:before {
  content: "\E61B";
}

.icon-gerenzhongxin1:before {
  content: "\E691";
}

.icon-tuichu1:before {
  content: "\E64B";
}

.icon-tuichu:before {
  content: "\E655";
}

.icon-wodeye_wodeshoucang:before {
  content: "\E64E";
}

.icon-tuichu2:before {
  content: "\E65D";
}

.icon-yonghu1:before {
  content: "\E639";
}

.icon-gerenzhongxin2:before {
  content: "\E661";
}

.icon-tuichu3:before {
  content: "\E64F";
}

.icon-gerenzhongxintouxiang:before {
  content: "\E671";
}

.icon-tuichu4:before {
  content: "\E606";
}

.icon-iconfront-:before {
  content: "\E608";
}

.icon-tubiaozuixin01:before {
  content: "\E679";
}

.icon-zuixin:before {
  content: "\E638";
}

.icon-qian:before {
  content: "\E662";
}

.icon-zuirehotchunse:before {
  content: "\E836";
}

.icon-zuirehotxiankuang:before {
  content: "\E837";
}

.icon-zuixinnewchunse:before {
  content: "\E839";
}

.icon-zuire:before {
  content: "\E634";
}

.icon-qian1:before {
  content: "\E640";
}

.icon-qianbao:before {
  content: "\E605";
}

.icon-icon-test:before {
  content: "\E61A";
}

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

.icon-gengduo:before {
  content: "\E63D";
}

.icon-icon--:before {
  content: "\E73B";
}

.icon-gengduo1:before {
  content: "\E626";
}

.icon-weibiaoti--:before {
  content: "\E625";
}

.icon-dian:before {
  content: "\EC1E";
}

.icon-yanzheng:before {
  content: "\E667";
}

.icon-yanzhengma2:before {
  content: "\E636";
}

.icon-yanzhengma4:before {
  content: "\E62B";
}

.icon-chakantiezihuifu:before {
  content: "\E663";
}

.icon-88:before {
  content: "\E678";
}

.icon-weixin1:before {
  content: "\E64C";
}

.icon-weibo:before {
  content: "\E631";
}

.icon-weibo1:before {
  content: "\E632";
}

.icon-icontag:before {
  content: "\E61D";
}

.icon-biaoqian:before {
  content: "\E708";
}

.icon-biaoqian1:before {
  content: "\E63C";
}

.icon-biaoqian2:before {
  content: "\E615";
}

.icon-qq:before {
  content: "\E601";
}

.icon-weixin:before {
  content: "\E62F";
}

.icon-shouji:before {
  content: "\E607";
}

.icon-phone_icon:before {
  content: "\E65F";
}

.icon-unie607:before {
  content: "\E6D5";
}

.icon-mima2:before {
  content: "\E60F";
}

.icon-mima3:before {
  content: "\E610";
}

.icon-mima4:before {
  content: "\E622";
}

.icon-mima5:before {
  content: "\E627";
}

.icon-tubiao203:before {
  content: "\E614";
}

.icon-mima:before {
  content: "\E64D";
}

.icon-yanzhengma3:before {
  content: "\E657";
}

.icon-yanzhengma:before {
  content: "\E62D";
}

.icon-mima1:before {
  content: "\E65E";
}

.icon-yonghuming:before {
  content: "\E618";
}

.icon-yanzhengma1:before {
  content: "\E619";
}

.icon-ziyuanxhdpi:before {
  content: "\E648";
}

.icon-yonghu:before {
  content: "\E7BD";
}

.icon-yuedu:before {
  content: "\E651";
}

.icon-dianzan:before {
  content: "\E60C";
}

.icon-zuozhe:before {
  content: "\E688";
}

.icon-wenzhang:before {
  content: "\E624";
}

.icon-shoucang:before {
  content: "\E666";
}

.icon-buoumaotubiao17:before {
  content: "\E62E";
}

.icon-yuedujilu:before {
  content: "\E61C";
}

.icon-shijian:before {
  content: "\E675";
}

.icon-gaojian-zuozhe:before {
  content: "\E673";
}

.icon-shoucang1:before {
  content: "\E630";
}

.icon-shijian1:before {
  content: "\E600";
}

.icon-pinglun:before {
  content: "\E763";
}

.icon-wenzhang1:before {
  content: "\E617";
}

.icon-zuozhe1:before {
  content: "\E67B";
}


@font-face{font-family:"socialshare";src:url(/static/iconfont.eot);src:url(/static/iconfont.eot?#iefix) format("embedded-opentype"),url(/static/iconfont.woff) format("woff"),url(/static/iconfont.ttf) format("truetype"),url(/static/iconfont.svg#iconfont) format("svg")
}
.social-share{font-family:"socialshare" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale
}
.social-share *{font-family:"socialshare" !important
}
.social-share .icon-tencent:before{content:"\F07A"
}
.social-share .icon-qq:before{content:"\F11A"
}
.social-share .icon-weibo:before{content:"\F12A"
}
.social-share .icon-wechat:before{content:"\F09A"
}
.social-share .icon-douban:before{content:"\F10A"
}
.social-share .icon-heart:before{content:"\F20A"
}
.social-share .icon-like:before{content:"\F00A"
}
.social-share .icon-qzone:before{content:"\F08A"
}
.social-share .icon-linkedin:before{content:"\F01A"
}
.social-share .icon-diandian:before{content:"\F05A"
}
.social-share .icon-facebook:before{content:"\F03A"
}
.social-share .icon-google:before{content:"\F04A"
}
.social-share .icon-twitter:before{content:"\F06A"
}
.social-share a{position:relative;text-decoration:none;margin:4px;display:inline-block;outline:none
}
.social-share .social-share-icon{position:relative;display:inline-block;width:32px;height:32px;font-size:20px;border-radius:50%;line-height:32px;border:1px solid #666;color:#666;text-align:center;vertical-align:middle;-webkit-transition:background 0.6s ease-out 0s;transition:background 0.6s ease-out 0s
}
.social-share .social-share-icon:hover{background:#666;color:#fff
}
.social-share .icon-weibo{color:#ff763b;border-color:#ff763b
}
.social-share .icon-weibo:hover{background:#ff763b
}
.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7
}
.social-share .icon-tencent:hover{background:#56b6e7
}
.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7
}
.social-share .icon-qq:hover{background:#56b6e7
}
.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D
}
.social-share .icon-qzone:hover{background:#FDBE3D
}
.social-share .icon-douban{color:#33b045;border-color:#33b045
}
.social-share .icon-douban:hover{background:#33b045
}
.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5
}
.social-share .icon-linkedin:hover{background:#0077B5
}
.social-share .icon-facebook{color:#44619D;border-color:#44619D
}
.social-share .icon-facebook:hover{background:#44619D
}
.social-share .icon-google{color:#db4437;border-color:#db4437
}
.social-share .icon-google:hover{background:#db4437
}
.social-share .icon-twitter{color:#55acee;border-color:#55acee
}
.social-share .icon-twitter:hover{background:#55acee
}
.social-share .icon-diandian{color:#307DCA;border-color:#307DCA
}
.social-share .icon-diandian:hover{background:#307DCA
}
.social-share .icon-wechat{position:relative;color:#7bc549;border-color:#7bc549
}
.social-share .icon-wechat:hover{background:#7bc549
}
.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;-webkit-box-shadow:0 2px 10px #aaa;box-shadow:0 2px 10px #aaa;-webkit-transition:all 200ms;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms
}
.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px
}
.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none
}
.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777
}
.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto
}
.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important
}
.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0
}
.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent
}
.social-share .icon-wechat:hover .wechat-qrcode{display:block
}
html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Segoe UI,Arial,Roboto,'PingFang SC',miui,'Hiragino Sans GB','Microsoft Yahei',sans-serif}a{text-decoration:none}button,input,textarea{color:inherit;font:inherit}[class*=van-]:focus,a:focus,button:focus,input:focus,textarea:focus{outline:0}ol,ul{margin:0;padding:0;list-style:none}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.van-clearfix::after{display:table;clear:both;content:''}[class*=van-hairline]::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid #ebedf0;-webkit-transform:scale(.5);transform:scale(.5)}.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom{position:relative}.van-hairline--top::after{border-top-width:1px}.van-hairline--left::after{border-left-width:1px}.van-hairline--right::after{border-right-width:1px}.van-hairline--bottom::after{border-bottom-width:1px}.van-hairline--top-bottom::after,.van-hairline-unset--top-bottom::after{border-width:1px 0}.van-hairline--surround::after{border-width:1px}@-webkit-keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-fade-in{from{opacity:0}to{opacity:1}}@keyframes van-fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes van-fade-out{from{opacity:1}to{opacity:0}}@keyframes van-fade-out{from{opacity:1}to{opacity:0}}@-webkit-keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.van-fade-enter-active{-webkit-animation:.3s van-fade-in both ease-out;animation:.3s van-fade-in both ease-out}.van-fade-leave-active{-webkit-animation:.3s van-fade-out both ease-in;animation:.3s van-fade-out both ease-in}.van-slide-up-enter-active{-webkit-animation:van-slide-up-enter .3s both ease-out;animation:van-slide-up-enter .3s both ease-out}.van-slide-up-leave-active{-webkit-animation:van-slide-up-leave .3s both ease-in;animation:van-slide-up-leave .3s both ease-in}.van-slide-down-enter-active{-webkit-animation:van-slide-down-enter .3s both ease-out;animation:van-slide-down-enter .3s both ease-out}.van-slide-down-leave-active{-webkit-animation:van-slide-down-leave .3s both ease-in;animation:van-slide-down-leave .3s both ease-in}.van-slide-left-enter-active{-webkit-animation:van-slide-left-enter .3s both ease-out;animation:van-slide-left-enter .3s both ease-out}.van-slide-left-leave-active{-webkit-animation:van-slide-left-leave .3s both ease-in;animation:van-slide-left-leave .3s both ease-in}.van-slide-right-enter-active{-webkit-animation:van-slide-right-enter .3s both ease-out;animation:van-slide-right-enter .3s both ease-out}.van-slide-right-leave-active{-webkit-animation:van-slide-right-leave .3s both ease-in;animation:van-slide-right-leave .3s both ease-in}.van-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.van-info{position:absolute;top:0;right:0;box-sizing:border-box;min-width:16px;padding:0 3px;color:#fff;font-weight:500;font-size:12px;font-family:-apple-system-font,Helvetica Neue,Arial,sans-serif;line-height:1.2;text-align:center;background-color:#ee0a24;border:1px solid #fff;border-radius:16px;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100%;transform-origin:100%}.van-info--dot{width:8px;min-width:0;height:8px;background-color:#ee0a24;border-radius:100%}.van-sidebar-item{position:relative;display:block;box-sizing:border-box;padding:20px 12px;overflow:hidden;color:#323233;font-size:14px;line-height:20px;background-color:#f7f8fa;cursor:pointer;-webkit-user-select:none;user-select:none}.van-sidebar-item:active{background-color:#f2f3f5}.van-sidebar-item__text{position:relative;display:inline-block;word-break:break-all}.van-sidebar-item:not(:last-child)::after{border-bottom-width:1px}.van-sidebar-item--select{color:#323233;font-weight:500}.van-sidebar-item--select,.van-sidebar-item--select:active{background-color:#fff}.van-sidebar-item--select::before{position:absolute;top:50%;left:0;width:4px;height:16px;background-color:#ee0a24;-webkit-transform:translateY(-50%);transform:translateY(-50%);content:''}.van-sidebar-item--disabled{color:#c8c9cc;cursor:not-allowed}.van-sidebar-item--disabled:active{background-color:#f7f8fa}@font-face{font-weight:400;font-family:vant-icon;font-style:normal;font-display:auto;src:url(data:font/ttf;base64,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) format('woff2'),url(https://b.yzcdn.cn/vant/vant-icon-f463a9.woff) format('woff'),url(https://b.yzcdn.cn/vant/vant-icon-f463a9.ttf) format('truetype')}.van-icon{position:relative;display:inline-block;font:normal normal normal 14px/1 vant-icon;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}.van-icon::before{display:inline-block}.van-icon-add-o::before{content:'\F000'}.van-icon-add-square::before{content:'\F001'}.van-icon-add::before{content:'\F002'}.van-icon-after-sale::before{content:'\F003'}.van-icon-aim::before{content:'\F004'}.van-icon-alipay::before{content:'\F005'}.van-icon-apps-o::before{content:'\F006'}.van-icon-arrow-down::before{content:'\F007'}.van-icon-arrow-left::before{content:'\F008'}.van-icon-arrow-up::before{content:'\F009'}.van-icon-arrow::before{content:'\F00A'}.van-icon-ascending::before{content:'\F00B'}.van-icon-audio::before{content:'\F00C'}.van-icon-award-o::before{content:'\F00D'}.van-icon-award::before{content:'\F00E'}.van-icon-back-top::before{content:'\F0E6'}.van-icon-bag-o::before{content:'\F00F'}.van-icon-bag::before{content:'\F010'}.van-icon-balance-list-o::before{content:'\F011'}.van-icon-balance-list::before{content:'\F012'}.van-icon-balance-o::before{content:'\F013'}.van-icon-balance-pay::before{content:'\F014'}.van-icon-bar-chart-o::before{content:'\F015'}.van-icon-bars::before{content:'\F016'}.van-icon-bell::before{content:'\F017'}.van-icon-bill-o::before{content:'\F018'}.van-icon-bill::before{content:'\F019'}.van-icon-birthday-cake-o::before{content:'\F01A'}.van-icon-bookmark-o::before{content:'\F01B'}.van-icon-bookmark::before{content:'\F01C'}.van-icon-browsing-history-o::before{content:'\F01D'}.van-icon-browsing-history::before{content:'\F01E'}.van-icon-brush-o::before{content:'\F01F'}.van-icon-bulb-o::before{content:'\F020'}.van-icon-bullhorn-o::before{content:'\F021'}.van-icon-calendar-o::before{content:'\F022'}.van-icon-card::before{content:'\F023'}.van-icon-cart-circle-o::before{content:'\F024'}.van-icon-cart-circle::before{content:'\F025'}.van-icon-cart-o::before{content:'\F026'}.van-icon-cart::before{content:'\F027'}.van-icon-cash-back-record::before{content:'\F028'}.van-icon-cash-on-deliver::before{content:'\F029'}.van-icon-cashier-o::before{content:'\F02A'}.van-icon-certificate::before{content:'\F02B'}.van-icon-chart-trending-o::before{content:'\F02C'}.van-icon-chat-o::before{content:'\F02D'}.van-icon-chat::before{content:'\F02E'}.van-icon-checked::before{content:'\F02F'}.van-icon-circle::before{content:'\F030'}.van-icon-clear::before{content:'\F031'}.van-icon-clock-o::before{content:'\F032'}.van-icon-clock::before{content:'\F033'}.van-icon-close::before{content:'\F034'}.van-icon-closed-eye::before{content:'\F035'}.van-icon-cluster-o::before{content:'\F036'}.van-icon-cluster::before{content:'\F037'}.van-icon-column::before{content:'\F038'}.van-icon-comment-circle-o::before{content:'\F039'}.van-icon-comment-circle::before{content:'\F03A'}.van-icon-comment-o::before{content:'\F03B'}.van-icon-comment::before{content:'\F03C'}.van-icon-completed::before{content:'\F03D'}.van-icon-contact::before{content:'\F03E'}.van-icon-coupon-o::before{content:'\F03F'}.van-icon-coupon::before{content:'\F040'}.van-icon-credit-pay::before{content:'\F041'}.van-icon-cross::before{content:'\F042'}.van-icon-debit-pay::before{content:'\F043'}.van-icon-delete-o::before{content:'\F0E9'}.van-icon-delete::before{content:'\F044'}.van-icon-descending::before{content:'\F045'}.van-icon-description::before{content:'\F046'}.van-icon-desktop-o::before{content:'\F047'}.van-icon-diamond-o::before{content:'\F048'}.van-icon-diamond::before{content:'\F049'}.van-icon-discount::before{content:'\F04A'}.van-icon-down::before{content:'\F04B'}.van-icon-ecard-pay::before{content:'\F04C'}.van-icon-edit::before{content:'\F04D'}.van-icon-ellipsis::before{content:'\F04E'}.van-icon-empty::before{content:'\F04F'}.van-icon-enlarge::before{content:'\F0E4'}.van-icon-envelop-o::before{content:'\F050'}.van-icon-exchange::before{content:'\F051'}.van-icon-expand-o::before{content:'\F052'}.van-icon-expand::before{content:'\F053'}.van-icon-eye-o::before{content:'\F054'}.van-icon-eye::before{content:'\F055'}.van-icon-fail::before{content:'\F056'}.van-icon-failure::before{content:'\F057'}.van-icon-filter-o::before{content:'\F058'}.van-icon-fire-o::before{content:'\F059'}.van-icon-fire::before{content:'\F05A'}.van-icon-flag-o::before{content:'\F05B'}.van-icon-flower-o::before{content:'\F05C'}.van-icon-font-o::before{content:'\F0EC'}.van-icon-font::before{content:'\F0EB'}.van-icon-free-postage::before{content:'\F05D'}.van-icon-friends-o::before{content:'\F05E'}.van-icon-friends::before{content:'\F05F'}.van-icon-gem-o::before{content:'\F060'}.van-icon-gem::before{content:'\F061'}.van-icon-gift-card-o::before{content:'\F062'}.van-icon-gift-card::before{content:'\F063'}.van-icon-gift-o::before{content:'\F064'}.van-icon-gift::before{content:'\F065'}.van-icon-gold-coin-o::before{content:'\F066'}.van-icon-gold-coin::before{content:'\F067'}.van-icon-good-job-o::before{content:'\F068'}.van-icon-good-job::before{content:'\F069'}.van-icon-goods-collect-o::before{content:'\F06A'}.van-icon-goods-collect::before{content:'\F06B'}.van-icon-graphic::before{content:'\F06C'}.van-icon-home-o::before{content:'\F06D'}.van-icon-hot-o::before{content:'\F06E'}.van-icon-hot-sale-o::before{content:'\F06F'}.van-icon-hot-sale::before{content:'\F070'}.van-icon-hot::before{content:'\F071'}.van-icon-hotel-o::before{content:'\F072'}.van-icon-idcard::before{content:'\F073'}.van-icon-info-o::before{content:'\F074'}.van-icon-info::before{content:'\F075'}.van-icon-invition::before{content:'\F076'}.van-icon-label-o::before{content:'\F077'}.van-icon-label::before{content:'\F078'}.van-icon-like-o::before{content:'\F079'}.van-icon-like::before{content:'\F07A'}.van-icon-live::before{content:'\F07B'}.van-icon-location-o::before{content:'\F07C'}.van-icon-location::before{content:'\F07D'}.van-icon-lock::before{content:'\F07E'}.van-icon-logistics::before{content:'\F07F'}.van-icon-manager-o::before{content:'\F080'}.van-icon-manager::before{content:'\F081'}.van-icon-map-marked::before{content:'\F082'}.van-icon-medal-o::before{content:'\F083'}.van-icon-medal::before{content:'\F084'}.van-icon-minus::before{content:'\F0E8'}.van-icon-more-o::before{content:'\F085'}.van-icon-more::before{content:'\F086'}.van-icon-music-o::before{content:'\F087'}.van-icon-music::before{content:'\F088'}.van-icon-new-arrival-o::before{content:'\F089'}.van-icon-new-arrival::before{content:'\F08A'}.van-icon-new-o::before{content:'\F08B'}.van-icon-new::before{content:'\F08C'}.van-icon-newspaper-o::before{content:'\F08D'}.van-icon-notes-o::before{content:'\F08E'}.van-icon-orders-o::before{content:'\F08F'}.van-icon-other-pay::before{content:'\F090'}.van-icon-paid::before{content:'\F091'}.van-icon-passed::before{content:'\F092'}.van-icon-pause-circle-o::before{content:'\F093'}.van-icon-pause-circle::before{content:'\F094'}.van-icon-pause::before{content:'\F095'}.van-icon-peer-pay::before{content:'\F096'}.van-icon-pending-payment::before{content:'\F097'}.van-icon-phone-circle-o::before{content:'\F098'}.van-icon-phone-circle::before{content:'\F099'}.van-icon-phone-o::before{content:'\F09A'}.van-icon-phone::before{content:'\F09B'}.van-icon-photo-fail::before{content:'\F0E5'}.van-icon-photo-o::before{content:'\F09C'}.van-icon-photo::before{content:'\F09D'}.van-icon-photograph::before{content:'\F09E'}.van-icon-play-circle-o::before{content:'\F09F'}.van-icon-play-circle::before{content:'\F0A0'}.van-icon-play::before{content:'\F0A1'}.van-icon-plus::before{content:'\F0A2'}.van-icon-point-gift-o::before{content:'\F0A3'}.van-icon-point-gift::before{content:'\F0A4'}.van-icon-points::before{content:'\F0A5'}.van-icon-printer::before{content:'\F0A6'}.van-icon-qr-invalid::before{content:'\F0A7'}.van-icon-qr::before{content:'\F0A8'}.van-icon-question-o::before{content:'\F0A9'}.van-icon-question::before{content:'\F0AA'}.van-icon-records::before{content:'\F0AB'}.van-icon-refund-o::before{content:'\F0AC'}.van-icon-replay::before{content:'\F0AD'}.van-icon-revoke::before{content:'\F0ED'}.van-icon-scan::before{content:'\F0AE'}.van-icon-search::before{content:'\F0AF'}.van-icon-send-gift-o::before{content:'\F0B0'}.van-icon-send-gift::before{content:'\F0B1'}.van-icon-service-o::before{content:'\F0B2'}.van-icon-service::before{content:'\F0B3'}.van-icon-setting-o::before{content:'\F0B4'}.van-icon-setting::before{content:'\F0B5'}.van-icon-share-o::before{content:'\F0E7'}.van-icon-share::before{content:'\F0B6'}.van-icon-shop-collect-o::before{content:'\F0B7'}.van-icon-shop-collect::before{content:'\F0B8'}.van-icon-shop-o::before{content:'\F0B9'}.van-icon-shop::before{content:'\F0BA'}.van-icon-shopping-cart-o::before{content:'\F0BB'}.van-icon-shopping-cart::before{content:'\F0BC'}.van-icon-shrink::before{content:'\F0BD'}.van-icon-sign::before{content:'\F0BE'}.van-icon-smile-comment-o::before{content:'\F0BF'}.van-icon-smile-comment::before{content:'\F0C0'}.van-icon-smile-o::before{content:'\F0C1'}.van-icon-smile::before{content:'\F0C2'}.van-icon-sort::before{content:'\F0EA'}.van-icon-star-o::before{content:'\F0C3'}.van-icon-star::before{content:'\F0C4'}.van-icon-stop-circle-o::before{content:'\F0C5'}.van-icon-stop-circle::before{content:'\F0C6'}.van-icon-stop::before{content:'\F0C7'}.van-icon-success::before{content:'\F0C8'}.van-icon-thumb-circle-o::before{content:'\F0C9'}.van-icon-thumb-circle::before{content:'\F0CA'}.van-icon-todo-list-o::before{content:'\F0CB'}.van-icon-todo-list::before{content:'\F0CC'}.van-icon-tosend::before{content:'\F0CD'}.van-icon-tv-o::before{content:'\F0CE'}.van-icon-umbrella-circle::before{content:'\F0CF'}.van-icon-underway-o::before{content:'\F0D0'}.van-icon-underway::before{content:'\F0D1'}.van-icon-upgrade::before{content:'\F0D2'}.van-icon-user-circle-o::before{content:'\F0D3'}.van-icon-user-o::before{content:'\F0D4'}.van-icon-video-o::before{content:'\F0D5'}.van-icon-video::before{content:'\F0D6'}.van-icon-vip-card-o::before{content:'\F0D7'}.van-icon-vip-card::before{content:'\F0D8'}.van-icon-volume-o::before{content:'\F0D9'}.van-icon-volume::before{content:'\F0DA'}.van-icon-wap-home-o::before{content:'\F0DB'}.van-icon-wap-home::before{content:'\F0DC'}.van-icon-wap-nav::before{content:'\F0DD'}.van-icon-warn-o::before{content:'\F0DE'}.van-icon-warning-o::before{content:'\F0DF'}.van-icon-warning::before{content:'\F0E0'}.van-icon-weapp-nav::before{content:'\F0E1'}.van-icon-wechat-pay::before{content:'\F0E2'}.van-icon-wechat::before{content:'\F0EE'}.van-icon-youzan-shield::before{content:'\F0E3'}.van-icon__image{width:1em;height:1em;object-fit:contain}.van-tabbar-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#646566;font-size:12px;line-height:1;cursor:pointer}.van-tabbar-item__icon{position:relative;margin-bottom:4px;font-size:22px}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon img{display:block;height:20px}.van-tabbar-item--active{color:#1989fa;background-color:#fff}.van-tabbar-item .van-info{margin-top:4px}.van-step{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;color:#969799;font-size:14px}.van-step__circle{display:block;width:5px;height:5px;background-color:#969799;border-radius:50%}.van-step__line{position:absolute;background-color:#ebedf0;-webkit-transition:background-color .3s;transition:background-color .3s}.van-step--horizontal{float:left}.van-step--horizontal:first-child .van-step__title{margin-left:0;-webkit-transform:none;transform:none}.van-step--horizontal:last-child{position:absolute;right:1px;width:auto}.van-step--horizontal:last-child .van-step__title{margin-left:0;-webkit-transform:none;transform:none}.van-step--horizontal:last-child .van-step__circle-container{right:-9px;left:auto}.van-step--horizontal .van-step__circle-container{position:absolute;top:30px;left:-8px;z-index:1;padding:0 8px;background-color:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-step--horizontal .van-step__title{display:inline-block;margin-left:3px;font-size:12px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:321px){.van-step--horizontal .van-step__title{font-size:11px}}.van-step--horizontal .van-step__line{top:30px;left:0;width:100%;height:1px}.van-step--horizontal .van-step__icon{display:block;font-size:12px}.van-step--horizontal .van-step--process{color:#323233}.van-step--vertical{display:block;float:none;padding:10px 10px 10px 0;line-height:18px}.van-step--vertical:not(:last-child)::after{border-bottom-width:1px}.van-step--vertical .van-step__circle-container{position:absolute;top:19px;left:-15px;z-index:1;font-size:12px;line-height:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.van-step--vertical .van-step__line{top:16px;left:-15px;width:1px;height:100%}.van-step:last-child .van-step__line{width:0}.van-step--finish{color:#323233}.van-step--finish .van-step__circle,.van-step--finish .van-step__line{background-color:#07c160}.van-step__icon,.van-step__title{-webkit-transition:color .3s;transition:color .3s}.van-step__icon--active,.van-step__icon--finish,.van-step__title--active,.van-step__title--finish{color:#07c160}.van-rate{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none}.van-rate__item{position:relative}.van-rate__item:not(:last-child){padding-right:4px}.van-rate__icon{display:block;width:1em;color:#c8c9cc;font-size:20px}.van-rate__icon--half{position:absolute;top:0;left:0;width:.5em;overflow:hidden}.van-rate__icon--full{color:#ee0a24}.van-rate__icon--disabled{color:#c8c9cc}.van-rate--disabled{cursor:not-allowed}.van-rate--readonly{cursor:default}.van-notice-bar{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:40px;padding:0 16px;color:#ed6a0c;font-size:14px;line-height:24px;background-color:#fffbe8}.van-notice-bar__left-icon,.van-notice-bar__right-icon{min-width:24px;font-size:16px}.van-notice-bar__right-icon{text-align:right;cursor:pointer}.van-notice-bar__wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:100%;overflow:hidden}.van-notice-bar__content{position:absolute;white-space:nowrap;-webkit-transition-timing-function:linear;transition-timing-function:linear}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar--wrapable{height:auto;padding:8px 16px}.van-notice-bar--wrapable .van-notice-bar__wrap{height:auto}.van-notice-bar--wrapable .van-notice-bar__content{position:relative;white-space:normal;word-wrap:break-word}.van-nav-bar{position:relative;z-index:1;line-height:22px;text-align:center;background-color:#fff;-webkit-user-select:none;user-select:none}.van-nav-bar--fixed{position:fixed;top:0;left:0;width:100%}.van-nav-bar--safe-area-inset-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-nav-bar .van-icon{color:#1989fa}.van-nav-bar__content{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:46px}.van-nav-bar__arrow{margin-right:4px;font-size:16px}.van-nav-bar__title{max-width:60%;margin:0 auto;color:#323233;font-weight:500;font-size:16px}.van-nav-bar__left,.van-nav-bar__right{position:absolute;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 16px;font-size:14px;cursor:pointer}.van-nav-bar__left:active,.van-nav-bar__right:active{opacity:.7}.van-nav-bar__left{left:0}.van-nav-bar__right{right:0}.van-nav-bar__text{color:#1989fa}.van-grid-item{position:relative;box-sizing:border-box}.van-grid-item--square{height:0}.van-grid-item__icon{font-size:28px}.van-grid-item__icon-wrapper{position:relative}.van-grid-item__text{color:#646566;font-size:12px;line-height:1.5;word-break:break-all}.van-grid-item__icon+.van-grid-item__text{margin-top:8px}.van-grid-item__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;box-sizing:border-box;height:100%;padding:16px 8px;background-color:#fff}.van-grid-item__content::after{z-index:1;border-width:0 1px 1px 0}.van-grid-item__content--square{position:absolute;top:0;right:0;left:0}.van-grid-item__content--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-grid-item__content--horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.van-grid-item__content--horizontal .van-grid-item__icon+.van-grid-item__text{margin-top:0;margin-left:8px}.van-grid-item__content--surround::after{border-width:1px}.van-grid-item__content--clickable{cursor:pointer}.van-grid-item__content--clickable:active{background-color:#f2f3f5}.van-goods-action-icon{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:48px;height:100%;color:#646566;font-size:10px;line-height:1;text-align:center;background-color:#fff;cursor:pointer}.van-goods-action-icon:active{background-color:#f2f3f5}.van-goods-action-icon__icon{position:relative;width:1em;margin:0 auto 5px;color:#323233;font-size:18px}.van-checkbox{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-checkbox--disabled{cursor:not-allowed}.van-checkbox--label-disabled{cursor:default}.van-checkbox--horizontal{margin-right:12px}.van-checkbox__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:20px;line-height:1em;cursor:pointer}.van-checkbox__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid #c8c9cc;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.van-checkbox__icon--round .van-icon{border-radius:100%}.van-checkbox__icon--checked .van-icon{color:#fff;background-color:#1989fa;border-color:#1989fa}.van-checkbox__icon--disabled{cursor:not-allowed}.van-checkbox__icon--disabled .van-icon{background-color:#ebedf0;border-color:#c8c9cc}.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon{color:#c8c9cc}.van-checkbox__label{margin-left:8px;color:#323233;line-height:20px}.van-checkbox__label--left{margin:0 8px 0 0}.van-checkbox__label--disabled{color:#c8c9cc}.van-coupon{margin:0 12px 12px;overflow:hidden;background-color:#fff;border-radius:8px;box-shadow:0 0 4px rgba(0,0,0,.1)}.van-coupon:active{background-color:#f2f3f5}.van-coupon__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;min-height:84px;padding:14px 0;color:#323233}.van-coupon__head{position:relative;min-width:96px;padding:0 8px;color:#ee0a24;text-align:center}.van-coupon__amount,.van-coupon__condition,.van-coupon__name,.van-coupon__valid{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-coupon__amount{margin-bottom:6px;font-weight:500;font-size:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-coupon__amount span{font-weight:400;font-size:40%}.van-coupon__amount span:not(:empty){margin-left:2px}.van-coupon__condition{font-size:12px;line-height:16px;white-space:pre-wrap}.van-coupon__body{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;border-radius:0 8px 8px 0}.van-coupon__name{margin-bottom:10px;font-weight:700;font-size:14px;line-height:20px}.van-coupon__valid{font-size:12px}.van-coupon__corner{position:absolute;top:0;right:16px;bottom:0}.van-coupon__description{padding:8px 16px;font-size:12px;border-top:1px dashed #ebedf0}.van-coupon--disabled:active{background-color:#fff}.van-coupon--disabled .van-coupon-item__content{height:74px}.van-coupon--disabled .van-coupon__head{color:inherit}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:50%}.van-image--round img{border-radius:inherit}.van-image__error,.van-image__img,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#969799;font-size:14px;background-color:#f7f8fa}.van-image__loading-icon{color:#dcdee0;font-size:32px}.van-image__error-icon{color:#dcdee0;font-size:32px}.van-radio{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-radio--disabled{cursor:not-allowed}.van-radio--label-disabled{cursor:default}.van-radio--horizontal{margin-right:12px}.van-radio__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:20px;line-height:1em;cursor:pointer}.van-radio__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid #c8c9cc;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.van-radio__icon--round .van-icon{border-radius:100%}.van-radio__icon--checked .van-icon{color:#fff;background-color:#1989fa;border-color:#1989fa}.van-radio__icon--disabled{cursor:not-allowed}.van-radio__icon--disabled .van-icon{background-color:#ebedf0;border-color:#c8c9cc}.van-radio__icon--disabled.van-radio__icon--checked .van-icon{color:#c8c9cc}.van-radio__label{margin-left:8px;color:#323233;line-height:20px}.van-radio__label--left{margin:0 8px 0 0}.van-radio__label--disabled{color:#c8c9cc}.van-tag{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 4px;color:#fff;font-size:12px;line-height:16px;border-radius:2px}.van-tag--default{background-color:#969799}.van-tag--default.van-tag--plain{color:#969799}.van-tag--danger{background-color:#ee0a24}.van-tag--danger.van-tag--plain{color:#ee0a24}.van-tag--primary{background-color:#1989fa}.van-tag--primary.van-tag--plain{color:#1989fa}.van-tag--success{background-color:#07c160}.van-tag--success.van-tag--plain{color:#07c160}.van-tag--warning{background-color:#ff976a}.van-tag--warning.van-tag--plain{color:#ff976a}.van-tag--plain{background-color:#fff;border-color:currentColor}.van-tag--plain::before{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid;border-color:inherit;border-radius:inherit;content:'';pointer-events:none}.van-tag--medium{padding:2px 6px}.van-tag--large{padding:4px 8px;font-size:14px;border-radius:4px}.van-tag--mark{border-radius:0 999px 999px 0}.van-tag--mark::after{display:block;width:2px;content:''}.van-tag--round{border-radius:999px}.van-tag__close{margin-left:2px;cursor:pointer}.van-card{position:relative;box-sizing:border-box;padding:8px 16px;color:#323233;font-size:12px;background-color:#fafafa}.van-card:not(:first-child){margin-top:8px}.van-card__header{display:-webkit-box;display:-webkit-flex;display:flex}.van-card__thumb{position:relative;-webkit-box-flex:0;-webkit-flex:none;flex:none;width:88px;height:88px;margin-right:8px}.van-card__thumb img{border-radius:8px}.van-card__content{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;min-width:0;min-height:88px}.van-card__content--centered{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-card__desc,.van-card__title{word-wrap:break-word}.van-card__title{max-height:32px;font-weight:500;line-height:16px}.van-card__desc{max-height:20px;color:#646566;line-height:20px}.van-card__bottom{line-height:20px}.van-card__price{display:inline-block;color:#323233;font-weight:500;font-size:12px}.van-card__price-integer{font-size:16px;font-family:Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif}.van-card__price-decimal{font-family:Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif}.van-card__origin-price{display:inline-block;margin-left:5px;color:#969799;font-size:10px;text-decoration:line-through}.van-card__num{float:right;color:#969799}.van-card__tag{position:absolute;top:2px;left:0}.van-card__footer{-webkit-box-flex:0;-webkit-flex:none;flex:none;text-align:right}.van-card__footer .van-button{margin-left:5px}.van-cell{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;width:100%;padding:10px 16px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.van-cell::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-cell--borderless::after,.van-cell:last-child::after{display:none}.van-cell__label{margin-top:4px;color:#969799;font-size:12px;line-height:18px}.van-cell__title,.van-cell__value{-webkit-box-flex:1;-webkit-flex:1;flex:1}.van-cell__value{position:relative;overflow:hidden;color:#969799;text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__value--alone{color:#323233;text-align:left}.van-cell__left-icon,.van-cell__right-icon{height:24px;font-size:16px;line-height:24px}.van-cell__left-icon{margin-right:4px}.van-cell__right-icon{margin-left:4px;color:#969799}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:#f2f3f5}.van-cell--required{overflow:visible}.van-cell--required::before{position:absolute;left:8px;color:#ee0a24;font-size:14px;content:'*'}.van-cell--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-cell--large{padding-top:12px;padding-bottom:12px}.van-cell--large .van-cell__title{font-size:16px}.van-cell--large .van-cell__label{font-size:14px}.van-coupon-cell__value--selected{color:#323233}.van-contact-card{padding:16px}.van-contact-card__value{margin-left:5px;line-height:20px}.van-contact-card--add .van-contact-card__value{line-height:40px}.van-contact-card--add .van-cell__left-icon{color:#1989fa;font-size:40px}.van-contact-card::before{position:absolute;right:0;bottom:0;left:0;height:2px;background:-webkit-repeating-linear-gradient(135deg,#ff6c6c 0,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);background:repeating-linear-gradient(-45deg,#ff6c6c 0,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);background-size:80px;content:''}.van-collapse-item{position:relative}.van-collapse-item--border::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:0;right:16px;left:16px;border-top:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-collapse-item__title .van-cell__right-icon::before{-webkit-transform:rotate(90deg) translateZ(0);transform:rotate(90deg) translateZ(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s}.van-collapse-item__title::after{right:16px;display:none}.van-collapse-item__title--expanded .van-cell__right-icon::before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.van-collapse-item__title--expanded::after{display:block}.van-collapse-item__title--borderless::after{display:none}.van-collapse-item__title--disabled{cursor:not-allowed}.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon{color:#c8c9cc}.van-collapse-item__title--disabled:active{background-color:#fff}.van-collapse-item__wrapper{overflow:hidden;-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out;will-change:height}.van-collapse-item__content{padding:12px 16px;color:#969799;font-size:14px;line-height:1.5;background-color:#fff}.van-field__label{-webkit-box-flex:0;-webkit-flex:none;flex:none;box-sizing:border-box;width:6.2em;margin-right:12px;color:#646566;text-align:left;word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field--disabled .van-field__label{color:#c8c9cc}.van-field__value{overflow:visible}.van-field__body{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-field__control{display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:#323233;line-height:inherit;text-align:left;background-color:transparent;border:0;resize:none}.van-field__control::-webkit-input-placeholder{color:#c8c9cc}.van-field__control::placeholder{color:#c8c9cc}.van-field__control:disabled{color:#c8c9cc;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#c8c9cc}.van-field__control:read-only{cursor:default}.van-field__control--center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.van-field__control--right{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:right}.van-field__control--custom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:24px}.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time]{min-height:24px}.van-field__control[type=search]{-webkit-appearance:none}.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon{-webkit-flex-shrink:0;flex-shrink:0}.van-field__clear,.van-field__right-icon{margin-right:-8px;padding:0 8px;line-height:inherit}.van-field__clear{color:#c8c9cc;font-size:16px;cursor:pointer}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;font-size:16px;line-height:inherit}.van-field__left-icon{margin-right:4px}.van-field__right-icon{color:#969799}.van-field__button{padding-left:8px}.van-field__error-message{color:#ee0a24;font-size:12px;text-align:left}.van-field__error-message--center{text-align:center}.van-field__error-message--right{text-align:right}.van-field__word-limit{margin-top:4px;color:#646566;font-size:12px;line-height:16px;text-align:right}.van-field--error .van-field__control::-webkit-input-placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--error .van-field__control,.van-field--error .van-field__control::-webkit-input-placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--min-height .van-field__control{min-height:60px}.van-search{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;padding:10px 12px;background-color:#fff}.van-search__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-left:12px;background-color:#f7f8fa;border-radius:2px}.van-search__content--round{border-radius:999px}.van-search__label{padding:0 5px;color:#323233;font-size:14px;line-height:34px}.van-search .van-cell{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding:5px 8px 5px 0;background-color:transparent}.van-search .van-cell__left-icon{color:#969799}.van-search--show-action{padding-right:0}.van-search input::-webkit-search-cancel-button,.van-search input::-webkit-search-decoration,.van-search input::-webkit-search-results-button,.van-search input::-webkit-search-results-decoration{display:none}.van-search__action{padding:0 8px;color:#323233;font-size:14px;line-height:34px;cursor:pointer;-webkit-user-select:none;user-select:none}.van-search__action:active{background-color:#f2f3f5}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-popup--center.van-popup--round{border-radius:16px}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 16px 16px}.van-popup--right{top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:16px 0 0 16px}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:16px 16px 0 0}.van-popup--left{top:50%;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 16px 16px 0}.van-popup--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.van-popup-slide-bottom-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-top-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-popup-slide-top-enter,.van-popup-slide-top-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter,.van-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter,.van-popup-slide-bottom-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.van-popup-slide-left-enter,.van-popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-popup__close-icon:active{color:#969799}.van-popup__close-icon--top-left{top:16px;left:16px}.van-popup__close-icon--top-right{top:16px;right:16px}.van-popup__close-icon--bottom-left{bottom:16px;left:16px}.van-popup__close-icon--bottom-right{right:16px;bottom:16px}.van-share-sheet__header{padding:12px 16px 4px;text-align:center}.van-share-sheet__title{margin-top:8px;color:#323233;font-weight:400;font-size:14px;line-height:20px}.van-share-sheet__description{display:block;margin-top:8px;color:#969799;font-size:12px;line-height:16px}.van-share-sheet__options{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;padding:16px 0 16px 8px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.van-share-sheet__options--border::before{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:0;right:0;left:16px;border-top:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-share-sheet__options::-webkit-scrollbar{height:0}.van-share-sheet__option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.van-share-sheet__option:active{opacity:.7}.van-share-sheet__icon{width:48px;height:48px;margin:0 16px}.van-share-sheet__name{margin-top:8px;padding:0 4px;color:#646566;font-size:12px}.van-share-sheet__option-description{padding:0 4px;color:#c8c9cc;font-size:12px}.van-share-sheet__cancel{display:block;width:100%;padding:0;font-size:16px;line-height:48px;text-align:center;background:#fff;border:none;cursor:pointer}.van-share-sheet__cancel::before{display:block;height:8px;background-color:#f7f8fa;content:' '}.van-share-sheet__cancel:active{background-color:#f2f3f5}.van-popover{position:absolute;overflow:visible;background-color:transparent;-webkit-transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,transform .15s;transition:opacity .15s,transform .15s,-webkit-transform .15s}.van-popover__wrapper{display:inline-block}.van-popover__arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px}.van-popover__content{overflow:hidden;border-radius:8px}.van-popover__action{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;width:128px;height:44px;padding:0 16px;font-size:14px;line-height:20px;cursor:pointer}.van-popover__action:last-child .van-popover__action-text::after{display:none}.van-popover__action-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%}.van-popover__action-icon{margin-right:8px;font-size:20px}.van-popover__action--with-icon .van-popover__action-text{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.van-popover[data-popper-placement^=top] .van-popover__arrow{bottom:0;border-top-color:currentColor;border-bottom-width:0;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}.van-popover[data-popper-placement=top]{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.van-popover[data-popper-placement=top] .van-popover__arrow{left:50%}.van-popover[data-popper-placement=top-start]{-webkit-transform-origin:0 100%;transform-origin:0 100%}.van-popover[data-popper-placement=top-start] .van-popover__arrow{left:16px}.van-popover[data-popper-placement=top-end]{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.van-popover[data-popper-placement=top-end] .van-popover__arrow{right:16px}.van-popover[data-popper-placement^=left] .van-popover__arrow{right:0;border-right-width:0;border-left-color:currentColor;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}.van-popover[data-popper-placement=left]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.van-popover[data-popper-placement=left] .van-popover__arrow{top:50%}.van-popover[data-popper-placement=left-start]{-webkit-transform-origin:100% 0;transform-origin:100% 0}.van-popover[data-popper-placement=left-start] .van-popover__arrow{top:16px}.van-popover[data-popper-placement=left-end]{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.van-popover[data-popper-placement=left-end] .van-popover__arrow{bottom:16px}.van-popover[data-popper-placement^=right] .van-popover__arrow{left:0;border-right-color:currentColor;border-left-width:0;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.van-popover[data-popper-placement=right]{-webkit-transform-origin:0 50%;transform-origin:0 50%}.van-popover[data-popper-placement=right] .van-popover__arrow{top:50%}.van-popover[data-popper-placement=right-start]{-webkit-transform-origin:0 0;transform-origin:0 0}.van-popover[data-popper-placement=right-start] .van-popover__arrow{top:16px}.van-popover[data-popper-placement=right-end]{-webkit-transform-origin:0 100%;transform-origin:0 100%}.van-popover[data-popper-placement=right-end] .van-popover__arrow{bottom:16px}.van-popover[data-popper-placement^=bottom] .van-popover__arrow{top:0;border-top-width:0;border-bottom-color:currentColor;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.van-popover[data-popper-placement=bottom]{-webkit-transform-origin:50% 0;transform-origin:50% 0}.van-popover[data-popper-placement=bottom] .van-popover__arrow{left:50%}.van-popover[data-popper-placement=bottom-start]{-webkit-transform-origin:0 0;transform-origin:0 0}.van-popover[data-popper-placement=bottom-start] .van-popover__arrow{left:16px}.van-popover[data-popper-placement=bottom-end]{-webkit-transform-origin:100% 0;transform-origin:100% 0}.van-popover[data-popper-placement=bottom-end] .van-popover__arrow{right:16px}.van-popover--light{color:#323233}.van-popover--light .van-popover__content{background-color:#fff;box-shadow:0 2px 12px rgba(50,50,51,.12)}.van-popover--light .van-popover__arrow{color:#fff}.van-popover--light .van-popover__action:active{background-color:#f2f3f5}.van-popover--light .van-popover__action--disabled{color:#c8c9cc;cursor:not-allowed}.van-popover--light .van-popover__action--disabled:active{background-color:transparent}.van-popover--dark{color:#fff}.van-popover--dark .van-popover__content{background-color:#4a4a4a}.van-popover--dark .van-popover__arrow{color:#4a4a4a}.van-popover--dark .van-popover__action:active{background-color:rgba(0,0,0,.2)}.van-popover--dark .van-popover__action--disabled{color:#969799}.van-popover--dark .van-popover__action--disabled:active{background-color:transparent}.van-popover--dark .van-popover__action-text::after{border-color:#646566}.van-popover-zoom-enter,.van-popover-zoom-leave-active{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}.van-popover-zoom-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.van-popover-zoom-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-notify{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:8px 16px;color:#fff;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-wrap:break-word}.van-notify--primary{background-color:#1989fa}.van-notify--success{background-color:#07c160}.van-notify--danger{background-color:#ee0a24}.van-notify--warning{background-color:#ff976a}.van-dropdown-item{position:fixed;right:0;left:0;z-index:10;overflow:hidden}.van-dropdown-item__icon{display:block;line-height:inherit}.van-dropdown-item__option{text-align:left}.van-dropdown-item__option--active{color:#ee0a24}.van-dropdown-item__option--active .van-dropdown-item__icon{color:#ee0a24}.van-dropdown-item--up{top:0}.van-dropdown-item--down{bottom:0}.van-dropdown-item__content{position:absolute;max-height:80%}.van-loading{position:relative;color:#c8c9cc;font-size:0;vertical-align:middle}.van-loading__spinner{position:relative;display:inline-block;width:30px;max-width:100%;height:30px;max-height:100%;vertical-align:middle;-webkit-animation:van-rotate .8s linear infinite;animation:van-rotate .8s linear infinite}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-loading__spinner--spinner i{position:absolute;top:0;left:0;width:100%;height:100%}.van-loading__spinner--spinner i::before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:' '}.van-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}.van-loading__circular{display:block;width:100%;height:100%}.van-loading__circular circle{-webkit-animation:van-circular 1.5s ease-in-out infinite;animation:van-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.van-loading__text{display:inline-block;margin-left:8px;color:#969799;font-size:14px;vertical-align:middle}.van-loading--vertical{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-loading--vertical .van-loading__text{margin:8px 0 0}@-webkit-keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}.van-loading__spinner--spinner i:nth-of-type(1){-webkit-transform:rotate(30deg);transform:rotate(30deg);opacity:1}.van-loading__spinner--spinner i:nth-of-type(2){-webkit-transform:rotate(60deg);transform:rotate(60deg);opacity:.9375}.van-loading__spinner--spinner i:nth-of-type(3){-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:.875}.van-loading__spinner--spinner i:nth-of-type(4){-webkit-transform:rotate(120deg);transform:rotate(120deg);opacity:.8125}.van-loading__spinner--spinner i:nth-of-type(5){-webkit-transform:rotate(150deg);transform:rotate(150deg);opacity:.75}.van-loading__spinner--spinner i:nth-of-type(6){-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:.6875}.van-loading__spinner--spinner i:nth-of-type(7){-webkit-transform:rotate(210deg);transform:rotate(210deg);opacity:.625}.van-loading__spinner--spinner i:nth-of-type(8){-webkit-transform:rotate(240deg);transform:rotate(240deg);opacity:.5625}.van-loading__spinner--spinner i:nth-of-type(9){-webkit-transform:rotate(270deg);transform:rotate(270deg);opacity:.5}.van-loading__spinner--spinner i:nth-of-type(10){-webkit-transform:rotate(300deg);transform:rotate(300deg);opacity:.4375}.van-loading__spinner--spinner i:nth-of-type(11){-webkit-transform:rotate(330deg);transform:rotate(330deg);opacity:.375}.van-loading__spinner--spinner i:nth-of-type(12){-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:.3125}.van-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.van-pull-refresh__track{position:relative;height:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:50px;overflow:hidden;color:#969799;font-size:14px;line-height:50px;text-align:center;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.van-number-keyboard{position:fixed;bottom:0;left:0;z-index:100;width:100%;padding-bottom:22px;background-color:#f2f3f5;-webkit-user-select:none;user-select:none}.van-number-keyboard--with-title{border-radius:20px 20px 0 0}.van-number-keyboard__header{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;height:34px;padding-top:6px;color:#646566;font-size:16px}.van-number-keyboard__title{display:inline-block;font-weight:400}.van-number-keyboard__title-left{position:absolute;left:0}.van-number-keyboard__body{display:-webkit-box;display:-webkit-flex;display:flex;padding:6px 0 0 6px}.van-number-keyboard__keys{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:3;-webkit-flex:3;flex:3;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-number-keyboard__close{position:absolute;right:0;height:100%;padding:0 16px;color:#576b95;font-size:14px;background-color:transparent;border:none;cursor:pointer}.van-number-keyboard__close:active{opacity:.7}.van-number-keyboard__sidebar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-number-keyboard--unfit{padding-bottom:0}.van-key{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:48px;font-size:28px;line-height:1.5;background-color:#fff;border-radius:8px;cursor:pointer}.van-key--large{position:absolute;top:0;right:6px;bottom:6px;left:0;height:auto}.van-key--blue,.van-key--delete{font-size:16px}.van-key--active{background-color:#ebedf0}.van-key--blue{color:#fff;background-color:#1989fa}.van-key--blue.van-key--active{background-color:#0570db}.van-key__wrapper{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-flex-basis:33%;flex-basis:33%;box-sizing:border-box;padding:0 6px 6px 0}.van-key__wrapper--wider{-webkit-flex-basis:66%;flex-basis:66%}.van-key__delete-icon{width:32px;height:22px}.van-key__collapse-icon{width:30px;height:24px}.van-key__loading-icon{color:#fff}.van-list__error-text,.van-list__finished-text,.van-list__loading{color:#969799;font-size:14px;line-height:50px;text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-switch{position:relative;display:inline-block;box-sizing:content-box;width:2em;height:1em;font-size:30px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:1em;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.van-switch__node{position:absolute;top:0;left:0;width:1em;height:1em;background-color:#fff;border-radius:100%;box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);-webkit-transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05), -webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05),-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%;line-height:1}.van-switch--on{background-color:#1989fa}.van-switch--on .van-switch__node{-webkit-transform:translateX(1em);transform:translateX(1em)}.van-switch--on .van-switch__loading{color:#1989fa}.van-switch--disabled{cursor:not-allowed;opacity:.5}.van-switch--loading{cursor:default}.van-switch-cell{padding-top:9px;padding-bottom:9px}.van-switch-cell--large{padding-top:11px;padding-bottom:11px}.van-switch-cell .van-switch{float:right}.van-button{position:relative;display:inline-block;box-sizing:border-box;height:44px;margin:0;padding:0;font-size:16px;line-height:1.2;text-align:center;border-radius:2px;cursor:pointer;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-appearance:none}.van-button::before{position:absolute;top:50%;left:50%;width:100%;height:100%;background-color:#000;border:inherit;border-color:#000;border-radius:inherit;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;content:' '}.van-button:active::before{opacity:.1}.van-button--disabled::before,.van-button--loading::before{display:none}.van-button--default{color:#323233;background-color:#fff;border:1px solid #ebedf0}.van-button--primary{color:#fff;background-color:#07c160;border:1px solid #07c160}.van-button--info{color:#fff;background-color:#1989fa;border:1px solid #1989fa}.van-button--danger{color:#fff;background-color:#ee0a24;border:1px solid #ee0a24}.van-button--warning{color:#fff;background-color:#ff976a;border:1px solid #ff976a}.van-button--plain{background-color:#fff}.van-button--plain.van-button--primary{color:#07c160}.van-button--plain.van-button--info{color:#1989fa}.van-button--plain.van-button--danger{color:#ee0a24}.van-button--plain.van-button--warning{color:#ff976a}.van-button--large{width:100%;height:50px}.van-button--normal{padding:0 15px;font-size:14px}.van-button--small{height:32px;padding:0 8px;font-size:12px}.van-button__loading{color:inherit;font-size:inherit}.van-button--mini{height:24px;padding:0 4px;font-size:10px}.van-button--mini+.van-button--mini{margin-left:4px}.van-button--block{display:block;width:100%}.van-button--disabled{cursor:not-allowed;opacity:.5}.van-button--loading{cursor:default}.van-button--round{border-radius:999px}.van-button--square{border-radius:0}.van-button__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%}.van-button__content::before{content:' '}.van-button__icon{font-size:1.2em;line-height:inherit}.van-button__icon+.van-button__text,.van-button__loading+.van-button__text,.van-button__text+.van-button__icon,.van-button__text+.van-button__loading{margin-left:4px}.van-button--hairline{border-width:0}.van-button--hairline::after{border-color:inherit;border-radius:4px}.van-button--hairline.van-button--round::after{border-radius:999px}.van-button--hairline.van-button--square::after{border-radius:0}.van-submit-bar{position:fixed;bottom:0;left:0;z-index:100;width:100%;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff;-webkit-user-select:none;user-select:none}.van-submit-bar__tip{padding:8px 12px;color:#f56723;font-size:12px;line-height:1.5;background-color:#fff7cc}.van-submit-bar__tip-icon{min-width:18px;font-size:12px;vertical-align:middle}.van-submit-bar__tip-text{vertical-align:middle}.van-submit-bar__bar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;height:50px;padding:0 16px;font-size:14px}.van-submit-bar__text{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-right:12px;color:#323233;text-align:right}.van-submit-bar__text span{display:inline-block}.van-submit-bar__suffix-label{margin-left:5px;font-weight:500}.van-submit-bar__price{color:#ee0a24;font-weight:500;font-size:12px}.van-submit-bar__price--integer{font-size:20px;font-family:Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif}.van-submit-bar__button{width:110px;height:40px;font-weight:500;border:none}.van-submit-bar__button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24)}.van-submit-bar--unfit{padding-bottom:0}.van-goods-action-button{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:40px;font-weight:500;font-size:14px;border:none;border-radius:0}.van-goods-action-button--first{margin-left:5px;border-top-left-radius:999px;border-bottom-left-radius:999px}.van-goods-action-button--last{margin-right:5px;border-top-right-radius:999px;border-bottom-right-radius:999px}.van-goods-action-button--warning{background:-webkit-linear-gradient(left,#ffd01e,#ff8917);background:linear-gradient(to right,#ffd01e,#ff8917)}.van-goods-action-button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24)}@media (max-width:321px){.van-goods-action-button{font-size:13px}}.van-toast{position:fixed;top:50%;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;width:88px;max-width:70%;min-height:88px;padding:16px;color:#fff;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-toast--unclickable{overflow:hidden}.van-toast--unclickable *{pointer-events:none}.van-toast--html,.van-toast--text{width:-webkit-fit-content;width:fit-content;min-width:96px;min-height:0;padding:8px 12px}.van-toast--html .van-toast__text,.van-toast--text .van-toast__text{margin-top:0}.van-toast--top{top:20%}.van-toast--bottom{top:auto;bottom:20%}.van-toast__icon{font-size:36px}.van-toast__loading{padding:4px;color:#fff}.van-toast__text{margin-top:8px}.van-calendar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;height:100%;background-color:#fff}.van-calendar__popup.van-popup--bottom,.van-calendar__popup.van-popup--top{height:80%}.van-calendar__popup.van-popup--left,.van-calendar__popup.van-popup--right{height:100%}.van-calendar__popup .van-popup__close-icon{top:11px}.van-calendar__header{-webkit-flex-shrink:0;flex-shrink:0;box-shadow:0 2px 10px rgba(125,126,128,.16)}.van-calendar__header-subtitle,.van-calendar__header-title,.van-calendar__month-title{height:44px;font-weight:500;line-height:44px;text-align:center}.van-calendar__header-title{font-size:16px}.van-calendar__header-subtitle{font-size:14px}.van-calendar__month-title{font-size:14px}.van-calendar__weekdays{display:-webkit-box;display:-webkit-flex;display:flex}.van-calendar__weekday{-webkit-box-flex:1;-webkit-flex:1;flex:1;font-size:12px;line-height:30px;text-align:center}.van-calendar__body{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:auto;-webkit-overflow-scrolling:touch}.van-calendar__days{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-user-select:none;user-select:none}.van-calendar__month-mark{position:absolute;top:50%;left:50%;z-index:0;color:rgba(242,243,245,.8);font-size:160px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none}.van-calendar__day,.van-calendar__selected-day{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.van-calendar__day{position:relative;width:14.285%;height:64px;font-size:16px;cursor:pointer}.van-calendar__day--end,.van-calendar__day--multiple-middle,.van-calendar__day--multiple-selected,.van-calendar__day--start,.van-calendar__day--start-end{color:#fff;background-color:#ee0a24}.van-calendar__day--start{border-radius:4px 0 0 4px}.van-calendar__day--end{border-radius:0 4px 4px 0}.van-calendar__day--multiple-selected,.van-calendar__day--start-end{border-radius:4px}.van-calendar__day--middle{color:#ee0a24}.van-calendar__day--middle::after{position:absolute;top:0;right:0;bottom:0;left:0;background-color:currentColor;opacity:.1;content:''}.van-calendar__day--disabled{color:#c8c9cc;cursor:default}.van-calendar__bottom-info,.van-calendar__top-info{position:absolute;right:0;left:0;font-size:10px;line-height:14px}@media (max-width:350px){.van-calendar__bottom-info,.van-calendar__top-info{font-size:9px}}.van-calendar__top-info{top:6px}.van-calendar__bottom-info{bottom:6px}.van-calendar__selected-day{width:54px;height:54px;color:#fff;background-color:#ee0a24;border-radius:4px}.van-calendar__footer{-webkit-flex-shrink:0;flex-shrink:0;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-calendar__footer--unfit{padding-bottom:0}.van-calendar__confirm{height:36px;margin:7px 0}.van-picker{position:relative;background-color:#fff;-webkit-user-select:none;user-select:none}.van-picker__toolbar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:44px}.van-picker__cancel,.van-picker__confirm{height:100%;padding:0 16px;font-size:14px;background-color:transparent;border:none;cursor:pointer}.van-picker__cancel:active,.van-picker__confirm:active{opacity:.7}.van-picker__confirm{color:#576b95}.van-picker__cancel{color:#969799}.van-picker__title{max-width:50%;font-weight:500;font-size:16px;line-height:20px;text-align:center}.van-picker__columns{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;cursor:grab}.van-picker__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#1989fa;background-color:rgba(255,255,255,.9)}.van-picker__frame{position:absolute;top:50%;right:16px;left:16px;z-index:2;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.van-picker__mask{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),-webkit-linear-gradient(bottom,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-image:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),linear-gradient(0deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-repeat:no-repeat;background-position:top,bottom;-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:none}.van-picker-column{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden;font-size:16px}.van-picker-column__wrapper{-webkit-transition-timing-function:cubic-bezier(.23,1,.68,1);transition-timing-function:cubic-bezier(.23,1,.68,1)}.van-picker-column__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 4px;color:#000}.van-picker-column__item--disabled{cursor:not-allowed;opacity:.3}.van-action-sheet{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-height:80%;overflow:hidden;color:#323233}.van-action-sheet__content{-webkit-box-flex:1;-webkit-flex:1 auto;flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__cancel,.van-action-sheet__item{display:block;width:100%;padding:14px 16px;font-size:16px;background-color:#fff;border:none;cursor:pointer}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:#f2f3f5}.van-action-sheet__item{line-height:22px}.van-action-sheet__item--disabled,.van-action-sheet__item--loading{color:#c8c9cc}.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active{background-color:#fff}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__cancel{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;color:#646566}.van-action-sheet__subname{margin-top:8px;color:#969799;font-size:12px;line-height:18px}.van-action-sheet__gap{display:block;height:8px;background-color:#f7f8fa}.van-action-sheet__header{-webkit-flex-shrink:0;flex-shrink:0;font-weight:500;font-size:16px;line-height:48px;text-align:center}.van-action-sheet__description{position:relative;-webkit-flex-shrink:0;flex-shrink:0;padding:20px 16px;color:#969799;font-size:14px;line-height:20px;text-align:center}.van-action-sheet__description::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:22px;height:22px}.van-action-sheet__close{position:absolute;top:0;right:0;padding:0 16px;color:#c8c9cc;font-size:22px;line-height:inherit}.van-action-sheet__close:active{color:#969799}.van-goods-action{position:fixed;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:content-box;height:50px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-goods-action--unfit{padding-bottom:0}.van-dialog{position:fixed;top:45%;left:50%;width:320px;overflow:hidden;font-size:16px;background-color:#fff;border-radius:16px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.3s;transition:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}@media (max-width:321px){.van-dialog{width:90%}}.van-dialog__header{padding-top:26px;font-weight:500;line-height:24px;text-align:center}.van-dialog__header--isolated{padding:24px 0}.van-dialog__content--isolated{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:104px}.van-dialog__message{-webkit-box-flex:1;-webkit-flex:1;flex:1;max-height:60vh;padding:26px 24px;overflow-y:auto;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:8px;color:#646566}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__footer{display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__cancel,.van-dialog__confirm{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:48px;margin:0;border:0}.van-dialog__confirm,.van-dialog__confirm:active{color:#ee0a24}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:8px 24px 16px}.van-dialog--round-button .van-dialog__message{padding-bottom:16px;color:#323233}.van-dialog--round-button .van-dialog__cancel,.van-dialog--round-button .van-dialog__confirm{height:36px}.van-dialog--round-button .van-dialog__confirm{color:#fff}.van-dialog-bounce-enter{-webkit-transform:translate3d(-50%,-50%,0) scale(.7);transform:translate3d(-50%,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9);opacity:0}.van-contact-edit{padding:16px}.van-contact-edit__fields{overflow:hidden;border-radius:4px}.van-contact-edit__fields .van-field__label{width:4.1em}.van-contact-edit__switch-cell{margin-top:10px;padding-top:9px;padding-bottom:9px;border-radius:4px}.van-contact-edit__buttons{padding:32px 0}.van-contact-edit .van-button{margin-bottom:12px;font-size:16px}.van-address-edit{padding:12px}.van-address-edit__fields{overflow:hidden;border-radius:8px}.van-address-edit__fields .van-field__label{width:4.1em}.van-address-edit__default{margin-top:12px;overflow:hidden;border-radius:8px}.van-address-edit__buttons{padding:32px 4px}.van-address-edit__buttons .van-button{margin-bottom:12px}.van-address-edit-detail{padding:0}.van-address-edit-detail__search-item{background-color:#f2f3f5}.van-address-edit-detail__keyword{color:#ee0a24}.van-address-edit-detail__finish{color:#1989fa;font-size:12px}.van-radio-group--horizontal{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-contact-list{box-sizing:border-box;height:100%;padding-bottom:80px}.van-contact-list__item{padding:16px}.van-contact-list__item-value{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding-right:32px;padding-left:8px}.van-contact-list__item-tag{-webkit-box-flex:0;-webkit-flex:none;flex:none;margin-left:8px;padding-top:0;padding-bottom:0;line-height:1.4em}.van-contact-list__group{box-sizing:border-box;height:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}.van-contact-list__edit{font-size:16px}.van-contact-list__bottom{position:fixed;right:0;bottom:0;left:0;z-index:999;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-contact-list__add{height:40px;margin:5px 0}.van-address-list{box-sizing:border-box;height:100%;padding:12px 12px 80px}.van-address-list__bottom{position:fixed;bottom:0;left:0;z-index:999;box-sizing:border-box;width:100%;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-address-list__add{height:40px;margin:5px 0}.van-address-list__disabled-text{padding:20px 0 16px;color:#969799;font-size:14px;line-height:20px}.van-address-item{padding:12px;background-color:#fff;border-radius:8px}.van-address-item:not(:last-child){margin-bottom:12px}.van-address-item__value{padding-right:44px}.van-address-item__name{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:8px;font-size:16px;line-height:22px}.van-address-item__tag{-webkit-box-flex:0;-webkit-flex:none;flex:none;margin-left:8px;padding-top:0;padding-bottom:0;line-height:1.4em}.van-address-item__address{color:#323233;font-size:13px;line-height:18px}.van-address-item--disabled .van-address-item__address,.van-address-item--disabled .van-address-item__name{color:#c8c9cc}.van-address-item__edit{position:absolute;top:50%;right:16px;color:#969799;font-size:20px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-address-item .van-cell{padding:0}.van-address-item .van-radio__label{margin-left:12px}.van-address-item .van-radio__icon--checked .van-icon{background-color:#ee0a24;border-color:#ee0a24}.van-badge{display:inline-block;box-sizing:border-box;min-width:16px;padding:0 3px;color:#fff;font-weight:500;font-size:12px;font-family:-apple-system-font,Helvetica Neue,Arial,sans-serif;line-height:1.2;text-align:center;background-color:#ee0a24;border:1px solid #fff;border-radius:999px}.van-badge--fixed{position:absolute;top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100%;transform-origin:100%}.van-badge--dot{width:8px;min-width:0;height:8px;background-color:#ee0a24;border-radius:100%}.van-badge__wrapper{position:relative;display:inline-block}.van-tab__pane,.van-tab__pane-wrapper{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;width:100%}.van-tab__pane-wrapper--inactive{height:0;overflow:visible}.van-sticky--fixed{position:fixed;top:0;right:0;left:0;z-index:99}.van-tab{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:0 4px;color:#646566;font-size:14px;line-height:20px;cursor:pointer}.van-tab--active{color:#323233;font-weight:500}.van-tab--disabled{color:#c8c9cc;cursor:not-allowed}.van-tab__text--ellipsis{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.van-tab__text-wrapper{position:relative}.van-tabs{position:relative}.van-tabs__wrap{overflow:hidden}.van-tabs__wrap--page-top{position:fixed}.van-tabs__wrap--content-bottom{top:auto;bottom:0}.van-tabs__wrap--scrollable .van-tab{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;padding:0 12px}.van-tabs__wrap--scrollable .van-tabs__nav{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar{display:none}.van-tabs__nav{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;background-color:#fff;-webkit-user-select:none;user-select:none}.van-tabs__nav--line{box-sizing:content-box;height:100%;padding-bottom:15px}.van-tabs__nav--complete{padding-right:8px;padding-left:8px}.van-tabs__nav--card{box-sizing:border-box;height:30px;margin:0 16px;border:1px solid #ee0a24;border-radius:2px}.van-tabs__nav--card .van-tab{color:#ee0a24;border-right:1px solid #ee0a24}.van-tabs__nav--card .van-tab:last-child{border-right:none}.van-tabs__nav--card .van-tab.van-tab--active{color:#fff;background-color:#ee0a24}.van-tabs__nav--card .van-tab--disabled{color:#c8c9cc}.van-tabs__line{position:absolute;bottom:15px;left:0;z-index:1;width:40px;height:3px;background-color:#ee0a24;border-radius:3px}.van-tabs__track{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;width:100%;height:100%;will-change:left}.van-tabs__content--animated{overflow:hidden}.van-tabs--line .van-tabs__wrap{height:44px}.van-tabs--card>.van-tabs__wrap{height:30px}.van-coupon-list{position:relative;height:100%;background-color:#f7f8fa}.van-coupon-list__field{padding:5px 0 5px 16px}.van-coupon-list__field .van-field__body{height:34px;padding-left:12px;line-height:34px;background:#f7f8fa;border-radius:17px}.van-coupon-list__field .van-field__body::-webkit-input-placeholder{color:#c8c9cc}.van-coupon-list__field .van-field__body::placeholder{color:#c8c9cc}.van-coupon-list__field .van-field__clear{margin-right:0}.van-coupon-list__exchange-bar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#fff}.van-coupon-list__exchange{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:32px;font-size:16px;line-height:30px;border:0}.van-coupon-list .van-tabs__wrap{box-shadow:0 6px 12px -12px #969799}.van-coupon-list__list{box-sizing:border-box;padding:16px 0 24px;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-coupon-list__list--with-bottom{padding-bottom:66px}.van-coupon-list__bottom{position:absolute;bottom:0;left:0;z-index:999;box-sizing:border-box;width:100%;padding:5px 16px;font-weight:500;background-color:#fff}.van-coupon-list__close{height:40px}.van-coupon-list__empty{padding-top:60px;text-align:center}.van-coupon-list__empty p{margin:16px 0;color:#969799;font-size:14px;line-height:20px}.van-coupon-list__empty img{width:200px;height:200px}.van-cascader__header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:48px;padding:0 16px}.van-cascader__title{font-weight:500;font-size:16px;line-height:20px}.van-cascader__close-icon{color:#c8c9cc;font-size:22px}.van-cascader__close-icon:active{color:#969799}.van-cascader__tabs .van-tab{-webkit-box-flex:0;-webkit-flex:none;flex:none;padding:0 10px}.van-cascader__tabs.van-tabs--line .van-tabs__wrap{height:48px}.van-cascader__tabs .van-tabs__nav--complete{padding-right:6px;padding-left:6px}.van-cascader__tab{color:#323233;font-weight:500}.van-cascader__tab--unselected{color:#969799;font-weight:400}.van-cascader__option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:10px 16px;font-size:14px;line-height:20px}.van-cascader__option:active{background-color:#f2f3f5}.van-cascader__option--selected{color:#ee0a24;font-weight:500}.van-cascader__selected-icon{font-size:18px}.van-cascader__options{box-sizing:border-box;height:384px;padding-top:6px;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-cell-group{background-color:#fff}.van-cell-group__title{padding:16px 16px 8px;color:#969799;font-size:14px;line-height:16px}.van-panel{background:#fff}.van-panel__header-value{color:#ee0a24}.van-panel__footer{padding:8px 16px}.van-checkbox-group--horizontal{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-circle{position:relative;display:inline-block;width:100px;height:100px;text-align:center}.van-circle svg{position:absolute;top:0;left:0;width:100%;height:100%}.van-circle__layer{stroke:#fff}.van-circle__hover{fill:none;stroke:#1989fa;stroke-linecap:round}.van-circle__text{position:absolute;top:50%;left:0;box-sizing:border-box;width:100%;padding:0 4px;color:#323233;font-weight:500;font-size:14px;line-height:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-col{float:left;box-sizing:border-box;min-height:1px}.van-col--1{width:4.16666667%}.van-col--offset-1{margin-left:4.16666667%}.van-col--2{width:8.33333333%}.van-col--offset-2{margin-left:8.33333333%}.van-col--3{width:12.5%}.van-col--offset-3{margin-left:12.5%}.van-col--4{width:16.66666667%}.van-col--offset-4{margin-left:16.66666667%}.van-col--5{width:20.83333333%}.van-col--offset-5{margin-left:20.83333333%}.van-col--6{width:25%}.van-col--offset-6{margin-left:25%}.van-col--7{width:29.16666667%}.van-col--offset-7{margin-left:29.16666667%}.van-col--8{width:33.33333333%}.van-col--offset-8{margin-left:33.33333333%}.van-col--9{width:37.5%}.van-col--offset-9{margin-left:37.5%}.van-col--10{width:41.66666667%}.van-col--offset-10{margin-left:41.66666667%}.van-col--11{width:45.83333333%}.van-col--offset-11{margin-left:45.83333333%}.van-col--12{width:50%}.van-col--offset-12{margin-left:50%}.van-col--13{width:54.16666667%}.van-col--offset-13{margin-left:54.16666667%}.van-col--14{width:58.33333333%}.van-col--offset-14{margin-left:58.33333333%}.van-col--15{width:62.5%}.van-col--offset-15{margin-left:62.5%}.van-col--16{width:66.66666667%}.van-col--offset-16{margin-left:66.66666667%}.van-col--17{width:70.83333333%}.van-col--offset-17{margin-left:70.83333333%}.van-col--18{width:75%}.van-col--offset-18{margin-left:75%}.van-col--19{width:79.16666667%}.van-col--offset-19{margin-left:79.16666667%}.van-col--20{width:83.33333333%}.van-col--offset-20{margin-left:83.33333333%}.van-col--21{width:87.5%}.van-col--offset-21{margin-left:87.5%}.van-col--22{width:91.66666667%}.van-col--offset-22{margin-left:91.66666667%}.van-col--23{width:95.83333333%}.van-col--offset-23{margin-left:95.83333333%}.van-col--24{width:100%}.van-col--offset-24{margin-left:100%}.van-count-down{color:#323233;font-size:14px;line-height:20px}.van-divider{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:16px 0;color:#969799;font-size:14px;line-height:24px;border-color:#ebedf0;border-style:solid;border-width:0}.van-divider::after,.van-divider::before{display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;box-sizing:border-box;height:1px;border-color:inherit;border-style:inherit;border-width:1px 0 0}.van-divider::before{content:''}.van-divider--hairline::after,.van-divider--hairline::before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-divider--dashed{border-style:dashed}.van-divider--content-center::before,.van-divider--content-left::before,.van-divider--content-right::before{margin-right:16px}.van-divider--content-center::after,.van-divider--content-left::after,.van-divider--content-right::after{margin-left:16px;content:''}.van-divider--content-left::before{max-width:10%}.van-divider--content-right::after{max-width:10%}.van-dropdown-menu{-webkit-user-select:none;user-select:none}.van-dropdown-menu__bar{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;height:48px;background-color:#fff;box-shadow:0 2px 12px rgba(100,101,102,.12)}.van-dropdown-menu__bar--opened{z-index:11}.van-dropdown-menu__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:0;cursor:pointer}.van-dropdown-menu__item:active{opacity:.7}.van-dropdown-menu__item--disabled:active{opacity:1}.van-dropdown-menu__item--disabled .van-dropdown-menu__title{color:#969799}.van-dropdown-menu__title{position:relative;box-sizing:border-box;max-width:100%;padding:0 8px;color:#323233;font-size:15px;line-height:22px}.van-dropdown-menu__title::after{position:absolute;top:50%;right:-4px;margin-top:-5px;border:3px solid;border-color:transparent transparent #dcdee0 #dcdee0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:.8;content:''}.van-dropdown-menu__title--active{color:#ee0a24}.van-dropdown-menu__title--active::after{border-color:transparent transparent currentColor currentColor}.van-dropdown-menu__title--down::after{margin-top:-1px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.van-empty{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:32px 0}.van-empty__image{width:160px;height:160px}.van-empty__image img{width:100%;height:100%}.van-empty__description{margin-top:16px;padding:0 60px;color:#969799;font-size:14px;line-height:20px}.van-empty__bottom{margin-top:24px}.van-grid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-swipe{position:relative;overflow:hidden;cursor:grab;-webkit-user-select:none;user-select:none}.van-swipe__track{display:-webkit-box;display:-webkit-flex;display:flex;height:100%}.van-swipe__track--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-swipe__indicators{position:absolute;bottom:12px;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.van-swipe__indicators--vertical{top:50%;bottom:auto;left:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:6px}.van-swipe__indicator{width:6px;height:6px;background-color:#ebedf0;border-radius:100%;opacity:.3;-webkit-transition:opacity .2s,background-color .2s;transition:opacity .2s,background-color .2s}.van-swipe__indicator:not(:last-child){margin-right:6px}.van-swipe__indicator--active{background-color:#1989fa;opacity:1}.van-swipe-item{position:relative;-webkit-flex-shrink:0;flex-shrink:0;width:100%;height:100%}.van-image-preview{position:fixed;top:0;left:0;width:100%;height:100%}.van-image-preview__swipe{height:100%}.van-image-preview__swipe-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hidden}.van-image-preview__cover{position:absolute;top:0;left:0}.van-image-preview__image{width:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}.van-image-preview__image--vertical{width:auto;height:100%}.van-image-preview__image img{-webkit-user-drag:none}.van-image-preview__image .van-image__error{top:30%;height:40%}.van-image-preview__image .van-image__error-icon{font-size:36px}.van-image-preview__image .van-image__loading{background-color:transparent}.van-image-preview__index{position:absolute;top:16px;left:50%;color:#fff;font-size:14px;line-height:20px;text-shadow:0 1px 1px #323233;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.van-image-preview__overlay{background-color:rgba(0,0,0,.9)}.van-image-preview__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-image-preview__close-icon:active{color:#969799}.van-image-preview__close-icon--top-left{top:16px;left:16px}.van-image-preview__close-icon--top-right{top:16px;right:16px}.van-image-preview__close-icon--bottom-left{bottom:16px;left:16px}.van-image-preview__close-icon--bottom-right{right:16px;bottom:16px}.van-uploader{position:relative;display:inline-block}.van-uploader__wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-uploader__wrapper--disabled{opacity:.5}.van-uploader__input{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;cursor:pointer;opacity:0}.van-uploader__input-wrapper{position:relative}.van-uploader__input:disabled{cursor:not-allowed}.van-uploader__upload{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;width:80px;height:80px;margin:0 8px 8px 0;background-color:#f7f8fa}.van-uploader__upload:active{background-color:#f2f3f5}.van-uploader__upload-icon{color:#dcdee0;font-size:24px}.van-uploader__upload-text{margin-top:8px;color:#969799;font-size:12px}.van-uploader__preview{position:relative;margin:0 8px 8px 0;cursor:pointer}.van-uploader__preview-image{display:block;width:80px;height:80px;overflow:hidden}.van-uploader__preview-delete{position:absolute;top:0;right:0;width:14px;height:14px;background-color:rgba(0,0,0,.7);border-radius:0 0 0 12px}.van-uploader__preview-delete-icon{position:absolute;top:-2px;right:-2px;color:#fff;font-size:16px;-webkit-transform:scale(.5);transform:scale(.5)}.van-uploader__preview-cover{position:absolute;top:0;right:0;bottom:0;left:0}.van-uploader__mask{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#fff;background-color:rgba(50,50,51,.88)}.van-uploader__mask-icon{font-size:22px}.van-uploader__mask-message{margin-top:6px;padding:0 4px;font-size:12px;line-height:14px}.van-uploader__loading{width:22px;height:22px;color:#fff}.van-uploader__file{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:80px;height:80px;background-color:#f7f8fa}.van-uploader__file-icon{color:#646566;font-size:20px}.van-uploader__file-name{box-sizing:border-box;width:100%;margin-top:8px;padding:0 4px;color:#646566;font-size:12px;text-align:center}.van-index-anchor{z-index:1;box-sizing:border-box;padding:0 16px;color:#323233;font-weight:500;font-size:14px;line-height:32px;background-color:transparent}.van-index-anchor--sticky{position:fixed;top:0;right:0;left:0;color:#ee0a24;background-color:#fff}.van-index-bar__sidebar{position:fixed;top:50%;right:0;z-index:2;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;user-select:none}.van-index-bar__index{padding:0 8px 0 16px;font-weight:500;font-size:10px;line-height:14px}.van-index-bar__index--active{color:#ee0a24}.van-pagination{display:-webkit-box;display:-webkit-flex;display:flex;font-size:14px}.van-pagination__item,.van-pagination__page-desc{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-pagination__item{-webkit-box-flex:1;-webkit-flex:1;flex:1;box-sizing:border-box;min-width:36px;height:40px;color:#1989fa;background-color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.van-pagination__item:active{color:#fff;background-color:#1989fa}.van-pagination__item::after{border-width:1px 0 1px 1px}.van-pagination__item:last-child::after{border-right-width:1px}.van-pagination__item--active{color:#fff;background-color:#1989fa}.van-pagination__next,.van-pagination__prev{padding:0 4px;cursor:pointer}.van-pagination__item--disabled,.van-pagination__item--disabled:active{color:#646566;background-color:#f7f8fa;cursor:not-allowed;opacity:.5}.van-pagination__page{-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0}.van-pagination__page-desc{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:40px;color:#646566}.van-pagination--simple .van-pagination__next::after,.van-pagination--simple .van-pagination__prev::after{border-width:1px}.van-password-input{position:relative;margin:0 16px;-webkit-user-select:none;user-select:none}.van-password-input__error-info,.van-password-input__info{margin-top:16px;font-size:14px;text-align:center}.van-password-input__info{color:#969799}.van-password-input__error-info{color:#ee0a24}.van-password-input__security{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;height:50px;cursor:pointer}.van-password-input__security::after{border-radius:6px}.van-password-input__security li{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%;font-size:20px;line-height:1.2;background-color:#fff}.van-password-input__security i{position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:#000;border-radius:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);visibility:hidden}.van-password-input__cursor{position:absolute;top:50%;left:50%;width:1px;height:40%;background-color:#323233;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:1s van-cursor-flicker infinite;animation:1s van-cursor-flicker infinite}@-webkit-keyframes van-cursor-flicker{from{opacity:0}50%{opacity:1}100%{opacity:0}}@keyframes van-cursor-flicker{from{opacity:0}50%{opacity:1}100%{opacity:0}}.van-progress{position:relative;height:4px;background:#ebedf0;border-radius:4px}.van-progress__portion{position:absolute;left:0;height:100%;background:#1989fa;border-radius:inherit}.van-progress__pivot{position:absolute;top:50%;box-sizing:border-box;min-width:3.6em;padding:0 5px;color:#fff;font-size:10px;line-height:1.6;text-align:center;word-break:keep-all;background-color:#1989fa;border-radius:1em;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-row::after{display:table;clear:both;content:''}.van-row--flex{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-row--flex::after{display:none}.van-row--justify-center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-row--justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.van-row--justify-space-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.van-row--justify-space-around{-webkit-justify-content:space-around;justify-content:space-around}.van-row--align-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-row--align-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.van-sidebar{width:80px;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-tree-select{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;font-size:14px;-webkit-user-select:none;user-select:none}.van-tree-select__nav{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow-y:auto;background-color:#f7f8fa;-webkit-overflow-scrolling:touch}.van-tree-select__nav-item{padding:14px 12px}.van-tree-select__content{-webkit-box-flex:2;-webkit-flex:2;flex:2;overflow-y:auto;background-color:#fff;-webkit-overflow-scrolling:touch}.van-tree-select__item{position:relative;padding:0 32px 0 16px;font-weight:500;line-height:48px;cursor:pointer}.van-tree-select__item--active{color:#ee0a24}.van-tree-select__item--disabled{color:#c8c9cc;cursor:not-allowed}.van-tree-select__selected{position:absolute;top:50%;right:16px;margin-top:-8px;font-size:16px}.van-skeleton{display:-webkit-box;display:-webkit-flex;display:flex;padding:0 16px}.van-skeleton__avatar{-webkit-flex-shrink:0;flex-shrink:0;width:32px;height:32px;margin-right:16px;background-color:#f2f3f5}.van-skeleton__avatar--round{border-radius:999px}.van-skeleton__content{width:100%}.van-skeleton__avatar+.van-skeleton__content{padding-top:8px}.van-skeleton__row,.van-skeleton__title{height:16px;background-color:#f2f3f5}.van-skeleton__title{width:40%;margin:0}.van-skeleton__row:not(:first-child){margin-top:12px}.van-skeleton__title+.van-skeleton__row{margin-top:20px}.van-skeleton--animate{-webkit-animation:van-skeleton-blink 1.2s ease-in-out infinite;animation:van-skeleton-blink 1.2s ease-in-out infinite}.van-skeleton--round .van-skeleton__row,.van-skeleton--round .van-skeleton__title{border-radius:999px}@-webkit-keyframes van-skeleton-blink{50%{opacity:.6}}@keyframes van-skeleton-blink{50%{opacity:.6}}.van-stepper{font-size:0;-webkit-user-select:none;user-select:none}.van-stepper__minus,.van-stepper__plus{position:relative;box-sizing:border-box;width:28px;height:28px;margin:0;padding:0;color:#323233;vertical-align:middle;background-color:#f2f3f5;border:0;cursor:pointer}.van-stepper__minus::before,.van-stepper__plus::before{width:50%;height:1px}.van-stepper__minus::after,.van-stepper__plus::after{width:1px;height:50%}.van-stepper__minus::after,.van-stepper__minus::before,.van-stepper__plus::after,.van-stepper__plus::before{position:absolute;top:50%;left:50%;background-color:currentColor;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:''}.van-stepper__minus:active,.van-stepper__plus:active{background-color:#e8e8e8}.van-stepper__minus--disabled,.van-stepper__plus--disabled{color:#c8c9cc;background-color:#f7f8fa;cursor:not-allowed}.van-stepper__minus--disabled:active,.van-stepper__plus--disabled:active{background-color:#f7f8fa}.van-stepper__minus{border-radius:4px 0 0 4px}.van-stepper__minus::after{display:none}.van-stepper__plus{border-radius:0 4px 4px 0}.van-stepper__input{box-sizing:border-box;width:32px;height:28px;margin:0 2px;padding:0;color:#323233;font-size:14px;line-height:normal;text-align:center;vertical-align:middle;background-color:#f2f3f5;border:0;border-width:1px 0;border-radius:0;-webkit-appearance:none}.van-stepper__input:disabled{color:#c8c9cc;background-color:#f2f3f5;-webkit-text-fill-color:#c8c9cc;opacity:1}.van-stepper__input:read-only{cursor:default}.van-stepper--round .van-stepper__input{background-color:transparent}.van-stepper--round .van-stepper__minus,.van-stepper--round .van-stepper__plus{border-radius:100%}.van-stepper--round .van-stepper__minus:active,.van-stepper--round .van-stepper__plus:active{opacity:.7}.van-stepper--round .van-stepper__minus--disabled,.van-stepper--round .van-stepper__minus--disabled:active,.van-stepper--round .van-stepper__plus--disabled,.van-stepper--round .van-stepper__plus--disabled:active{opacity:.3}.van-stepper--round .van-stepper__plus{color:#fff;background-color:#ee0a24}.van-stepper--round .van-stepper__minus{color:#ee0a24;background-color:#fff;border:1px solid #ee0a24}.van-sku-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;min-height:50%;max-height:80%;overflow-y:visible;font-size:14px;background:#fff}.van-sku-body{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;min-height:44px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.van-sku-body::-webkit-scrollbar{display:none}.van-sku-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;margin:0 16px}.van-sku-header__img-wrap{-webkit-flex-shrink:0;flex-shrink:0;width:96px;height:96px;margin:12px 12px 12px 0;overflow:hidden;border-radius:4px}.van-sku-header__goods-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding:12px 20px 12px 0}.van-sku-header-item{margin-top:8px;color:#969799;font-size:12px;line-height:16px}.van-sku__price-symbol{font-size:16px;vertical-align:bottom}.van-sku__price-num{font-weight:500;font-size:22px;vertical-align:bottom;word-wrap:break-word}.van-sku__goods-price{margin-left:-2px;color:#ee0a24}.van-sku__price-tag{position:relative;display:inline-block;margin-left:8px;padding:0 5px;overflow:hidden;color:#ee0a24;font-size:12px;line-height:16px;border-radius:8px}.van-sku__price-tag::before{position:absolute;top:0;left:0;width:100%;height:100%;background:currentColor;opacity:.1;content:''}.van-sku-group-container{padding-top:12px}.van-sku-group-container--hide-soldout .van-sku-row__item--disabled{display:none}.van-sku-row{margin:0 16px 12px}.van-sku-row:last-child{margin-bottom:0}.van-sku-row__image-item,.van-sku-row__item{position:relative;overflow:hidden;color:#323233;border-radius:4px;cursor:pointer}.van-sku-row__image-item::before,.van-sku-row__item::before{position:absolute;top:0;left:0;width:100%;height:100%;background:#f7f8fa;content:''}.van-sku-row__image-item--active,.van-sku-row__item--active{color:#ee0a24}.van-sku-row__image-item--active::before,.van-sku-row__item--active::before{background:currentColor;opacity:.1}.van-sku-row__item{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:40px;margin:0 12px 12px 0;font-size:13px;line-height:16px;vertical-align:middle}.van-sku-row__item-img{z-index:1;width:24px;height:24px;margin:4px 0 4px 4px;object-fit:cover;border-radius:2px}.van-sku-row__item-name{z-index:1;padding:8px}.van-sku-row__item--disabled{color:#c8c9cc;background:#f2f3f5;cursor:not-allowed}.van-sku-row__item--disabled .van-sku-row__item-img{opacity:.3}.van-sku-row__image{margin-right:0}.van-sku-row__image-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;width:110px;margin:0 4px 4px 0;border:1px solid transparent}.van-sku-row__image-item:last-child{margin-right:0}.van-sku-row__image-item-img{width:100%;height:110px}.van-sku-row__image-item-img-icon{position:absolute;top:0;right:0;z-index:3;width:18px;height:18px;color:#fff;line-height:18px;text-align:center;background-color:rgba(0,0,0,.4);border-bottom-left-radius:4px}.van-sku-row__image-item-name{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;height:40px;padding:4px;font-size:12px;line-height:16px}.van-sku-row__image-item-name span{word-wrap:break-word}.van-sku-row__image-item--active{border-color:currentColor}.van-sku-row__image-item--disabled{color:#c8c9cc;cursor:not-allowed}.van-sku-row__image-item--disabled::before{z-index:2;background:#f2f3f5;opacity:.4}.van-sku-row__title{padding-bottom:12px}.van-sku-row__title-multiple{color:#969799}.van-sku-row__scroller{margin:0 -16px;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-sku-row__scroller::-webkit-scrollbar{display:none}.van-sku-row__row{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;margin-bottom:4px;padding:0 16px}.van-sku-row__indicator{width:40px;height:4px;background:#ebedf0;border-radius:2px}.van-sku-row__indicator-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding-bottom:16px}.van-sku-row__indicator-slider{width:50%;height:100%;background-color:#ee0a24;border-radius:2px}.van-sku-stepper-stock{padding:12px 16px;overflow:hidden;line-height:30px}.van-sku__stepper{float:right;padding-left:4px}.van-sku__stepper-title{float:left}.van-sku__stepper-quota{float:right;color:#ee0a24;font-size:12px}.van-sku__stock{display:inline-block;margin-right:8px;color:#969799;font-size:12px}.van-sku__stock-num--highlight{color:#ee0a24}.van-sku-messages{padding-bottom:32px}.van-sku-messages__image-cell .van-cell__title{max-width:6.2em;margin-right:12px;color:#646566;text-align:left;word-wrap:break-word}.van-sku-messages__image-cell .van-cell__value{overflow:visible;text-align:left}.van-sku-messages__image-cell-label{color:#969799;font-size:12px;line-height:18px}.van-sku-actions{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;padding:8px 16px}.van-sku-actions .van-button{height:40px;font-weight:500;font-size:14px;border:none;border-radius:0}.van-sku-actions .van-button:first-of-type{border-top-left-radius:20px;border-bottom-left-radius:20px}.van-sku-actions .van-button:last-of-type{border-top-right-radius:20px;border-bottom-right-radius:20px}.van-sku-actions .van-button--warning{background:-webkit-linear-gradient(left,#ffd01e,#ff8917);background:linear-gradient(to right,#ffd01e,#ff8917)}.van-sku-actions .van-button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24)}.van-slider{position:relative;width:100%;height:2px;background-color:#ebedf0;border-radius:999px;cursor:pointer}.van-slider::before{position:absolute;top:-8px;right:0;bottom:-8px;left:0;content:''}.van-slider__bar{position:relative;width:100%;height:100%;background-color:#1989fa;border-radius:inherit;-webkit-transition:all .2s;transition:all .2s}.van-slider__button{width:24px;height:24px;background-color:#fff;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.5)}.van-slider__button-wrapper,.van-slider__button-wrapper-right{position:absolute;top:50%;right:0;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0);cursor:grab}.van-slider__button-wrapper-left{position:absolute;top:50%;left:0;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);cursor:grab}.van-slider--disabled{cursor:not-allowed;opacity:.5}.van-slider--disabled .van-slider__button-wrapper,.van-slider--disabled .van-slider__button-wrapper-left,.van-slider--disabled .van-slider__button-wrapper-right{cursor:not-allowed}.van-slider--vertical{display:inline-block;width:2px;height:100%}.van-slider--vertical .van-slider__button-wrapper,.van-slider--vertical .van-slider__button-wrapper-right{top:auto;right:50%;bottom:0;-webkit-transform:translate3d(50%,50%,0);transform:translate3d(50%,50%,0)}.van-slider--vertical .van-slider__button-wrapper-left{top:0;right:50%;left:auto;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.van-slider--vertical::before{top:0;right:-8px;bottom:0;left:-8px}.van-steps{overflow:hidden;background-color:#fff}.van-steps--horizontal{padding:10px 10px 0}.van-steps--horizontal .van-steps__items{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;margin:0 0 10px;padding-bottom:22px}.van-steps--vertical{padding:0 0 0 32px}.van-swipe-cell{position:relative;overflow:hidden;cursor:grab}.van-swipe-cell__wrapper{-webkit-transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-timing-function:cubic-bezier(.18,.89,.32,1);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.van-tabbar{z-index:1;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:content-box;width:100%;height:50px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-tabbar--fixed{position:fixed;bottom:0;left:0}.van-tabbar--unfit{padding-bottom:0}
@font-face {font-family: "iconfont";
  src: url(data:application/vnd.ms-fontobject;base64,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); /* IE9*/
  src: url(data:application/vnd.ms-fontobject;base64,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#iefix) format('embedded-opentype'), 
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url(data:application/x-font-ttf;base64,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) format('truetype'), 
  url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPCEtLQoyMDEzLTktMzA6IENyZWF0ZWQuCi0tPgo8c3ZnPgo8bWV0YWRhdGE+CkNyZWF0ZWQgYnkgaWNvbmZvbnQKPC9tZXRhZGF0YT4KPGRlZnM+Cgo8Zm9udCBpZD0iaWNvbmZvbnQiIGhvcml6LWFkdi14PSIxMDI0IiA+CiAgPGZvbnQtZmFjZQogICAgZm9udC1mYW1pbHk9Imljb25mb250IgogICAgZm9udC13ZWlnaHQ9IjUwMCIKICAgIGZvbnQtc3RyZXRjaD0ibm9ybWFsIgogICAgdW5pdHMtcGVyLWVtPSIxMDI0IgogICAgYXNjZW50PSI4OTYiCiAgICBkZXNjZW50PSItMTI4IgogIC8+CiAgICA8bWlzc2luZy1nbHlwaCAvPgogICAgCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0iamluY2hlbmdiIiB1bmljb2RlPSImIzU4OTI0OyIgZD0iTTEwNC4yODk3NCAzMjEuMTA2NzE0bDMyMS44Mjk3OTkgMCAwIDE4LjkzMTE2NS0zMjEuODI5Nzk5IDBMMTA0LjI4OTc0IDMyMS4xMDY3MTR6TTYxNy4yMjE5NzIgMzQwLjAzNzg3OGwwLTE4LjkzMTE2NSAzMjEuODI5Nzk5IDAgMCAxOC45MzExNjVMNjE3LjIyMTk3MiAzNDAuMDM3ODc4ek01MjIuNTY2MTQ4IDQzNC42OTM3MDJjLTAuMjk5ODI5IDAtMC41OTY1ODgtMC4wMDgxODYtMC44OTUzOTMtMC4wMTEyNTYtMC4yOTg4MDUgMC4wMDMwNy0wLjU5NTU2NCAwLjAxMTI1Ni0wLjg5NTM5MyAwLjAxMTI1Ni01Mi4yNjMzMTcgMC05NC42NTU4MjMtNDIuMzczMDYzLTk0LjY1NTgyMy05NC42NTU4MjNzNDIuMzkyNTA2LTk0LjY1NTgyMyA5NC42NTU4MjMtOTQuNjU1ODIzYzAuMjk5ODI5IDAgMC41OTY1ODggMC4wMDkyMSAwLjg5NTM5MyAwLjAxMTI1NiAwLjI5ODgwNS0wLjAwMjA0NyAwLjU5NTU2NC0wLjAxMTI1NiAwLjg5NTM5My0wLjAxMTI1NiA1Mi4yNjMzMTcgMCA5NC42NTU4MjMgNDIuMzczMDYzIDk0LjY1NTgyMyA5NC42NTU4MjNTNTc0LjgyOTQ2NiA0MzQuNjkzNzAyIDUyMi41NjYxNDggNDM0LjY5MzcwMnoiICBob3Jpei1hZHYteD0iMTAyNCIgLz4KCiAgICAKICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJnZW5nZHVvIiB1bmljb2RlPSImIzU4ODk2OyIgZD0iTTUxMS43MTI0NTEgNTY4Ljg4MTg5YzQ5LjQ1MTI3MiAwIDg5LjU0MjM2MiA0MC4wOTEwOSA4OS41NDIzNjIgODkuNTQyMzYycy00MC4wOTEwOSA4OS41NDIzNjItODkuNTQyMzYyIDg5LjU0MjM2MmMtNDkuNDUxMjcyIDAtODkuNTQyMzYyLTQwLjA5MTA5LTg5LjU0MjM2Mi04OS41NDIzNjJTNDYyLjI2MTE3OSA1NjguODgxODkgNTExLjcxMjQ1MSA1NjguODgxODl6TTUxMS43MTI0NTEgMzg5Ljc5ODE4OWMtNDkuNDUxMjcyIDAtODkuNTQyMzYyLTQwLjA5MTA5LTg5LjU0MjM2Mi04OS41NDIzNjIgMC00OS40NTEyNzIgNDAuMDkxMDktODkuNTQyMzYyIDg5LjU0MjM2Mi04OS41NDIzNjIgNDkuNDUxMjcyIDAgODkuNTQyMzYyIDQwLjA5MTA5IDg5LjU0MjM2MiA4OS41NDIzNjJDNjAxLjI1Mzc5IDM0OS43MDcwOTkgNTYxLjE2MjcgMzg5Ljc5ODE4OSA1MTEuNzEyNDUxIDM4OS43OTgxODl6TTUxMS43MTI0NTEgMzEuNjI5NzYzYy00OS40NTEyNzIgMC04OS41NDIzNjItNDAuMDkxMDktODkuNTQyMzYyLTg5LjU0MjM2MnM0MC4wOTEwOS04OS41NDIzNjIgODkuNTQyMzYyLTg5LjU0MjM2MmM0OS40NTEyNzIgMCA4OS41NDIzNjIgNDAuMDkxMDkgODkuNTQyMzYyIDg5LjU0MjM2MlM1NjEuMTYyNyAzMS42Mjk3NjMgNTExLjcxMjQ1MSAzMS42Mjk3NjN6IiAgaG9yaXotYWR2LXg9IjEwMjQiIC8+CgogICAgCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0iZ2VuZ2R1bzEiIHVuaWNvZGU9IiYjNTg5MDA7IiBkPSJNMTg3LjQ0NTAxIDU3NC45NTUzMTNoNjQ4LjY0NTgxOGMyMy4xOTc3MzcgMCA0Mi4wNjI4NjkgMjAuODgzMzk0IDQyLjA2Mjg2OSA0Ni41NTU3OThzLTE4Ljg2NjQyNCA0Ni41NTU3OTgtNDIuMDYyODY5IDQ2LjU1NTc5OEgxODcuNDQ1MDFjLTIzLjE4ODY4NyAwLTQyLjA1NTExMS0yMC44ODIxMDEtNDIuMDU1MTExLTQ2LjU1NTc5OCAwLTI1LjY3MjQwNCAxOC44NjY0MjQtNDYuNTU1Nzk4IDQyLjA1NTExMS00Ni41NTU3OTh6TTgzNi4wODk1MzUgNDI4LjgyNTg1OUgxODcuNDQ1MDFjLTIzLjE4ODY4NyAwLTQyLjA1NTExMS0yMC44ODIxMDEtNDIuMDU1MTExLTQ2LjU1NDUwNSAwLTI1LjY3MTExMSAxOC44Njc3MTctNDYuNTU1Nzk4IDQyLjA1NTExMS00Ni41NTU3OThoNjQ4LjY0NTgxOGMyMy4xOTc3MzcgMCA0Mi4wNjI4NjkgMjAuODg5ODU5IDQyLjA2Mjg2OSA0Ni41NTU3OTggMCAyNS42NjQ2NDYtMTguODcyODg5IDQ2LjU1NDUwNS00Mi4wNjQxNjIgNDYuNTU0NTA1ek04MzYuMDg5NTM1IDE4OS41ODYxMDFIMTg3LjQ0NTAxYy0yMy4xODg2ODcgMC00Mi4wNTUxMTEtMjAuODg4NTY2LTQyLjA1NTExMS00Ni41NTMyMTIgMC0yNS42NjcyMzIgMTguODY3NzE3LTQ2LjU1NzA5MSA0Mi4wNTUxMTEtNDYuNTU3MDkxaDY0OC42NDU4MThjMjMuMTk3NzM3IDAgNDIuMDYyODY5IDIwLjg4MjEwMSA0Mi4wNjI4NjkgNDYuNTU3MDkxIDAgMjUuNjY5ODE4LTE4Ljg3Mjg4OSA0Ni41NTMyMTItNDIuMDY0MTYyIDQ2LjU1MzIxMnoiICBob3Jpei1hZHYteD0iMTAyNCIgLz4KCiAgICAKICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJsaWFuZ2R1IiB1bmljb2RlPSImIzU4OTE3OyIgZD0iTTUxMiA1ODEuMTJjLTExMC4wOCAwLTE5Ny4xMi04OS42LTE5Ny4xMi0xOTcuMTIgMC0xMTAuMDggODkuNi0xOTcuMTIgMTk3LjEyLTE5Ny4xMnMxOTcuMTIgODkuNiAxOTcuMTIgMTk3LjEyYzAgMTEwLjA4LTg3LjA0IDE5Ny4xMi0xOTcuMTIgMTk3LjEyeiBtMCA5OS44NGMxMC4yNCAwIDIwLjQ4IDcuNjggMjAuNDggMjAuNDhWODM3LjEyYzAgMTAuMjQtNy42OCAyMC40OC0yMC40OCAyMC40OHMtMjAuNDgtNy42OC0yMC40OC0yMC40OHYtMTM4LjI0YzAtMTAuMjQgMTAuMjQtMTcuOTIgMjAuNDgtMTcuOTJ6IG0wLTU5My45MmMtMTAuMjQgMC0yMC40OC03LjY4LTIwLjQ4LTIwLjQ4di0xMzguMjRjMC0xMC4yNCA3LjY4LTIwLjQ4IDIwLjQ4LTIwLjQ4czIwLjQ4IDcuNjggMjAuNDggMjAuNDh2MTM4LjI0YzAgMTIuOC0xMC4yNCAyMC40OC0yMC40OCAyMC40OHogbTQ1My4xMiAzMTcuNDRoLTEzOC4yNGMtMTAuMjQgMC0yMC40OC03LjY4LTIwLjQ4LTIwLjQ4czcuNjgtMjAuNDggMjAuNDgtMjAuNDhoMTM4LjI0YzEwLjI0IDAgMjAuNDggNy42OCAyMC40OCAyMC40OHMtNy42OCAyMC40OC0yMC40OCAyMC40OHpNMjE1LjA0IDM4NGMwIDEwLjI0LTcuNjggMjAuNDgtMjAuNDggMjAuNDhINTguODhjLTEwLjI0IDAtMjAuNDgtNy42OC0yMC40OC0yMC40OHM3LjY4LTIwLjQ4IDIwLjQ4LTIwLjQ4aDEzOC4yNGMxMC4yNCAwIDE3LjkyIDEwLjI0IDE3LjkyIDIwLjQ4eiBtNTM1LjA0IDIwOS45Mkw4NDcuMzYgNjkxLjJjNy42OCA3LjY4IDcuNjggMjAuNDggMCAyOC4xNi03LjY4IDcuNjgtMjAuNDggNy42OC0yOC4xNiAwbC05Ny4yOC05Ny4yOGMtNy42OC03LjY4LTcuNjgtMjAuNDggMC0yOC4xNiA3LjY4LTcuNjggMjAuNDgtNy42OCAyOC4xNiAwek0yNzMuOTIgMTc0LjA4TDE3Ni42NCA3Ni44Yy03LjY4LTcuNjgtNy42OC0yMC40OCAwLTI4LjE2IDcuNjgtNy42OCAyMC40OC03LjY4IDI4LjE2IDBsOTcuMjggOTcuMjhjNy42OCA3LjY4IDcuNjggMjAuNDggMCAyOC4xNi03LjY4IDcuNjgtMjAuNDggNy42OC0yOC4xNiAweiBtNDc2LjE2IDBjLTcuNjggNy42OC0yMC40OCA3LjY4LTI4LjE2IDAtNy42OC03LjY4LTcuNjgtMjAuNDggMC0yOC4xNmw5Ny4yOC05Ny4yOGM3LjY4LTcuNjggMjAuNDgtNy42OCAyOC4xNiAwIDcuNjggNy42OCA3LjY4IDIwLjQ4IDAgMjguMTZsLTk3LjI4IDk3LjI4ek0yMDQuOCA3MTkuMzZjLTcuNjggNy42OC0yMC40OCA3LjY4LTI4LjE2IDAtNy42OC03LjY4LTcuNjgtMjAuNDggMC0yOC4xNmw5Ny4yOC05Ny4yOGM3LjY4LTcuNjggMjAuNDgtNy42OCAyOC4xNiAwIDcuNjggNy42OCA3LjY4IDIwLjQ4IDAgMjguMTZMMjA0LjggNzE5LjM2eiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPgoKICAgIAogICAgPGdseXBoIGdseXBoLW5hbWU9ImdlcmVuIiB1bmljb2RlPSImIzU5MDEyOyIgZD0iTTc5OC43Mi0xNy45MkgyMjUuMjhDMTcxLjUyLTE3LjkyIDEyOCAyMy4wNCAxMjggNzYuOGMwIDEyLjggMi41NiAyNS42IDcuNjggMzguNCAyOC4xNiAxMTcuNzYgMTI4IDE4MS43NiAyNTguNTYgMjAyLjI0LTc5LjM2IDQwLjk2LTEzMy4xMiAxMjUuNDQtMTMzLjEyIDIyMC4xNiAwIDEzOC4yNCAxMTIuNjQgMjQ4LjMyIDI0OC4zMiAyNDguMzIgMTM4LjI0IDAgMjQ4LjMyLTExMi42NCAyNDguMzItMjQ4LjMyIDAtOTQuNzItNTMuNzYtMTc5LjItMTMzLjEyLTIyMC4xNiAxMzAuNTYtMjAuNDggMjMyLjk2LTg0LjQ4IDI1OC41Ni0yMDIuMjQgNS4xMi0xMi44IDcuNjgtMjUuNiA3LjY4LTM4LjQgNS4xMi01My43Ni0zOC40LTk0LjcyLTkyLjE2LTk0LjcyeiBtLTc2LjggNTU1LjUyYzAgMTE3Ljc2LTk0LjcyIDIwOS45Mi0yMDkuOTIgMjA5LjkyLTExNy43NiAwLTIwOS45Mi05NC43Mi0yMDkuOTItMjA5LjkyIDAtMTE3Ljc2IDk0LjcyLTIwOS45MiAyMDkuOTItMjA5LjkyIDExNy43NiAwIDIwOS45MiA5Mi4xNiAyMDkuOTIgMjA5Ljkyek04NDQuOCAxMzguMjRjLTEyLjggMzUuODQtMzAuNzIgNTMuNzYtMzAuNzIgNTMuNzYtNTMuNzYgNzEuNjgtMTUzLjYgOTQuNzItMjcxLjM2IDk3LjI4LTEwLjI0LTIuNTYtNTMuNzYgMC02NCAwLTEyNS40NC0yLjU2LTIzMC40LTMwLjcyLTI4MS42LTExNS4ybC0yLjU2LTIuNTZjMC0yLjU2LTIuNTYtMi41Ni0yLjU2LTUuMTItMTcuOTItMzAuNzItMjMuMDQtNjEuNDQtMjUuNi03Ni44di0xMi44YzAtMzAuNzIgMjUuNi01Ni4zMiA1Ni4zMi01Ni4zMmg1NzZjMzAuNzIgMCA1Ni4zMiAyNS42IDU2LjMyIDU2LjMyIDIuNTYgMCAyLjU2IDI1LjYtMTAuMjQgNjEuNDR6IiAgaG9yaXotYWR2LXg9IjEwMjQiIC8+CgogICAgCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0iZmVueGlhbmciIHVuaWNvZGU9IiYjNTg5MzY7IiBkPSJNODIyLjMgMzE5LjZjLTEyLjEgMC0yMC4yLTguMS0yMC4yLTIwLjJ2LTE1MS41YzAtMjYuMy0yMi4yLTQ4LjUtNDguNS00OC41SDI2Ni44Yy0yNi4zIDAtNDguNSAyMi4yLTQ4LjUgNDguNVY1NzIuMWMwIDI2LjMgMjIuMiA0OC41IDQ4LjUgNDguNWgxNTUuNWMxMi4xIDAgMjAuMiA4LjEgMjAuMiAyMC4ycy04LjEgMjAuMi0yMC4yIDIwLjJIMjY2LjhjLTQ4LjUgMC04OC45LTQwLjQtODguOS04OC45di00MjQuMmMwLTQ4LjUgNDAuNC04OC45IDg4LjktODguOWg0ODguOGM0OC41IDAgODguOSA0MC40IDg4LjkgODguOVYyOTkuNGMtMi4xIDEyLjEtMTAuMSAyMC4yLTIyLjIgMjAuMnogbTAgME03MDcuMSA3MDEuNGMtOC4xIDguMS0yMC4yIDguMS0yOC4zIDAtOC4xLTguMS04LjEtMjAuMiAwLTI4LjNsOTktOTloLTEwN2MtMTk4LTI0LjItMjQ4LjUtMTUxLjUtMjYwLjYtMzMzLjMgMC0xMi4xIDguMS0yMC4yIDE4LjItMjIuMmgyYzEwLjEgMCAyMC4yIDguMSAyMC4yIDE4LjIgMTIuMSAxNzEuNyA1NC41IDI3NC43IDIyNC4yIDI5Ni45aDExMS4xbC05OS05OWMtOC4xLTguMS04LjEtMjAuMiAwLTI4LjMgNC00IDEwLjEtNi4xIDE0LjEtNi4xczEwLjEgMiAxNC4xIDYuMWwxMTUuMSAxMTUuMWM4LjEgOC4xIDEyLjEgMTguMiAxMi4xIDI4LjMgMCAxMC4xLTQgMjAuMi0xMi4xIDI4LjNMNzA3LjEgNzAxLjR6IG0wIDAiICBob3Jpei1hZHYteD0iMTAyNCIgLz4KCiAgICAKICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJnb3V3dWNoZSIgdW5pY29kZT0iJiM1ODg4MDsiIGQ9Ik0zNjcuMSAxNDUuNXExNy4xIDAgMzIuNC02LjN0MjctMTcuNTUgMTgtMjYuNTUgNi4zLTMyLjQtNi4zLTMyLjQtMTgtMjYuNTUtMjctMTgtMzIuNC02Ljc1cS0xOCAwLTMyLjg1IDYuNzV0LTI2LjU1IDE4LTE4IDI2LjU1LTYuMyAzMi40IDYuMyAzMi40IDE4IDI2LjU1IDI2LjU1IDE3LjU1IDMyLjg1IDYuM3pNNzQxLjUgMTQzLjcwMDAwMDAwMDAwMDA1cTE3LjEgMCAzMi44NS02LjN0MjctMTcuNTUgMTgtMjYuNTUgNi43NS0zMi40LTYuNzUtMzIuNC0xOC0yNi41NS0yNy0xOC0zMi44NS02Ljc1LTMyLjQgNi43NS0yNi41NSAxOC0xOCAyNi41NS02Ljc1IDMyLjQgNi43NSAzMi40IDE4IDI2LjU1IDI2LjU1IDE3LjU1IDMyLjQgNi4zek04OTIuNyA2NTQuOXEyNS4yIDAgMzkuMTUtNi43NXQxOS44LTE2LjY1IDUuNC0yMS4xNS0zLjE1LTE5LjM1LTExLjI1LTMzLjMtMTkuMzUtNTUuMzUtMjEuMTUtNTkuODUtMTUuNzUtNDYuOHEtMTEuNy0zNi0yOS43LTQ5Ljk1dC00NC4xLTEzLjk1bC0zMC42IDAtNTguNSAwLTc2LjUgMC04My43IDAtMjIzLjIgMCAxMy41LTgxIDQ1My42IDBxNDMuMiAwIDQzLjItMzYuOSAwLTE4LTguNTUtMzEuMDV0LTMzLjc1LTEzLjA1bC00My4yIDAtODMuNyAwLTEwMy41IDAtMTA1LjMgMC04Ni40IDAtNDkuNSAwcS0xOCAwLTMwLjE1IDguMXQtMjAuMjUgMjEuMTUtMTMuMDUgMjguMzUtNy42NSAyOC44cS0wLjkgNS40LTQuOTUgMjYuMXQtOS45IDUxLjc1LTEzLjA1IDY5LjMtMTQuNCA3Ni45NXEtMTcuMSA5MC45LTM4LjcgMjAyLjVsLTY3LjUgMHEtMTMuNSAwLTIyLjUgNi43NXQtMTQuODUgMTYuMi04LjEgMjAuMjUtMi4yNSAxOS44cTAgMTggMTIuMTUgMjkuN3QzMi44NSAxMS43bDE5LjggMCAxOCAwIDIyLjUgMCAzMC42IDBxMTggMCAyOC44LTUuNHQxNy4xLTEzLjUgOS0xNy4xIDQuNS0xNS4zcTEuOC03LjIgMy42LTIwLjI1dDMuNi0yNi41NXEyLjctMTYuMiA1LjQtMzQuMmw2MTUuNiAweiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPgoKICAgIAogICAgPGdseXBoIGdseXBoLW5hbWU9ImZhbmh1aS1jb3B5IiB1bmljb2RlPSImIzYwMzA4OyIgZD0iTTM0OC42NSAzODRsMzk0LjgxNzAwMDAxIDM5NC44MThjMTEuNTQzIDExLjU0MyAxMS41NDMgMzAuMzI0IDAuMDAwOTk5OTkgNDEuODY2bC0yLjY2IDIuNjU5OTk5OTljLTExLjU0MSAxMS41NDItMzAuMzIzIDExLjU0Mi00MS44NjUgMWUtOGwtNDE4LjQxMS00MTguNDFjLTExLjU0Mi0xMS41NDMtMTEuNTQyLTMwLjMyNCAwLTQxLjg2NmwyLjY2LTIuNjYgMC0wLjAwMSAwLjAyLTAuMDE5IDQxNS43MzItNDE1LjczMWM1Ljc3LTUuNzcxIDEzLjM1Mi04LjY1OCAyMC45MzMtOC42NTggNy41ODEgMCAxNS4xNjIwMDAwMSAyLjg4NiAyMC45MzQgOC42NThsMi42NTggMi42NTljNS41NzQgNS41NzMgOC42NDIgMTMuMDA3IDguNjQyIDIwLjkzM3MtMy4wNjggMTUuMzU5OTk5OTktOC42NDA5OTk5OSAyMC45MzNMMzQ4LjY1IDM4NHoiICBob3Jpei1hZHYteD0iMTAyNCIgLz4KCiAgICAKCgogIDwvZm9udD4KPC9kZWZzPjwvc3ZnPgo=#iconfont) format('svg'); /* iOS 4.1- */
}

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

.icon-jinchengb:before { content: "\E62C"; }

.icon-gengduo:before { content: "\E610"; }

.icon-gengduo1:before { content: "\E614"; }

.icon-liangdu:before { content: "\E625"; }

.icon-geren:before { content: "\E684"; }

.icon-fenxiang:before { content: "\E638"; }

.icon-gouwuche:before { content: "\E600"; }

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

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.icon{color:#333;font-size:20px}.slide-up-enter,.slide-up-leave-to{-webkit-transform:translate3d(0, 108px, 0);transform:translate3d(0, 108px, 0)}.slide-up-enter-to,.slide-up-leave,.slide-down-enter-to,.slide-down-leave,.slide-right-enter-to,.slide-right-leave{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slide-up-enter-active,.slide-up-leave-active,.slide-down-enter-active,.slide-down-leave-active,.slide-right-enter-active,.slide-right-leave-active{-webkit-transition:all 0.3s linear;transition:all 0.3s linear}.slide-down-enter,.slide-down-leave-to{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}.fade-enter,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave{opacity:1}.slide-right-enter,.slide-right-leave-to{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.pswp img {
    max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
    opacity: 1;
}
.pswp__button:active {
    outline: none;
    opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
.pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9Ijg4IiB2aWV3Qm94PSIwIDAgMjY0IDg4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5kZWZhdWx0LXNraW4gMjwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Zz48cGF0aCBkPSJNNjcuMDAyIDU5LjV2My43NjhjLTYuMzA3Ljg0LTkuMTg0IDUuNzUtMTAuMDAyIDkuNzMyIDIuMjItMi44MyA1LjU2NC01LjA5OCAxMC4wMDItNS4wOThWNzEuNUw3MyA2NS41ODUgNjcuMDAyIDU5LjV6IiBpZD0iU2hhcGUiIGZpbGw9IiNmZmYiLz48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTMgMjl2LTVoMnYzaDN2MmgtNXpNMTMgMTVoNXYyaC0zdjNoLTJ2LTV6TTMxIDE1djVoLTJ2LTNoLTN2LTJoNXpNMzEgMjloLTV2LTJoM3YtM2gydjV6IiBpZD0iU2hhcGUiLz48L2c+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTYyIDI0djVoLTJ2LTNoLTN2LTJoNXpNNjIgMjBoLTV2LTJoM3YtM2gydjV6TTcwIDIwdi01aDJ2M2gzdjJoLTV6TTcwIDI0aDV2MmgtM3YzaC0ydi01eiIvPjwvZz48cGF0aCBkPSJNMjAuNTg2IDY2bC01LjY1Ni01LjY1NiAxLjQxNC0xLjQxNEwyMiA2NC41ODZsNS42NTYtNS42NTYgMS40MTQgMS40MTRMMjMuNDE0IDY2bDUuNjU2IDUuNjU2LTEuNDE0IDEuNDE0TDIyIDY3LjQxNGwtNS42NTYgNS42NTYtMS40MTQtMS40MTRMMjAuNTg2IDY2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMTEuNzg1IDY1LjAzTDExMCA2My41bDMtMy41aC0xMHYtMmgxMGwtMy0zLjUgMS43ODUtMS40NjhMMTE3IDU5bC01LjIxNSA2LjAzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNTIuMjE1IDY1LjAzTDE1NCA2My41bC0zLTMuNWgxMHYtMmgtMTBsMy0zLjUtMS43ODUtMS40NjhMMTQ3IDU5bDUuMjE1IDYuMDN6IiBmaWxsPSIjZmZmIi8+PGc+PHBhdGggaWQ9IlJlY3RhbmdsZS0xMSIgZmlsbD0iI2ZmZiIgZD0iTTE2MC45NTcgMjguNTQzbC0zLjI1LTMuMjUtMS40MTMgMS40MTQgMy4yNSAzLjI1eiIvPjxwYXRoIGQ9Ik0xNTIuNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIGlkPSJPdmFsLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUwIDIxaDV2MWgtNXoiLz48L2c+PGc+PHBhdGggZD0iTTExNi45NTcgMjguNTQzbC0xLjQxNCAxLjQxNC0zLjI1LTMuMjUgMS40MTQtMS40MTQgMy4yNSAzLjI1eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMDguNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA2IDIxaDV2MWgtNXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA5LjA0MyAxOS4wMDhsLS4wODUgNS0xLS4wMTcuMDg1LTV6Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
}
.pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
}
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
          transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}
.pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000;
}
.pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
    font-size: 11px;
    color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
.pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
}
}
@-webkit-keyframes clockwise {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes clockwise {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-webkit-keyframes donut-rotate {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
}
100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
}
@keyframes donut-rotate {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
}
100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.input-box[data-v-c8483c12] {
    margin-top: 20px;
    position: relative;
}
.forgetPsaa[data-v-c8483c12],
.register[data-v-c8483c12],
.forgetPsaa1[data-v-c8483c12] {
    cursor: pointer;
}
.forgetPsaa[data-v-c8483c12]:hover {
    color: rgb(255, 0, 3);
}
.register[data-v-c8483c12]:hover {
    color: rgb(255, 0, 3);
}
.forgetPsaa1[data-v-c8483c12]:hover {
    color: rgb(255, 0, 3);
}
.register[data-v-c8483c12] {
    float: right;
}
[class*=vxe-icon--]{display:inline-block;vertical-align:middle;position:relative;direction:ltr;font-family:Verdana,Arial,Tahoma;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[class*=vxe-icon--].rotate45{-webkit-transform:rotate(45deg);transform:rotate(45deg)}[class*=vxe-icon--].rotate90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[class*=vxe-icon--].rotate180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vxe-icon--arrow-bottom,.vxe-icon--arrow-left,.vxe-icon--arrow-right,.vxe-icon--arrow-top,.vxe-icon--calendar,.vxe-icon--caret-bottom,.vxe-icon--caret-left,.vxe-icon--caret-right,.vxe-icon--caret-top,.vxe-icon--check,.vxe-icon--circle-plus,.vxe-icon--close,.vxe-icon--d-arrow-left,.vxe-icon--d-arrow-right,.vxe-icon--dot,.vxe-icon--download,.vxe-icon--edit-outline,.vxe-icon--error,.vxe-icon--eye,.vxe-icon--eye-slash,.vxe-icon--funnel,.vxe-icon--info,.vxe-icon--menu,.vxe-icon--minus,.vxe-icon--more,.vxe-icon--plus,.vxe-icon--print,.vxe-icon--question,.vxe-icon--refresh,.vxe-icon--remove,.vxe-icon--search,.vxe-icon--square,.vxe-icon--success,.vxe-icon--upload,.vxe-icon--warning,.vxe-icon--zoomin,.vxe-icon--zoomout{width:1em;height:1em;line-height:1em}.vxe-icon--arrow-bottom:before,.vxe-icon--arrow-left:before,.vxe-icon--arrow-right:before,.vxe-icon--arrow-top:before,.vxe-icon--calendar:after,.vxe-icon--calendar:before,.vxe-icon--caret-bottom:before,.vxe-icon--caret-left:before,.vxe-icon--caret-right:before,.vxe-icon--caret-top:before,.vxe-icon--check:before,.vxe-icon--circle-plus:after,.vxe-icon--close:before,.vxe-icon--d-arrow-left:after,.vxe-icon--d-arrow-left:before,.vxe-icon--d-arrow-right:after,.vxe-icon--d-arrow-right:before,.vxe-icon--dot:before,.vxe-icon--download:after,.vxe-icon--download:before,.vxe-icon--edit-outline:after,.vxe-icon--edit-outline:before,.vxe-icon--error:after,.vxe-icon--eye-slash:after,.vxe-icon--eye-slash:before,.vxe-icon--eye:before,.vxe-icon--funnel:after,.vxe-icon--funnel:before,.vxe-icon--info:after,.vxe-icon--minus:before,.vxe-icon--more:before,.vxe-icon--plus:before,.vxe-icon--print:after,.vxe-icon--print:before,.vxe-icon--question:after,.vxe-icon--refresh:after,.vxe-icon--refresh:before,.vxe-icon--remove:after,.vxe-icon--search:after,.vxe-icon--search:before,.vxe-icon--square:before,.vxe-icon--success:after,.vxe-icon--upload:after,.vxe-icon--upload:before,.vxe-icon--warning:after,.vxe-icon--zoomin:after,.vxe-icon--zoomin:before,.vxe-icon--zoomout:after,.vxe-icon--zoomout:before{content:"";position:absolute}.vxe-icon--square:before{left:.05em;top:.05em;width:.9em;height:.9em}.vxe-icon--square:before,.vxe-icon--zoomin{border-width:.1em;border-style:solid;border-color:inherit}.vxe-icon--zoomin{background-color:#fff}.vxe-icon--zoomin:after,.vxe-icon--zoomin:before{background-color:inherit}.vxe-icon--zoomin:before{left:-.1em;top:.2em;width:1.1em;height:.4em}.vxe-icon--zoomin:after{top:-.1em;left:.2em;width:.4em;height:1.1em}.vxe-icon--zoomout{position:relative}.vxe-icon--zoomout:before{right:0;top:0}.vxe-icon--zoomout:after,.vxe-icon--zoomout:before{width:.7em;height:.7em;border-width:.1em;border-style:solid;border-color:inherit}.vxe-icon--zoomout:after{left:.1em;bottom:.1em;background-color:#fff}.vxe-icon--menu:before{content:"";display:inline-block;width:.22em;height:.22em;-webkit-box-shadow:0 -.36em 0,-.36em -.36em 0,.36em -.36em 0,inset 0 0 0 1em,-.36em 0 0,.36em 0 0,0 .36em 0,-.36em .36em 0,.36em .36em 0;box-shadow:0 -.36em 0,-.36em -.36em 0,.36em -.36em 0,inset 0 0 0 1em,-.36em 0 0,.36em 0 0,0 .36em 0,-.36em .36em 0,.36em .36em 0;margin:.26em}.vxe-icon--caret-bottom:before,.vxe-icon--caret-left:before,.vxe-icon--caret-right:before,.vxe-icon--caret-top:before{border-width:.4em;border-style:solid;border-color:transparent}.vxe-icon--caret-top:before{left:.1em;bottom:.3em;border-bottom-color:inherit}.vxe-icon--caret-bottom:before{left:.1em;top:.3em;border-top-color:inherit}.vxe-icon--caret-left:before{right:.3em;bottom:.1em;border-right-color:inherit}.vxe-icon--caret-right:before{left:.3em;bottom:.1em;border-left-color:inherit}.vxe-icon--arrow-bottom:before,.vxe-icon--arrow-left:before,.vxe-icon--arrow-right:before,.vxe-icon--arrow-top:before{top:.4em;left:.14em;width:.7em;height:.7em;border-width:.15em;border-style:solid;border-top-color:inherit;border-right-color:inherit;border-bottom-color:transparent;border-left-color:transparent;border-radius:.15em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.vxe-icon--arrow-bottom:before{top:0;left:.14em;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.vxe-icon--arrow-left:before{top:.18em;left:.35em;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.vxe-icon--arrow-right:before{top:.18em;left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.vxe-icon--d-arrow-left:before,.vxe-icon--d-arrow-right:before{left:.15em}.vxe-icon--d-arrow-left:after,.vxe-icon--d-arrow-right:after{left:.58em}.vxe-icon--d-arrow-left:after,.vxe-icon--d-arrow-left:before,.vxe-icon--d-arrow-right:after,.vxe-icon--d-arrow-right:before{top:.18em;width:.7em;height:.7em;border-width:.15em;border-style:solid;border-top-color:inherit;border-right-color:transparent;border-bottom-color:transparent;border-left-color:inherit;border-radius:.15em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.vxe-icon--d-arrow-right:after,.vxe-icon--d-arrow-right:before{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.vxe-icon--d-arrow-right:before{left:-.25em}.vxe-icon--d-arrow-right:after{left:.18em}.vxe-icon--funnel:before{top:.05em;left:0;border-width:.5em;border-style:solid;border-top-color:inherit;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.vxe-icon--funnel:after{left:.41em;top:.4em;width:0;height:.5em;border-width:0 .2em 0 0;border-style:solid;border-right-color:inherit}.vxe-icon--edit-outline:before{height:.84em;width:.86em;top:.1em;left:.02em;border-radius:.2em;border-width:.1em;border-style:solid;border-color:inherit}.vxe-icon--edit-outline:after{left:.6em;bottom:.2em;width:0;height:.8em;border-radius:0 0 80% 80%;border-width:0 0 0 .22em;border-style:solid;border-color:inherit;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.vxe-icon--more:before{content:"...";top:0;left:.1em;line-height:.5em;font-weight:700}.vxe-icon--plus:before{content:"+";left:-.12em;bottom:-.1em;line-height:1em;font-size:1.6em}.vxe-icon--check:before{left:.25em;bottom:.2em;width:.5em;height:.9em;border-width:.15em;border-style:solid;border-top-color:transparent;border-right-color:inherit;border-bottom-color:inherit;border-radius:.15em;border-left-color:transparent;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.vxe-icon--close:before{content:"+";left:-.1em;bottom:-.16em;line-height:1em;font-size:1.8em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.vxe-icon--minus:before{content:"\2500";left:0;bottom:0;width:100%;text-align:center;line-height:.9em;font-size:1.2em}.vxe-icon--refresh{border-width:.1em;border-style:solid;border-radius:50%;border-right-color:transparent!important;border-left-color:transparent!important}.vxe-icon--refresh:before{left:50%;top:0;-webkit-transform:translateX(50%) rotate(-45deg);transform:translateX(50%) rotate(-45deg)}.vxe-icon--refresh:after{right:50%;bottom:0;-webkit-transform:translateX(-50%) rotate(135deg);transform:translateX(-50%) rotate(135deg)}.vxe-icon--refresh:after,.vxe-icon--refresh:before{width:0;height:0;border-width:.25em;border-style:solid;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.vxe-icon--refresh.roll{-webkit-animation:rollCircle 1s linear infinite;animation:rollCircle 1s linear infinite}.vxe-icon--circle-plus:before,.vxe-icon--error:before,.vxe-icon--info:before,.vxe-icon--question:before,.vxe-icon--remove:before,.vxe-icon--success:before,.vxe-icon--warning:before{content:"";border-radius:50%;border-width:.5em;border-style:solid;border-color:inherit;position:absolute;top:0;left:0;-webkit-transform:scale(.95);transform:scale(.95)}.vxe-icon--info:after,.vxe-icon--question:after,.vxe-icon--warning:after{left:0;bottom:0;width:100%;text-align:center;color:#fff;-webkit-transform:rotate(-10deg) scale(.75);transform:rotate(-10deg) scale(.75)}.vxe-icon--question:after{content:"?"}.vxe-icon--info:after{content:"\A1"}.vxe-icon--warning:after{content:"!"}.vxe-icon--success:after{content:"\2713";left:.25em;bottom:0;color:#fff;font-size:.65em}.vxe-icon--circle-plus:after{content:"+";line-height:1.4em;font-size:.8em}.vxe-icon--circle-plus:after,.vxe-icon--remove:after{left:0;bottom:0;width:100%;text-align:center;color:#fff}.vxe-icon--remove:after{content:"\2500";line-height:1.5em;font-size:.7em}.vxe-icon--error:after{content:"\D7";left:0;bottom:0;width:100%;line-height:1.4em;text-align:center;color:#fff;font-size:.8em}.vxe-icon--download,.vxe-icon--upload{overflow:hidden}.vxe-icon--download:before,.vxe-icon--upload:before{left:0;width:1em;border-width:0;border-style:solid;border-color:inherit}.vxe-icon--download:after,.vxe-icon--upload:after{width:100%;text-align:center;font-size:2em}.vxe-icon--upload:before{top:.1em;border-top-width:.1em}.vxe-icon--upload:after{content:"\2191";left:0;top:.15em}.vxe-icon--download:before{bottom:.05em;border-bottom-width:.1em}.vxe-icon--download:after{content:"\2191";left:0;bottom:.15em;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vxe-icon--eye-slash:before,.vxe-icon--eye:before{content:"\25CF";top:.16em;left:0;width:1em;height:.68em;line-height:.25em;border-radius:50%;border-width:.1em;border-style:solid;border-color:inherit;text-align:center}.vxe-icon--eye-slash:after{top:-.1em;left:.45em;width:0;height:1.2em;border-width:0;border-style:solid;border-color:inherit;border-left-width:.1em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.vxe-icon--calendar:before{top:.15em;left:0;width:1em;height:.8em;border-width:.2em .1em .1em .1em;border-radius:.1em .1em 0 0;border-style:solid;border-color:inherit}.vxe-icon--calendar:after{left:.2em;top:0;width:.6em;height:.3em;border-width:0 .1em;border-style:solid;border-color:inherit}.vxe-icon--dot:before{top:.25em;left:.25em;border-radius:50%;border-width:.25em;border-style:solid;border-color:inherit}.vxe-icon--print{-webkit-box-shadow:inset 0 0 0 .1em;box-shadow:inset 0 0 0 .1em;border-width:.2em 0;border-style:solid;border-color:transparent!important;border-radius:.3em .3em 0 0}.vxe-icon--print:before{height:.3em;top:-.2em}.vxe-icon--print:after,.vxe-icon--print:before{width:.6em;left:.2em;-webkit-box-shadow:inset 0 0 0 .1em;box-shadow:inset 0 0 0 .1em}.vxe-icon--print:after{height:.6em;bottom:-.2em;background-color:#fff}.vxe-icon--search:before{top:0;left:0;width:.8em;height:.8em;border-width:.15em;border-style:solid;border-color:inherit;border-radius:50%}.vxe-icon--search:after{top:.75em;left:.6em;width:.35em;height:0;border-width:.15em 0 0 0;border-style:solid;border-color:inherit;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@font-face{font-family:vxeiconfont;src:url(data:application/x-font-woff2;charset=utf-8;base64,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) format("woff2"),url(/static/fonts/iconfont.1681255874086.08338c8.woff) format("woff"),url(/static/fonts/iconfont.1681255874086.32c5ede.ttf) format("truetype")}@-webkit-keyframes rollCircle{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rollCircle{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}[class*=vxe-icon-]{font-family:vxeiconfont!important;font-style:normal;font-weight:400;font-size:1.1em;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=vxe-icon-].animat,[class*=vxe-icon-].roll{display:inline-block}[class*=vxe-icon-].animat{-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out, -webkit-transform .25s ease-in-out}[class*=vxe-icon-].rotate45{-webkit-transform:rotate(45deg);transform:rotate(45deg)}[class*=vxe-icon-].rotate90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[class*=vxe-icon-].rotate180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[class*=vxe-icon-].roll{-webkit-animation:rollCircle 1s linear infinite;animation:rollCircle 1s linear infinite}.vxe-icon-time:before{content:"\E64D"}.vxe-icon-feedback:before{content:"\E738"}.vxe-icon-lightning:before{content:"\E76D"}.vxe-icon-cloudy:before{content:"\E608"}.vxe-icon-heavy-rain:before{content:"\E7C4"}.vxe-icon-moon:before{content:"\E68D"}.vxe-icon-sunny:before{content:"\E684"}.vxe-icon-location:before{content:"\E790"}.vxe-icon-location-fill:before{content:"\E868"}.vxe-icon-microphone-fill:before{content:"\E900"}.vxe-icon-microphone:before{content:"\E7BF"}.vxe-icon-share:before{content:"\E68C"}.vxe-icon-share-fill:before{content:"\E86F"}.vxe-icon-flag:before{content:"\E827"}.vxe-icon-flag-fill:before{content:"\E687"}.vxe-icon-platform:before{content:"\E67A"}.vxe-icon-goods-fill:before{content:"\E778"}.vxe-icon-goods:before{content:"\E7E4"}.vxe-icon-funnel-clear:before{content:"\E6CA"}.vxe-icon-envelope:before{content:"\EA99"}.vxe-icon-envelope-open-fill:before{content:"\EFAF"}.vxe-icon-envelope-open:before{content:"\F28F"}.vxe-icon-envelope-fill:before{content:"\E606"}.vxe-icon-message-fill:before{content:"\E710"}.vxe-icon-chat:before{content:"\E641"}.vxe-icon-chat-fill:before{content:"\E69A"}.vxe-icon-send:before{content:"\E61F"}.vxe-icon-send-fill:before{content:"\E630"}.vxe-icon-user:before{content:"\E8C8"}.vxe-icon-user-fill:before{content:"\E8C9"}.vxe-icon-wechat:before{content:"\E605"}.vxe-icon-alipay:before{content:"\E612"}.vxe-icon-indicator:before{content:"\E646"}.vxe-icon-file-excel:before{content:"\E7B7"}.vxe-icon-file-pdf:before{content:"\E7B8"}.vxe-icon-file-image:before{content:"\E7BA"}.vxe-icon-file-markdown:before{content:"\E7BB"}.vxe-icon-file-ppt:before{content:"\E7BC"}.vxe-icon-file-word:before{content:"\E7BD"}.vxe-icon-file-zip:before{content:"\E7BE"}.vxe-icon-file-txt:before{content:"\E616"}.vxe-icon-refresh:before{content:"\E647"}.vxe-icon-checkbox-unchecked:before{content:"\E727"}.vxe-icon-information:before{content:"\E7B9"}.vxe-icon-info-circle-fill:before{content:"\E697"}.vxe-icon-info-circle:before{content:"\E618"}.vxe-icon-chart-radar:before{content:"\E7DC"}.vxe-icon-chart-bar-x:before{content:"\E60C"}.vxe-icon-repeat:before{content:"\EA4A"}.vxe-icon-voice-fill:before{content:"\E7C3"}.vxe-icon-voice:before{content:"\E6BE"}.vxe-icon-flow-branch:before{content:"\E604"}.vxe-icon-comment:before{content:"\E70C"}.vxe-icon-folder:before{content:"\E7D1"}.vxe-icon-folder-open:before{content:"\E7D2"}.vxe-icon-picture:before{content:"\EA13"}.vxe-icon-picture-fill:before{content:"\E653"}.vxe-icon-bell:before{content:"\E680"}.vxe-icon-bell-fill:before{content:"\E681"}.vxe-icon-undo:before{content:"\E739"}.vxe-icon-home:before{content:"\E7C6"}.vxe-icon-home-fill:before{content:"\E867"}.vxe-icon-checkbox-checked:before{content:"\E67D"}.vxe-icon-checkbox-indeterminate:before{content:"\E8C4"}.vxe-icon-fullscreen:before{content:"\E70E"}.vxe-icon-minimize:before{content:"\E749"}.vxe-icon-print:before{content:"\EBA0"}.vxe-icon-upload:before{content:"\E683"}.vxe-icon-download:before{content:"\E61A"}.vxe-icon-cloud-upload:before{content:"\E603"}.vxe-icon-cloud-download:before{content:"\E63A"}.vxe-icon-spinner:before{content:"\E601"}.vxe-icon-close:before{content:"\E6E9"}.vxe-icon-custom-column:before{content:"\E62D"}.vxe-icon-edit:before{content:"\E66E"}.vxe-icon-zoom-in:before{content:"\E826"}.vxe-icon-caret-down:before{content:"\E8ED"}.vxe-icon-caret-up:before{content:"\E8EE"}.vxe-icon-caret-right:before{content:"\E8EF"}.vxe-icon-caret-left:before{content:"\E8F0"}.vxe-icon-square-checked-fill:before{content:"\E6D4"}.vxe-icon-square-close:before{content:"\E793"}.vxe-icon-square-down:before{content:"\E794"}.vxe-icon-square-left:before{content:"\E796"}.vxe-icon-square-caret-right:before{content:"\E797"}.vxe-icon-square-minus:before{content:"\E798"}.vxe-icon-square-plus:before{content:"\E799"}.vxe-icon-square-right:before{content:"\E79A"}.vxe-icon-square-up:before{content:"\E79B"}.vxe-icon-square-checked:before{content:"\E7A8"}.vxe-icon-square-down-fill:before{content:"\E84B"}.vxe-icon-square-minus-fill:before{content:"\E84C"}.vxe-icon-square-close-fill:before{content:"\E84D"}.vxe-icon-square-left-fill:before{content:"\E84F"}.vxe-icon-square-caret-right-fill:before{content:"\E850"}.vxe-icon-square-up-fill:before{content:"\E851"}.vxe-icon-square-right-fill:before{content:"\E853"}.vxe-icon-square-plus-fill:before{content:"\E854"}.vxe-icon-square-plus-square:before{content:"\E87E"}.vxe-icon-square-fill:before{content:"\E8D9"}.vxe-icon-square-square:before{content:"\E6A1"}.vxe-icon-sort-alpha-desc:before{content:"\E852"}.vxe-icon-sort-alpha-asc:before{content:"\E7D5"}.vxe-icon-sort-numeric-asc:before{content:"\E800"}.vxe-icon-sort-numeric-desc:before{content:"\E801"}.vxe-icon-star-fill:before{content:"\E69E"}.vxe-icon-star:before{content:"\E69F"}.vxe-icon-star-half:before{content:"\E6B6"}.vxe-icon-lock-fill:before{content:"\E6D1"}.vxe-icon-unlock-fill:before{content:"\E92C"}.vxe-icon-question:before{content:"\E72E"}.vxe-icon-exclamation:before{content:"\E617"}.vxe-icon-ellipsis-h:before{content:"\E636"}.vxe-icon-ellipsis-v:before{content:"\E637"}.vxe-icon-save:before{content:"\E67C"}.vxe-icon-setting:before{content:"\E8B8"}.vxe-icon-setting-fill:before{content:"\E795"}.vxe-icon-link:before{content:"\E6C8"}.vxe-icon-sort:before{content:"\E6A0"}.vxe-icon-chart-pie:before{content:"\E902"}.vxe-icon-chart-line:before{content:"\E904"}.vxe-icon-swap:before{content:"\E7F3"}.vxe-icon-num-list:before{content:"\E7F4"}.vxe-icon-copy:before{content:"\EC7A"}.vxe-icon-company:before{content:"\E602"}.vxe-icon-swap-right:before{content:"\E8F1"}.vxe-icon-swap-left:before{content:"\E8F2"}.vxe-icon-table:before{content:"\E920"}.vxe-icon-merge-cells:before{content:"\E901"}.vxe-icon-paste:before{content:"\E70B"}.vxe-icon-cut:before{content:"\E70D"}.vxe-icon-lock:before{content:"\E676"}.vxe-icon-unlock:before{content:"\E682"}.vxe-icon-chart-bar-y:before{content:"\E84E"}.vxe-icon-fixed-fill:before{content:"\E9B9"}.vxe-icon-fixed:before{content:"\E9BA"}.vxe-icon-square:before{content:"\E6D5"}.vxe-icon-check:before{content:"\E645"}.vxe-icon-question-circle-fill:before{content:"\E690"}.vxe-icon-error-circle-fill:before{content:"\E62B"}.vxe-icon-delete:before{content:"\E69D"}.vxe-icon-dot:before{content:"\E63F"}.vxe-icon-success-circle:before{content:"\E6D9"}.vxe-icon-delete-fill:before{content:"\E634"}.vxe-icon-minus:before{content:"\E6BA"}.vxe-icon-maximize:before{content:"\E600"}.vxe-icon-question-circle:before{content:"\E782"}.vxe-icon-warning-circle:before{content:"\E785"}.vxe-icon-warnion-circle-fill:before{content:"\E848"}.vxe-icon-eye-fill:before{content:"\E869"}.vxe-icon-search:before{content:"\E741"}.vxe-icon-funnel:before{content:"\E8EC"}.vxe-icon-eye-fill-close:before{content:"\E8FF"}.vxe-icon-search-zoom-in:before{content:"\E6A5"}.vxe-icon-arrow-right:before{content:"\E743"}.vxe-icon-arrow-left:before{content:"\E744"}.vxe-icon-arrow-up:before{content:"\E745"}.vxe-icon-calendar:before{content:"\E746"}.vxe-icon-arrow-down:before{content:"\E7B2"}.vxe-icon-warning-triangle:before{content:"\E67F"}.vxe-icon-add:before{content:"\E664"}.vxe-icon-arrow-double-left:before{content:"\E665"}.vxe-icon-arrow-double-right:before{content:"\E666"}.vxe-icon-menu:before{content:"\E677"}.vxe-icon-warning-triangle-fill:before{content:"\E68B"}.vxe-icon-error-circle:before{content:"\E613"}.vxe-icon-zoom-out:before{content:"\E65D"}.vxe-icon-success-circle-fill:before{content:"\E67E"}.vxe-icon-radio-checked:before{content:"\E763"}.vxe-icon-radio-unchecked:before{content:"\E7C9"}.vxe-cell--filter{padding:0 .1em 0 .25em;text-align:center;vertical-align:middle;display:inline-block;line-height:0}.vxe-cell--filter.col--filter .vxe-filter--btn{color:#606266}.vxe-cell--filter .vxe-filter--btn{color:#c0c4cc;cursor:pointer}.vxe-cell--filter .vxe-filter--btn:hover{color:#606266}.is--filter-active .vxe-cell--filter .vxe-filter--btn{color:#409eff}.vxe-table--filter-wrapper{display:none;position:absolute;top:0;min-width:100px;border-radius:4px;background-color:#fff;border:1px solid #dadce0;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.2);z-index:10}.vxe-table--filter-wrapper:not(.is--multiple){text-align:center}.vxe-table--filter-wrapper.is--active{display:block}.vxe-table--filter-wrapper .vxe-table--filter-body>li,.vxe-table--filter-wrapper .vxe-table--filter-header>li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:360px;padding:.25em .8em;cursor:pointer}.vxe-table--filter-wrapper .vxe-table--filter-body>li.is--checked,.vxe-table--filter-wrapper .vxe-table--filter-header>li.is--checked{color:#409eff}.vxe-table--filter-wrapper .vxe-table--filter-body>li:hover,.vxe-table--filter-wrapper .vxe-table--filter-header>li:hover{background-color:#f5f7fa}.vxe-table--filter-wrapper .vxe-table--filter-header{padding-top:.2em}.vxe-table--filter-wrapper .vxe-table--filter-body{max-height:200px;padding-bottom:.2em}.vxe-table--filter-wrapper>ul{list-style-type:none;padding:0;margin:0;overflow:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-table--filter-wrapper.is--multiple>ul>li{padding:.25em .8em .25em 1em}.vxe-table--filter-wrapper .vxe-table--filter-footer{border-top:1px solid #dadce0;padding:.6em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-table--filter-wrapper .vxe-table--filter-footer button{background-color:transparent;padding:0 .4em;border:0;color:#606266;cursor:pointer}.vxe-table--filter-wrapper .vxe-table--filter-footer button:focus{outline:none}.vxe-table--filter-wrapper .vxe-table--filter-footer button:hover{color:#409eff}.vxe-table--filter-wrapper .vxe-table--filter-footer button.is--disabled{color:#bfbfbf;cursor:not-allowed}.vxe-table--context-menu-clild-wrapper,.vxe-table--context-menu-wrapper{position:absolute;top:0;left:0;font-size:12px;border:1px solid #dadce0;-webkit-box-shadow:3px 3px 4px -2px rgba(0,0,0,.6);box-shadow:3px 3px 4px -2px rgba(0,0,0,.6);padding:0 1px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#606266;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;background-color:#fff}.vxe-context-menu--link{display:block;padding:0 2.5em;width:178px;line-height:26px;color:#606266;cursor:pointer}.vxe-context-menu--link .vxe-context-menu--link-prefix,.vxe-context-menu--link .vxe-context-menu--link-suffix{position:absolute;top:5px;margin-right:5px;font-size:16px}.vxe-context-menu--link .vxe-context-menu--link-prefix{left:5px}.vxe-context-menu--link .vxe-context-menu--link-suffix{right:5px}.vxe-context-menu--link .vxe-context-menu--link-suffix.suffix--haschild{top:8px}.vxe-context-menu--link .vxe-context-menu--link-suffix.suffix--haschild:before{position:absolute;content:"";border:4px solid transparent;border-left-color:#727272}.vxe-context-menu--link .vxe-context-menu--link-content{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vxe-table--context-menu-clild-wrapper .vxe-context-menu--link{padding:0 2em 0 2.5em}.vxe-context-menu--option-wrapper,.vxe-table--context-menu-clild-wrapper{margin:0;padding:0;list-style-type:none;border-bottom:1px solid #e8eaed}.vxe-context-menu--option-wrapper li,.vxe-table--context-menu-clild-wrapper li{position:relative;margin:1px 0;border:1px solid transparent}.vxe-context-menu--option-wrapper li:last-child,.vxe-table--context-menu-clild-wrapper li:last-child{border:0}.vxe-context-menu--option-wrapper li.link--active,.vxe-table--context-menu-clild-wrapper li.link--active{background-color:#c5c5c5;border-color:#c5c5c5}.vxe-context-menu--option-wrapper li.link--active>.vxe-context-menu--link,.vxe-table--context-menu-clild-wrapper li.link--active>.vxe-context-menu--link{color:#2b2b2b}.vxe-context-menu--option-wrapper li.link--disabled>.vxe-context-menu--link,.vxe-table--context-menu-clild-wrapper li.link--disabled>.vxe-context-menu--link{color:#bfbfbf;cursor:no-drop}.vxe-context-menu--option-wrapper li.link--disabled.link--active,.vxe-table--context-menu-clild-wrapper li.link--disabled.link--active{border-color:#c0c1c2;background-color:#eee}.vxe-context-menu--option-wrapper li.link--disabled.link--active:hover,.vxe-table--context-menu-clild-wrapper li.link--disabled.link--active:hover{background-color:inherit}.vxe-table--context-menu-clild-wrapper{display:none;top:0;left:100%}.vxe-table--context-menu-clild-wrapper.is--show{display:block}.vxe-export--panel-column>ul{list-style-type:none;overflow:auto;margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-export--panel-column>ul>li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.vxe-export--panel>table{width:100%;border:0;table-layout:fixed}.vxe-export--panel>table tr td{padding:0 10px}.vxe-export--panel>table tr td:first-child{text-align:right;width:30%;font-weight:700;padding:8px 10px}.vxe-export--panel>table tr td:nth-child(2){width:70%}.vxe-export--panel>table tr td>.vxe-input,.vxe-export--panel>table tr td>.vxe-select{width:80%}.vxe-export--panel>table tr td>.vxe-export--panel-option-row{padding:.25em 0}.vxe-export--panel .vxe-export--panel-column{width:80%;border:1px solid #dcdfe6;margin:3px 0;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-export--panel .vxe-export--panel-column>ul>li{padding:.2em 1em .2em 1em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--2{padding-left:3.5em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--2 .vxe-checkbox--icon{left:1.8em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--3{padding-left:4.5em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--3 .vxe-checkbox--icon{left:2.8em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--4{padding-left:5.5em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--4 .vxe-checkbox--icon{left:3.8em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--5{padding-left:6.5em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--5 .vxe-checkbox--icon{left:4.8em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--6{padding-left:7.5em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--6 .vxe-checkbox--icon{left:5.8em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--7{padding-left:8.5em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--7 .vxe-checkbox--icon{left:6.8em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--8{padding-left:9.5em}.vxe-export--panel .vxe-export--panel-column>ul>li.level--8 .vxe-checkbox--icon{left:7.8em}.vxe-export--panel .vxe-export--panel-column .vxe-export--panel-column-header{padding:.1em 0;background-color:#f8f8f9;font-weight:700;border-bottom:1px solid #e8eaec}.vxe-export--panel .vxe-export--panel-column .vxe-export--panel-column-body{padding:.2em 0;min-height:10em;max-height:17.6em}.vxe-export--panel .vxe-import-selected--file{padding-right:40px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-export--panel .vxe-import-selected--file>i{display:none;position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:16px;cursor:pointer}.vxe-export--panel .vxe-import-selected--file:hover{color:#409eff}.vxe-export--panel .vxe-import-selected--file:hover>i{display:block}.vxe-export--panel .vxe-import-select--file{border:1px dashed #dcdfe6;padding:6px 34px;outline:0;border-radius:4px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.vxe-export--panel .vxe-import-select--file:focus{border-color:#409eff;-webkit-box-shadow:0 0 .25em 0 #409eff;box-shadow:0 0 .25em 0 #409eff}.vxe-export--panel .vxe-import-select--file:hover{color:#409eff;border-color:#409eff}.vxe-export--panel .vxe-export--panel-btns{text-align:right;padding:.25em}.vxe-loading{display:none;position:absolute;width:100%;height:100%;top:0;left:0;z-index:99;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:hsla(0,0%,100%,.5)}.vxe-loading.is--visible{display:block}.vxe-loading>.vxe-loading--chunk,.vxe-loading>.vxe-loading--warpper{width:100%;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;color:#409eff}.vxe-loading .vxe-loading--default-icon{font-size:1.4em}.vxe-loading .vxe-loading--text{padding:.4em 0}.vxe-loading .vxe-loading--spinner{display:inline-block;position:relative;width:56px;height:56px}.vxe-loading .vxe-loading--spinner:after,.vxe-loading .vxe-loading--spinner:before{content:"";width:100%;height:100%;border-radius:50%;background-color:#409eff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s ease-in-out infinite;animation:bounce 2s ease-in-out infinite}.vxe-loading .vxe-loading--spinner:after{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.size--mini .vxe-loading .vxe-loading--spinner{width:38px;height:38px}.size--small .vxe-loading .vxe-loading--spinner{width:44px;height:44px}.size--medium .vxe-loading .vxe-loading--spinner{width:50px;height:50px}.vxe-table--render-default .vxe-body--column.col--ellipsis,.vxe-table--render-default .vxe-footer--column.col--ellipsis,.vxe-table--render-default .vxe-header--column.col--ellipsis,.vxe-table--render-default.vxe-editable .vxe-body--column{height:48px}.vxe-table--render-default.size--medium .vxe-body--column.col--ellipsis,.vxe-table--render-default.size--medium .vxe-footer--column.col--ellipsis,.vxe-table--render-default.size--medium .vxe-header--column.col--ellipsis,.vxe-table--render-default.vxe-editable.size--medium .vxe-body--column{height:44px}.vxe-table--render-default.size--small .vxe-body--column.col--ellipsis,.vxe-table--render-default.size--small .vxe-footer--column.col--ellipsis,.vxe-table--render-default.size--small .vxe-header--column.col--ellipsis,.vxe-table--render-default.vxe-editable.size--small .vxe-body--column{height:40px}.vxe-table--render-default.size--mini .vxe-body--column.col--ellipsis,.vxe-table--render-default.size--mini .vxe-footer--column.col--ellipsis,.vxe-table--render-default.size--mini .vxe-header--column.col--ellipsis,.vxe-table--render-default.vxe-editable.size--mini .vxe-body--column{height:36px}.vxe-table--file-form,.vxe-table-slots{display:none}.vxe-table--print-frame{position:fixed;bottom:-100%;left:-100%;height:0;width:0;border:0}.vxe-table--body-wrapper{scroll-behavior:auto}.vxe-table--body-wrapper,.vxe-table--fixed-left-body-wrapper,.vxe-table--fixed-right-body-wrapper{overflow-y:auto;overflow-x:auto}.vxe-cell .vxe-default-input,.vxe-cell .vxe-default-textarea,.vxe-table--filter-wrapper .vxe-default-input,.vxe-table--filter-wrapper .vxe-default-textarea{background-color:#fff}.vxe-cell .vxe-default-input,.vxe-cell .vxe-default-select,.vxe-cell .vxe-default-textarea,.vxe-table--filter-wrapper .vxe-default-input,.vxe-table--filter-wrapper .vxe-default-select,.vxe-table--filter-wrapper .vxe-default-textarea{outline:0;padding:0 2px;width:100%;color:#606266;border-radius:4px;border:1px solid #dcdfe6}.vxe-cell .vxe-default-input:focus,.vxe-cell .vxe-default-select:focus,.vxe-cell .vxe-default-textarea:focus,.vxe-table--filter-wrapper .vxe-default-input:focus,.vxe-table--filter-wrapper .vxe-default-select:focus,.vxe-table--filter-wrapper .vxe-default-textarea:focus{border:1px solid #409eff}.vxe-cell .vxe-default-input[disabled],.vxe-cell .vxe-default-select[disabled],.vxe-cell .vxe-default-textarea[disabled],.vxe-table--filter-wrapper .vxe-default-input[disabled],.vxe-table--filter-wrapper .vxe-default-select[disabled],.vxe-table--filter-wrapper .vxe-default-textarea[disabled]{cursor:not-allowed;background-color:#f3f3f3}.vxe-cell .vxe-default-input,.vxe-cell .vxe-default-select,.vxe-cell .vxe-default-textarea,.vxe-table--filter-wrapper .vxe-default-input,.vxe-table--filter-wrapper .vxe-default-select,.vxe-table--filter-wrapper .vxe-default-textarea{height:34px}.vxe-cell .vxe-default-input[type=date]::-webkit-inner-spin-button,.vxe-table--filter-wrapper .vxe-default-input[type=date]::-webkit-inner-spin-button{margin-top:4px}.vxe-cell .vxe-default-input[type=date]::-webkit-inner-spin-button,.vxe-cell .vxe-default-input[type=number]::-webkit-inner-spin-button,.vxe-table--filter-wrapper .vxe-default-input[type=date]::-webkit-inner-spin-button,.vxe-table--filter-wrapper .vxe-default-input[type=number]::-webkit-inner-spin-button{height:24px}.vxe-cell .vxe-default-input::-moz-placeholder,.vxe-table--filter-wrapper .vxe-default-input::-moz-placeholder{color:#c0c4cc}.vxe-cell .vxe-default-input::-webkit-input-placeholder,.vxe-table--filter-wrapper .vxe-default-input::-webkit-input-placeholder{color:#c0c4cc}.vxe-cell .vxe-default-input::-ms-input-placeholder,.vxe-table--filter-wrapper .vxe-default-input::-ms-input-placeholder{color:#c0c4cc}.vxe-cell .vxe-default-input::placeholder,.vxe-table--filter-wrapper .vxe-default-input::placeholder{color:#c0c4cc}.vxe-cell .vxe-default-textarea,.vxe-table--filter-wrapper .vxe-default-textarea{resize:none;vertical-align:middle}.vxe-cell .vxe-input,.vxe-cell .vxe-select,.vxe-cell .vxe-textarea,.vxe-table--filter-wrapper .vxe-input,.vxe-table--filter-wrapper .vxe-select,.vxe-table--filter-wrapper .vxe-textarea{width:100%;display:block}.vxe-cell .vxe-input>.vxe-input--inner,.vxe-cell .vxe-textarea>.vxe-textarea--inner,.vxe-table--filter-wrapper .vxe-input>.vxe-input--inner,.vxe-table--filter-wrapper .vxe-textarea>.vxe-textarea--inner{padding:0 2px}.vxe-cell .vxe-default-textarea,.vxe-cell .vxe-textarea--inner,.vxe-table--filter-wrapper .vxe-default-textarea,.vxe-table--filter-wrapper .vxe-textarea--inner{resize:none}.vxe-table--cell-active-area,.vxe-table--cell-copy-area,.vxe-table--cell-extend-area,.vxe-table--cell-main-area,.vxe-table--checkbox-range{display:none;position:absolute;pointer-events:none;z-index:1}.vxe-table--fixed-left-wrapper .vxe-table--cell-active-area,.vxe-table--fixed-left-wrapper .vxe-table--cell-copy-area,.vxe-table--fixed-left-wrapper .vxe-table--cell-extend-area,.vxe-table--fixed-left-wrapper .vxe-table--cell-main-area,.vxe-table--fixed-left-wrapper .vxe-table--checkbox-range,.vxe-table--fixed-right-wrapper .vxe-table--cell-active-area,.vxe-table--fixed-right-wrapper .vxe-table--cell-copy-area,.vxe-table--fixed-right-wrapper .vxe-table--cell-extend-area,.vxe-table--fixed-right-wrapper .vxe-table--cell-main-area,.vxe-table--fixed-right-wrapper .vxe-table--checkbox-range{z-index:2}.vxe-table--fixed-left-wrapper .vxe-table--cell-active-area[half="1"],.vxe-table--fixed-left-wrapper .vxe-table--cell-extend-area[half="1"],.vxe-table--fixed-left-wrapper .vxe-table--cell-main-area[half="1"]{border-right:0}.vxe-table--fixed-left-wrapper .vxe-table--cell-copy-area[half="1"]{background-size:3px 12px,0 12px,12px 3px,12px 3px}.vxe-table--fixed-right-wrapper .vxe-table--cell-active-area[half="1"],.vxe-table--fixed-right-wrapper .vxe-table--cell-extend-area[half="1"],.vxe-table--fixed-right-wrapper .vxe-table--cell-main-area[half="1"]{border-left:0}.vxe-table--fixed-right-wrapper .vxe-table--cell-copy-area[half="1"]{background-size:0 12px,3px 12px,12px 3px,12px 3px}.vxe-table--checkbox-range{background-color:rgba(50,128,252,.2);border:1px solid #006af1}.vxe-table--cell-area{height:0;font-size:0;display:none}.vxe-table--cell-area>.vxe-table--cell-main-area{background-color:rgba(64,158,255,.2);border:1px solid #409eff}.vxe-table--cell-area .vxe-table--cell-main-area-btn{display:none;position:absolute;right:-1px;bottom:-1px;width:7px;height:7px;border-style:solid;border-color:#fff;border-width:1px 0 0 1px;background-color:#409eff;pointer-events:auto;cursor:crosshair}.vxe-table--cell-area .vxe-table--cell-extend-area{border:2px solid #409eff}@-webkit-keyframes moveCopyCellBorder{to{background-position:0 -12px,100% 12px,12px 0,-12px 100%}}@keyframes moveCopyCellBorder{to{background-position:0 -12px,100% 12px,12px 0,-12px 100%}}.vxe-table--cell-copy-area{background:linear-gradient(0deg,transparent 6px,#409eff 0) repeat-y,linear-gradient(0deg,transparent 50%,#409eff 0) repeat-y,linear-gradient(90deg,transparent 50%,#409eff 0) repeat-x,linear-gradient(90deg,transparent 50%,#409eff 0) repeat-x;background-size:3px 12px,3px 12px,12px 3px,12px 3px;background-position:0 0,100% 0,0 0,0 100%;-webkit-animation:moveCopyCellBorder .5s linear infinite;animation:moveCopyCellBorder .5s linear infinite}.vxe-table--cell-active-area{border:2px solid #409eff}.vxe-table--cell-multi-area>.vxe-table--cell-main-area{background-color:rgba(64,158,255,.2)}.vxe-table--render-default.is--round .vxe-table--border-line,.vxe-table--render-default.is--round .vxe-table--render-default.is--round,.vxe-table--render-default.is--round:not(.is--header):not(.is--footer) .vxe-table--body-wrapper.body--wrapper{border-radius:4px}.vxe-table--render-default.is--round.is--footer:not(.is--header) .vxe-table--body-wrapper.body--wrapper,.vxe-table--render-default.is--round.is--header .vxe-table--header-wrapper.body--wrapper{border-radius:4px 4px 0 0}.vxe-table--render-default.is--round.is--header .vxe-table--header-wrapper.fixed-left--wrapper{border-radius:4px 0 0 0}.vxe-table--render-default.is--round.is--header .vxe-table--header-wrapper.fixed-right--wrapper{border-radius:0 4px 0 0}.vxe-table--render-default.is--round.is--footer .vxe-table--footer-wrapper.body--wrapper,.vxe-table--render-default.is--round.is--header:not(.is--footer) .vxe-table--body-wrapper.body--wrapper{border-radius:0 0 4px 4px}.vxe-table--render-default.is--round.is--footer .vxe-table--footer-wrapper.fixed-left--wrapper,.vxe-table--render-default.is--round.is--footer:not(.is--header) .vxe-table--body-wrapper.fixed-left--wrapper,.vxe-table--render-default.is--round.is--header:not(.is--footer) .vxe-table--body-wrapper.fixed-left--wrapper{border-radius:0 0 0 4px}.vxe-table--render-default.is--round.is--footer .vxe-table--footer-wrapper.fixed-right--wrapper,.vxe-table--render-default.is--round.is--footer:not(.is--header) .vxe-table--body-wrapper.fixed-right--wrapper,.vxe-table--render-default.is--round.is--header:not(.is--footer) .vxe-table--body-wrapper.fixed-right--wrapper{border-radius:0 0 4px 0}.vxe-table .vxe-table--header-wrapper{color:#606266}.vxe-table .vxe-table--header-wrapper .vxe-table--header-border-line{position:absolute;left:0;bottom:0;height:0;border-bottom:1px solid #e8eaec}.vxe-table .vxe-cell--sort{width:1.5em;height:1.35em;vertical-align:middle;text-align:center;display:inline-block;position:relative}.vxe-table .vxe-sort--asc-btn,.vxe-table .vxe-sort--desc-btn{position:absolute;left:.2em;color:#c0c4cc;width:1em;text-align:center;height:.8em;line-height:.8em;cursor:pointer}.vxe-table .vxe-sort--asc-btn:hover,.vxe-table .vxe-sort--desc-btn:hover{color:#606266}.vxe-table .vxe-sort--asc-btn.sort--active,.vxe-table .vxe-sort--desc-btn.sort--active{color:#409eff}.vxe-table .vxe-sort--asc-btn{top:-.1em}.vxe-table .vxe-sort--desc-btn{bottom:-.2em}.vxe-header--column{position:relative;font-weight:700}.vxe-header--column.col--ellipsis>.vxe-cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vxe-header--column.col--ellipsis>.vxe-cell .vxe-cell--title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vxe-header--column.col--ellipsis>.vxe-cell>i:not(.vxe-cell--title),.vxe-header--column.col--ellipsis>.vxe-cell>span:not(.vxe-cell--title){-ms-flex-negative:0;flex-shrink:0}.vxe-header--column .vxe-cell--required-icon{display:inline-block;color:#f56c6c;width:.8em;height:1em;line-height:1em;font-family:Verdana,Arial,Tahoma;font-weight:400;position:relative}.vxe-header--column .vxe-cell--required-icon:before{content:"*";position:absolute;left:0;top:.2em}.vxe-header--column .vxe-cell--required-icon{margin-right:.1em}.vxe-header--column .vxe-cell--edit-icon,.vxe-header--column .vxe-cell-help-icon{margin-right:.2em}.vxe-header--column .vxe-cell-help-icon{cursor:help}.vxe-header--column .vxe-resizable{position:absolute;right:-7px;bottom:0;width:14px;height:100%;text-align:center;z-index:1;cursor:col-resize}.vxe-header--column .vxe-resizable.is--line:after,.vxe-header--column .vxe-resizable.is--line:before{content:"";display:inline-block;vertical-align:middle}.vxe-header--column .vxe-resizable.is--line:before{width:1px;height:50%;background-color:#d9dddf}.vxe-header--column .vxe-resizable.is--line:after{width:0;height:100%}.vxe-table--fixed-right-wrapper .vxe-header--column .vxe-resizable{right:auto;left:-7px}.vxe-table--render-default{position:relative;font-size:14px;color:#606266;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;direction:ltr}.vxe-table--render-default .vxe-table--body-wrapper,.vxe-table--render-default .vxe-table--footer-wrapper{background-color:#fff}.vxe-table--render-default .vxe-table--body,.vxe-table--render-default .vxe-table--footer,.vxe-table--render-default .vxe-table--header{border:0;border-spacing:0;border-collapse:separate;table-layout:fixed}.vxe-table--render-default .vxe-table--footer-wrapper,.vxe-table--render-default .vxe-table--header-wrapper{overflow-x:hidden;overflow-y:hidden}.vxe-table--render-default:not(.is--empty).is--footer.is--scroll-x .vxe-table--body-wrapper{overflow-x:scroll}.vxe-table--render-default .vxe-body--row.row--stripe{background-color:#fafafa}.vxe-table--render-default .vxe-body--row.row--checked,.vxe-table--render-default .vxe-body--row.row--radio{background-color:#fff3e0}.vxe-table--render-default .vxe-body--row.row--current{background-color:#e6f7ff}.vxe-table--render-default .vxe-body--row.row--hover,.vxe-table--render-default .vxe-body--row.row--hover.row--stripe{background-color:#f5f7fa}.vxe-table--render-default .vxe-body--row.row--hover.row--checked,.vxe-table--render-default .vxe-body--row.row--hover.row--radio{background-color:#ffebbc}.vxe-table--render-default .vxe-body--row.row--hover.row--current{background-color:#d7effb}.vxe-table--render-default.drag--resize .vxe-table--fixed-left-wrapper *,.vxe-table--render-default.drag--resize .vxe-table--fixed-right-wrapper *,.vxe-table--render-default.drag--resize .vxe-table--main-wrapper *{cursor:col-resize}.vxe-table--render-default.drag--area .vxe-table--fixed-left-wrapper *,.vxe-table--render-default.drag--area .vxe-table--fixed-right-wrapper *,.vxe-table--render-default.drag--area .vxe-table--main-wrapper *,.vxe-table--render-default.drag--range .vxe-table--fixed-left-wrapper *,.vxe-table--render-default.drag--range .vxe-table--fixed-right-wrapper *,.vxe-table--render-default.drag--range .vxe-table--main-wrapper *{cursor:default}.vxe-table--render-default.drag--extend-range .vxe-table--fixed-left-wrapper *,.vxe-table--render-default.drag--extend-range .vxe-table--fixed-right-wrapper *,.vxe-table--render-default.drag--extend-range .vxe-table--main-wrapper *{cursor:crosshair}.vxe-table--render-default.column--highlight .vxe-header--column:not(.col--seq):hover{background-color:#d7effb}.vxe-table--render-default.cell--area .vxe-table--main-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-table--render-default .vxe-body--column,.vxe-table--render-default .vxe-footer--column,.vxe-table--render-default .vxe-header--column{position:relative;line-height:22px;text-align:left}.vxe-table--render-default .vxe-body--column:not(.col--ellipsis),.vxe-table--render-default .vxe-footer--column:not(.col--ellipsis),.vxe-table--render-default .vxe-header--column:not(.col--ellipsis){padding:13px 0}.vxe-table--render-default .vxe-body--column.col--current,.vxe-table--render-default .vxe-footer--column.col--current,.vxe-table--render-default .vxe-header--column.col--current{background-color:#e6f7ff}.vxe-table--render-default .vxe-body--column.col--center,.vxe-table--render-default .vxe-footer--column.col--center,.vxe-table--render-default .vxe-header--column.col--center{text-align:center}.vxe-table--render-default .vxe-body--column.col--right,.vxe-table--render-default .vxe-footer--column.col--right,.vxe-table--render-default .vxe-header--column.col--right{text-align:right}.vxe-table--render-default .vxe-footer--column.col--ellipsis.col--center .vxe-cell,.vxe-table--render-default .vxe-header--column.col--ellipsis.col--center .vxe-cell{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vxe-table--render-default .vxe-footer--column.col--ellipsis.col--right .vxe-cell,.vxe-table--render-default .vxe-header--column.col--ellipsis.col--right .vxe-cell{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.vxe-table--render-default .vxe-body--column.col--checkbox{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-table--render-default .vxe-table--footer-wrapper{border-top:1px solid #e8eaec}.vxe-table--render-default.border--default .vxe-table--header-wrapper,.vxe-table--render-default.border--full .vxe-table--header-wrapper,.vxe-table--render-default.border--outer .vxe-table--header-wrapper{background-color:#f8f8f9}.vxe-table--render-default.border--default .vxe-body--column,.vxe-table--render-default.border--default .vxe-footer--column,.vxe-table--render-default.border--default .vxe-header--column,.vxe-table--render-default.border--inner .vxe-body--column,.vxe-table--render-default.border--inner .vxe-footer--column,.vxe-table--render-default.border--inner .vxe-header--column{background-image:-webkit-gradient(linear,left top, left bottom,from(#e8eaec),to(#e8eaec));background-image:linear-gradient(#e8eaec,#e8eaec);background-repeat:no-repeat;background-size:100% 1px;background-position:100% 100%}.vxe-table--render-default.border--full .vxe-body--column,.vxe-table--render-default.border--full .vxe-footer--column,.vxe-table--render-default.border--full .vxe-header--column{background-image:-webkit-gradient(linear,left top, left bottom,from(#e8eaec),to(#e8eaec)),-webkit-gradient(linear,left top, left bottom,from(#e8eaec),to(#e8eaec));background-image:linear-gradient(#e8eaec,#e8eaec),linear-gradient(#e8eaec,#e8eaec);background-repeat:no-repeat;background-size:1px 100%,100% 1px;background-position:100% 0,100% 100%}.vxe-table--render-default.border--full .vxe-table--fixed-left-wrapper .vxe-body--column{border-right-color:#e8eaec}.vxe-table--render-default.border--default .vxe-table--header-wrapper .vxe-header--row:last-child .vxe-header--gutter,.vxe-table--render-default.border--full .vxe-table--header-wrapper .vxe-header--row:last-child .vxe-header--gutter,.vxe-table--render-default.border--inner .vxe-table--header-wrapper .vxe-header--row:last-child .vxe-header--gutter,.vxe-table--render-default.border--outer .vxe-table--header-wrapper .vxe-header--row:last-child .vxe-header--gutter{background-image:-webkit-gradient(linear,left top, left bottom,from(#e8eaec),to(#e8eaec));background-image:linear-gradient(#e8eaec,#e8eaec);background-repeat:no-repeat;background-size:100% 1px;background-position:100% 100%}.vxe-table--render-default.border--inner .vxe-table--header-wrapper,.vxe-table--render-default.border--none .vxe-table--header-wrapper{background-color:#f8f8f9}.vxe-table--render-default.border--inner .vxe-table--fixed-left-wrapper,.vxe-table--render-default.border--none .vxe-table--fixed-left-wrapper{border-right:0}.vxe-table--render-default.border--inner .vxe-table--border-line{border-width:0 0 1px 0}.vxe-table--render-default.border--none .vxe-table--border-line,.vxe-table--render-default.border--none .vxe-table--header-border-line{display:none}.vxe-table--render-default.size--medium{font-size:14px}.vxe-table--render-default.size--medium .vxe-table--empty-block,.vxe-table--render-default.size--medium .vxe-table--empty-placeholder{min-height:44px}.vxe-table--render-default.size--medium .vxe-body--column:not(.col--ellipsis),.vxe-table--render-default.size--medium .vxe-footer--column:not(.col--ellipsis),.vxe-table--render-default.size--medium .vxe-header--column:not(.col--ellipsis){padding:11px 0}.vxe-table--render-default.size--medium .vxe-cell .vxe-default-input,.vxe-table--render-default.size--medium .vxe-cell .vxe-default-select,.vxe-table--render-default.size--medium .vxe-cell .vxe-default-textarea{height:32px}.vxe-table--render-default.size--medium .vxe-cell .vxe-default-input[type=date]::-webkit-inner-spin-button{margin-top:3px}.vxe-table--render-default.size--small{font-size:13px}.vxe-table--render-default.size--small .vxe-table--empty-block,.vxe-table--render-default.size--small .vxe-table--empty-placeholder{min-height:40px}.vxe-table--render-default.size--small .vxe-body--column:not(.col--ellipsis),.vxe-table--render-default.size--small .vxe-footer--column:not(.col--ellipsis),.vxe-table--render-default.size--small .vxe-header--column:not(.col--ellipsis){padding:9px 0}.vxe-table--render-default.size--small .vxe-cell .vxe-default-input,.vxe-table--render-default.size--small .vxe-cell .vxe-default-select,.vxe-table--render-default.size--small .vxe-cell .vxe-default-textarea{height:30px}.vxe-table--render-default.size--small .vxe-cell .vxe-default-input[type=date]::-webkit-inner-spin-button{margin-top:2px}.vxe-table--render-default.size--mini{font-size:12px}.vxe-table--render-default.size--mini .vxe-table--empty-block,.vxe-table--render-default.size--mini .vxe-table--empty-placeholder{min-height:36px}.vxe-table--render-default.size--mini .vxe-body--column:not(.col--ellipsis),.vxe-table--render-default.size--mini .vxe-footer--column:not(.col--ellipsis),.vxe-table--render-default.size--mini .vxe-header--column:not(.col--ellipsis){padding:7px 0}.vxe-table--render-default.size--mini .vxe-cell .vxe-default-input,.vxe-table--render-default.size--mini .vxe-cell .vxe-default-select,.vxe-table--render-default.size--mini .vxe-cell .vxe-default-textarea{height:28px}.vxe-table--render-default.size--mini .vxe-cell .vxe-default-input[type=date]::-webkit-inner-spin-button{margin-top:1px}.vxe-table--render-default .vxe-cell{white-space:pre-line;word-break:break-all;padding-left:10px;padding-right:10px}.vxe-table--render-default .vxe-cell--placeholder{color:#c0c4cc}.vxe-table--render-default .fixed--hidden{visibility:hidden}.vxe-table--render-default .vxe-table--fixed-left-wrapper,.vxe-table--render-default .vxe-table--fixed-right-wrapper{width:100%;position:absolute;top:0;z-index:5;overflow:hidden;background-color:inherit;-webkit-transition:-webkit-box-shadow .3s;transition:-webkit-box-shadow .3s;transition:box-shadow .3s;transition:box-shadow .3s, -webkit-box-shadow .3s}.vxe-table--render-default .vxe-table--fixed-left-wrapper .vxe-table--body-wrapper,.vxe-table--render-default .vxe-table--fixed-right-wrapper .vxe-table--body-wrapper{overflow-x:hidden}.vxe-table--render-default .vxe-table--fixed-left-wrapper .vxe-table--body-wrapper{width:calc(100% + 40px)}.vxe-table--render-default.is--header .vxe-table--fixed-left-wrapper .vxe-table--body-wrapper:before,.vxe-table--render-default.is--header .vxe-table--fixed-right-wrapper .vxe-table--body-wrapper:before{display:none}.vxe-table--render-default .vxe-table--fixed-left-wrapper{left:0;width:200px}.vxe-table--render-default .vxe-table--fixed-left-wrapper.scrolling--middle{-webkit-box-shadow:8px 0 10px -5px rgba(0,0,0,.12);box-shadow:8px 0 10px -5px rgba(0,0,0,.12)}.vxe-table--render-default .vxe-table--fixed-right-wrapper{right:0}.vxe-table--render-default .vxe-table--fixed-right-wrapper.scrolling--middle{-webkit-box-shadow:-8px 0 10px -5px rgba(0,0,0,.12);box-shadow:-8px 0 10px -5px rgba(0,0,0,.12)}.vxe-table--render-default .vxe-table--body-wrapper,.vxe-table--render-default .vxe-table--footer-wrapper,.vxe-table--render-default .vxe-table--header-wrapper{position:relative}.vxe-table--render-default .vxe-table--body-wrapper.fixed-left--wrapper,.vxe-table--render-default .vxe-table--body-wrapper.fixed-right--wrapper,.vxe-table--render-default .vxe-table--footer-wrapper.fixed-left--wrapper,.vxe-table--render-default .vxe-table--footer-wrapper.fixed-right--wrapper,.vxe-table--render-default .vxe-table--header-wrapper.fixed-left--wrapper,.vxe-table--render-default .vxe-table--header-wrapper.fixed-right--wrapper{position:absolute;top:0}.vxe-table--render-default .vxe-table--body-wrapper.fixed-left--wrapper,.vxe-table--render-default .vxe-table--footer-wrapper.fixed-left--wrapper,.vxe-table--render-default .vxe-table--header-wrapper.fixed-left--wrapper{left:0}.vxe-table--render-default .vxe-table--body-wrapper.fixed-right--wrapper,.vxe-table--render-default .vxe-table--footer-wrapper.fixed-right--wrapper,.vxe-table--render-default .vxe-table--header-wrapper.fixed-right--wrapper{right:0;overflow-y:auto}.vxe-table--render-default .vxe-body--x-space{width:100%;height:1px;margin-bottom:-1px}.vxe-table--render-default .vxe-body--y-space{width:0;float:left}.vxe-table--render-default .vxe-table--resizable-bar{display:none;position:absolute;top:0;left:0;width:1px;height:100%;z-index:9;cursor:col-resize}.vxe-table--render-default .vxe-table--resizable-bar:before{content:"";display:block;height:100%;background-color:#409eff}.vxe-table--render-default .vxe-table--border-line{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none;border:1px solid #e8eaec}.vxe-table--render-default.is--tree-line .vxe-body--row:first-child .vxe-tree--line{border-width:0 0 1px 0}.vxe-table--render-default.is--tree-line .vxe-body--row .vxe-body--column{background-image:none}.vxe-table--render-default .vxe-tree--line-wrapper{position:relative;display:block;height:0}.vxe-table--render-default .vxe-tree--line{content:"";position:absolute;bottom:-.9em;width:.8em;border-width:0 0 1px 1px;border-style:dotted;border-color:#909399;pointer-events:none}.vxe-table--render-default .vxe-cell--tree-node{position:relative}.vxe-table--render-default .vxe-tree--btn-wrapper{position:absolute;top:50%;width:1em;height:1em;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.vxe-table--render-default .vxe-tree--node-btn{display:block;color:#939599}.vxe-table--render-default .vxe-tree--node-btn:hover{color:#606266}.vxe-table--render-default .vxe-tree-cell{display:block;padding-left:1.5em}.vxe-table--render-default .vxe-body--column.col--ellipsis>.vxe-cell .vxe-tree-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vxe-table--render-default .vxe-table--expanded{cursor:pointer}.vxe-table--render-default .vxe-table--expanded .vxe-table--expand-btn{display:inline-block;width:1em;height:1em;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#939599}.vxe-table--render-default .vxe-table--expanded .vxe-table--expand-btn:hover{color:#606266}.vxe-table--render-default .vxe-table--expanded+.vxe-table--expand-label{padding-left:.5em}.vxe-table--render-default .vxe-body--expanded-column{border-bottom:1px solid #e8eaec}.vxe-table--render-default .vxe-body--expanded-column.col--ellipsis>.vxe-body--expanded-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vxe-table--render-default .vxe-body--expanded-cell{position:relative;z-index:1}.vxe-table--render-default .vxe-body--expanded-cell.is--ellipsis{overflow:auto}.vxe-table--render-default .vxe-body--column.col--ellipsis>.vxe-cell,.vxe-table--render-default .vxe-footer--column.col--ellipsis>.vxe-cell,.vxe-table--render-default .vxe-header--column.col--ellipsis>.vxe-cell{max-height:48px}.vxe-table--render-default.size--medium .vxe-body--column.col--ellipsis>.vxe-cell,.vxe-table--render-default.size--medium .vxe-footer--column.col--ellipsis>.vxe-cell,.vxe-table--render-default.size--medium .vxe-header--column.col--ellipsis>.vxe-cell{max-height:44px}.vxe-table--render-default.size--medium .vxe-cell--checkbox,.vxe-table--render-default.size--medium .vxe-cell--radio{font-size:14px}.vxe-table--render-default.size--small .vxe-body--column.col--ellipsis>.vxe-cell,.vxe-table--render-default.size--small .vxe-footer--column.col--ellipsis>.vxe-cell,.vxe-table--render-default.size--small .vxe-header--column.col--ellipsis>.vxe-cell{max-height:40px}.vxe-table--render-default.size--small .vxe-cell--checkbox,.vxe-table--render-default.size--small .vxe-cell--radio{font-size:13px}.vxe-table--render-default.size--mini .vxe-body--column.col--ellipsis>.vxe-cell,.vxe-table--render-default.size--mini .vxe-footer--column.col--ellipsis>.vxe-cell,.vxe-table--render-default.size--mini .vxe-header--column.col--ellipsis>.vxe-cell{max-height:36px}.vxe-table--render-default.size--mini .vxe-cell--checkbox,.vxe-table--render-default.size--mini .vxe-cell--radio{font-size:12px}.vxe-table--render-default .vxe-table--empty-block,.vxe-table--render-default .vxe-table--empty-placeholder{min-height:48px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;overflow:hidden;width:100%;pointer-events:none}.vxe-table--render-default .vxe-table--empty-block{display:none;visibility:hidden}.vxe-table--render-default .vxe-table--empty-placeholder{display:none;position:absolute;top:0;z-index:5}.vxe-table--render-default .vxe-table--empty-content{display:block;width:50%;pointer-events:auto}.vxe-table--render-default.is--empty .vxe-table--empty-block,.vxe-table--render-default.is--empty .vxe-table--empty-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex}.vxe-table--render-default .vxe-body--column.col--selected{-webkit-box-shadow:inset 0 0 0 2px #409eff;box-shadow:inset 0 0 0 2px #409eff}.vxe-table--render-default .vxe-body--column.col--actived,.vxe-table--render-default .vxe-body--column.col--selected{position:relative}.vxe-table--render-default .vxe-body--column.col--valid-error .vxe-cell--valid{width:320px;position:absolute;bottom:calc(100% + 4px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:center;pointer-events:none;z-index:4}.vxe-table--render-default .vxe-body--column.col--valid-error .vxe-cell--valid .vxe-cell--valid-msg{display:inline-block;border-radius:4px;padding:8px 12px;color:#fff;background-color:#f56c6c;pointer-events:auto}.vxe-table--render-default .vxe-body--column.col--valid-error .vxe-default-input,.vxe-table--render-default .vxe-body--column.col--valid-error .vxe-default-select,.vxe-table--render-default .vxe-body--column.col--valid-error .vxe-default-textarea,.vxe-table--render-default .vxe-body--column.col--valid-error .vxe-input>.vxe-input--inner{border-color:#f56c6c}.vxe-table--render-default .vxe-body--row:first-child .vxe-cell--valid{bottom:auto;top:calc(100% + 4px)}.vxe-table--render-default .vxe-body--column:first-child .vxe-cell--valid{left:10px;-webkit-transform:translateX(0);transform:translateX(0);text-align:left}.vxe-table--render-default .vxe-body--row.row--new>.vxe-body--column{position:relative}.vxe-table--render-default .vxe-body--row.row--new>.vxe-body--column:before{content:"";top:-5px;left:-5px;position:absolute;border-width:5px;border-style:solid;border-color:transparent #19a15f transparent transparent;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.vxe-table--render-default .vxe-body--column.col--dirty{position:relative}.vxe-table--render-default .vxe-body--column.col--dirty:before{content:"";top:-5px;left:-5px;position:absolute;border-width:5px;border-style:solid;border-color:transparent #f56c6c transparent transparent;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.vxe-table--render-default.vxe-editable.cell--highlight .vxe-body--column.col--actived{-webkit-box-shadow:inset 0 0 0 2px #409eff;box-shadow:inset 0 0 0 2px #409eff}.vxe-table--render-default.vxe-editable.cell--highlight .vxe-body--column.col--actived.col--valid-error{-webkit-box-shadow:inset 0 0 0 2px #f56c6c;box-shadow:inset 0 0 0 2px #f56c6c}.vxe-table--render-default.vxe-editable.cell--highlight .vxe-body--column.col--actived .vxe-cell .vxe-default-input,.vxe-table--render-default.vxe-editable.cell--highlight .vxe-body--column.col--actived .vxe-cell .vxe-default-textarea{border:0;padding:0}.vxe-table--render-default.vxe-editable.cell--highlight .vxe-body--column.col--actived .vxe-cell .vxe-default-input{height:22px}.vxe-table--render-default.vxe-editable.cell--highlight .vxe-body--column.col--actived .vxe-cell .vxe-input .vxe-input--inner{border:0;padding-left:0}.vxe-table--render-default.vxe-editable.cell--highlight .vxe-body--column.col--actived .vxe-cell .vxe-textarea{height:21px}.vxe-table--render-default.vxe-editable.cell--highlight .vxe-body--column.col--actived .vxe-cell .vxe-textarea .vxe-textarea--inner{border:0}.vxe-table--render-default.vxe-editable .vxe-body--column,.vxe-table--render-default.vxe-editable .vxe-body--column.col--actived{padding:0}.vxe-table--footer-wrapper{color:#606266;margin-top:-1px}.vxe-table--footer-wrapper.body--wrapper{overflow-x:auto}.vxe-footer--column.col--ellipsis>.vxe-cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vxe-footer--column.col--ellipsis>.vxe-cell .vxe-cell--item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vxe-grid{position:relative}.vxe-grid.is--loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:99;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:hsla(0,0%,100%,.5)}.vxe-grid.is--loading>.vxe-table .vxe-loading{background-color:transparent}.vxe-grid.is--maximize{position:fixed;top:0;left:0;width:100%;height:100%;padding:.5em 1em;background-color:#fff}.vxe-grid .vxe-body--row.row--pending{color:#f56c6c;text-decoration:line-through;cursor:no-drop}.vxe-grid .vxe-body--row.row--pending .vxe-body--column{position:relative}.vxe-grid .vxe-body--row.row--pending .vxe-body--column:after{content:"";position:absolute;top:50%;left:0;width:100%;height:0;border-bottom:1px solid #f56c6c;z-index:1}.vxe-grid .vxe-grid--bottom-wrapper,.vxe-grid .vxe-grid--form-wrapper,.vxe-grid .vxe-grid--top-wrapper{position:relative}.vxe-grid,.vxe-grid.size--medium{font-size:14px}.vxe-grid.size--small{font-size:13px}.vxe-grid.size--mini{font-size:12px}.vxe-toolbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.6em 0;color:#606266;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;background-color:#fff}.vxe-toolbar:after{content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden}.vxe-toolbar.is--perfect{border:1px solid #e8eaec;border-bottom-width:0;background-color:#f8f8f9}.vxe-toolbar.is--loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:hsla(0,0%,100%,.5)}.vxe-toolbar .vxe-buttons--wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vxe-toolbar .vxe-buttons--wrapper>.vxe-button+.vxe-button--item,.vxe-toolbar .vxe-buttons--wrapper>.vxe-button--item+.vxe-button,.vxe-toolbar .vxe-buttons--wrapper>.vxe-button--item+.vxe-button--item{margin-left:.8em}.vxe-toolbar .vxe-buttons--wrapper>.vxe-button--item{display:inline-block}.vxe-toolbar .vxe-tools--wrapper>.vxe-button+.vxe-tool--item,.vxe-toolbar .vxe-tools--wrapper>.vxe-tool--item+.vxe-button,.vxe-toolbar .vxe-tools--wrapper>.vxe-tool--item+.vxe-tool--item{margin-left:.8em}.vxe-toolbar .vxe-tools--wrapper>.vxe-tool--item{display:inline-block}.vxe-toolbar .vxe-tools--wrapper>.vxe-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vxe-toolbar .vxe-buttons--wrapper,.vxe-toolbar .vxe-tools--operate,.vxe-toolbar .vxe-tools--wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vxe-toolbar .vxe-buttons--wrapper,.vxe-toolbar .vxe-tools--wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.vxe-toolbar .vxe-tools--operate{-ms-flex-negative:0;flex-shrink:0}.vxe-toolbar .vxe-custom--wrapper{position:relative;margin-left:.8em}.vxe-toolbar .vxe-custom--wrapper.is--active>.vxe-button{background-color:#d9dadb;border-radius:50%}.vxe-toolbar .vxe-custom--wrapper.is--active .vxe-custom--option-wrapper{display:block}.vxe-toolbar .vxe-custom--option-wrapper{display:none;position:absolute;right:2px;text-align:left;background-color:#fff;z-index:19;border:1px solid #e8eaec;border-radius:4px;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.2)}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header{padding:.28em 0;font-weight:700;border-bottom:1px solid #dadce0}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body{padding:.2em 0;max-height:17.6em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body .vxe-custom--option:hover{background-color:#f5f7fa}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li{max-width:16em;min-width:12.5em;padding:.2em 1em .2em 1em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--2,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--2{padding-left:3.5em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--2 .vxe-checkbox--icon,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--2 .vxe-checkbox--icon{left:1.8em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--3,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--3{padding-left:4.5em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--3 .vxe-checkbox--icon,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--3 .vxe-checkbox--icon{left:2.8em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--4,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--4{padding-left:5.5em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--4 .vxe-checkbox--icon,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--4 .vxe-checkbox--icon{left:3.8em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--5,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--5{padding-left:6.5em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--5 .vxe-checkbox--icon,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--5 .vxe-checkbox--icon{left:4.8em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--6,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--6{padding-left:7.5em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--6 .vxe-checkbox--icon,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--6 .vxe-checkbox--icon{left:5.8em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--7,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--7{padding-left:8.5em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--7 .vxe-checkbox--icon,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--7 .vxe-checkbox--icon{left:6.8em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--8,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--8{padding-left:9.5em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body>li.level--8 .vxe-checkbox--icon,.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header>li.level--8 .vxe-checkbox--icon{left:7.8em}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer{border-top:1px solid #dadce0;text-align:right}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button{background-color:transparent;width:50%;height:2.5em;border:0;color:#606266;text-align:center;cursor:pointer}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button:focus{outline:none}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button:hover{color:#409eff}.vxe-custom--option-wrapper .vxe-custom--body,.vxe-custom--option-wrapper .vxe-custom--header{list-style-type:none;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-custom--option-wrapper .vxe-custom--body>li,.vxe-custom--option-wrapper .vxe-custom--header>li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vxe-toolbar,.vxe-toolbar.size--medium{font-size:14px}.vxe-toolbar.size--small{font-size:13px}.vxe-toolbar.size--mini{font-size:12px}.vxe-pager{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#606266;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-align:right;background-color:#fff}.vxe-pager.is--hidden{display:none}.vxe-pager.align--left{text-align:left}.vxe-pager.align--center{text-align:center}.vxe-pager.is--loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:hsla(0,0%,100%,.5)}.vxe-pager .vxe-pager--jump-next,.vxe-pager .vxe-pager--jump-prev,.vxe-pager .vxe-pager--next-btn,.vxe-pager .vxe-pager--num-btn,.vxe-pager .vxe-pager--prev-btn{color:inherit;outline:0;padding:0;border:1px solid transparent}.vxe-pager .vxe-pager--jump-next:not(.is--disabled):focus,.vxe-pager .vxe-pager--jump-prev:not(.is--disabled):focus,.vxe-pager .vxe-pager--next-btn:not(.is--disabled):focus,.vxe-pager .vxe-pager--num-btn:not(.is--disabled):focus,.vxe-pager .vxe-pager--prev-btn:not(.is--disabled):focus{-webkit-box-shadow:0 0 .25em 0 #409eff;box-shadow:0 0 .25em 0 #409eff}.vxe-pager .vxe-pager--jump-next:not(.is--disabled):active,.vxe-pager .vxe-pager--jump-prev:not(.is--disabled):active,.vxe-pager .vxe-pager--next-btn:not(.is--disabled):active,.vxe-pager .vxe-pager--num-btn:not(.is--disabled):active,.vxe-pager .vxe-pager--prev-btn:not(.is--disabled):active{background-color:#f7f7f7}.vxe-pager.is--border:not(.is--background) .vxe-pager--jump-next,.vxe-pager.is--border:not(.is--background) .vxe-pager--jump-prev,.vxe-pager.is--border:not(.is--background) .vxe-pager--next-btn,.vxe-pager.is--border:not(.is--background) .vxe-pager--num-btn,.vxe-pager.is--border:not(.is--background) .vxe-pager--prev-btn,.vxe-pager.is--perfect:not(.is--background) .vxe-pager--jump-next,.vxe-pager.is--perfect:not(.is--background) .vxe-pager--jump-prev,.vxe-pager.is--perfect:not(.is--background) .vxe-pager--next-btn,.vxe-pager.is--perfect:not(.is--background) .vxe-pager--num-btn,.vxe-pager.is--perfect:not(.is--background) .vxe-pager--prev-btn{border-color:#dcdfe6}.vxe-pager.is--background .vxe-pager--jump-next,.vxe-pager.is--background .vxe-pager--jump-prev,.vxe-pager.is--background .vxe-pager--next-btn,.vxe-pager.is--background .vxe-pager--num-btn,.vxe-pager.is--background .vxe-pager--prev-btn,.vxe-pager.is--perfect .vxe-pager--jump-next,.vxe-pager.is--perfect .vxe-pager--jump-prev,.vxe-pager.is--perfect .vxe-pager--next-btn,.vxe-pager.is--perfect .vxe-pager--num-btn,.vxe-pager.is--perfect .vxe-pager--prev-btn{background-color:#f4f4f5}.vxe-pager.is--background .vxe-pager--jump-next:not(.is--disabled).is--active,.vxe-pager.is--background .vxe-pager--jump-prev:not(.is--disabled).is--active,.vxe-pager.is--background .vxe-pager--num-btn:not(.is--disabled).is--active,.vxe-pager.is--perfect .vxe-pager--jump-next:not(.is--disabled).is--active,.vxe-pager.is--perfect .vxe-pager--jump-prev:not(.is--disabled).is--active,.vxe-pager.is--perfect .vxe-pager--num-btn:not(.is--disabled).is--active{color:#fff;background-color:#409eff}.vxe-pager.is--background .vxe-pager--jump-next:not(.is--disabled).is--active:hover,.vxe-pager.is--background .vxe-pager--jump-prev:not(.is--disabled).is--active:hover,.vxe-pager.is--background .vxe-pager--num-btn:not(.is--disabled).is--active:hover,.vxe-pager.is--perfect .vxe-pager--jump-next:not(.is--disabled).is--active:hover,.vxe-pager.is--perfect .vxe-pager--jump-prev:not(.is--disabled).is--active:hover,.vxe-pager.is--perfect .vxe-pager--num-btn:not(.is--disabled).is--active:hover{background-color:#5faeff}.vxe-pager.is--background .vxe-pager--jump-next:not(.is--disabled).is--active:focus,.vxe-pager.is--background .vxe-pager--jump-prev:not(.is--disabled).is--active:focus,.vxe-pager.is--background .vxe-pager--num-btn:not(.is--disabled).is--active:focus,.vxe-pager.is--perfect .vxe-pager--jump-next:not(.is--disabled).is--active:focus,.vxe-pager.is--perfect .vxe-pager--jump-prev:not(.is--disabled).is--active:focus,.vxe-pager.is--perfect .vxe-pager--num-btn:not(.is--disabled).is--active:focus{border-color:#409eff}.vxe-pager.is--background .vxe-pager--jump-next:not(.is--disabled).is--active:active,.vxe-pager.is--background .vxe-pager--jump-prev:not(.is--disabled).is--active:active,.vxe-pager.is--background .vxe-pager--num-btn:not(.is--disabled).is--active:active,.vxe-pager.is--perfect .vxe-pager--jump-next:not(.is--disabled).is--active:active,.vxe-pager.is--perfect .vxe-pager--jump-prev:not(.is--disabled).is--active:active,.vxe-pager.is--perfect .vxe-pager--num-btn:not(.is--disabled).is--active:active{border-color:#3196ff;background-color:#3196ff}.vxe-pager.is--perfect{border:1px solid #e8eaec;border-top-width:0;background-color:#fff}.vxe-pager.is--border .vxe-pager--num-btn.is--active{border-color:#409eff}.vxe-pager .vxe-pager--wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vxe-pager .vxe-pager--btn-icon,.vxe-pager .vxe-pager--jump-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vxe-pager .vxe-pager--count,.vxe-pager .vxe-pager--jump,.vxe-pager .vxe-pager--jump-next,.vxe-pager .vxe-pager--jump-prev,.vxe-pager .vxe-pager--left-wrapper,.vxe-pager .vxe-pager--next-btn,.vxe-pager .vxe-pager--prev-btn,.vxe-pager .vxe-pager--right-wrapper,.vxe-pager .vxe-pager--sizes,.vxe-pager .vxe-pager--total{margin:0 .4em;vertical-align:middle;display:inline-block}.vxe-pager .vxe-pager--jump-next,.vxe-pager .vxe-pager--jump-prev,.vxe-pager .vxe-pager--next-btn,.vxe-pager .vxe-pager--num-btn,.vxe-pager .vxe-pager--prev-btn{position:relative;cursor:pointer}.vxe-pager .vxe-pager--count,.vxe-pager .vxe-pager--jump-next,.vxe-pager .vxe-pager--jump-prev,.vxe-pager .vxe-pager--left-wrapper,.vxe-pager .vxe-pager--next-btn,.vxe-pager .vxe-pager--num-btn,.vxe-pager .vxe-pager--prev-btn,.vxe-pager .vxe-pager--right-wrapper{height:2.15em;line-height:2em;display:inline-block}.vxe-pager .vxe-pager--jump .vxe-pager--goto,.vxe-pager .vxe-pager--sizes>.vxe-input{height:2.15em;line-height:2.15em}.vxe-pager .vxe-pager--sizes>.vxe-select--panel .vxe-select-option{text-align:center}.vxe-pager .vxe-pager--count,.vxe-pager .vxe-pager--jump-next,.vxe-pager .vxe-pager--jump-prev,.vxe-pager .vxe-pager--next-btn,.vxe-pager .vxe-pager--num-btn,.vxe-pager .vxe-pager--prev-btn{min-width:2.15em}.vxe-pager .vxe-pager--btn-wrapper{padding:0;margin:0;display:inline-block;text-align:center}.vxe-pager .vxe-pager--btn-wrapper .vxe-pager--jump-next:hover .vxe-pager--jump-more-icon,.vxe-pager .vxe-pager--btn-wrapper .vxe-pager--jump-prev:hover .vxe-pager--jump-more-icon{display:none}.vxe-pager .vxe-pager--btn-wrapper .vxe-pager--jump-next:hover .vxe-pager--jump-icon,.vxe-pager .vxe-pager--btn-wrapper .vxe-pager--jump-prev:hover .vxe-pager--jump-icon{display:inline-block}.vxe-pager .vxe-pager--btn-wrapper .vxe-pager--jump-icon{display:none}.vxe-pager .vxe-pager--jump-next,.vxe-pager .vxe-pager--jump-prev,.vxe-pager .vxe-pager--next-btn,.vxe-pager .vxe-pager--num-btn,.vxe-pager .vxe-pager--prev-btn{text-align:center;border-radius:4px;margin:0 .25em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.vxe-pager .vxe-pager--jump-next:not(.is--disabled):hover,.vxe-pager .vxe-pager--jump-prev:not(.is--disabled):hover,.vxe-pager .vxe-pager--next-btn:not(.is--disabled):hover,.vxe-pager .vxe-pager--num-btn:not(.is--disabled):hover,.vxe-pager .vxe-pager--prev-btn:not(.is--disabled):hover{color:#5faeff}.vxe-pager .vxe-pager--jump-next:not(.is--disabled).is--active,.vxe-pager .vxe-pager--jump-next:not(.is--disabled):focus,.vxe-pager .vxe-pager--jump-prev:not(.is--disabled).is--active,.vxe-pager .vxe-pager--jump-prev:not(.is--disabled):focus,.vxe-pager .vxe-pager--next-btn:not(.is--disabled).is--active,.vxe-pager .vxe-pager--next-btn:not(.is--disabled):focus,.vxe-pager .vxe-pager--num-btn:not(.is--disabled).is--active,.vxe-pager .vxe-pager--num-btn:not(.is--disabled):focus,.vxe-pager .vxe-pager--prev-btn:not(.is--disabled).is--active,.vxe-pager .vxe-pager--prev-btn:not(.is--disabled):focus{color:#409eff}.vxe-pager .vxe-pager--jump-next:not(.is--disabled):active,.vxe-pager .vxe-pager--jump-prev:not(.is--disabled):active,.vxe-pager .vxe-pager--next-btn:not(.is--disabled):active,.vxe-pager .vxe-pager--num-btn:not(.is--disabled):active,.vxe-pager .vxe-pager--prev-btn:not(.is--disabled):active{color:#3196ff}.vxe-pager .vxe-pager--jump-next.is--disabled,.vxe-pager .vxe-pager--jump-prev.is--disabled,.vxe-pager .vxe-pager--next-btn.is--disabled,.vxe-pager .vxe-pager--num-btn.is--disabled,.vxe-pager .vxe-pager--prev-btn.is--disabled{cursor:no-drop;color:#bfbfbf}.vxe-pager .vxe-pager--jump-next.is--disabled:hover,.vxe-pager .vxe-pager--jump-prev.is--disabled:hover,.vxe-pager .vxe-pager--next-btn.is--disabled:hover,.vxe-pager .vxe-pager--num-btn.is--disabled:hover,.vxe-pager .vxe-pager--prev-btn.is--disabled:hover{color:#bfbfbf}.vxe-pager .vxe-pager--num-btn{vertical-align:middle}.vxe-pager .vxe-pager--num-btn.is--active{font-weight:700}.vxe-pager .vxe-pager--sizes{width:7em;text-align:center;cursor:pointer}.vxe-pager .vxe-pager--count,.vxe-pager .vxe-pager--sizes .vxe-input--inner{text-align:center}.vxe-pager .vxe-pager--count>span{vertical-align:middle}.vxe-pager .vxe-pager--count .vxe-pager--separator{margin-right:.2em}.vxe-pager .vxe-pager--count .vxe-pager--separator:before{content:"/"}.vxe-pager .vxe-pager--jump .vxe-pager--goto{border-radius:4px;border:1px solid #dcdfe6;color:#606266;-webkit-transition:border .2s ease-in-out;transition:border .2s ease-in-out;padding:0 .4em;background-color:#fff}.vxe-pager .vxe-pager--jump .vxe-pager--goto:focus{border:1px solid #409eff;outline:0}.vxe-pager .vxe-pager--jump .vxe-pager--goto-text{margin-right:.25em}.vxe-pager .vxe-pager--jump .vxe-pager--classifier-text{margin-left:.25em}.vxe-pager .vxe-pager--jump .vxe-pager--goto{width:3.2em;text-align:center}.vxe-pager{font-size:14px;height:48px}.vxe-pager.size--medium{font-size:14px;height:44px}.vxe-pager.size--small{font-size:13px;height:40px}.vxe-pager.size--mini{font-size:12px;height:36px}.vxe-checkbox,.vxe-checkbox-group{display:inline-block;vertical-align:middle;line-height:1}.vxe-checkbox{white-space:nowrap}.vxe-checkbox+.vxe-checkbox{margin-left:10px}.vxe-checkbox>input[type=checkbox]{position:absolute;width:0;height:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vxe-checkbox.is--indeterminate>input:not(:checked)+.vxe-checkbox--icon{color:#409eff}.vxe-checkbox:not(.is--disabled)>input:focus+.vxe-checkbox--icon{color:#409eff;-webkit-box-shadow:0 0 .2em 0 #409eff;box-shadow:0 0 .2em 0 #409eff}.vxe-checkbox:not(.is--disabled):hover>input+.vxe-checkbox--icon{border-color:#409eff}.vxe-checkbox.is--disabled{cursor:not-allowed}.vxe-checkbox.is--disabled>input+.vxe-checkbox--icon{color:#dcdfe6}.vxe-checkbox.is--disabled>input+.vxe-checkbox--icon+.vxe-checkbox--label{color:#bfbfbf}.vxe-checkbox.is--disabled>input:checked+.vxe-checkbox--icon{color:#dcdfe6}.vxe-checkbox .vxe-checkbox--label{padding-left:.5em;vertical-align:middle;display:inline-block;max-width:50em}.vxe-checkbox,.vxe-checkbox.size--medium{font-size:14px}.vxe-checkbox.size--small{font-size:13px}.vxe-checkbox.size--mini{font-size:12px}[class*=vxe-],[class*=vxe-] :after,[class*=vxe-] :before,[class*=vxe-]:after,[class*=vxe-]:before{-webkit-box-sizing:border-box;box-sizing:border-box}.vxe-checkbox .vxe-checkbox--label,.vxe-radio .vxe-radio--label,.vxe-radio-button .vxe-radio--label,.vxe-table--render-default .vxe-body--column.col--ellipsis:not(.col--actived)>.vxe-cell,.vxe-table--render-default .vxe-footer--column.col--ellipsis:not(.col--actived)>.vxe-cell,.vxe-table--render-default .vxe-header--column.col--ellipsis:not(.col--actived)>.vxe-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[class*=vxe-]{font-variant:tabular-nums;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum"}.vxe-primary-color{color:#409eff}.vxe-success-color{color:#67c23a}.vxe-info-color{color:#909399}.vxe-warning-color{color:#e6a23c}.vxe-danger-color{color:#f56c6c}.vxe-perfect-color{color:#f8f8f9}.vxe-row:after{content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden}.vxe-row>.vxe-col--1{float:left;width:4.16667%}.vxe-row>.vxe-col--2{float:left;width:8.33333%}.vxe-row>.vxe-col--3{float:left;width:12.5%}.vxe-row>.vxe-col--4{float:left;width:16.66667%}.vxe-row>.vxe-col--5{float:left;width:20.83333%}.vxe-row>.vxe-col--6{float:left;width:25%}.vxe-row>.vxe-col--7{float:left;width:29.16667%}.vxe-row>.vxe-col--8{float:left;width:33.33333%}.vxe-row>.vxe-col--9{float:left;width:37.5%}.vxe-row>.vxe-col--10{float:left;width:41.66667%}.vxe-row>.vxe-col--11{float:left;width:45.83333%}.vxe-row>.vxe-col--12{float:left;width:50%}.vxe-row>.vxe-col--13{float:left;width:54.16667%}.vxe-row>.vxe-col--14{float:left;width:58.33333%}.vxe-row>.vxe-col--15{float:left;width:62.5%}.vxe-row>.vxe-col--16{float:left;width:66.66667%}.vxe-row>.vxe-col--17{float:left;width:70.83333%}.vxe-row>.vxe-col--18{float:left;width:75%}.vxe-row>.vxe-col--19{float:left;width:79.16667%}.vxe-row>.vxe-col--20{float:left;width:83.33333%}.vxe-row>.vxe-col--21{float:left;width:87.5%}.vxe-row>.vxe-col--22{float:left;width:91.66667%}.vxe-row>.vxe-col--23{float:left;width:95.83333%}.vxe-row>.vxe-col--24{float:left;width:100%}.is--animat .vxe-filter--btn:after,.is--animat .vxe-filter--btn:before,.is--animat .vxe-input--wrapper .vxe-input,.is--animat .vxe-sort--asc-btn:after,.is--animat .vxe-sort--asc-btn:before,.is--animat .vxe-sort--desc-btn:after,.is--animat .vxe-sort--desc-btn:before{-webkit-transition:border .1s ease-in-out;transition:border .1s ease-in-out}.is--animat .vxe-table--expand-btn,.is--animat .vxe-tree--node-btn{-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out, -webkit-transform .1s ease-in-out}.is--animat .vxe-checkbox>input:checked+span,.is--animat .vxe-radio>input:checked+span{-webkit-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out}.vxe-checkbox .vxe-checkbox--icon,.vxe-custom--option .vxe-checkbox--icon,.vxe-export--panel-column-option .vxe-checkbox--icon,.vxe-table--filter-option .vxe-checkbox--icon,.vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon{font-size:1.34em;color:#dcdfe6;vertical-align:middle;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.is--checked.vxe-checkbox,.is--checked.vxe-checkbox .vxe-checkbox--icon,.is--checked.vxe-custom--option,.is--checked.vxe-custom--option .vxe-checkbox--icon,.is--checked.vxe-export--panel-column-option,.is--checked.vxe-export--panel-column-option .vxe-checkbox--icon,.is--checked.vxe-table--filter-option,.is--checked.vxe-table--filter-option .vxe-checkbox--icon,.is--indeterminate.vxe-checkbox,.is--indeterminate.vxe-checkbox .vxe-checkbox--icon,.is--indeterminate.vxe-custom--option,.is--indeterminate.vxe-custom--option .vxe-checkbox--icon,.is--indeterminate.vxe-export--panel-column-option,.is--indeterminate.vxe-export--panel-column-option .vxe-checkbox--icon,.is--indeterminate.vxe-table--filter-option,.is--indeterminate.vxe-table--filter-option .vxe-checkbox--icon,.vxe-table--render-default .is--checked.vxe-cell--checkbox,.vxe-table--render-default .is--checked.vxe-cell--checkbox .vxe-checkbox--icon,.vxe-table--render-default .is--indeterminate.vxe-cell--checkbox,.vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon{color:#409eff}.vxe-checkbox:not(.is--disabled),.vxe-custom--option:not(.is--disabled),.vxe-export--panel-column-option:not(.is--disabled),.vxe-table--filter-option:not(.is--disabled),.vxe-table--render-default .vxe-cell--checkbox:not(.is--disabled){cursor:pointer}.vxe-checkbox:not(.is--disabled):hover .vxe-checkbox--icon,.vxe-custom--option:not(.is--disabled):hover .vxe-checkbox--icon,.vxe-export--panel-column-option:not(.is--disabled):hover .vxe-checkbox--icon,.vxe-table--filter-option:not(.is--disabled):hover .vxe-checkbox--icon,.vxe-table--render-default .vxe-cell--checkbox:not(.is--disabled):hover .vxe-checkbox--icon{color:#409eff}.is--disabled.vxe-checkbox,.is--disabled.vxe-custom--option,.is--disabled.vxe-export--panel-column-option,.is--disabled.vxe-table--filter-option,.vxe-table--render-default .is--disabled.vxe-cell--checkbox{color:#bfbfbf;cursor:not-allowed}.is--disabled.vxe-checkbox .vxe-checkbox--icon,.is--disabled.vxe-custom--option .vxe-checkbox--icon,.is--disabled.vxe-export--panel-column-option .vxe-checkbox--icon,.is--disabled.vxe-table--filter-option .vxe-checkbox--icon,.vxe-table--render-default .is--disabled.vxe-cell--checkbox .vxe-checkbox--icon{color:#dcdfe6}.vxe-checkbox .vxe-checkbox--label,.vxe-custom--option .vxe-checkbox--label,.vxe-export--panel-column-option .vxe-checkbox--label,.vxe-table--filter-option .vxe-checkbox--label,.vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--label{padding-left:.5em;vertical-align:middle}.vxe-radio,.vxe-table--render-default .vxe-cell--radio{cursor:pointer}.vxe-radio .vxe-radio--icon,.vxe-table--render-default .vxe-cell--radio .vxe-radio--icon{font-size:1.4em;color:#dcdfe6;vertical-align:middle;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.is--checked.vxe-radio,.is--checked.vxe-radio .vxe-radio--icon,.vxe-table--render-default .is--checked.vxe-cell--radio,.vxe-table--render-default .is--checked.vxe-cell--radio .vxe-radio--icon{color:#409eff}.vxe-radio:not(.is--disabled),.vxe-table--render-default .vxe-cell--radio:not(.is--disabled){cursor:pointer}.vxe-radio:not(.is--disabled):hover .vxe-radio--icon,.vxe-table--render-default .vxe-cell--radio:not(.is--disabled):hover .vxe-radio--icon{color:#409eff}.is--disabled.vxe-radio,.vxe-table--render-default .is--disabled.vxe-cell--radio{color:#bfbfbf;cursor:not-allowed}.is--disabled.vxe-radio .vxe-radio--icon,.vxe-table--render-default .is--disabled.vxe-cell--radio .vxe-radio--icon{color:#dcdfe6}.vxe-radio .vxe-radio--label,.vxe-table--render-default .vxe-cell--radio .vxe-radio--label{padding-left:.5em;vertical-align:middle}.vxe-radio-group{display:inline-block;vertical-align:middle;line-height:1;font-size:0}.vxe-radio-group+.vxe-radio-group{margin-left:10px}.vxe-radio{display:inline-block;vertical-align:middle;white-space:nowrap;line-height:1}.vxe-radio>input[type=radio]{position:absolute;width:0;height:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vxe-radio .vxe-radio--label{vertical-align:middle;display:inline-block;max-width:50em}.vxe-radio:not(.is--disabled)>input:focus+.vxe-radio--icon{color:#409eff}.vxe-radio:not(.vxe-radio-button)+.vxe-radio{margin-left:10px}.vxe-radio-button .vxe-radio--label{background-color:#fff}.vxe-radio-button:first-child .vxe-radio--label{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px}.vxe-radio-button:last-child .vxe-radio--label{border-radius:0 4px 4px 0}.vxe-radio-button>input:checked+.vxe-radio--label{color:#fff;background-color:#409eff;border-color:#409eff}.vxe-radio-button .vxe-radio--label{padding:0 1em;line-height:32px;display:inline-block;border-style:solid;border-color:#dcdfe6;border-width:1px 1px 1px 0;max-width:50em}.vxe-radio-button.is--disabled{cursor:not-allowed}.vxe-radio-button.is--disabled>input:not(:checked)+.vxe-radio--label{color:#dcdfe6}.vxe-radio-button.is--disabled>input:checked+.vxe-radio--label{border-color:#a6d2ff;background-color:#a6d2ff}.vxe-radio-button:not(.is--disabled)>input:focus+.vxe-radio--label{border-color:#409eff;-webkit-box-shadow:0 0 .2em 0 #409eff;box-shadow:0 0 .2em 0 #409eff}.vxe-radio-button:not(.is--disabled):hover>input:not(:checked)+.vxe-radio--label{color:#409eff}.vxe-radio-button.size--medium .vxe-radio--label{line-height:30px}.vxe-radio-button.size--small .vxe-radio--label{line-height:28px}.vxe-radio-button.size--mini .vxe-radio--label{line-height:26px}.vxe-radio,.vxe-radio.size--medium{font-size:14px}.vxe-radio.size--small{font-size:13px}.vxe-radio.size--mini{font-size:12px}.vxe-input--inner{width:100%;height:100%;border-radius:4px;outline:0;margin:0;font-size:inherit;font-family:inherit;line-height:inherit;padding:0 .6em;color:#606266;border:1px solid #dcdfe6;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.vxe-input--inner::-moz-placeholder{color:#c0c4cc}.vxe-input--inner::-webkit-input-placeholder{color:#c0c4cc}.vxe-input--inner::-ms-input-placeholder{color:#c0c4cc}.vxe-input--inner::placeholder{color:#c0c4cc}.vxe-input--inner::-webkit-autofill{background-color:#fff}.vxe-input--inner[type=number]{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.vxe-input--inner[type=number]::-webkit-inner-spin-button,.vxe-input--inner[type=number]::-webkit-outer-spin-button,.vxe-input--inner[type=search],.vxe-input--inner[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.vxe-input--inner[disabled]{cursor:not-allowed;color:#bfbfbf;background-color:#f3f3f3}.vxe-input{display:inline-block;position:relative;width:180px}.vxe-input.is--disabled .vxe-input--date-picker-suffix,.vxe-input.is--disabled .vxe-input--number-suffix,.vxe-input.is--disabled .vxe-input--password-suffix,.vxe-input.is--disabled .vxe-input--search-suffix,.vxe-input.is--disabled .vxe-input--suffix{cursor:no-drop}.vxe-input:not(.is--disabled) .vxe-input--clear-icon,.vxe-input:not(.is--disabled) .vxe-input--number-suffix,.vxe-input:not(.is--disabled) .vxe-input--password-suffix,.vxe-input:not(.is--disabled) .vxe-input--search-suffix{cursor:pointer}.vxe-input:not(.is--disabled).is--active .vxe-input--inner{border:1px solid #409eff}.vxe-input .vxe-input--extra-suffix,.vxe-input .vxe-input--prefix,.vxe-input .vxe-input--suffix{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;width:1.6em;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#c0c4cc}.vxe-input .vxe-input--prefix{left:.2em}.vxe-input.is--prefix .vxe-input--inner{padding-left:1.8em}.vxe-input .vxe-input--clear-icon{display:none}.vxe-input .vxe-input--extra-suffix,.vxe-input .vxe-input--suffix{right:.2em}.vxe-input.is--suffix .vxe-input--inner{padding-right:1.8em}.vxe-input.is--left .vxe-input--inner{text-align:left}.vxe-input.is--center .vxe-input--inner{text-align:center}.vxe-input.is--right .vxe-input--inner{text-align:right}.vxe-input.is--controls.type--date .vxe-input--inner,.vxe-input.is--controls.type--datetime .vxe-input--inner,.vxe-input.is--controls.type--float .vxe-input--inner,.vxe-input.is--controls.type--integer .vxe-input--inner,.vxe-input.is--controls.type--month .vxe-input--inner,.vxe-input.is--controls.type--number .vxe-input--inner,.vxe-input.is--controls.type--password .vxe-input--inner,.vxe-input.is--controls.type--quarter .vxe-input--inner,.vxe-input.is--controls.type--search .vxe-input--inner,.vxe-input.is--controls.type--time .vxe-input--inner,.vxe-input.is--controls.type--week .vxe-input--inner,.vxe-input.is--controls.type--year .vxe-input--inner{padding-right:1.8em}.vxe-input.is--controls.type--date .vxe-input--suffix,.vxe-input.is--controls.type--datetime .vxe-input--suffix,.vxe-input.is--controls.type--float .vxe-input--suffix,.vxe-input.is--controls.type--integer .vxe-input--suffix,.vxe-input.is--controls.type--month .vxe-input--suffix,.vxe-input.is--controls.type--number .vxe-input--suffix,.vxe-input.is--controls.type--password .vxe-input--suffix,.vxe-input.is--controls.type--quarter .vxe-input--suffix,.vxe-input.is--controls.type--search .vxe-input--suffix,.vxe-input.is--controls.type--time .vxe-input--suffix,.vxe-input.is--controls.type--week .vxe-input--suffix,.vxe-input.is--controls.type--year .vxe-input--suffix{right:1.6em}.vxe-input.is--suffix.is--controls.type--date .vxe-input--inner,.vxe-input.is--suffix.is--controls.type--datetime .vxe-input--inner,.vxe-input.is--suffix.is--controls.type--float .vxe-input--inner,.vxe-input.is--suffix.is--controls.type--integer .vxe-input--inner,.vxe-input.is--suffix.is--controls.type--month .vxe-input--inner,.vxe-input.is--suffix.is--controls.type--number .vxe-input--inner,.vxe-input.is--suffix.is--controls.type--password .vxe-input--inner,.vxe-input.is--suffix.is--controls.type--quarter .vxe-input--inner,.vxe-input.is--suffix.is--controls.type--search .vxe-input--inner,.vxe-input.is--suffix.is--controls.type--time .vxe-input--inner,.vxe-input.is--suffix.is--controls.type--week .vxe-input--inner,.vxe-input.is--suffix.is--controls.type--year .vxe-input--inner{padding-right:3.2em}.vxe-input.is--suffix:hover .vxe-input--suffix.is--clear .vxe-input--suffix-icon{display:none}.vxe-input.is--suffix:hover .vxe-input--suffix.is--clear .vxe-input--clear-icon{display:inline}.vxe-input:not(.is--disabled) .vxe-input--suffix:hover .vxe-input--clear-icon{color:#606266}.vxe-input:not(.is--disabled) .vxe-input--suffix:active .vxe-input--clear-icon{color:#409eff}.vxe-input:not(.is--disabled) .vxe-input--extra-suffix:hover .vxe-input--password-suffix,.vxe-input:not(.is--disabled) .vxe-input--extra-suffix:hover .vxe-input--search-suffix{color:#606266}.vxe-input:not(.is--disabled) .vxe-input--extra-suffix:active .vxe-input--password-suffix,.vxe-input:not(.is--disabled) .vxe-input--extra-suffix:active .vxe-input--search-suffix{color:#409eff}.vxe-input:not(.is--disabled) .vxe-input--number-next:hover,.vxe-input:not(.is--disabled) .vxe-input--number-prev:hover{color:#606266}.vxe-input:not(.is--disabled) .vxe-input--number-next:active,.vxe-input:not(.is--disabled) .vxe-input--number-prev:active{color:#409eff}.vxe-input:not(.is--disabled) .vxe-input--number-next.is--disabled,.vxe-input:not(.is--disabled) .vxe-input--number-prev.is--disabled{cursor:no-drop;color:#e4e7ed}.vxe-input .vxe-input--date-picker-suffix,.vxe-input .vxe-input--number-suffix,.vxe-input .vxe-input--password-suffix,.vxe-input .vxe-input--search-suffix{position:relative;width:100%;height:100%}.vxe-input .vxe-input--date-picker-icon,.vxe-input .vxe-input--password-icon,.vxe-input .vxe-input--search-icon{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vxe-input .vxe-input--date-picker-icon[class*=vxe-icon-],.vxe-input .vxe-input--password-icon[class*=vxe-icon-],.vxe-input .vxe-input--search-icon[class*=vxe-icon-]{font-size:1.2em}.vxe-input .vxe-input--date-picker-suffix{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vxe-input .vxe-input--date-picker-suffix .vxe-input--panel-icon{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.vxe-input .vxe-input--number-next,.vxe-input .vxe-input--number-prev{position:relative;display:block;height:50%;width:100%;text-align:center}.vxe-input .vxe-input--number-next-icon,.vxe-input .vxe-input--number-prev-icon{line-height:.8em;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vxe-input .vxe-input--number-prev-icon{bottom:0}.vxe-input .vxe-input--number-next-icon{top:0}.vxe-input--panel{display:none;position:absolute;left:0;padding:4px 0;color:#606266;text-align:left}.vxe-input--panel:not(.is--transfer){min-width:100%}.vxe-input--panel.is--transfer{position:fixed}.vxe-input--panel.animat--leave{display:block;opacity:0;-webkit-transform:scaleY(.5);transform:scaleY(.5);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.vxe-input--panel.animat--leave[placement=top]{-webkit-transform-origin:center bottom;transform-origin:center bottom}.vxe-input--panel.animat--enter{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.vxe-input--panel-layout-wrapper,.vxe-input--panel-wrapper{background-color:#fff;border:1px solid #dadce0;-webkit-box-shadow:0 0 6px 2px rgba(0,0,0,.1);box-shadow:0 0 6px 2px rgba(0,0,0,.1);border-radius:4px}.vxe-input--panel-wrapper{overflow-x:hidden;overflow-y:auto}.vxe-input--panel-layout-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.vxe-input--panel.type--date,.vxe-input--panel.type--month,.vxe-input--panel.type--quarter,.vxe-input--panel.type--week,.vxe-input--panel.type--year{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-input--panel.type--datetime .vxe-input--panel-right-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #dcdfe6}.vxe-input--panel.type--date .vxe-input--date-picker-body th,.vxe-input--panel.type--datetime .vxe-input--date-picker-body th{width:14.28571%}.vxe-input--panel.type--week .vxe-input--date-picker-body table th{width:12%}.vxe-input--panel.type--week .vxe-input--date-picker-body table th:first-child{width:14%}.vxe-input--panel.type--quarter .vxe-input--date-picker-body table th{width:50%}.vxe-input--panel.type--month .vxe-input--date-picker-body td,.vxe-input--panel.type--year .vxe-input--date-picker-body td{width:25%}.vxe-input--time-picker-title{display:inline-block;text-align:center;border:1px solid #dcdfe6;border-radius:4px}.vxe-input--time-picker-confirm{position:absolute;right:0;top:0}.vxe-input--date-picker-confirm,.vxe-input--time-picker-confirm{outline:0;border:1px solid #dcdfe6;border-radius:4px;cursor:pointer;color:#fff;border-color:#409eff;background-color:#409eff}.vxe-input--date-picker-confirm:hover,.vxe-input--time-picker-confirm:hover{background-color:#5faeff;border-color:#5faeff}.vxe-input--date-picker-confirm:active,.vxe-input--time-picker-confirm:active{background-color:#3196ff;border-color:#3196ff}.vxe-input--time-picker-header{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-ms-flex-negative:0;flex-shrink:0}.vxe-input--date-picker-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-input--date-picker-header .vxe-input--date-picker-type-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vxe-input--date-picker-header .vxe-input--date-picker-btn-wrapper{-ms-flex-negative:0;flex-shrink:0;text-align:center}.vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn,.vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label{display:inline-block}.vxe-input--date-picker-btn-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.vxe-input--date-picker-btn,.vxe-input--date-picker-label{display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff}.vxe-input--date-picker-btn.is--disabled{color:#bfbfbf;cursor:no-drop}.vxe-input--date-picker-btn:not(.is--disabled){cursor:pointer}.vxe-input--date-picker-btn:not(.is--disabled):hover{background-color:#fff}.vxe-input--date-picker-btn:not(.is--disabled):active{background-color:#f7f7f7}.vxe-input--date-picker-body{border-radius:4px;border:1px solid #dadce0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-input--date-picker-body table{border:0;width:100%;border-spacing:0;border-collapse:separate;text-align:center;table-layout:fixed}.vxe-input--date-picker-body td,.vxe-input--date-picker-body th{font-weight:400}.vxe-input--date-picker-body th{-webkit-box-shadow:inset 0 -1px 0 0 #dadce0;box-shadow:inset 0 -1px 0 0 #dadce0}.vxe-input--date-picker-body td.is--next,.vxe-input--date-picker-body td.is--next .vxe-input--date-festival,.vxe-input--date-picker-body td.is--next .vxe-input--date-label,.vxe-input--date-picker-body td.is--prev,.vxe-input--date-picker-body td.is--prev .vxe-input--date-festival,.vxe-input--date-picker-body td.is--prev .vxe-input--date-label{color:#bfbfbf}.vxe-input--date-picker-body td.is--now{-webkit-box-shadow:inset 0 0 0 1px #dadce0;box-shadow:inset 0 0 0 1px #dadce0}.vxe-input--date-picker-body td.is--now:not(.is--selected).is--current,.vxe-input--date-picker-body td.is--now:not(.is--selected).is--current .vxe-input--date-festival,.vxe-input--date-picker-body td.is--now:not(.is--selected).is--current .vxe-input--date-label{color:#409eff}.vxe-input--date-picker-body td.is--hover{background-color:#f2f6fc}.vxe-input--date-picker-body td.is--selected{color:#fff;background-color:#409eff}.vxe-input--date-picker-body td.is--selected.is--next,.vxe-input--date-picker-body td.is--selected.is--prev{background-color:#73b8ff}.vxe-input--date-picker-body td.is--selected .vxe-input--date-festival,.vxe-input--date-picker-body td.is--selected .vxe-input--date-label{color:#fff}.vxe-input--date-picker-body td.is--selected .vxe-input--date-label.is-notice:before{background-color:#fff}.vxe-input--date-picker-body td:not(.is--disabled){cursor:pointer}.vxe-input--date-picker-body td.is--disabled{cursor:no-drop;color:#dcdfe6;background-color:#f3f3f3}.vxe-input--date-picker-body td.is--disabled .vxe-input--date-festival,.vxe-input--date-picker-body td.is--disabled .vxe-input--date-label{color:#dcdfe6}.vxe-input--date-week-view th:first-child{-webkit-box-shadow:inset -1px -1px 0 0 #dadce0;box-shadow:inset -1px -1px 0 0 #dadce0}.vxe-input--date-week-view td:first-child{-webkit-box-shadow:inset -1px 0 0 0 #dadce0;box-shadow:inset -1px 0 0 0 #dadce0}.vxe-input--date-festival,.vxe-input--date-label{display:block;overflow:hidden}.vxe-input--date-label{position:relative}.vxe-input--date-label.is-notice:before{content:"";position:absolute;width:4px;height:4px;left:.8em;top:.1em;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:100%;background-color:red}.vxe-input--date-label--extra{position:absolute;right:.1em;top:-.2em;font-size:12px;line-height:12px;-webkit-transform:scale(.7);transform:scale(.7);color:#67c23a}.vxe-input--date-label--extra.is-important{color:#fd2222}.vxe-input--date-festival{color:#999;height:14px;line-height:1;overflow:hidden}.vxe-input--date-festival.is-important{color:#409eff}.vxe-input--date-festival--label{display:block;font-size:12px;-webkit-transform:scale(.8);transform:scale(.8)}@-webkit-keyframes festivalOverlap2{0%,45%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%,95%{-webkit-transform:translateY(-14px);transform:translateY(-14px)}}@keyframes festivalOverlap2{0%,45%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%,95%{-webkit-transform:translateY(-14px);transform:translateY(-14px)}}@-webkit-keyframes festivalOverlap3{0%,20%,to{-webkit-transform:translateY(0);transform:translateY(0)}25%,45%,75%,95%{-webkit-transform:translateY(-14px);transform:translateY(-14px)}50%,70%{-webkit-transform:translateY(-28px);transform:translateY(-28px)}}@keyframes festivalOverlap3{0%,20%,to{-webkit-transform:translateY(0);transform:translateY(0)}25%,45%,75%,95%{-webkit-transform:translateY(-14px);transform:translateY(-14px)}50%,70%{-webkit-transform:translateY(-28px);transform:translateY(-28px)}}.vxe-input--date-festival--overlap{display:block;font-size:12px}.vxe-input--date-festival--overlap.overlap--2{-webkit-animation:festivalOverlap2 6s ease-in-out infinite;animation:festivalOverlap2 6s ease-in-out infinite}.vxe-input--date-festival--overlap.overlap--3{-webkit-animation:festivalOverlap3 9s ease-in-out infinite;animation:festivalOverlap3 9s ease-in-out infinite}.vxe-input--date-festival--overlap>span{height:14px;display:block;-webkit-transform:scale(.8);transform:scale(.8)}.vxe-input--time-picker-body{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border:1px solid #dadce0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-input--time-picker-body>ul{height:100%;overflow:hidden;margin:0;padding:0}.vxe-input--time-picker-body>ul:after,.vxe-input--time-picker-body>ul:before{content:" ";display:block}.vxe-input--time-picker-body>ul:hover{overflow-y:auto}.vxe-input--time-picker-body>ul>li{display:block}.vxe-input--time-picker-body>ul>li:hover{background-color:#f2f6fc;cursor:pointer}.vxe-input--time-picker-body>ul>li.is--selected{font-weight:700;color:#409eff}.vxe-input--time-picker-body .vxe-input--time-picker-minute-list,.vxe-input--time-picker-body .vxe-input--time-picker-second-list{border-left:1px solid #dadce0}.vxe-input{font-size:14px;height:34px;line-height:34px}.vxe-input .vxe-input--inner[type=date]::-webkit-inner-spin-button,.vxe-input .vxe-input--inner[type=month]::-webkit-inner-spin-button,.vxe-input .vxe-input--inner[type=week]::-webkit-inner-spin-button{margin-top:6px}.vxe-input .vxe-input--inner[type=date]::-webkit-inner-spin-button,.vxe-input .vxe-input--inner[type=month]::-webkit-inner-spin-button,.vxe-input .vxe-input--inner[type=number]::-webkit-inner-spin-button,.vxe-input .vxe-input--inner[type=week]::-webkit-inner-spin-button{height:24px}.vxe-input.size--medium{font-size:14px;height:32px;line-height:32px}.vxe-input.size--medium .vxe-input--inner[type=date]::-webkit-inner-spin-button,.vxe-input.size--medium .vxe-input--inner[type=month]::-webkit-inner-spin-button,.vxe-input.size--medium .vxe-input--inner[type=week]::-webkit-inner-spin-button{margin-top:4px}.vxe-input.size--small{font-size:13px;height:30px;line-height:30px}.vxe-input.size--small .vxe-input--inner[type=date]::-webkit-inner-spin-button,.vxe-input.size--small .vxe-input--inner[type=month]::-webkit-inner-spin-button,.vxe-input.size--small .vxe-input--inner[type=week]::-webkit-inner-spin-button{margin-top:2px}.vxe-input.size--mini{font-size:12px;height:28px;line-height:28px}.vxe-input.size--mini .vxe-input--inner[type=date]::-webkit-inner-spin-button,.vxe-input.size--mini .vxe-input--inner[type=month]::-webkit-inner-spin-button,.vxe-input.size--mini .vxe-input--inner[type=week]::-webkit-inner-spin-button{margin-top:0}.vxe-input--panel{font-size:14px}.vxe-input--panel .vxe-input--panel-wrapper{max-height:380px}.vxe-input--panel.type--date .vxe-input--panel-wrapper,.vxe-input--panel.type--month .vxe-input--panel-wrapper,.vxe-input--panel.type--quarter .vxe-input--panel-wrapper,.vxe-input--panel.type--time .vxe-input--panel-wrapper,.vxe-input--panel.type--week .vxe-input--panel-wrapper,.vxe-input--panel.type--year .vxe-input--panel-wrapper{padding:11px}.vxe-input--panel.type--date .vxe-input--panel-wrapper,.vxe-input--panel.type--month .vxe-input--panel-wrapper,.vxe-input--panel.type--quarter .vxe-input--panel-wrapper,.vxe-input--panel.type--year .vxe-input--panel-wrapper{width:336px}.vxe-input--panel.type--week .vxe-input--panel-wrapper{width:380px}.vxe-input--panel.type--time .vxe-input--panel-wrapper{width:170px}.vxe-input--panel.type--datetime .vxe-input--panel-left-wrapper{width:336px}.vxe-input--panel.type--datetime .vxe-input--panel-left-wrapper,.vxe-input--panel.type--datetime .vxe-input--panel-right-wrapper{padding:11px}.vxe-input--panel .vxe-input--time-picker-title{height:30px;line-height:30px;padding:0 11px}.vxe-input--panel .vxe-input--date-picker-btn,.vxe-input--panel .vxe-input--date-picker-label{height:30px;line-height:30px}.vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-btn{margin-left:8px}.vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,.vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn,.vxe-input--panel .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-prev-btn{width:30px;border-radius:4px;border:1px solid #dcdfe6}.vxe-input--panel .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn,.vxe-input--panel .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label{padding:0 9px}.vxe-input--panel .vxe-input--date-picker-header,.vxe-input--panel .vxe-input--time-picker-header{padding-bottom:8px}.vxe-input--panel .vxe-input--date-picker-body table,.vxe-input--panel .vxe-input--time-picker-body{height:258px}.vxe-input--panel .vxe-input--time-picker-body>ul{width:48px}.vxe-input--panel .vxe-input--time-picker-body>ul:after,.vxe-input--panel .vxe-input--time-picker-body>ul:before{height:120px}.vxe-input--panel .vxe-input--time-picker-body>ul>li{height:26px;padding-left:9px}.vxe-input--panel .vxe-input--time-picker-body .vxe-input--time-picker-minute-list{left:48px}.vxe-input--panel .vxe-input--time-picker-body .vxe-input--time-picker-second-list{left:96px}.vxe-input--panel .vxe-input--date-day-view td,.vxe-input--panel .vxe-input--date-week-view td{height:38px}.vxe-input--panel .vxe-input--date-quarter-view td{height:60px}.vxe-input--panel .vxe-input--date-month-view td,.vxe-input--panel .vxe-input--date-year-view td{height:48px}.vxe-input--panel .vxe-input--date-picker-body th{height:30px}.vxe-input--panel .vxe-input--date-picker-confirm,.vxe-input--panel .vxe-input--time-picker-confirm{height:30px;padding:0 9px}.vxe-input--panel .vxe-input--date-label{line-height:15px}.vxe-input--panel.size--medium{font-size:14px}.vxe-input--panel.size--medium .vxe-input--panel-wrapper{max-height:360px}.vxe-input--panel.size--medium.type--date .vxe-input--panel-wrapper,.vxe-input--panel.size--medium.type--month .vxe-input--panel-wrapper,.vxe-input--panel.size--medium.type--quarter .vxe-input--panel-wrapper,.vxe-input--panel.size--medium.type--time .vxe-input--panel-wrapper,.vxe-input--panel.size--medium.type--week .vxe-input--panel-wrapper,.vxe-input--panel.size--medium.type--year .vxe-input--panel-wrapper{padding:10px}.vxe-input--panel.size--medium.type--date .vxe-input--panel-wrapper,.vxe-input--panel.size--medium.type--month .vxe-input--panel-wrapper,.vxe-input--panel.size--medium.type--quarter .vxe-input--panel-wrapper,.vxe-input--panel.size--medium.type--year .vxe-input--panel-wrapper{width:336px}.vxe-input--panel.size--medium.type--week .vxe-input--panel-wrapper{width:380px}.vxe-input--panel.size--medium.type--time .vxe-input--panel-wrapper{width:168px}.vxe-input--panel.size--medium.type--datetime .vxe-input--panel-left-wrapper{width:336px}.vxe-input--panel.size--medium.type--datetime .vxe-input--panel-left-wrapper,.vxe-input--panel.size--medium.type--datetime .vxe-input--panel-right-wrapper{padding:10px}.vxe-input--panel.size--medium .vxe-input--time-picker-title{height:29px;line-height:29px;padding:0 10px}.vxe-input--panel.size--medium .vxe-input--date-picker-btn,.vxe-input--panel.size--medium .vxe-input--date-picker-label{height:29px;line-height:29px}.vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-btn{margin-left:7px}.vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,.vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn,.vxe-input--panel.size--medium .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-prev-btn{width:29px;border-radius:4px;border:1px solid #dcdfe6}.vxe-input--panel.size--medium .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn,.vxe-input--panel.size--medium .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label{padding:0 8px}.vxe-input--panel.size--medium .vxe-input--date-picker-header,.vxe-input--panel.size--medium .vxe-input--time-picker-header{padding-bottom:7px}.vxe-input--panel.size--medium .vxe-input--date-picker-body table,.vxe-input--panel.size--medium .vxe-input--time-picker-body{height:245px}.vxe-input--panel.size--medium .vxe-input--time-picker-body>ul{width:48px}.vxe-input--panel.size--medium .vxe-input--time-picker-body>ul:after,.vxe-input--panel.size--medium .vxe-input--time-picker-body>ul:before{height:120px}.vxe-input--panel.size--medium .vxe-input--time-picker-body>ul>li{height:26px;padding-left:8px}.vxe-input--panel.size--medium .vxe-input--time-picker-body .vxe-input--time-picker-minute-list{left:48px}.vxe-input--panel.size--medium .vxe-input--time-picker-body .vxe-input--time-picker-second-list{left:96px}.vxe-input--panel.size--medium .vxe-input--date-day-view td,.vxe-input--panel.size--medium .vxe-input--date-week-view td{height:36px}.vxe-input--panel.size--medium .vxe-input--date-quarter-view td{height:58px}.vxe-input--panel.size--medium .vxe-input--date-month-view td,.vxe-input--panel.size--medium .vxe-input--date-year-view td{height:46px}.vxe-input--panel.size--medium .vxe-input--date-picker-body th{height:29px}.vxe-input--panel.size--medium .vxe-input--date-picker-confirm,.vxe-input--panel.size--medium .vxe-input--time-picker-confirm{height:29px;padding:0 8px}.vxe-input--panel.size--medium .vxe-input--date-label{line-height:15px}.vxe-input--panel.size--small{font-size:13px}.vxe-input--panel.size--small .vxe-input--panel-wrapper{max-height:340px}.vxe-input--panel.size--small.type--date .vxe-input--panel-wrapper,.vxe-input--panel.size--small.type--month .vxe-input--panel-wrapper,.vxe-input--panel.size--small.type--quarter .vxe-input--panel-wrapper,.vxe-input--panel.size--small.type--time .vxe-input--panel-wrapper,.vxe-input--panel.size--small.type--week .vxe-input--panel-wrapper,.vxe-input--panel.size--small.type--year .vxe-input--panel-wrapper{padding:9px}.vxe-input--panel.size--small.type--date .vxe-input--panel-wrapper,.vxe-input--panel.size--small.type--month .vxe-input--panel-wrapper,.vxe-input--panel.size--small.type--quarter .vxe-input--panel-wrapper,.vxe-input--panel.size--small.type--year .vxe-input--panel-wrapper{width:312px}.vxe-input--panel.size--small.type--week .vxe-input--panel-wrapper{width:354px}.vxe-input--panel.size--small.type--time .vxe-input--panel-wrapper{width:154px}.vxe-input--panel.size--small.type--datetime .vxe-input--panel-left-wrapper{width:312px}.vxe-input--panel.size--small.type--datetime .vxe-input--panel-left-wrapper,.vxe-input--panel.size--small.type--datetime .vxe-input--panel-right-wrapper{padding:9px}.vxe-input--panel.size--small .vxe-input--time-picker-title{height:28px;line-height:28px;padding:0 9px}.vxe-input--panel.size--small .vxe-input--date-picker-btn,.vxe-input--panel.size--small .vxe-input--date-picker-label{height:28px;line-height:28px}.vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-btn{margin-left:6px}.vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,.vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn,.vxe-input--panel.size--small .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-prev-btn{width:28px;border-radius:4px;border:1px solid #dcdfe6}.vxe-input--panel.size--small .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn,.vxe-input--panel.size--small .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label{padding:0 7px}.vxe-input--panel.size--small .vxe-input--date-picker-header,.vxe-input--panel.size--small .vxe-input--time-picker-header{padding-bottom:6px}.vxe-input--panel.size--small .vxe-input--date-picker-body table,.vxe-input--panel.size--small .vxe-input--time-picker-body{height:232px}.vxe-input--panel.size--small .vxe-input--time-picker-body>ul{width:44px}.vxe-input--panel.size--small .vxe-input--time-picker-body>ul:after,.vxe-input--panel.size--small .vxe-input--time-picker-body>ul:before{height:110px}.vxe-input--panel.size--small .vxe-input--time-picker-body>ul>li{height:26px;padding-left:7px}.vxe-input--panel.size--small .vxe-input--time-picker-body .vxe-input--time-picker-minute-list{left:44px}.vxe-input--panel.size--small .vxe-input--time-picker-body .vxe-input--time-picker-second-list{left:88px}.vxe-input--panel.size--small .vxe-input--date-day-view td,.vxe-input--panel.size--small .vxe-input--date-week-view td{height:34px}.vxe-input--panel.size--small .vxe-input--date-quarter-view td{height:56px}.vxe-input--panel.size--small .vxe-input--date-month-view td,.vxe-input--panel.size--small .vxe-input--date-year-view td{height:44px}.vxe-input--panel.size--small .vxe-input--date-picker-body th{height:28px}.vxe-input--panel.size--small .vxe-input--date-picker-confirm,.vxe-input--panel.size--small .vxe-input--time-picker-confirm{height:28px;padding:0 7px}.vxe-input--panel.size--small .vxe-input--date-label{line-height:14px}.vxe-input--panel.size--mini{font-size:12px}.vxe-input--panel.size--mini .vxe-input--panel-wrapper{max-height:320px}.vxe-input--panel.size--mini.type--date .vxe-input--panel-wrapper,.vxe-input--panel.size--mini.type--month .vxe-input--panel-wrapper,.vxe-input--panel.size--mini.type--quarter .vxe-input--panel-wrapper,.vxe-input--panel.size--mini.type--time .vxe-input--panel-wrapper,.vxe-input--panel.size--mini.type--week .vxe-input--panel-wrapper,.vxe-input--panel.size--mini.type--year .vxe-input--panel-wrapper{padding:8px}.vxe-input--panel.size--mini.type--date .vxe-input--panel-wrapper,.vxe-input--panel.size--mini.type--month .vxe-input--panel-wrapper,.vxe-input--panel.size--mini.type--quarter .vxe-input--panel-wrapper,.vxe-input--panel.size--mini.type--year .vxe-input--panel-wrapper{width:288px}.vxe-input--panel.size--mini.type--week .vxe-input--panel-wrapper{width:326px}.vxe-input--panel.size--mini.type--time .vxe-input--panel-wrapper{width:146px}.vxe-input--panel.size--mini.type--datetime .vxe-input--panel-left-wrapper{width:288px}.vxe-input--panel.size--mini.type--datetime .vxe-input--panel-left-wrapper,.vxe-input--panel.size--mini.type--datetime .vxe-input--panel-right-wrapper{padding:8px}.vxe-input--panel.size--mini .vxe-input--time-picker-title{height:27px;line-height:27px;padding:0 8px}.vxe-input--panel.size--mini .vxe-input--date-picker-btn,.vxe-input--panel.size--mini .vxe-input--date-picker-label{height:27px;line-height:27px}.vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-btn{margin-left:5px}.vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-current-btn,.vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-next-btn,.vxe-input--panel.size--mini .vxe-input--date-picker-btn-wrapper .vxe-input--date-picker-prev-btn{width:27px;border-radius:4px;border:1px solid #dcdfe6}.vxe-input--panel.size--mini .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-btn,.vxe-input--panel.size--mini .vxe-input--date-picker-type-wrapper .vxe-input--date-picker-label{padding:0 6px}.vxe-input--panel.size--mini .vxe-input--date-picker-header,.vxe-input--panel.size--mini .vxe-input--time-picker-header{padding-bottom:5px}.vxe-input--panel.size--mini .vxe-input--date-picker-body table,.vxe-input--panel.size--mini .vxe-input--time-picker-body{height:218px}.vxe-input--panel.size--mini .vxe-input--time-picker-body>ul{width:42px}.vxe-input--panel.size--mini .vxe-input--time-picker-body>ul:after,.vxe-input--panel.size--mini .vxe-input--time-picker-body>ul:before{height:100px}.vxe-input--panel.size--mini .vxe-input--time-picker-body>ul>li{height:26px;padding-left:6px}.vxe-input--panel.size--mini .vxe-input--time-picker-body .vxe-input--time-picker-minute-list{left:42px}.vxe-input--panel.size--mini .vxe-input--time-picker-body .vxe-input--time-picker-second-list{left:84px}.vxe-input--panel.size--mini .vxe-input--date-day-view td,.vxe-input--panel.size--mini .vxe-input--date-week-view td{height:32px}.vxe-input--panel.size--mini .vxe-input--date-quarter-view td{height:54px}.vxe-input--panel.size--mini .vxe-input--date-month-view td,.vxe-input--panel.size--mini .vxe-input--date-year-view td{height:42px}.vxe-input--panel.size--mini .vxe-input--date-picker-body th{height:26px}.vxe-input--panel.size--mini .vxe-input--date-picker-confirm,.vxe-input--panel.size--mini .vxe-input--time-picker-confirm{height:27px;padding:0 6px}.vxe-input--panel.size--mini .vxe-input--date-label{line-height:13px}.vxe-textarea{position:relative;display:inline-block}.vxe-textarea:not(.def--cols),.vxe-textarea:not(.def--cols) .vxe-textarea--inner{width:100%}.vxe-textarea--inner{border-radius:4px;outline:0;font-size:inherit;padding:0 .6em;color:#606266;line-height:inherit;border:1px solid #dcdfe6;background-color:#fff;display:block;padding:.3em .6em}.vxe-textarea--inner::-moz-placeholder{color:#c0c4cc}.vxe-textarea--inner::-webkit-input-placeholder{color:#c0c4cc}.vxe-textarea--inner::-ms-input-placeholder{color:#c0c4cc}.vxe-textarea--inner::placeholder{color:#c0c4cc}.vxe-textarea--inner:focus{border:1px solid #409eff}.vxe-textarea--inner[disabled]{cursor:not-allowed;background-color:#f3f3f3}.vxe-textarea--autosize,.vxe-textarea--inner{line-height:1.5715;color:#606266;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.vxe-textarea--autosize{display:block;position:fixed;top:0;left:0;width:100%;margin:0;padding:.3em .6em;word-wrap:break-word;white-space:pre-wrap;z-index:-1;visibility:hidden}.vxe-textarea--count{position:absolute;bottom:.2em;right:1.4em;padding-left:.2em;color:#999;background-color:#fff}.vxe-textarea--count.is--error{color:#f56c6c}.vxe-textarea,.vxe-textarea--autosize,.vxe-textarea--autosize.size--medium,.vxe-textarea.size--medium{font-size:14px}.vxe-textarea--autosize.size--small,.vxe-textarea.size--small{font-size:13px}.vxe-textarea--autosize.size--mini,.vxe-textarea.size--mini{font-size:12px}.vxe-textarea:not(.is--autosize){min-height:34px}.vxe-textarea.size--medium{font-size:14px}.vxe-textarea.size--medium:not(.is--autosize){min-height:32px}.vxe-textarea.size--small:not(.is--autosize){min-height:30px}.vxe-textarea.size--mini:not(.is--autosize){min-height:28px}.vxe-button{position:relative;text-align:center;background-color:#fff;outline:0;font-size:14px;max-width:500px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.vxe-button:not(.is--disabled){color:#606266;cursor:pointer}.vxe-button.is--loading{cursor:progress}.vxe-button.is--loading:before{content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:hsla(0,0%,100%,.35);pointer-events:none}.vxe-button.is--disabled{color:#bfbfbf}.vxe-button.is--disabled:not(.is--loading){cursor:no-drop}.vxe-button.type--text{text-decoration:none;border:0;padding:.1em .5em;background-color:transparent}.vxe-button.type--text:not(.is--disabled):focus{color:#2f3031}.vxe-button.type--text:not(.is--disabled):hover{color:#73b8ff}.vxe-button.type--text.theme--primary{color:#409eff}.vxe-button.type--text.theme--primary:not(.is--disabled):focus{color:#0d84ff}.vxe-button.type--text.theme--primary:not(.is--disabled):hover{color:#73b8ff}.vxe-button.type--text.theme--primary.is--disabled{color:#a6d2ff}.vxe-button.type--text.theme--success{color:#67c23a}.vxe-button.type--text.theme--success:not(.is--disabled):focus{color:#529b2e}.vxe-button.type--text.theme--success:not(.is--disabled):hover{color:#85cf60}.vxe-button.type--text.theme--success.is--disabled{color:#a3db87}.vxe-button.type--text.theme--info{color:#909399}.vxe-button.type--text.theme--info:not(.is--disabled):focus{color:#767980}.vxe-button.type--text.theme--info:not(.is--disabled):hover{color:#abadb1}.vxe-button.type--text.theme--info.is--disabled{color:#c5c7ca}.vxe-button.type--text.theme--warning{color:#e6a23c}.vxe-button.type--text.theme--warning:not(.is--disabled):focus{color:#d48a1b}.vxe-button.type--text.theme--warning:not(.is--disabled):hover{color:#ecb869}.vxe-button.type--text.theme--warning.is--disabled{color:#f2cd96}.vxe-button.type--text.theme--danger{color:#f56c6c}.vxe-button.type--text.theme--danger:not(.is--disabled):focus{color:#f23c3c}.vxe-button.type--text.theme--danger:not(.is--disabled):hover{color:#f89c9c}.vxe-button.type--text.theme--danger.is--disabled{color:#fbcccc}.vxe-button.type--text.theme--perfect{color:#f8f8f9}.vxe-button.type--text.theme--perfect:not(.is--disabled):focus{color:#dddde1}.vxe-button.type--text.theme--perfect.is--disabled,.vxe-button.type--text.theme--perfect:not(.is--disabled):hover{color:#fff}.vxe-button.type--button{font-family:inherit;height:34px;line-height:1;border:1px solid #dcdfe6}.vxe-button.type--button.is--round{border-radius:17px}.vxe-button.type--button:not(.is--round){border-radius:4px}.vxe-button.type--button.is--circle{padding:0 .5em;min-width:34px;border-radius:50%}.vxe-button.type--button:not(.is--circle){padding:0 1em}.vxe-button.type--button:not(.is--disabled):hover{color:#5faeff}.vxe-button.type--button:not(.is--disabled):focus{border-color:#409eff}.vxe-button.type--button:not(.is--disabled):active{color:#3196ff;border-color:#3196ff;background-color:#f7f7f7}.vxe-button.type--button.theme--primary{color:#fff}.vxe-button.type--button.theme--primary:not(.is--disabled){border-color:#409eff;background-color:#409eff}.vxe-button.type--button.theme--primary:not(.is--disabled):hover{color:#fff;background-color:#5faeff;border-color:#5faeff}.vxe-button.type--button.theme--primary:not(.is--disabled):active{color:#fff;background-color:#3196ff;border-color:#3196ff}.vxe-button.type--button.theme--primary.is--disabled{border-color:#a6d2ff;background-color:#a6d2ff}.vxe-button.type--button.theme--primary.is--loading{border-color:#409eff;background-color:#409eff}.vxe-button.type--button.theme--success{color:#fff}.vxe-button.type--button.theme--success:not(.is--disabled){border-color:#67c23a;background-color:#67c23a}.vxe-button.type--button.theme--success:not(.is--disabled):hover{color:#fff;background-color:#79cb50;border-color:#79cb50}.vxe-button.type--button.theme--success:not(.is--disabled):active{color:#fff;background-color:#61b636;border-color:#61b636}.vxe-button.type--button.theme--success.is--disabled{border-color:#a3db87;background-color:#a3db87}.vxe-button.type--button.theme--success.is--loading{border-color:#67c23a;background-color:#67c23a}.vxe-button.type--button.theme--info{color:#fff}.vxe-button.type--button.theme--info:not(.is--disabled){border-color:#909399;background-color:#909399}.vxe-button.type--button.theme--info:not(.is--disabled):hover{color:#fff;background-color:#a0a3a8;border-color:#a0a3a8}.vxe-button.type--button.theme--info:not(.is--disabled):active{color:#fff;background-color:#888b92;border-color:#888b92}.vxe-button.type--button.theme--info.is--disabled{border-color:#c5c7ca;background-color:#c5c7ca}.vxe-button.type--button.theme--info.is--loading{border-color:#909399;background-color:#909399}.vxe-button.type--button.theme--warning{color:#fff}.vxe-button.type--button.theme--warning:not(.is--disabled){border-color:#e6a23c;background-color:#e6a23c}.vxe-button.type--button.theme--warning:not(.is--disabled):hover{color:#fff;background-color:#e9af57;border-color:#e9af57}.vxe-button.type--button.theme--warning:not(.is--disabled):active{color:#fff;background-color:#e49c2e;border-color:#e49c2e}.vxe-button.type--button.theme--warning.is--disabled{border-color:#f2cd96;background-color:#f2cd96}.vxe-button.type--button.theme--warning.is--loading{border-color:#e6a23c;background-color:#e6a23c}.vxe-button.type--button.theme--danger{color:#fff}.vxe-button.type--button.theme--danger:not(.is--disabled){border-color:#f56c6c;background-color:#f56c6c}.vxe-button.type--button.theme--danger:not(.is--disabled):hover{color:#fff;background-color:#f78989;border-color:#f78989}.vxe-button.type--button.theme--danger:not(.is--disabled):active{color:#fff;background-color:#f45e5e;border-color:#f45e5e}.vxe-button.type--button.theme--danger.is--disabled{border-color:#fbcccc;background-color:#fbcccc}.vxe-button.type--button.theme--danger.is--loading{border-color:#f56c6c;background-color:#f56c6c}.vxe-button.type--button.theme--perfect{color:#606266}.vxe-button.type--button.theme--perfect:not(.is--disabled){border-color:#f8f8f9;background-color:#f8f8f9}.vxe-button.type--button.theme--perfect:not(.is--disabled):hover{color:#606266;background-color:#fff;border-color:#fff}.vxe-button.type--button.theme--perfect:not(.is--disabled):active{color:#606266;background-color:#f0f0f2;border-color:#f0f0f2}.vxe-button.type--button.theme--perfect.is--disabled{border-color:#fff;background-color:#fff}.vxe-button.type--button.theme--perfect.is--loading{border-color:#f8f8f9;background-color:#f8f8f9}.vxe-button.size--medium{font-size:14px}.vxe-button.size--medium.type--button{height:32px}.vxe-button.size--medium.type--button.is--circle{min-width:32px}.vxe-button.size--medium.type--button.is--round{border-radius:16px}.vxe-button.size--medium .vxe-button--icon,.vxe-button.size--medium .vxe-button--loading-icon{min-width:14px}.vxe-button.size--small{font-size:13px}.vxe-button.size--small.type--button{height:30px}.vxe-button.size--small.type--button.is--circle{min-width:30px}.vxe-button.size--small.type--button.is--round{border-radius:15px}.vxe-button.size--small .vxe-button--icon,.vxe-button.size--small .vxe-button--loading-icon{min-width:13px}.vxe-button.size--mini{font-size:12px}.vxe-button.size--mini.type--button{height:28px}.vxe-button.size--mini.type--button.is--circle{min-width:28px}.vxe-button.size--mini.type--button.is--round{border-radius:14px}.vxe-button.size--mini .vxe-button--icon,.vxe-button.size--mini .vxe-button--loading-icon{min-width:12px}.vxe-button+.vxe-button,.vxe-button+.vxe-button--dropdown,.vxe-input+.vxe-button,.vxe-input+.vxe-button--dropdown{margin-left:12px}.vxe-button--icon,.vxe-button--loading-icon{min-width:14px}.vxe-button--icon+.vxe-button--content,.vxe-button--loading-icon+.vxe-button--content{margin-left:4px}.vxe-button--dropdown,.vxe-button--wrapper{display:inline-block}.vxe-button--dropdown{position:relative}.vxe-button--dropdown+.vxe-button,.vxe-button--dropdown+.vxe-button--dropdown{margin-left:12px}.vxe-button--dropdown>.vxe-button.type--button.theme--danger,.vxe-button--dropdown>.vxe-button.type--button.theme--info,.vxe-button--dropdown>.vxe-button.type--button.theme--primary,.vxe-button--dropdown>.vxe-button.type--button.theme--success,.vxe-button--dropdown>.vxe-button.type--button.theme--warning{color:#fff}.vxe-button--dropdown>.vxe-button.type--button.theme--perfect{color:#606266}.vxe-button--dropdown.is--active>.vxe-button:not(.is--disabled){color:#5faeff}.vxe-button--dropdown.is--active>.vxe-button.type--text.theme--primary{color:#73b8ff}.vxe-button--dropdown.is--active>.vxe-button.type--text.theme--success{color:#85cf60}.vxe-button--dropdown.is--active>.vxe-button.type--text.theme--info{color:#abadb1}.vxe-button--dropdown.is--active>.vxe-button.type--text.theme--warning{color:#ecb869}.vxe-button--dropdown.is--active>.vxe-button.type--text.theme--danger{color:#f89c9c}.vxe-button--dropdown.is--active>.vxe-button.type--text.theme--perfect{color:#fff}.vxe-button--dropdown.is--active>.vxe-button.type--button.theme--primary{color:#fff;background-color:#5faeff;border-color:#5faeff}.vxe-button--dropdown.is--active>.vxe-button.type--button.theme--success{color:#fff;background-color:#79cb50;border-color:#79cb50}.vxe-button--dropdown.is--active>.vxe-button.type--button.theme--info{color:#fff;background-color:#a0a3a8;border-color:#a0a3a8}.vxe-button--dropdown.is--active>.vxe-button.type--button.theme--warning{color:#fff;background-color:#e9af57;border-color:#e9af57}.vxe-button--dropdown.is--active>.vxe-button.type--button.theme--danger{color:#fff;background-color:#f78989;border-color:#f78989}.vxe-button--dropdown.is--active>.vxe-button.type--button.theme--perfect{color:#606266;background-color:#fff;border-color:#fff}.vxe-button--dropdown.is--active .vxe-button--dropdown-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vxe-button--dropdown-arrow{display:inline-block;font-size:12px;margin-left:4px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.vxe-button--dropdown-panel{display:none;position:absolute;right:0;padding:4px 0}.vxe-button--dropdown-panel.animat--leave{display:block;opacity:0;-webkit-transform:scaleY(.5);transform:scaleY(.5);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.vxe-button--dropdown-panel.animat--leave[placement=top]{-webkit-transform-origin:center bottom;transform-origin:center bottom}.vxe-button--dropdown-panel.animat--enter{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.vxe-button--dropdown-wrapper{padding:5px;background-color:#fff;border-radius:4px;border:1px solid #dcdfe6;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.2)}.vxe-button--dropdown-wrapper>.vxe-button{margin-left:0;margin-top:.4em;display:block;width:100%;border:0}.vxe-button--dropdown-wrapper>.vxe-button.type--text{padding:2px 8px}.vxe-button--dropdown-wrapper>.vxe-button:first-child{margin-top:0}.vxe-button--dropdown-wrapper>.vxe-button:last-child{margin-bottom:0}.vxe-modal--wrapper{display:none;position:fixed;top:0;left:0;line-height:1.5;width:calc(100% + 18px);height:calc(100% + 18px);color:#606266;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;-webkit-transition:top .4s ease-in-out;transition:top .4s ease-in-out}.vxe-modal--wrapper.is--active{display:block}.vxe-modal--wrapper.is--visible.is--mask:before{background-color:rgba(0,0,0,.5)}.vxe-modal--wrapper.is--visible.type--message .vxe-modal--box{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.vxe-modal--wrapper.is--visible .vxe-modal--box{opacity:1;visibility:visible}.vxe-modal--wrapper.is--loading .vxe-modal--footer,.vxe-modal--wrapper.is--loading .vxe-modal--header{position:relative;border-bottom-color:hsla(0,0%,100%,.5)}.vxe-modal--wrapper.is--loading .vxe-modal--footer:before,.vxe-modal--wrapper.is--loading .vxe-modal--header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:hsla(0,0%,100%,.5)}.vxe-modal--wrapper:not(.lock--view){pointer-events:none}.vxe-modal--wrapper:not(.type--message).lock--scroll{overflow:hidden}.vxe-modal--wrapper:not(.type--message):not(.lock--scroll){overflow:auto}.vxe-modal--wrapper.is--mask:before,.vxe-modal--wrapper.lock--view:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:auto}.vxe-modal--wrapper.is--mask:before{background-color:transparent}.vxe-modal--wrapper.is--animat.is--mask:before{-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.vxe-modal--wrapper.is--animat.type--message .vxe-modal--box:not(.is--drag){-webkit-transition:all .4s ease-out;transition:all .4s ease-out}.vxe-modal--wrapper.type--alert .vxe-modal--body,.vxe-modal--wrapper.type--confirm .vxe-modal--body,.vxe-modal--wrapper.type--message .vxe-modal--body{white-space:normal;word-break:break-word}.vxe-modal--wrapper.type--message{text-align:center}.vxe-modal--wrapper.type--message .vxe-modal--box{display:inline-block;padding:2px 0;margin-top:0;width:auto;-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.1);box-shadow:0 0 8px 0 rgba(0,0,0,.1);opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vxe-modal--wrapper.type--message .vxe-modal--box .vxe-modal--body:after{content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden}.vxe-modal--wrapper.type--message .vxe-modal--box .vxe-modal--content{max-width:800px;float:left}.vxe-modal--wrapper.type--message .vxe-modal--status-wrapper{font-size:1.4em;padding-left:10px}.vxe-modal--wrapper.type--alert .vxe-modal--box,.vxe-modal--wrapper.type--confirm .vxe-modal--box,.vxe-modal--wrapper.type--modal .vxe-modal--box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;left:50%;top:0;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.vxe-modal--wrapper.type--alert .vxe-modal--body,.vxe-modal--wrapper.type--alert .vxe-modal--body .vxe-modal--content,.vxe-modal--wrapper.type--confirm .vxe-modal--body,.vxe-modal--wrapper.type--confirm .vxe-modal--body .vxe-modal--content,.vxe-modal--wrapper.type--modal .vxe-modal--body,.vxe-modal--wrapper.type--modal .vxe-modal--body .vxe-modal--content{overflow:auto}.vxe-modal--wrapper.type--alert .vxe-modal--status-wrapper,.vxe-modal--wrapper.type--confirm .vxe-modal--status-wrapper{font-size:1.6em;padding-left:10px}.vxe-modal--wrapper .vxe-modal--box{visibility:hidden;width:420px;background-color:#fff;border-radius:4px;border:1px solid #ebeef5;text-align:left;pointer-events:auto;opacity:0}.vxe-modal--wrapper .vxe-modal--box.is--drag{cursor:move}.vxe-modal--wrapper .vxe-modal--box.is--drag .vxe-modal--body:after,.vxe-modal--wrapper .vxe-modal--box.is--drag .vxe-modal--footer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.vxe-modal--wrapper .vxe-modal--box.is--drag .vxe-modal--body,.vxe-modal--wrapper .vxe-modal--box.is--drag .vxe-modal--body .vxe-modal--content{overflow:hidden}.vxe-modal--wrapper.status--info .vxe-modal--status-wrapper{color:#909399}.vxe-modal--wrapper.status--question .vxe-modal--status-wrapper,.vxe-modal--wrapper.status--warning .vxe-modal--status-wrapper{color:#e6a23c}.vxe-modal--wrapper.status--success .vxe-modal--status-wrapper{color:#67c23a}.vxe-modal--wrapper.status--error .vxe-modal--status-wrapper{color:#f56c6c}.vxe-modal--wrapper.status--loading .vxe-modal--status-wrapper{color:#bfbfbf}.vxe-modal--wrapper .vxe-modal--status-wrapper{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vxe-modal--wrapper .vxe-modal--content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:.8em 1em;white-space:pre-line}.vxe-modal--wrapper .vxe-modal--body,.vxe-modal--wrapper .vxe-modal--footer,.vxe-modal--wrapper .vxe-modal--header{position:relative}.vxe-modal--wrapper .vxe-modal--body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vxe-modal--wrapper .vxe-modal--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-negative:0;flex-shrink:0;font-size:1.1em;font-weight:700;border-bottom:1px solid #ebeef5;background-color:#f8f8f8;border-radius:4px 4px 0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-modal--wrapper .vxe-modal--header.is--draggable .vxe-modal--header-title{cursor:move}.vxe-modal--wrapper .vxe-modal--header.is--ellipsis .vxe-modal--header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vxe-modal--wrapper .vxe-modal--header-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:.6em 0 .6em 1em}.vxe-modal--wrapper .vxe-modal--header-right{-ms-flex-negative:0;flex-shrink:0;padding:.6em 1em .6em 0}.vxe-modal--wrapper .vxe-modal--close-btn,.vxe-modal--wrapper .vxe-modal--zoom-btn{cursor:pointer;margin-left:.6em}.vxe-modal--wrapper .vxe-modal--close-btn:hover,.vxe-modal--wrapper .vxe-modal--zoom-btn:hover{color:#409eff}.vxe-modal--wrapper .vxe-modal--footer{-ms-flex-negative:0;flex-shrink:0;text-align:right;padding:.4em 1em .8em 1em}.vxe-modal--wrapper.is--maximize .vxe-modal--box .vxe-modal--header{cursor:default}.vxe-modal--wrapper.is--maximize .vxe-modal--resize .sb-resize,.vxe-modal--wrapper.is--maximize .vxe-modal--resize .selb-resize,.vxe-modal--wrapper.is--maximize .vxe-modal--resize .sest-resize,.vxe-modal--wrapper.is--maximize .vxe-modal--resize .st-resize,.vxe-modal--wrapper.is--maximize .vxe-modal--resize .swlb-resize,.vxe-modal--wrapper.is--maximize .vxe-modal--resize .swst-resize,.vxe-modal--wrapper.is--maximize .vxe-modal--resize .wl-resize,.vxe-modal--wrapper.is--maximize .vxe-modal--resize .wr-resize{display:none}.vxe-modal--wrapper .vxe-modal--resize .sb-resize,.vxe-modal--wrapper .vxe-modal--resize .selb-resize,.vxe-modal--wrapper .vxe-modal--resize .sest-resize,.vxe-modal--wrapper .vxe-modal--resize .st-resize,.vxe-modal--wrapper .vxe-modal--resize .swlb-resize,.vxe-modal--wrapper .vxe-modal--resize .swst-resize,.vxe-modal--wrapper .vxe-modal--resize .wl-resize,.vxe-modal--wrapper .vxe-modal--resize .wr-resize{position:absolute;z-index:100}.vxe-modal--wrapper .vxe-modal--resize .wl-resize,.vxe-modal--wrapper .vxe-modal--resize .wr-resize{width:8px;height:100%;top:0;cursor:w-resize}.vxe-modal--wrapper .vxe-modal--resize .wl-resize{left:-5px}.vxe-modal--wrapper .vxe-modal--resize .wr-resize{right:-5px}.vxe-modal--wrapper .vxe-modal--resize .selb-resize,.vxe-modal--wrapper .vxe-modal--resize .sest-resize,.vxe-modal--wrapper .vxe-modal--resize .swlb-resize,.vxe-modal--wrapper .vxe-modal--resize .swst-resize{width:10px;height:10px;z-index:101}.vxe-modal--wrapper .vxe-modal--resize .sest-resize,.vxe-modal--wrapper .vxe-modal--resize .swst-resize{top:-8px}.vxe-modal--wrapper .vxe-modal--resize .selb-resize,.vxe-modal--wrapper .vxe-modal--resize .swlb-resize{bottom:-8px}.vxe-modal--wrapper .vxe-modal--resize .sest-resize,.vxe-modal--wrapper .vxe-modal--resize .swlb-resize{cursor:sw-resize}.vxe-modal--wrapper .vxe-modal--resize .selb-resize,.vxe-modal--wrapper .vxe-modal--resize .swst-resize{cursor:se-resize}.vxe-modal--wrapper .vxe-modal--resize .swlb-resize,.vxe-modal--wrapper .vxe-modal--resize .swst-resize{left:-8px}.vxe-modal--wrapper .vxe-modal--resize .selb-resize,.vxe-modal--wrapper .vxe-modal--resize .sest-resize{right:-8px}.vxe-modal--wrapper .vxe-modal--resize .sb-resize,.vxe-modal--wrapper .vxe-modal--resize .st-resize{width:100%;height:8px;left:0;cursor:s-resize}.vxe-modal--wrapper .vxe-modal--resize .st-resize{top:-5px}.vxe-modal--wrapper .vxe-modal--resize .sb-resize{bottom:-5px}.vxe-modal--wrapper,.vxe-modal--wrapper.size--medium{font-size:14px}.vxe-modal--wrapper.size--small{font-size:13px}.vxe-modal--wrapper.size--mini{font-size:12px}.vxe-table--tooltip-wrapper{display:none;position:absolute;top:-100%;left:-100%;font-size:12px;max-width:600px;border-radius:4px;padding:8px 12px;white-space:normal;word-break:break-word;-webkit-box-shadow:2px 2px 4px -2px rgba(0,0,0,.2);box-shadow:2px 2px 4px -2px rgba(0,0,0,.2);color:#606266;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.vxe-table--tooltip-wrapper:not(.is--enterable){pointer-events:none}.vxe-table--tooltip-wrapper.is--arrow .vxe-table--tooltip-arrow,.vxe-table--tooltip-wrapper.is--visible{display:block}.vxe-table--tooltip-wrapper.is--enterable:after{content:"";position:absolute;left:0;width:100%;height:6px;background-color:transparent}.vxe-table--tooltip-wrapper .vxe-table--tooltip-content{white-space:pre-line}.vxe-table--tooltip-wrapper .vxe-table--tooltip-arrow{display:none;position:absolute;border-color:transparent;border-width:6px;border-style:solid;left:50%;-webkit-transform:translateX(-6px);transform:translateX(-6px)}.vxe-table--tooltip-wrapper .vxe-table--tooltip-arrow:before{content:"";position:absolute;border-color:transparent;border-width:5px;border-style:solid;left:-5px}.vxe-table--tooltip-wrapper.placement--top.is--enterable:after{bottom:-6px}.vxe-table--tooltip-wrapper.placement--top .vxe-table--tooltip-arrow{bottom:-12px}.vxe-table--tooltip-wrapper.placement--top .vxe-table--tooltip-arrow:before{top:-7px}.vxe-table--tooltip-wrapper.placement--bottom.is--enterable:after{top:-6px}.vxe-table--tooltip-wrapper.placement--bottom .vxe-table--tooltip-arrow{top:-12px}.vxe-table--tooltip-wrapper.placement--bottom .vxe-table--tooltip-arrow:before{top:-4px}.vxe-table--tooltip-wrapper.theme--light{background-color:#fff;border:1px solid #dcdfe6}.vxe-table--tooltip-wrapper.theme--light.placement--top .vxe-table--tooltip-arrow{border-top-color:#dcdfe6}.vxe-table--tooltip-wrapper.theme--light.placement--top .vxe-table--tooltip-arrow:before{border-top-color:#fff}.vxe-table--tooltip-wrapper.theme--light.placement--bottom .vxe-table--tooltip-arrow{border-bottom-color:#dcdfe6}.vxe-table--tooltip-wrapper.theme--light.placement--bottom .vxe-table--tooltip-arrow:before{border-bottom-color:#fff}.vxe-table--tooltip-wrapper.theme--dark{background:#303133;color:#fff}.vxe-table--tooltip-wrapper.theme--dark.placement--top .vxe-table--tooltip-arrow,.vxe-table--tooltip-wrapper.theme--dark.placement--top .vxe-table--tooltip-arrow:before{border-top-color:#303133}.vxe-table--tooltip-wrapper.theme--dark.placement--bottom .vxe-table--tooltip-arrow,.vxe-table--tooltip-wrapper.theme--dark.placement--bottom .vxe-table--tooltip-arrow:before{border-bottom-color:#303133}.vxe-table--tooltip-wrapper.vxe-table--valid-error{background-color:#f56c6c;color:#fff}.vxe-form--item .vxe-default-input[type=reset]:hover,.vxe-form--item .vxe-default-input[type=submit]:hover{color:#5faeff;border-color:#73b8ff}.vxe-form{position:relative;font-size:14px;color:#606266;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;background-color:#fff;text-align:left}.vxe-form-slots{display:none}.vxe-form--item-content,.vxe-form--item-trigger-node{display:inline-block;vertical-align:middle}.vxe-form--item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-width:320px;padding-right:.8em}.vxe-form--item-title.is--ellipsis .vxe-form--item-title-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vxe-form--item-title .vxe-form--item-title-postfix,.vxe-form--item-title .vxe-form--item-title-prefix,.vxe-form--item-title .vxe-form--item-title-suffix{-ms-flex-negative:0;flex-shrink:0}.vxe-form--item-title .vxe-form--item-title-prefix,.vxe-form--item-title .vxe-form--item-title-suffix{cursor:help;vertical-align:middle}.vxe-form--item-title .vxe-form--item-title-prefix{margin-right:.25em}.vxe-form--item-title .vxe-form--item-title-suffix{margin-left:.2em}.vxe-form--item-title .vxe-form--item-title-postfix{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vxe-form--item-title .vxe-form--item-title-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vxe-form--item-title .vxe-form--item-title-label{vertical-align:middle}.vxe-form--item-trigger-node{font-size:12px;min-width:100px;color:#909399;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.vxe-form--item-trigger-node .vxe-form--item-trigger-icon{display:inline-block;margin:0 .25em;-webkit-transition:all .1s;transition:all .1s}.vxe-form--item-valid{position:absolute;width:100%;font-size:12px;line-height:1.2em;color:#f56c6c;background-color:inherit;z-index:1;opacity:0;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.vxe-form .vxe-form--gather{display:inline-block}.vxe-form .vxe-form--item{display:none;padding:.5em .8em .5em 0}.vxe-form .vxe-form--item.is--active:not(.is--hidden){display:inline-block}.vxe-form--item.is--colon .vxe-form--item-title-postfix:after{content:":";font-weight:400;margin-left:.2em}.vxe-form--item.is--asterisk.is--required .vxe-form--item-title-content:before{content:"*";color:#f56c6c;font-family:Verdana,Arial,Tahoma;margin-right:.2em;font-weight:400;vertical-align:middle}.vxe-form--item.is--span .vxe-default-input:not([type=submit]):not([type=reset]),.vxe-form--item.is--span .vxe-default-select,.vxe-form--item.is--span .vxe-default-textarea,.vxe-form--item.is--span .vxe-input,.vxe-form--item.is--span .vxe-select,.vxe-form--item.is--span .vxe-textarea{width:100%}.vxe-form--item.is--error .vxe-default-input,.vxe-form--item.is--error .vxe-default-input[type=search]:focus,.vxe-form--item.is--error .vxe-default-input[type=text]:focus,.vxe-form--item.is--error .vxe-default-select,.vxe-form--item.is--error .vxe-default-select:focus,.vxe-form--item.is--error .vxe-default-textarea,.vxe-form--item.is--error .vxe-default-textarea:focus,.vxe-form--item.is--error .vxe-input>.vxe-input--inner,.vxe-form--item.is--error .vxe-input>.vxe-input--inner:focus,.vxe-form--item.is--error .vxe-select,.vxe-form--item.is--error .vxe-select.is--active>.vxe-input .vxe-input--inner,.vxe-form--item.is--error .vxe-textarea>.vxe-textarea--inner,.vxe-form--item.is--error .vxe-textarea>.vxe-textarea--inner:focus{border-color:#f56c6c}.vxe-form--item.is--error .vxe-form--item-valid{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.vxe-form--item .vxe-form--item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vxe-form--item .vxe-form--item-inner .vxe-form--item-title{-ms-flex-negative:0;flex-shrink:0}.vxe-form--item .vxe-form--item-inner .vxe-form--item-content{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;word-break:break-all}.vxe-form--item .vxe-default-input,.vxe-form--item .vxe-default-select,.vxe-form--item .vxe-default-textarea{outline:0;border:1px solid #dcdfe6;border-radius:4px}.vxe-form--item .vxe-default-input,.vxe-form--item .vxe-default-select{height:34px}.vxe-form--item .vxe-default-input{padding:0 .8em}.vxe-form--item .vxe-default-textarea{padding:.3em .6em}.vxe-form--item .vxe-default-input[type=number]{padding-right:.2em}.vxe-form--item .vxe-default-input[type=search],.vxe-form--item .vxe-default-input[type=text]{padding:0 1em}.vxe-form--item .vxe-default-input[type=search],.vxe-form--item .vxe-default-input[type=text],.vxe-form--item .vxe-default-select,.vxe-form--item .vxe-default-textarea{color:#606266}.vxe-form--item .vxe-default-input[type=search]:focus,.vxe-form--item .vxe-default-input[type=text]:focus,.vxe-form--item .vxe-default-select:focus,.vxe-form--item .vxe-default-textarea:focus{border:1px solid #409eff}.vxe-form--item .vxe-default-input[type=search][disabled],.vxe-form--item .vxe-default-input[type=text][disabled],.vxe-form--item .vxe-default-select[disabled],.vxe-form--item .vxe-default-textarea[disabled]{cursor:not-allowed;background-color:#f3f3f3}.vxe-form--item .vxe-default-input[type=reset],.vxe-form--item .vxe-default-input[type=submit]{line-height:32px;background-color:#fff;cursor:pointer}.vxe-form--item .vxe-default-input[type=reset]:active,.vxe-form--item .vxe-default-input[type=submit]:active{color:#3699ff;border-color:#3699ff}.vxe-form--item .vxe-default-input[type=date]::-webkit-inner-spin-button{margin-top:6px}.vxe-form--item .vxe-default-input[type=date]::-webkit-inner-spin-button,.vxe-form--item .vxe-default-input[type=number]::-webkit-inner-spin-button{height:24px}.vxe-form--item .vxe-default-input::-moz-placeholder{color:#c0c4cc}.vxe-form--item .vxe-default-input::-webkit-input-placeholder{color:#c0c4cc}.vxe-form--item .vxe-default-input::-ms-input-placeholder{color:#c0c4cc}.vxe-form--item .vxe-default-input::placeholder{color:#c0c4cc}.vxe-form--item .vxe-default-input[type=search],.vxe-form--item .vxe-default-input[type=text],.vxe-form--item .vxe-default-select,.vxe-form--item .vxe-default-textarea{width:180px}.vxe-form--item .vxe-default-textarea{resize:none;vertical-align:middle}.vxe-form--item .vxe-default-textarea::-moz-placeholder{color:#c0c4cc}.vxe-form--item .vxe-default-textarea::-webkit-input-placeholder{color:#c0c4cc}.vxe-form--item .vxe-default-textarea::-ms-input-placeholder{color:#c0c4cc}.vxe-form--item .vxe-default-textarea::placeholder{color:#c0c4cc}.vxe-form .vxe-form--item-inner{min-height:36px}.vxe-form .vxe-form--item-inner>.align--center{text-align:center}.vxe-form .vxe-form--item-inner>.align--left{text-align:left}.vxe-form .vxe-form--item-inner>.align--right{text-align:right}.vxe-form.size--medium{font-size:14px}.vxe-form.size--medium .vxe-form--item-inner{min-height:34px}.vxe-form.size--medium .vxe-default-input[type=reset],.vxe-form.size--medium .vxe-default-input[type=submit]{line-height:30px}.vxe-form.size--medium .vxe-default-input,.vxe-form.size--medium .vxe-default-select{height:32px}.vxe-form.size--small{font-size:13px}.vxe-form.size--small .vxe-form--item-inner{min-height:32px}.vxe-form.size--small .vxe-default-input[type=reset],.vxe-form.size--small .vxe-default-input[type=submit]{line-height:28px}.vxe-form.size--small .vxe-default-input,.vxe-form.size--small .vxe-default-select{height:30px}.vxe-form.size--mini{font-size:12px}.vxe-form.size--mini .vxe-form--item-inner{min-height:30px}.vxe-form.size--mini .vxe-default-input[type=reset],.vxe-form.size--mini .vxe-default-input[type=submit]{line-height:26px}.vxe-form.size--mini .vxe-default-input,.vxe-form.size--mini .vxe-default-select{height:28px}.vxe-select{position:relative;display:inline-block;width:180px;color:#606266;text-align:left}.vxe-select>.vxe-input .vxe-input--inner{cursor:pointer}.vxe-select.is--disabled>.vxe-input .vxe-input--inner{cursor:no-drop}.vxe-select.is--loading>.vxe-input .vxe-input--inner{cursor:progress}.vxe-select>.vxe-input{width:100%}.vxe-select>.vxe-input .vxe-input--suffix-icon{display:inline-block;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.vxe-select.is--active:not(.is--filter)>.vxe-input .vxe-input--inner{border:1px solid #409eff}.vxe-select-slots{display:none}.vxe-select--panel{display:none;position:absolute;left:0;padding:4px 0;color:#606266;text-align:left}.vxe-select--panel:not(.is--transfer){min-width:100%}.vxe-select--panel.is--transfer{position:fixed}.vxe-select--panel.animat--leave{display:block;opacity:0;-webkit-transform:scaleY(.5);transform:scaleY(.5);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.vxe-select--panel.animat--leave[placement=top]{-webkit-transform-origin:center bottom;transform-origin:center bottom}.vxe-select--panel.animat--enter{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.vxe-select-filter--wrapper{display:block}.vxe-select-filter--wrapper .vxe-select-filter--input{width:100%}.vxe-select-option--wrapper{position:relative;overflow-x:hidden;overflow-y:auto;padding:4px 0;max-height:200px;border-radius:4px;border:1px solid #dadce0;-webkit-box-shadow:0 0 6px 2px rgba(0,0,0,.1);box-shadow:0 0 6px 2px rgba(0,0,0,.1);background-color:#fff}.vxe-optgroup .vxe-optgroup--title{padding:0 6px;color:#909399;font-size:12px}.vxe-optgroup--wrapper .vxe-select-option{padding:0 20px}.vxe-select-option{padding:0 .6em;max-width:600px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-select-option.is--selected{font-weight:700;color:#409eff}.vxe-select-option:not(.is--disabled){cursor:pointer}.vxe-select-option:not(.is--disabled).is--hover{background-color:#f5f7fa}.vxe-select-option.is--disabled{color:#bfbfbf;cursor:no-drop}.vxe-select--search-icon{margin-right:.5em}.vxe-select--empty-placeholder,.vxe-select--search-loading{padding:0 .6em;text-align:center;color:#c0c4cc}.vxe-select,.vxe-select--panel,.vxe-select--panel.size--medium,.vxe-select.size--medium{font-size:14px}.vxe-select--panel.size--small,.vxe-select.size--small{font-size:13px}.vxe-select--panel.size--mini,.vxe-select.size--mini{font-size:12px}.vxe-select--panel .vxe-optgroup--title,.vxe-select--panel .vxe-select-option{height:30px}.vxe-select--panel .vxe-optgroup--title,.vxe-select--panel .vxe-select--empty-placeholder,.vxe-select--panel .vxe-select--search-loading,.vxe-select--panel .vxe-select-option{line-height:30px}.vxe-select--panel.size--medium .vxe-optgroup--title,.vxe-select--panel.size--medium .vxe-select-option{height:28px}.vxe-select--panel.size--medium .vxe-optgroup--title,.vxe-select--panel.size--medium .vxe-select--empty-placeholder,.vxe-select--panel.size--medium .vxe-select--search-loading,.vxe-select--panel.size--medium .vxe-select-option{line-height:28px}.vxe-select--panel.size--small .vxe-optgroup--title,.vxe-select--panel.size--small .vxe-select-option{height:26px}.vxe-select--panel.size--small .vxe-optgroup--title,.vxe-select--panel.size--small .vxe-select--empty-placeholder,.vxe-select--panel.size--small .vxe-select--search-loading,.vxe-select--panel.size--small .vxe-select-option{line-height:26px}.vxe-select--panel.size--mini .vxe-optgroup--title,.vxe-select--panel.size--mini .vxe-select-option{height:24px}.vxe-select--panel.size--mini .vxe-optgroup--title,.vxe-select--panel.size--mini .vxe-select--empty-placeholder,.vxe-select--panel.size--mini .vxe-select--search-loading,.vxe-select--panel.size--mini .vxe-select-option{line-height:24px}.vxe-switch{display:inline-block;color:#606266;vertical-align:middle;padding:.4em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center}.vxe-switch.is--animat .vxe-switch--button{-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s}.vxe-switch.is--animat .vxe-switch--icon{-webkit-transition:all .3s;transition:all .3s}.vxe-switch.is--on .vxe-switch--button{padding-right:1.7em;background-color:#409eff}.vxe-switch.is--on .vxe-switch--icon{left:100%;-webkit-transform:translateX(-1.4em);transform:translateX(-1.4em)}.vxe-switch.is--off .vxe-switch--button{padding-left:1.7em;background-color:rgba(0,0,0,.35)}.vxe-switch.is--off .vxe-switch--icon{left:.2em;-webkit-transform:translateX(0);transform:translateX(0)}.vxe-switch.is--off .vxe-switch--label-on,.vxe-switch.is--on .vxe-switch--label-off{height:0;visibility:hidden;overflow:hidden}.vxe-switch.is--off .vxe-switch--label,.vxe-switch.is--on .vxe-switch--label{opacity:1}.vxe-switch:not(.is--disabled) .vxe-switch--button{cursor:pointer}.vxe-switch:not(.is--disabled) .vxe-switch--button:focus{-webkit-box-shadow:0 0 .4em 0 #409eff;box-shadow:0 0 .4em 0 #409eff}.vxe-switch.is--disabled .vxe-switch--button{cursor:no-drop}.vxe-switch.is--disabled.is--on .vxe-switch--button{background-color:#a6d2ff}.vxe-switch.is--disabled.is--off .vxe-switch--button{background-color:rgba(0,0,0,.15)}.vxe-switch .vxe-switch--button{display:block;position:relative;height:1.6em;line-height:1;min-width:3.2em;padding:0 .6em;border-radius:1em;border:0;outline:0}.vxe-switch .vxe-switch--label{opacity:0;display:block;color:#fff;font-size:.8em}.vxe-switch .vxe-switch--icon{position:absolute;top:.2em;left:0;width:1.2em;height:1.2em;border-radius:50%;background-color:#fff}.vxe-switch .vxe-switch--label-icon{margin-right:.25em}.vxe-switch,.vxe-switch.size--medium{font-size:14px}.vxe-switch.size--small{font-size:13px}.vxe-switch.size--mini{font-size:12px}.vxe-list{position:relative;display:block;padding:0;color:#606266;direction:ltr}.vxe-list .vxe-list--virtual-wrapper{position:relative;overflow:auto}.vxe-list .vxe-list--y-space{width:0;float:left}.vxe-list .vxe-list--body,.vxe-list .vxe-list--virtual-wrapper{padding:0;margin:0;border:0;outline:0}.vxe-list--virtual-wrapper{height:100px}.vxe-pulldown{position:relative;display:inline-block;color:#606266;text-align:left}.vxe-pulldown--panel{display:none;position:absolute;left:0;padding:4px 0;color:#606266;text-align:left}.vxe-pulldown--panel:not(.is--transfer){min-width:100%}.vxe-pulldown--panel.is--transfer{position:fixed}.vxe-pulldown--panel.animat--leave{display:block;opacity:0;-webkit-transform:scaleY(.5);transform:scaleY(.5);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top;-webkit-backface-visibility:hidden;backface-visibility:hidden}.vxe-pulldown--panel.animat--leave[placement=top]{-webkit-transform-origin:center bottom;transform-origin:center bottom}.vxe-pulldown--panel.animat--enter{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.vxe-pulldown--wrapper{background-color:#fff}.vxe-pulldown,.vxe-pulldown--panel,.vxe-pulldown--panel.size--medium,.vxe-pulldown.size--medium{font-size:14px}.vxe-pulldown--panel.size--small,.vxe-pulldown.size--small{font-size:13px}.vxe-pulldown--panel.size--mini,.vxe-pulldown.size--mini{font-size:12px}.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/vnd.ms-fontobject;base64,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dHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiAARwbGF5C3BsYXktY2lyY2xlBXBhdXNlC3ZvbHVtZS1tdXRlCnZvbHVtZS1sb3cKdm9sdW1lLW1pZAt2b2x1bWUtaGlnaBBmdWxsc2NyZWVuLWVudGVyD2Z1bGxzY3JlZW4tZXhpdAZzcXVhcmUHc3Bpbm5lcglzdWJ0aXRsZXMIY2FwdGlvbnMIY2hhcHRlcnMFc2hhcmUDY29nBmNpcmNsZQ5jaXJjbGUtb3V0bGluZRNjaXJjbGUtaW5uZXItY2lyY2xlAmhkBmNhbmNlbAZyZXBsYXkIZmFjZWJvb2sFZ3BsdXMIbGlua2VkaW4HdHdpdHRlcgZ0dW1ibHIJcGludGVyZXN0EWF1ZGlvLWRlc2NyaXB0aW9uBWF1ZGlvCW5leHQtaXRlbQ1wcmV2aW91cy1pdGVtAAAAAA==?#iefix) format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzJRiV3RAAABjAAAAFZjbWFwOfT3xgAAAmgAAAMiZ2x5ZgMJ0sMAAAXQAAARCGhlYWQSy2hLAAAA4AAAADZoaGVhDgMHIQAAALwAAAAkaG10eOAAAAAAAAHkAAAAhGxvY2E9NEHGAAAFjAAAAERtYXhwATIAgQAAARgAAAAgbmFtZdXH9aAAABbYAAACCnBvc3RAAl/0AAAY5AAAAZ4AAQAABwAAAAAABwAAAP//BwEAAQAAAAAAAAAAAAAAAAAAACEAAQAAAAEAAFYfTwlfDzz1AAsHAAAAAADWVg6nAAAAANZWDqcAAAAABwEHAAAAAAgAAgAAAAAAAAABAAAAIQB1AAcAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEGygGQAAUAAARxBOYAAAD6BHEE5gAAA1wAVwHOAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQPEB8SAHAAAAAKEHAAAAAAAAAQAAAAAAAAAAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAUAAAADAAAALAAAAAQAAAGSAAEAAAAAAIwAAwABAAAALAADAAoAAAGSAAQAYAAAAAQABAABAADxIP//AADxAf//AAAAAQAEAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUABUAFgAXABgAGQAaABsAHAAdAB4AHwAgAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAGQAAAAAAAAACAAAPEBAADxAQAAAAEAAPECAADxAgAAAAIAAPEDAADxAwAAAAMAAPEEAADxBAAAAAQAAPEFAADxBQAAAAUAAPEGAADxBgAAAAYAAPEHAADxBwAAAAcAAPEIAADxCAAAAAgAAPEJAADxCQAAAAkAAPEKAADxCgAAAAoAAPELAADxCwAAAAsAAPEMAADxDAAAAAwAAPENAADxDQAAAA0AAPEOAADxDgAAAA4AAPEPAADxDwAAAA8AAPEQAADxEAAAABAAAPERAADxEQAAABEAAPESAADxEgAAABIAAPETAADxEwAAABMAAPEUAADxFAAAABQAAPEVAADxFQAAABUAAPEWAADxFgAAABYAAPEXAADxFwAAABcAAPEYAADxGAAAABgAAPEZAADxGQAAABkAAPEaAADxGgAAABoAAPEbAADxGwAAABsAAPEcAADxHAAAABwAAPEdAADxHQAAAB0AAPEeAADxHgAAAB4AAPEfAADxHwAAAB8AAPEgAADxIAAAACAAAAAAAAAADgBoAH4AzADgAQIBQgFsAZgBwgIYAlgCtALgAzADsAPeBDAElgTcBSQFZgWKBiAGZga0BuoHWAgSCFgIbgiEAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAbADQAAAkCEyIHDgEHBhAXHgEXFiA3PgE3NhAnLgEnJgMiJy4BJyY0Nz4BNzYyFx4BFxYUBw4BBwYC6wHA/kCVmIuGzjk7OznOhosBMIuGzjk7OznOhouYeW9rpi0vLy2ma2/yb2umLS8vLaZrbwIwAVABUAGbOznOhov+0IuGzjk7OznOhosBMIuGzjk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiEGIAAHABcAJwAqAAABNCcmJxUXNjcUBxc2NTQnLgEnFR4BFxYBBwEhESEBEQEGBxU2Nxc3AQcXBNA0MlW4A7spcU1FQ+6VbKovMfu0XwFh/p8BKwF1AT5QWZl6mV/9YJycA4BhUlAqpbgYGGNicZKknYyHvSKaIJNlaQIsX/6f/kD+iwH2/sI9G5ojZJhfBJacnAAAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYACAAOAAABNCcmJxE2NzYBESEBEQEFZTQyVFQyNPwQASsBdf6LA4BhUlAq/aYqUFIBQf5A/osEqv6LAAMAAAAABiAGDwAFAA4AIgAAExEhAREBBTQnJicRNjc2AxUeARcWFAcOAQcVPgE3NhAnLgHgASsBdf6LAsU0MlVVMjS7bKovMTEvqmyV7kNFRUPuBGD+QP6LBKr+i+BhUlAq/aYqUFIC8Jogk2Vp6GllkyCaIr2HjAE6jIe9AAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gATABcAAAEhIg4BFREUHgEzITI+ATURNC4BAyERIQVA/IApRCgoRCkDgClEKChEKfyAA4AF1ShEKfyAKUQoKEQpA4ApRCj76wOAAAYAAAAABmsGawAIAA0AFQAeACMALAAACQEmIyIHBgcBJS4BJwEFIQE2NzY1NAUBBgcGFRQXIQUeARcBMwEWMzI3NjcBAr4BZFJQhHt2YwESA44z7Z/+7gLl/dABel0zNfwS/t1dMzUPAjD95DPtnwESeP7dU0+Ee3Zj/u4D8AJoEy0rUf4nd6P6PP4nS/1zZn+Ej0tLAfhmf4SPS0pLo/o8Adn+CBMtK1EB2QAFAAAAAAZrBdYAEwAXABsAHwAjAAABISIOARURFB4BMyEyPgE1ETQuAQEhFSEBITUhBSE1ITUhNSEF1ftWKUUoKEUpBKopRSgoRfstASr+1gLq/RYC6gHA/tYBKv0WAuoF1ShEKfyAKUQoKEQpA4ApRCj9q5X+1ZWVlZaVAAAAAAMAAAAABiAF1gATACsAQwAAASEiDgEVERQeATMhMj4BNRE0LgEBIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFi/vqKEUoKEUoBBYoRSgoRf2CcJWVcCsf4B8sLB/gHysCC3CVlXAsH+AfKysf4B8sBdUoRCn8gClEKChEKQOAKUQo/fYl4CVKHywsHwEqHywsH0ol4CVKHywsHwEqHywsHwAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIQZsADEAAAEiBgcBNjQnAR4BMzI+ATQuASIOARUUFwEuASMiDgEUHgEzMjY3AQYVFB4BMj4BNC4BBUAqSx797AcHAg8eTys9Zzw8Z3pnPAf98R5PKz1nPDxnPStPHgIUBjtkdmQ7O2QCTx4cATcbMhsBNB0gPGd6Zzw8Zz0ZG/7NHCA8Z3pnPCAc/soZGDtkOjpkdmQ7AAAAAAIAAAAABlkGawBDAFAAAAE2NCc3PgEnAy4BDwEmLwEuASMhIgYPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEzITI2PwE2NxcWNjcTNiYnBSIuATQ+ATIeARQOAQWrBQWeCgYHlgcaDLo8QhwDFQ7+1g4VAhxEOroNGgeVBwULnQUFnQsFB5UHGg26O0McAhUOASoOFQIcRDq6DRoHlQcFC/04R3hGRniOeEZGeAM3Kj4qewkbDAEDDAkFSy4bxg4SEg7GHC1LBQkM/v0MGwl7Kj4qewkbDP79DAkFSy4bxg4SEg7GHC1LBQkMAQMMGwlBRniOeEZGeI54RgABAAAAAAZrBmsAGAAAExQXHgEXFiA3PgE3NhAnLgEnJiAHDgEHBpU7Oc6GiwEwi4bOOTs7Oc6Gi/7Qi4bOOTsDgJiLhs45Ozs5zoaLATCLhs45Ozs5zoaLAAAAAAIAAAAABmsGawAYADEAAAEiBw4BBwYQFx4BFxYgNz4BNzYQJy4BJyYDIicuAScmNDc+ATc2MhceARcWFAcOAQcGA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi5h5b2umLS8vLaZrb/Jva6YtLy8tpmtvBms7Oc6Gi/7Qi4bOOTs7Oc6GiwEwi4bOOTv6wC8tpmtv8m9rpi0vLy2ma2/yb2umLS8AAwAAAAAGawZrABgAMQA+AAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmAyInLgEnJjQ3PgE3NjIXHgEXFhQHDgEHBhMUDgEiLgE0PgEyHgEDgJiKhs85Ozs5z4aKATCKhs85Ozs5z4aKmHlva6YtLy8tpmtv8m9rpi0vLy2ma29nPGd6Zzw8Z3pnPAZrOznPhor+0IqGzzk7OznPhooBMIqGzzk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAlU9Zzw8Z3pnPDxnAAAABAAAAAAGIAYhABMAHwApAC0AAAEhIg4BFREUHgEzITI+ATURNC4BASM1IxUjETMVMzU7ASEyFhURFAYjITczNSMFi/vqKEUoKEUoBBYoRSgoRf2CcJVwcJVwlgEqHywsH/7WcJWVBiAoRSj76ihFKChFKAQWKEUo/ICVlQHAu7ssH/7WHyxw4AAAAAACAAAAAAZrBmsAGAAkAAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmEwcJAScJATcJARcBA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi91p/vT+9GkBC/71aQEMAQxp/vUGazs5zoaL/tCLhs45Ozs5zoaLATCLhs45O/wJaQEL/vVpAQwBDGn+9QELaf70AAABAAAAAAXWBrYAJwAAAREJAREyFxYXFhQHBgcGIicmJyY1IxQXHgEXFjI3PgE3NjQnLgEnJgOA/osBdXpoZjs9PTtmaPRoZjs9lS8tpWtv9G9rpS0vLy2la28FiwEq/ov+iwEqPTtmaPNpZTw9PTxlaXl5b2umLS8vLaZrb/Nva6UuLwABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcBBM8AFwAhADgATwBmAHEAdAAAAREzNhcWFxYXFhcWBw4BBwYHBicmLwEmNxY2NzYuAQcRFAUWNzY/ATY3NjU2JyMGFxYfARYXFhcUFxY3Nj8BNjc2NzYnIwYXFh8BFhcWFRYXFjc2PwE2NzY3NicjBhcWHwEWFxYVFgUzPwEVMxEjBgsBARUnAxwcaC5MND0sTSsvCgdVREdTNWg1KgECq1JrCQcwYkABfhoSCxAKJBQXAX4dAQMCBgMnFxsBJBoSCxAKJBQWAQF+HgEEAgUEJxcbASMZEwsQCiQUFgEBfh4BBAIFBCcXGwH5Q+5B4arNDfHvAhaOAckC/QIBAwwPHzdcZXlZmC8xCAQBAQIDBMIDVkxCZDQF/pUHwgcTCyAUQEdPU8etCAgFCQZHTFxbwLoHEwsgFEBHT1PHrQgIBQkGR0xcW8C6BxMLIBRAR09Tx60ICAUJBkdMXFvAwGQBZQMMFf6D/oYB/fkBAAABAAAAAAYhBrYALAAAASIHDgEHBhURFB4BOwERITU0Nz4BNzYyFx4BFxYdASERMzI+ATURNCcuAScmA4CJfXi6MzU8Zz3g/tUpKJFeYdRhXpEoKf7V4D1nPDUzunh9BrU0M7t4fYn99j1nPAJVlWthXpAoKSkokF5ha5X9qzxnPQIKiX14uzM0AAAAAAIAAAAABUAFQAACAAYAAAkCIREzEQHAAnv9hQLrlQHAAcABwPyAA4AAAAAAAgAAAAAFQAVAAAMABgAAATMRIwkBEQHAlZUBBQJ7BUD8gAHA/kADgAAAAAAAABAAxgABAAAAAAABAAcAAAABAAAAAAACAAcABwABAAAAAAADAAcADgABAAAAAAAEAAcAFQABAAAAAAAFAAsAHAABAAAAAAAGAAcAJwABAAAAAAAKACsALgABAAAAAAALABMAWQADAAEECQABAA4AbAADAAEECQACAA4AegADAAEECQADAA4AiAADAAEECQAEAA4AlgADAAEECQAFABYApAADAAEECQAGAA4AugADAAEECQAKAFYAyAADAAEECQALACYBHlZpZGVvSlNSZWd1bGFyVmlkZW9KU1ZpZGVvSlNWZXJzaW9uIDEuMFZpZGVvSlNHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBWAGkAZABlAG8ASgBTAFIAZQBnAHUAbABhAHIAVgBpAGQAZQBvAEoAUwBWAGkAZABlAG8ASgBTAFYAZQByAHMAaQBvAG4AIAAxAC4AMABWAGkAZABlAG8ASgBTAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
    content: "\F101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
    content: "\F102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\F103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\F104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\F105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\F106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\F107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\F108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\F109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
    content: "\F10A"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
    content: "\F10B"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\F10C"; }

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\F10D"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\F10E"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
    content: "\F10F"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
    content: "\F110"; }

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: "\F111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
    content: "\F112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
    content: "\F113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
    content: "\F114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\F115"; }

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\F116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-facebook:before {
    content: "\F117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
    content: "\F118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-linkedin:before {
    content: "\F119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
    content: "\F11A"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
    content: "\F11B"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pinterest:before {
    content: "\F11C"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\F11D"; }

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\F11E"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-next-item:before {
    content: "\F11F"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-previous-item:before {
    content: "\F120"; }

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }

.video-js:-moz-full-screen {
    position: absolute; }

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.333333333333333em;
    z-index: 1; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider.disabled {
  cursor: default; }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 3em; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
  .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control,
  .video-js .vjs-volume-panel:active .vjs-volume-control,
  .video-js .vjs-volume-panel:focus .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control:hover,
  .video-js .vjs-volume-panel .vjs-volume-control:active,
  .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
      width: 5em;
      height: 3em; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 9em;
    -webkit-transition: width 0.1s;
    transition: width 0.1s; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3.5em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
  width: 0px !important;
  white-space: nowrap; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
          animation: 0s linear 0.3s forwards vjs-spinner-show; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10D";
  font-size: 1.5em;
  line-height: inherit; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F11D";
  font-size: 1.5em;
  line-height: inherit; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: block; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto; }
  .vjs-text-track-settings .vjs-track-settings-colors {
    display: block;
    grid-column: 1;
    grid-row: 1; }
  .vjs-text-track-settings .vjs-track-settings-font {
    grid-column: 2;
    grid-row: 1; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 2;
    grid-row: 2; } }

.vjs-track-setting > select {
  margin-right: 5px; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none; }

.video-js *:focus:not(:focus-visible) {
  outline: none; }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}
.vjs-custom-skin > .video-js {
  width: 100%;
  font-family: "PingFang SC","Helvetica Neue","Hiragino Sans GB","Segoe UI","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",sans-serif;
}

.vjs-custom-skin > .video-js .vjs-menu-button-inline.vjs-slider-active,.vjs-custom-skin > .video-js .vjs-menu-button-inline:focus,.vjs-custom-skin > .video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em
}

.vjs-custom-skin > .video-js .vjs-controls-disabled .vjs-big-play-button {
  display: none!important
}

.vjs-custom-skin > .video-js .vjs-control {
  width: 3em
}

.vjs-custom-skin > .video-js .vjs-control.vjs-live-control{
  width: auto;
  padding-left: .5em;
  letter-spacing: .1em;
}

.vjs-custom-skin > .video-js .vjs-menu-button-inline:before {
  width: 1.5em
}

.vjs-menu-button-inline .vjs-menu {
  left: 3em
}

.vjs-paused.vjs-has-started.vjs-custom-skin > .video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button {
  display: block
}

.vjs-custom-skin > .video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {
  display: none!important
}

.vjs-custom-skin > .video-js .vjs-mouse-display:after,.vjs-custom-skin > .video-js .vjs-play-progress:after {
  padding: 0 .4em .3em
}

.video-js.vjs-ended .vjs-loading-spinner {
  display: none;
}

.video-js.vjs-ended .vjs-big-play-button {
  display: block !important;
}

.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.vjs-custom-skin > .video-js .vjs-big-play-button {
  display: block
}

.vjs-custom-skin > .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1.5em;
  margin-top: -1em
}

.vjs-custom-skin > .video-js .vjs-big-play-button {
  background-color: rgba(0,0,0,0.45);
  font-size: 3.5em;
   /*border-radius: 50%;*/
  height: 2em !important;
  line-height: 2em !important;
  margin-top: -1em !important
}

.video-js:hover .vjs-big-play-button,.vjs-custom-skin > .video-js .vjs-big-play-button:focus,.vjs-custom-skin > .video-js .vjs-big-play-button:active {
  background-color: rgba(36,131,213,0.9)
}

.vjs-custom-skin > .video-js .vjs-loading-spinner {
  border-color: rgba(36,131,213,0.8)
}

.vjs-custom-skin > .video-js .vjs-control-bar2 {
  background-color: #000000
}

.vjs-custom-skin > .video-js .vjs-control-bar {
   /*background-color: rgba(0,0,0,0.3) !important;*/
  color: #ffffff;
  font-size: 14px
}

.vjs-custom-skin > .video-js .vjs-play-progress,.vjs-custom-skin > .video-js  .vjs-volume-level {
  background-color: #2483d5
}

.vjs-custom-skin > .video-js .vjs-play-progress:before {
  top: -0.3em;
}

.vjs-custom-skin > .video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.3em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0em;
}

.vjs-custom-skin > .video-js .vjs-menu li {
  padding: 0;
  line-height: 2em;
  font-size: 1.1em;
  font-family: "PingFang SC","Helvetica Neue","Hiragino Sans GB","Segoe UI","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",sans-serif;
}

.vjs-custom-skin > .video-js .vjs-time-tooltip,
.vjs-custom-skin > .video-js .vjs-mouse-display:after, 
.vjs-custom-skin > .video-js .vjs-play-progress:after {
  border-radius: 0;
  font-size: 1em;
  padding: 0;
  width: 3em;
  height: 1.5em;
  line-height: 1.5em;
  top: -3em;
}

.vjs-custom-skin > .video-js .vjs-menu-button-popup .vjs-menu {
  width: 5em;
  left: -1em;
}

.vjs-custom-skin > .video-js .vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-resolution-button .vjs-menu {
   /*order: 4;*/
}

/*排序顺序*/

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-play-control {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-time-control {
  min-width: 1em;
  padding: 0;
  margin: 0 .1em;
  text-align: center;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-playback-rate .vjs-playback-rate-value{
  font-size: 1.2em;
  line-height: 2.4;
}

.vjs-custom-skin > .video-js .vjs-progress-control.vjs-control {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-volume-menu-button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-resolution-button {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-resolution-button .vjs-resolution-button-label {
  display: block;
  line-height: 3em;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-playback-rate {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-fullscreen-control {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
