作者 LIAO

整个项目全部完成

要显示太多修改。

为保证性能只显示 4 of 4+ 个文件。

  1 +.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  2 + font-size: 2em;
  3 +}
  4 +
  5 +@font-face {
  6 + font-family: "raty";
  7 + font-style: normal;
  8 + font-weight: normal;
  9 + src: url("./fonts/raty.eot");
  10 + src: url("./fonts/raty.eot?#iefix") format("embedded-opentype");
  11 + src: url("./fonts/raty.svg#raty") format("svg");
  12 + src: url("./fonts/raty.ttf") format("truetype");
  13 + src: url("./fonts/raty.woff") format("woff");
  14 +}
  15 +
  16 +.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  17 + -moz-osx-font-smoothing: grayscale;
  18 + -webkit-font-smoothing: antialiased;
  19 + font-family: "raty";
  20 + font-style: normal;
  21 + font-variant: normal;
  22 + font-weight: normal;
  23 + line-height: 1;
  24 + speak: none;
  25 + text-transform: none;
  26 +}
  27 +
  28 +.cancel-on-png:before {
  29 + content: "\e600";
  30 +}
  31 +
  32 +.cancel-off-png:before {
  33 + content: "\e601";
  34 +}
  35 +
  36 +.star-on-png:before {
  37 + content: "\f005";
  38 +}
  39 +
  40 +.star-off-png:before {
  41 + content: "\f006";
  42 +}
  43 +
  44 +.star-half-png:before {
  45 + content: "\f123";
  46 +}
  1 +/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
  2 +article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  3 + display: block
  4 +}
  5 +
  6 +audio, canvas, video {
  7 + display: inline-block
  8 +}
  9 +
  10 +audio:not([controls]) {
  11 + display: none;
  12 + height: 0
  13 +}
  14 +
  15 +[hidden], template {
  16 + display: none
  17 +}
  18 +
  19 +html {
  20 + font-family: sans-serif;
  21 + -ms-text-size-adjust: 100%;
  22 + -webkit-text-size-adjust: 100%
  23 +}
  24 +
  25 +body {
  26 + margin: 0
  27 +}
  28 +
  29 +a {
  30 + background: transparent
  31 +}
  32 +
  33 +a:focus {
  34 + outline: thin dotted
  35 +}
  36 +
  37 +a:active, a:hover {
  38 + outline: 0
  39 +}
  40 +
  41 +h1 {
  42 + font-size: 2em;
  43 + margin: 0.67em 0
  44 +}
  45 +
  46 +abbr[title] {
  47 + border-bottom: 1px dotted
  48 +}
  49 +
  50 +b, strong {
  51 + font-weight: bold
  52 +}
  53 +
  54 +dfn {
  55 + font-style: italic
  56 +}
  57 +
  58 +hr {
  59 + -moz-box-sizing: content-box;
  60 + box-sizing: content-box;
  61 + height: 0
  62 +}
  63 +
  64 +mark {
  65 + background: #ff0;
  66 + color: #000
  67 +}
  68 +
  69 +code, kbd, pre, samp {
  70 + font-family: monospace, serif;
  71 + font-size: 1em
  72 +}
  73 +
  74 +pre {
  75 + white-space: pre-wrap
  76 +}
  77 +
  78 +q {
  79 + quotes: "\201C" "\201D" "\2018" "\2019"
  80 +}
  81 +
  82 +small {
  83 + font-size: 80%
  84 +}
  85 +
  86 +sub, sup {
  87 + font-size: 75%;
  88 + line-height: 0;
  89 + position: relative;
  90 + vertical-align: baseline
  91 +}
  92 +
  93 +sup {
  94 + top: -0.5em
  95 +}
  96 +
  97 +sub {
  98 + bottom: -0.25em
  99 +}
  100 +
  101 +img {
  102 + border: 0
  103 +}
  104 +
  105 +svg:not(:root) {
  106 + overflow: hidden
  107 +}
  108 +
  109 +figure {
  110 + margin: 0
  111 +}
  112 +
  113 +fieldset {
  114 + border: 1px solid #c0c0c0;
  115 + margin: 0 2px;
  116 + padding: 0.35em 0.625em 0.75em
  117 +}
  118 +
  119 +legend {
  120 + border: 0;
  121 + padding: 0
  122 +}
  123 +
  124 +button, input, select, textarea {
  125 + font-family: inherit;
  126 + font-size: 100%;
  127 + margin: 0
  128 +}
  129 +
  130 +button, input {
  131 + line-height: normal
  132 +}
  133 +
  134 +button, select {
  135 + text-transform: none
  136 +}
  137 +
  138 +button, html input[type="button"], input[type="reset"], input[type="submit"] {
  139 + -webkit-appearance: button;
  140 + cursor: pointer
  141 +}
  142 +
  143 +button[disabled], html input[disabled] {
  144 + cursor: default
  145 +}
  146 +
  147 +input[type="checkbox"], input[type="radio"] {
  148 + box-sizing: border-box;
  149 + padding: 0
  150 +}
  151 +
  152 +input[type="search"] {
  153 + -webkit-appearance: textfield;
  154 + -moz-box-sizing: content-box;
  155 + -webkit-box-sizing: content-box;
  156 + box-sizing: content-box
  157 +}
  158 +
  159 +input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  160 + -webkit-appearance: none
  161 +}
  162 +
  163 +button::-moz-focus-inner, input::-moz-focus-inner {
  164 + border: 0;
  165 + padding: 0
  166 +}
  167 +
  168 +textarea {
  169 + overflow: auto;
  170 + vertical-align: top
  171 +}
  172 +
  173 +table {
  174 + border-collapse: collapse;
  175 + border-spacing: 0
  176 +}
  177 +
  178 +* {
  179 + text-rendering: optimizelegibility
  180 +}
  181 +
  182 +*, *:before, *:after {
  183 + -webkit-box-sizing: border-box !important;
  184 + -moz-box-sizing: border-box !important;
  185 + box-sizing: border-box !important
  186 +}
  187 +
  188 +*::-moz-placeholder {
  189 + color: #e0e0e0
  190 +}
  191 +
  192 +*::-moz-selection {
  193 + background-color: #cce2ff
  194 +}
  195 +
  196 +*::-moz-selection {
  197 + background-color: #ffc;
  198 + color: #555
  199 +}
  200 +
  201 +a {
  202 + color: #369
  203 +}
  204 +
  205 +a:hover {
  206 + color: #1ab8f3
  207 +}
  208 +
  209 +a:active {
  210 + color: #0aa5df
  211 +}
  212 +
  213 +article {
  214 + margin-top: 20px
  215 +}
  216 +
  217 +article h2 {
  218 + font-size: 1.6em
  219 +}
  220 +
  221 +article h3 {
  222 + font-size: 1.5em
  223 +}
  224 +
  225 +article ol {
  226 + padding-left: 10px
  227 +}
  228 +
  229 +article p {
  230 + font-size: 1.45em
  231 +}
  232 +
  233 +article pre {
  234 + white-space: pre
  235 +}
  236 +
  237 +article li {
  238 + font-size: 1.4em;
  239 + list-style: inside
  240 +}
  241 +
  242 +article ul {
  243 + font-size: 0.9em;
  244 + padding-bottom: 10px;
  245 + padding-left: 5px
  246 +}
  247 +
  248 +article .body {
  249 + margin-top: 20px;
  250 + word-wrap: break-word
  251 +}
  252 +
  253 +blockquote {
  254 + background: url(../fonts/quote-2fae1e7bd06251d5537226c926785216.gif) no-repeat 0 0 #fcfcfc;
  255 + border-radius: 4px;
  256 + margin-left: 0;
  257 + padding-left: 22px
  258 +}
  259 +
  260 +blockquote p {
  261 + font-size: 1.3em;
  262 + padding-bottom: 5px;
  263 + padding-left: 10px;
  264 + padding-top: 5px
  265 +}
  266 +
  267 +body {
  268 + background-color: #fafafa;
  269 + color: #333;
  270 + font-family: "Open Sans", "Arial", sans-serif;
  271 + font-size: 10px;
  272 + height: 100%;
  273 + line-height: 1.6
  274 +}
  275 +
  276 +code {
  277 + background-color: #fefefe;
  278 + border-radius: 3px;
  279 + border: 1px solid #fbfbfb;
  280 + margin: 0 2px;
  281 + padding: 1px 5px
  282 +}
  283 +
  284 +header .edit {
  285 + display: block;
  286 + font-size: 1.4em;
  287 + margin: 10px auto 0;
  288 + padding-top: 8px;
  289 + text-align: center;
  290 + text-decoration: none;
  291 + width: 100px
  292 +}
  293 +
  294 +header .edit:hover {
  295 + color: #fff
  296 +}
  297 +
  298 +img {
  299 + max-width: 100%
  300 +}
  301 +
  302 +pre {
  303 + background-color: #fefefe;
  304 + border-radius: 3px;
  305 + border: 1px solid #fbfbfb;
  306 + color: #393939;
  307 + font-family: menlo, monospace, serif;
  308 + font-size: 1.2em;
  309 + overflow: auto;
  310 + padding: 10px 10px;
  311 + white-space: pre
  312 +}
  313 +
  314 +textarea {
  315 + resize: vertical
  316 +}
  317 +
  318 +textarea.code {
  319 + font-family: menlo, monospace
  320 +}
  321 +
  322 +ul {
  323 + list-style: none
  324 +}
  325 +
  326 +.clearfix {
  327 + *zoom: 1
  328 +}
  329 +
  330 +.clearfix:before, .clearfix:after {
  331 + content: " ";
  332 + display: table
  333 +}
  334 +
  335 +.clearfix:after {
  336 + clear: both
  337 +}
  338 +
  339 +.content {
  340 + margin: 0 auto;
  341 + width: 93%
  342 +}
  343 +
  344 +.header {
  345 + margin-top: 10px;
  346 + text-align: center
  347 +}
  348 +
  349 +.header a {
  350 + color: #3b3b3b;
  351 + letter-spacing: -3px;
  352 + line-height: 1.1;
  353 + text-decoration: none;
  354 + text-shadow: 2px 2px #fff
  355 +}
  356 +
  357 +.header a:hover {
  358 + color: #444
  359 +}
  360 +
  361 +.header div {
  362 + color: #888;
  363 + font-size: 1.3em
  364 +}
  365 +
  366 +.input {
  367 + -webkit-border-radius: 2px;
  368 + -moz-border-radius: 2px;
  369 + -ms-border-radius: 2px;
  370 + -o-border-radius: 2px;
  371 + border-radius: 2px;
  372 + background-color: #fff;
  373 + border: 1px solid #ccc;
  374 + color: #333;
  375 + font-size: 1.3em;
  376 + max-height: 300px;
  377 + min-height: 25px;
  378 + padding: 12px 10px;
  379 + transition: all 0.15s ease-in 0s;
  380 + width: 100%
  381 +}
  382 +
  383 +.input:focus {
  384 + border-color: #eee
  385 +}
  386 +
  387 +.mandatory {
  388 + color: #b94a48;
  389 + font-size: 1.3em;
  390 + font-weight: bold
  391 +}
  392 +
  393 +.navigation {
  394 + margin-top: 5px;
  395 + text-align: center
  396 +}
  397 +
  398 +.navigation > a, .navigation .i-heart {
  399 + background-color: #fff;
  400 + border-radius: 4px;
  401 + display: inline-block;
  402 + font-size: 2.3em;
  403 + margin-top: 8px;
  404 + padding-bottom: 8px;
  405 + padding-top: 8px
  406 +}
  407 +
  408 +.navigation > a:hover, .navigation .i-heart:hover {
  409 + color: #6ecff5;
  410 + transition: color 0s ease 0s, color 0.2s ease-in 0s
  411 +}
  412 +
  413 +.navigation > a:active, .navigation .i-heart:active {
  414 + color: #0aa5df
  415 +}
  416 +
  417 +.navigation a {
  418 + color: #555;
  419 + text-decoration: none
  420 +}
  421 +
  422 +.navigation .i-heart {
  423 + color: red;
  424 + cursor: pointer
  425 +}
  426 +
  427 +.navigation .i-heart:hover {
  428 + color: #ff9bc3
  429 +}
  430 +
  431 +.placeholder {
  432 + float: left;
  433 + margin-top: 10px;
  434 + padding-left: 2px;
  435 + padding-right: 2px;
  436 + width: 100%
  437 +}
  438 +
  439 +.saver {
  440 + clear: both;
  441 + float: right;
  442 + margin-bottom: 15px;
  443 + margin-top: 10px;
  444 + width: 100%
  445 +}
  446 +
  447 +.share {
  448 + margin-top: 30px
  449 +}
  450 +
  451 +.share a {
  452 + background-color: #e1f4fd;
  453 + display: block;
  454 + height: 36px;
  455 + text-decoration: none
  456 +}
  457 +
  458 +.share a:hover {
  459 + background-color: #c2e8fa
  460 +}
  461 +
  462 +.share p {
  463 + color: #333;
  464 + font-size: 1.4em;
  465 + font-weight: bold;
  466 + letter-spacing: 0.7px;
  467 + text-align: center
  468 +}
  469 +
  470 +.share .twitter {
  471 + border: 1px solid #b2e2f9;
  472 + border-radius: 3px;
  473 + margin: 0 auto;
  474 + width: 78px
  475 +}
  476 +
  477 +.share .twitter i {
  478 + color: #24acee;
  479 + font-size: 1.5em;
  480 + left: 28px;
  481 + position: relative;
  482 + top: 9px
  483 +}
  484 +
  485 +#donations {
  486 + display: none;
  487 + font-weight: bold;
  488 + margin-top: 5px;
  489 + text-align: center
  490 +}
  491 +
  492 +#donations a {
  493 + color: #dc5;
  494 + font-size: 1.4em
  495 +}
  496 +
  497 +#donations a:hover {
  498 + color: #6ecff5;
  499 + transition: color 0s ease 0s, color 0.2s ease-in 0s
  500 +}
  501 +
  502 +#donations a:active {
  503 + color: #0aa5df
  504 +}
  505 +
  506 +#donations span {
  507 + color: #ff9bc3;
  508 + font-size: 1.8em;
  509 + padding-left: 3px;
  510 + padding-right: 3px;
  511 + vertical-align: sub
  512 +}
  513 +
  514 +@media only screen and (min-width: 568px) {
  515 + body {
  516 + font-size: 11px
  517 + }
  518 +}
  519 +
  520 +@media only screen and (min-width: 768px) {
  521 + body {
  522 + font-size: 12px
  523 + }
  524 +
  525 + .content {
  526 + margin-top: 10px;
  527 + width: 90%
  528 + }
  529 +}
  530 +
  531 +.highlight .nd {
  532 + color: #707a7c
  533 +}
  534 +
  535 +.highlight .c1 {
  536 + color: #228b22
  537 +}
  538 +
  539 +.highlight .hll {
  540 + background-color: #ffc
  541 +}
  542 +
  543 +.highlight .c {
  544 + color: #008800;
  545 + font-style: italic
  546 +}
  547 +
  548 +.highlight .err {
  549 + color: #a61717;
  550 + background-color: #e3d2d2
  551 +}
  552 +
  553 +.highlight .k {
  554 + color: #000080;
  555 + font-weight: bold
  556 +}
  557 +
  558 +.highlight .cm {
  559 + color: #008800;
  560 + font-style: italic
  561 +}
  562 +
  563 +.highlight .cp {
  564 + color: teal
  565 +}
  566 +
  567 +.highlight .cs {
  568 + color: #008800;
  569 + font-weight: bold
  570 +}
  571 +
  572 +.highlight .gd {
  573 + color: #000000;
  574 + background-color: #fdd
  575 +}
  576 +
  577 +.highlight .ge {
  578 + font-style: italic
  579 +}
  580 +
  581 +.highlight .gr {
  582 + color: #a00
  583 +}
  584 +
  585 +.highlight .gh {
  586 + color: #999
  587 +}
  588 +
  589 +.highlight .gi {
  590 + color: #000000;
  591 + background-color: #dfd
  592 +}
  593 +
  594 +.highlight .go {
  595 + color: #888
  596 +}
  597 +
  598 +.highlight .gp {
  599 + color: #555
  600 +}
  601 +
  602 +.highlight .gs {
  603 + font-weight: bold
  604 +}
  605 +
  606 +.highlight .gu {
  607 + color: #aaa
  608 +}
  609 +
  610 +.highlight .gt {
  611 + color: #a00
  612 +}
  613 +
  614 +.highlight .kc {
  615 + color: #000080;
  616 + font-weight: bold
  617 +}
  618 +
  619 +.highlight .kd {
  620 + color: #000080;
  621 + font-weight: bold
  622 +}
  623 +
  624 +.highlight .kn {
  625 + color: #000080;
  626 + font-weight: bold
  627 +}
  628 +
  629 +.highlight .kp {
  630 + color: #000080;
  631 + font-weight: bold
  632 +}
  633 +
  634 +.highlight .kr {
  635 + color: #000080;
  636 + font-weight: bold
  637 +}
  638 +
  639 +.highlight .kt {
  640 + color: #000080;
  641 + font-weight: bold
  642 +}
  643 +
  644 +.highlight .m {
  645 + color: blue
  646 +}
  647 +
  648 +.highlight .s {
  649 + color: blue
  650 +}
  651 +
  652 +.highlight .na {
  653 + color: red
  654 +}
  655 +
  656 +.highlight .nt {
  657 + color: #000080;
  658 + font-weight: bold
  659 +}
  660 +
  661 +.highlight .ow {
  662 + font-weight: bold
  663 +}
  664 +
  665 +.highlight .w {
  666 + color: #bbb
  667 +}
  668 +
  669 +.highlight .mf {
  670 + color: blue
  671 +}
  672 +
  673 +.highlight .mh {
  674 + color: blue
  675 +}
  676 +
  677 +.highlight .mi {
  678 + color: blue
  679 +}
  680 +
  681 +.highlight .mo {
  682 + color: blue
  683 +}
  684 +
  685 +.highlight .sb {
  686 + color: blue
  687 +}
  688 +
  689 +.highlight .sc {
  690 + color: purple
  691 +}
  692 +
  693 +.highlight .sd {
  694 + color: blue
  695 +}
  696 +
  697 +.highlight .s2 {
  698 + color: blue
  699 +}
  700 +
  701 +.highlight .se {
  702 + color: blue
  703 +}
  704 +
  705 +.highlight .sh {
  706 + color: blue
  707 +}
  708 +
  709 +.highlight .si {
  710 + color: blue
  711 +}
  712 +
  713 +.highlight .sx {
  714 + color: blue
  715 +}
  716 +
  717 +.highlight .sr {
  718 + color: blue
  719 +}
  720 +
  721 +.highlight .s1 {
  722 + color: blue
  723 +}
  724 +
  725 +.highlight .ss {
  726 + color: blue
  727 +}
  728 +
  729 +.highlight .il {
  730 + color: blue
  731 +}
  732 +
  733 +@font-face {
  734 + font-family: "wbotelhos";
  735 + font-style: normal;
  736 + font-weight: normal;
  737 + src: url(../fonts/wbotelhos.eot?#iefix) format("embedded-opentype");
  738 + src: url(../fonts/wbotelhos.svg#wbotelhos) format("svg");
  739 + src: url(../fonts/wbotelhos.ttf) format("truetype");
  740 + src: url(../fonts/wbotelhos.woff) format("woff")
  741 +}
  742 +
  743 +[class^="i-"], [class*=" i-"] {
  744 + -moz-osx-font-smoothing: grayscale;
  745 + -webkit-font-smoothing: antialiased;
  746 + font-family: "wbotelhos";
  747 + font-style: normal;
  748 + font-variant: normal;
  749 + font-weight: normal;
  750 + line-height: 1;
  751 + speak: none;
  752 + text-transform: none
  753 +}
  754 +
  755 +.i-file-zip:before {
  756 + content: "\e600"
  757 +}
  758 +
  759 +.i-lab:before {
  760 + content: "\e601"
  761 +}
  762 +
  763 +.i-labs:before {
  764 + content: "\e602"
  765 +}
  766 +
  767 +.i-github:before {
  768 + content: "\e603"
  769 +}
  770 +
  771 +.i-linkedin:before {
  772 + content: "\e604"
  773 +}
  774 +
  775 +.i-twitter:before {
  776 + content: "\e605"
  777 +}
  778 +
  779 +.i-cog:before {
  780 + content: "\e606"
  781 +}
  782 +
  783 +.i-feed:before {
  784 + content: "\e607"
  785 +}
  786 +
  787 +.i-file:before {
  788 + content: "\e608"
  789 +}
  790 +
  791 +.i-heart:before {
  792 + content: "\e609"
  793 +}
  794 +
  795 +.i-envelope:before {
  796 + content: "\e60a"
  797 +}
  798 +
  799 +.i-exit:before {
  800 + content: "\e60b"
  801 +}
  802 +
  803 +.i-profile:before {
  804 + content: "\e60c"
  805 +}
  806 +
  807 +.button {
  808 + -webkit-border-radius: 4px;
  809 + -moz-border-radius: 4px;
  810 + -ms-border-radius: 4px;
  811 + -o-border-radius: 4px;
  812 + border-radius: 4px;
  813 + border: none;
  814 + color: #fff;
  815 + display: inline-block;
  816 + font-size: 1.1em;
  817 + font-weight: bold;
  818 + height: 45px;
  819 + padding: 10px
  820 +}
  821 +
  822 +.button.blue {
  823 + background-color: #6ecff5
  824 +}
  825 +
  826 +.button.blue:hover {
  827 + background-color: #1ab8f3;
  828 + color: #fff
  829 +}
  830 +
  831 +.button.blue:active {
  832 + background-color: #0aa5df
  833 +}
  834 +
  835 +.button.green {
  836 + background-color: #5bbd72
  837 +}
  838 +
  839 +.button.green:hover {
  840 + background-color: #58cb73;
  841 + color: #fff
  842 +}
  843 +
  844 +.button.green:active {
  845 + background-color: #4cb164
  846 +}
  847 +
  848 +.button.green-dark {
  849 + background-color: #00b5ad
  850 +}
  851 +
  852 +.button.green-dark:hover {
  853 + background-color: #009a93;
  854 + color: #fff
  855 +}
  856 +
  857 +.button.green-dark:active {
  858 + background-color: #00847e
  859 +}
  860 +
  861 +#replying-cancel, #replying-to {
  862 + display: inline-block;
  863 + visibility: hidden
  864 +}
  865 +
  866 +#replying-cancel {
  867 + margin-left: 2px
  868 +}
  869 +
  870 +#replying-to {
  871 + margin-left: 10px
  872 +}
  873 +
  874 +#replying-to strong {
  875 + color: #777
  876 +}
  877 +
  878 +.comments {
  879 + font-size: 1.3em;
  880 + margin-top: 50px
  881 +}
  882 +
  883 +.comments abbr {
  884 + color: #aaa;
  885 + font-size: 0.9em;
  886 + margin-left: 5px
  887 +}
  888 +
  889 +.comments blockquote p {
  890 + font-size: 1em
  891 +}
  892 +
  893 +.comments h1 {
  894 + font-size: 1.5em
  895 +}
  896 +
  897 +.comments h2 {
  898 + font-size: 1.3em
  899 +}
  900 +
  901 +.comments h3, .comments h4, .comments h5, .comments h6 {
  902 + font-size: 0.9em
  903 +}
  904 +
  905 +.comments header {
  906 + margin-bottom: 5px
  907 +}
  908 +
  909 +.comments header a {
  910 + margin-right: 5px;
  911 + text-decoration: none
  912 +}
  913 +
  914 +.comments ol {
  915 + list-style: none;
  916 + padding: 0
  917 +}
  918 +
  919 +.comments pre {
  920 + font-size: 0.9em
  921 +}
  922 +
  923 +.comments ul {
  924 + font-size: 0.9em;
  925 + list-style: circle;
  926 + padding-left: 5px
  927 +}
  928 +
  929 +.comments .anchor, .comments .edit, .comments .reply {
  930 + color: #777;
  931 + font-size: 0.9em;
  932 + text-decoration: none
  933 +}
  934 +
  935 +.comments .anchor:hover, .comments .edit:hover, .comments .reply:hover {
  936 + color: #555;
  937 + transition: color 0s ease 0s, color 0.2s ease-in 0s
  938 +}
  939 +
  940 +.comments .anchor, .comments .reply {
  941 + margin-right: 5px
  942 +}
  943 +
  944 +.comments .author {
  945 + background-color: #ccc
  946 +}
  947 +
  948 +.comments .avatar {
  949 + height: 48px;
  950 + left: 0;
  951 + position: absolute;
  952 + top: 8px;
  953 + width: 48px
  954 +}
  955 +
  956 +.comments .avatar img {
  957 + -webkit-border-radius: 3px;
  958 + -moz-border-radius: 3px;
  959 + -ms-border-radius: 3px;
  960 + -o-border-radius: 3px;
  961 + border-radius: 3px
  962 +}
  963 +
  964 +.comments .body {
  965 + margin-bottom: 10px;
  966 + min-height: 56px;
  967 + padding-left: 40px;
  968 + padding-top: 8px;
  969 + position: relative
  970 +}
  971 +
  972 +.comments .comment {
  973 + border-top: 1px solid #ddd;
  974 + padding-left: 15px;
  975 + position: relative;
  976 + word-wrap: break-word
  977 +}
  978 +
  979 +.comments .flag {
  980 + -webkit-border-radius: 3px;
  981 + -moz-border-radius: 3px;
  982 + -ms-border-radius: 3px;
  983 + -o-border-radius: 3px;
  984 + border-radius: 3px;
  985 + border-radius: 3px;
  986 + color: #fff;
  987 + font-size: 0.9em;
  988 + padding: 3px 7px;
  989 + letter-spacing: 0.7px
  990 +}
  991 +
  992 +.comments .pending {
  993 + background-color: #ff8080
  994 +}
  995 +
  996 +.new_comment input[type="submit"], .edit_comment input[type="submit"] {
  997 + margin-top: 0
  998 +}
  999 +
  1000 +.new_comment textarea, .edit_comment textarea {
  1001 + height: 100px
  1002 +}
  1003 +
  1004 +.new_comment .not-human input, .edit_comment .not-human input {
  1005 + vertical-align: top
  1006 +}
  1007 +
  1008 +.new_comment .not-human label, .edit_comment .not-human label {
  1009 + display: inline;
  1010 + font-size: 1.2em;
  1011 + padding-right: 5px;
  1012 + vertical-align: top
  1013 +}
  1014 +
  1015 +.new_comment a {
  1016 + text-decoration: none
  1017 +}
  1018 +
  1019 +.new_comment .tip {
  1020 + color: #777;
  1021 + font-size: 1.1em;
  1022 + margin-top: 2px
  1023 +}
  1024 +
  1025 +@media only screen and (min-width: 480px) {
  1026 + .edit_comment, .new_comment {
  1027 + margin-left: auto;
  1028 + margin-right: auto;
  1029 + width: 80%
  1030 + }
  1031 +
  1032 + .edit_comment {
  1033 + margin-top: 30px
  1034 + }
  1035 +}
  1036 +
  1037 +@media only screen and (min-width: 568px) {
  1038 + .comments abbr {
  1039 + font-size: 0.8em
  1040 + }
  1041 +
  1042 + .comments pre {
  1043 + font-size: 0.8em
  1044 + }
  1045 +
  1046 + .comments .anchor, .comments .edit, .comments .reply {
  1047 + font-size: 0.9em
  1048 + }
  1049 +
  1050 + .comments .body {
  1051 + padding-left: 7px
  1052 + }
  1053 +
  1054 + .comments .comment {
  1055 + padding-left: 48px
  1056 + }
  1057 +
  1058 + .comments .flag {
  1059 + font-size: 0.8em
  1060 + }
  1061 +
  1062 + .new_comment textarea, .edit_comment textarea {
  1063 + height: 200px
  1064 + }
  1065 +
  1066 + .new_comment .not-human input, .new_comment .not-human label, .edit_comment .not-human input, .edit_comment .not-human label {
  1067 + vertical-align: middle
  1068 + }
  1069 +}
  1070 +
  1071 +@media only screen and (min-width: 1024px) {
  1072 + .new_comment, .edit_comment {
  1073 + width: 60%
  1074 + }
  1075 +}
  1076 +
  1077 +.navigation > a, .navigation .i-heart {
  1078 + width: 33%
  1079 +}
  1080 +
  1081 +.navigation .download {
  1082 + font-size: 1.8em;
  1083 + padding-bottom: 5px;
  1084 + width: 100%
  1085 +}
  1086 +
  1087 +.navigation .labs {
  1088 + margin-left: 8px
  1089 +}
  1090 +
  1091 +.header a {
  1092 + font-size: 2.2em
  1093 +}
  1094 +
  1095 +.header div {
  1096 + font-weight: bold
  1097 +}
  1098 +
  1099 +.header h1 {
  1100 + margin-bottom: 7px;
  1101 + margin-top: 5px
  1102 +}
  1103 +
  1104 +@media only screen and (min-width: 768px) {
  1105 + .header {
  1106 + float: left
  1107 + }
  1108 +
  1109 + .navigation {
  1110 + float: right
  1111 + }
  1112 +}
  1 +/*//取消苹果手机的闪烁*/
  2 +* {
  3 + -webkit-tap-highlight-color: transparent !important;
  4 + /*font-family:"Microsoft YaHei UI",'PingFangSC-Regular';*/
  5 + /*font-family: 'PingFangSC-Regular';*/
  6 +}
  7 +
  8 +@font-face {
  9 + font-family: 'PingFangSC-Regular';
  10 + src: url("../fonts/PingFangRegular.ttf");
  11 +}
  12 +
  13 +body {
  14 + margin: 0;
  15 + /*padding:0 0 1rem 0;*/
  16 +}
  17 +
  18 +input {
  19 + border: none;
  20 + outline: none;
  21 + background: none;
  22 + line-height: 100%;
  23 +}
  24 +
  25 +textarea {
  26 + outline: none;
  27 +}
  28 +
  29 +textarea:hover {
  30 + outline: none;
  31 +
  32 +}
  33 +
  34 +input:hover {
  35 + outline: none;
  36 +
  37 +}
  38 +
  39 +input::placeholder {
  40 + color: #222
  41 +}
  42 +
  43 +.weui-picker__item {
  44 + font-size: 0.3rem;
  45 +}
  46 +
  47 +.weui-picker__hd {
  48 + width: auto !important;
  49 + font-size: 0.3rem;
  50 +}
  51 +
  52 +.weui-picker__action {
  53 + display: block;
  54 + -webkit-box-flex: 1;
  55 + -webkit-flex: 1;
  56 + flex: 1;
  57 + color: rgba(0, 153, 204, 1);
  58 +}
  59 +
  60 +.weui-toast {
  61 + position: fixed;
  62 + z-index: 5000;
  63 + padding: 0.2rem 0.25rem;
  64 + top: 180px;
  65 + left: 0;
  66 + right: 0;
  67 + width: 4rem;
  68 + margin: 0 auto;
  69 + /*margin-left: -1rem;*/
  70 + background: rgba(17, 17, 17, 0.7);
  71 + text-align: center;
  72 + border-radius: 5px;
  73 + color: #FFFFFF;
  74 + display: flex;
  75 + flex-direction: column;
  76 + justify-content: center;
  77 + align-items: center;
  78 +}
  79 +
  80 +.weui-dialog__title {
  81 + font-weight: 500;
  82 +}
  83 +
  84 +.weui-dialog__hd {
  85 + padding: 0rem 0rem 0rem !important;
  86 +}
  87 +
  88 +.weui-skin_android .weui-dialog__hd {
  89 + text-align: left;
  90 + padding: 0rem .6rem 0rem !important;
  91 +}
  92 +
  93 +.weui-skin_android .weui-dialog__title {
  94 + font-size: .38rem;
  95 + font-family: PingFang-SC-Medium;
  96 + color: rgba(0, 0, 0, 1);
  97 +}
  98 +
  99 +.weui-skin_android .weui-dialog__bd {
  100 + color: #999999;
  101 + padding: 0rem .6rem .6rem;
  102 + font-size: .3rem;
  103 + text-align: left;
  104 +}
  105 +
  106 +.weui-skin_android .weui-dialog__btn {
  107 + color: rgba(51, 51, 51, 1);
  108 +}
  109 +
  110 +.weui-toast__content {
  111 + font-size: .3rem;
  112 +}
  113 +
  114 +.weui-picker__item {
  115 + font-size: 0.3rem;
  116 +}
  117 +
  118 +.weui-picker__hd {
  119 + width: auto !important;
  120 + font-size: 0.3rem;
  121 +}
  122 +
  123 +.weui-picker__action {
  124 + display: block;
  125 + -webkit-box-flex: 1;
  126 + -webkit-flex: 1;
  127 + flex: 1;
  128 + color: rgba(247, 123, 32, 1);
  129 +}
  130 +
  131 +.weui-loading {
  132 + width: 0.6rem;
  133 + height: 0.6rem;
  134 +}
  135 +
  136 +.bottom {
  137 + position: fixed;
  138 + display: flex;
  139 + justify-content: space-around;
  140 + align-items: center;
  141 + height: 1rem;
  142 + width: 100%;
  143 + bottom: 0;
  144 + left: 0;
  145 + background-color: #fff;
  146 + font-size: 0.22rem;
  147 + color: #999;
  148 + box-shadow: 0 -0.07rem 0.1rem #e4e4e4;
  149 +}
  150 +
  151 +.bottom_item {
  152 + display: flex;
  153 + text-decoration: none;
  154 + flex-direction: column;
  155 + justify-content: center;
  156 + align-items: center;
  157 + color: #999;
  158 +}
  159 +
  160 +.bottom_item:hover {
  161 + text-decoration: none;
  162 +}
  163 +
  164 +.item_activity .iconfont {
  165 + color: #438AF2;
  166 +}
  167 +
  168 +.item_activity div {
  169 + color: #438AF2;
  170 +}
  171 +
  172 +/*注册登陆界面开始*/
  173 +.item_box {
  174 + padding: 0.45rem 0.8rem 0 0.8rem;
  175 +}
  176 +
  177 +.name {
  178 + color: #aaa;
  179 + font-size: 0.26rem;
  180 +}
  181 +
  182 +.item {
  183 + margin: 0.7rem 0 0 0;
  184 + border-bottom: 0.01rem solid #E4E4E4;
  185 +}
  186 +
  187 +.input_box {
  188 + display: flex;
  189 + justify-content: space-between;
  190 + align-items: center;
  191 + padding: 0.32rem 0 0.22rem 0;
  192 + color: #000;
  193 + font-size: 0.3rem;
  194 +}
  195 +
  196 +.input_box input {
  197 + color: #222;
  198 +}
  199 +
  200 +.register_code {
  201 + color: #438AF2;
  202 +}
  203 +
  204 +.register_code .codeinput {
  205 + color: #438AF2;
  206 +}
  207 +
  208 +.input_box .iconfont {
  209 + color: #999;
  210 + font-size: 0.2rem;
  211 +}
  212 +
  213 +.register_btn {
  214 + margin: 1.1rem 0 0 0;
  215 + width: 100%;
  216 + height: 0.88rem;
  217 + border-radius: 0.1rem;
  218 + background-color: #438AF2;
  219 + color: #ffffff;
  220 + line-height: 0.88rem;
  221 + text-align: center;
  222 + font-size: 0.34rem;
  223 +}
  224 +
  225 +.register_btn:active {
  226 + opacity: 0.7;
  227 +}
  228 +
  229 +.login_btn {
  230 + margin: 1.5rem 0 0 0;
  231 + width: 100%;
  232 + height: 0.88rem;
  233 + border-radius: 0.1rem;
  234 + background-color: #438AF2;
  235 + color: #ffffff;
  236 + line-height: 0.88rem;
  237 + text-align: center;
  238 + font-size: 0.34rem;
  239 +}
  240 +
  241 +.login_btn:active {
  242 + opacity: 0.7;
  243 +}
  244 +
  245 +.login_mode {
  246 + display: none;
  247 + position: fixed;
  248 + width: 100%;
  249 + height: 100%;
  250 + top: 0;
  251 + left: 0;
  252 + background-color: rgba(0, 0, 0, 0.7);
  253 +}
  254 +
  255 +.login_all {
  256 + position: absolute;
  257 + left: 50%;
  258 + top: 50%;
  259 + transform: translate(-50%, -50%);
  260 + width: 5.5rem;
  261 + height: 3.2rem;
  262 + border-radius: 0.15rem;
  263 + background-color: #fff;
  264 + overflow: hidden;
  265 +}
  266 +
  267 +.login_top {
  268 + width: 100%;
  269 + height: 2.2rem;
  270 + display: flex;
  271 + justify-content: center;
  272 + align-items: center;
  273 + font-size: 0.32rem;
  274 + color: #333;
  275 +}
  276 +
  277 +.login_top .iconfont {
  278 + margin: 0 0.2rem 0 0;
  279 + color: #999;
  280 + font-size: 0.4rem;
  281 +}
  282 +
  283 +.btn_bottom {
  284 + background-color: #438AF2;
  285 + color: #fff;
  286 + height: 1rem;
  287 + text-align: center;
  288 + width: 100%;
  289 + line-height: 1rem;
  290 + font-size: 0.32rem;
  291 +}
  292 +
  293 +.btn_bottom .iconfont {
  294 + font-size: 0.2rem;
  295 +}
  296 +
  297 +/*注册登陆界面结束*/
  298 +/*首页样式开始*/
  299 +.index_top {
  300 + height: 4.8rem;
  301 + width: 100%;
  302 +}
  303 +
  304 +.index_top img {
  305 + width: 100%;
  306 +}
  307 +
  308 +.indexitem_box {
  309 + position: relative;
  310 + z-index: 20;
  311 + margin: -1.2rem 0 0 0;
  312 + display: flex;
  313 + padding: 0 0.24rem;
  314 + justify-content: space-between;
  315 + align-items: center;
  316 +}
  317 +
  318 +.index_item {
  319 + display: flex;
  320 + text-decoration: none;
  321 + align-items: center;
  322 + flex-direction: column;
  323 + width: 2.26rem;
  324 + text-align: center;
  325 + border-radius: 0.05rem;
  326 + background-color: #fff;
  327 + box-sizing: border-box;
  328 +}
  329 +.index_item:active{
  330 + text-decoration: none;
  331 +}
  332 +.index_itemimg {
  333 + overflow: hidden;
  334 + margin: 0.5rem 0 0.3rem 0;
  335 + width: 0.76rem;
  336 + height: 0.76rem;
  337 +}
  338 +
  339 +.index_itemimg img {
  340 + display: block;
  341 + width: 100%;
  342 +}
  343 +
  344 +.index_itemtitle {
  345 + width: 100%;
  346 + font-size: 0.28rem;
  347 + color: #333;
  348 + overflow: hidden;
  349 + white-space: nowrap;
  350 + text-overflow: ellipsis;
  351 +}
  352 +
  353 +.index_itemc {
  354 + width: 100%;
  355 + padding: 0.16rem 0.1rem 0.5rem 0.1rem;
  356 + color: #999;
  357 + font-size: 0.24rem;
  358 + overflow: hidden;
  359 + white-space: nowrap;
  360 + text-overflow: ellipsis;
  361 +}
  362 +
  363 +.index_content {
  364 + padding: 0.5rem 0.7rem;
  365 + width: 7rem;
  366 + margin: 0.25rem auto;
  367 + border-radius: 0.05rem;
  368 + background-color: #fff;
  369 + box-sizing: border-box;
  370 + color: #666;
  371 + font-size: 0.28rem;
  372 +}
  373 +
  374 +.index_contenttitle {
  375 +
  376 + display: flex;
  377 + justify-content: center;
  378 + align-items: center;
  379 + text-align: center;
  380 + color: #438AF2;
  381 + font-size: 0.3rem;
  382 +}
  383 +
  384 +.index_contenttitle span {
  385 + display: inline-block;
  386 +}
  387 +
  388 +.span_h {
  389 + height: 0.02rem;
  390 + width: 0.8rem;
  391 + background-color: #CCCCCC !important;
  392 +}
  393 +
  394 +.index_contenttitle .icon-zuanshi {
  395 + font-size: 0.3rem;
  396 + margin: 0 0.1rem 0 0.3rem;
  397 +}
  398 +
  399 +.span_txt {
  400 + margin: 0 0.3rem 0 0;
  401 +}
  402 +
  403 +.index_contentmain {
  404 + margin: 0.4rem 0 0 0;
  405 + line-height: 0.5rem;
  406 +}
  407 +
  408 +/*首页样式结束*/
  409 +/*客户服务样式开始*/
  410 +.server_top {
  411 + display: flex;
  412 + flex-direction: column;
  413 + align-items: center;
  414 + text-align: center;
  415 + height: 4.3rem;
  416 + width: 100%;
  417 + color: #999;
  418 + font-size: 0.3rem;
  419 +}
  420 +
  421 +.logo {
  422 + margin: 1.4rem 0 0.3rem 0;
  423 + width: 1.64rem;
  424 + height: 1.63rem;
  425 + border-radius: 0.4rem;
  426 + overflow: hidden;
  427 +}
  428 +
  429 +.logo img {
  430 + height: 100%;
  431 + width: 100%;
  432 +}
  433 +
  434 +.server_content {
  435 + padding: 0 0.8rem;
  436 +}
  437 +
  438 +.server_item {
  439 + margin: 0.7rem 0 0 0;
  440 + display: flex;
  441 + justify-content: space-between;
  442 + padding: 0.2rem 0;
  443 + align-items: center;
  444 + font-size: 0.3rem;
  445 + border-bottom: 0.01rem solid #E4E4E4;
  446 +}
  447 +
  448 +.server_item_left {
  449 + color: #999;
  450 +}
  451 +
  452 +.server_item_right {
  453 + color: #333;
  454 + font-family: "Microsoft YaHei UI", 'PingFangSC-Regular';
  455 + font-size: 0.3rem;
  456 +}
  457 +
  458 +/*客户服务样式结束*/
  459 +
  460 +/*评论样式开始*/
  461 +.comment_item {
  462 + position: relative;
  463 + box-sizing: border-box;
  464 + padding: 0.45rem 0.32rem 0.45rem 1rem;
  465 + margin: 0.3rem 0.25rem;
  466 + background-color: #fff;
  467 + border-radius: 0.05rem;
  468 + font-size: 15px;
  469 +}
  470 +
  471 +.comment_img {
  472 + position: absolute;
  473 + top: 0.48rem;
  474 + left: 0.32rem;
  475 + width: 0.45rem;
  476 + height: 0.45rem;
  477 + border-radius: 50%;
  478 +}
  479 +
  480 +.comment_img img {
  481 + width: 100%;
  482 + display: block;
  483 + border-radius: 50%;
  484 +}
  485 +
  486 +.comment_item_right {
  487 + width: 100%;
  488 + font-size: 0.28rem;
  489 + color: #999;
  490 +}
  491 +
  492 +.comment_top {
  493 + width: 100%;
  494 + display: flex;
  495 + justify-content: space-between;
  496 + align-items: center;
  497 +}
  498 +
  499 +.comment_item_xing {
  500 + display: flex;
  501 + margin: 0.05rem 0 0 0;
  502 +}
  503 +
  504 +.comment_item_xing .iconfont {
  505 + font-size: 0.15rem;
  506 + color: #ddd;
  507 +}
  508 +
  509 +.comment_item_content {
  510 + padding: 0.26rem 0;
  511 + color: #333;
  512 + font-size: 0.28rem;
  513 + font-family: "Microsoft YaHei UI", 'PingFangSC-Regular';
  514 +}
  515 +
  516 +.comment_item_bottom {
  517 + text-decoration: none;
  518 + padding: 0.1rem;
  519 + border: 1px solid #438AF2;
  520 + color: #438AF2;
  521 + font-size: 0.24rem;
  522 + border-radius: 3px;
  523 + display: inline;
  524 +}
  525 +
  526 +.comment_item_bottom:hover {
  527 + text-decoration: none;
  528 +}
  529 +
  530 +.comment_item_bottom .iconfont {
  531 + font-size: 0.3rem;
  532 +}
  533 +
  534 +.comment_item_xing .activity_xing {
  535 + color: #FEC52E;
  536 +}
  537 +
  538 +/*评论样式结束*/
  539 +/*个人中心样式开始*/
  540 +.my_top {
  541 + display: flex;
  542 + flex-direction: column;
  543 + align-items: center;
  544 + justify-content: center;
  545 + height: 4.68rem;
  546 + width: 100%;
  547 + background-repeat: no-repeat;
  548 + background-position: center;
  549 + background-size: cover;
  550 + color: #fff;
  551 + font-size: 0.34rem;
  552 +}
  553 +
  554 +.my_img {
  555 + margin: 0 0 0.27rem 0;
  556 + width: 1.48rem;
  557 + height: 1.48rem;
  558 + border-radius: 50%;
  559 + overflow: hidden;
  560 +}
  561 +
  562 +.my_img img {
  563 + display: block;
  564 + wisth: 100%;
  565 +}
  566 +
  567 +.my_top_next {
  568 + padding: 0.45rem 0 0.4rem 0;
  569 + background-color: #fff;
  570 + margin: -0.8rem 0.24rem 0.24rem 0.24rem;
  571 + border-radius: 0.05rem;
  572 +}
  573 +
  574 +.my_cellbox {
  575 + display: flex;
  576 + justify-content: space-around;
  577 + align-items: center;
  578 +
  579 +}
  580 +
  581 +.my_cell {
  582 + position: relative;
  583 + display: flex;
  584 + text-decoration: none;
  585 + flex-direction: column;
  586 + align-items: center;
  587 + justify-content: center;
  588 + color: #666;
  589 + font-size: 0.26rem;
  590 +}
  591 +.my_cell:active{
  592 + text-decoration: none;
  593 +}
  594 +.pint {
  595 + position: absolute;
  596 + top: -0.15rem;
  597 + right: 0.01rem;
  598 + width: 0.34rem;
  599 + text-align: center;
  600 + line-height: 0.34rem;
  601 + height: 0.34rem;
  602 + color: #fff;
  603 + font-size: 0.2rem;
  604 + border-radius: 50%;
  605 + background-color: #F03434;
  606 +
  607 +}
  608 +
  609 +.my_cell .iconfont {
  610 + color: #333;
  611 + margin: 0 0 0.1rem 0;
  612 +}
  613 +
  614 +.my_order {
  615 + margin: 0.24rem 0 0 0;
  616 + display: flex;
  617 + text-decoration: none;
  618 + justify-content: center;
  619 + align-items: center;
  620 + color: #4299FE;
  621 + font-size: 0.3rem;
  622 +}
  623 +.my_order:active{
  624 + text-decoration: none;
  625 +}
  626 +.my_order .iconfont {
  627 + font-size: 0.1rem;
  628 +}
  629 +
  630 +.my_item {
  631 + display: flex;
  632 +
  633 + justify-content: space-between;
  634 + align-items: baseline;
  635 + text-decoration: none;
  636 + margin: 0.24rem 0.24rem 0 0.24rem;
  637 + padding: 0.3rem 0.24rem 0.3rem 0.32rem;
  638 + border-radius: 0.05rem;
  639 + color: #333;
  640 + font-size: 0.25rem;
  641 + background-color: #fff;
  642 +}
  643 +
  644 +.my_item:active {
  645 + text-decoration: none;
  646 +}
  647 +
  648 +.my_itemleft {
  649 + display: flex;
  650 + justify-content: center;
  651 + align-items: center;
  652 +}
  653 +
  654 +.my_itemleft .iconfont {
  655 + margin: 0 0.1rem 0 0;
  656 +}
  657 +
  658 +.my_item .iconfont {
  659 + font-size: 12px;
  660 + color: #999;
  661 +}
  662 +
  663 +.my_item .violet {
  664 + color: #E47EF0;
  665 +}
  666 +
  667 +.my_item .yellow {
  668 + color: #F6C687;
  669 +}
  670 +
  671 +.my_item .blue {
  672 + color: #7FCBFF;
  673 +}
  674 +
  675 +/*个人中心样式结束*/
  676 +/*选择套餐样式开始*/
  677 +.choose_top {
  678 + height: 4.8rem;
  679 + box-sizing: border-box;
  680 + background-color: #438AF2;
  681 + color: #fff;
  682 + font-size: 0.26rem;
  683 + padding: 0.6rem 0.32rem 0.32rem 0.32rem;
  684 +}
  685 +
  686 +.choose_title {
  687 + font-size: 0.3rem;
  688 + margin: 0 0 0.32rem 0;
  689 +}
  690 +
  691 +.choose_c {
  692 + overflow: hidden;
  693 + text-overflow: ellipsis;
  694 + display: -webkit-box;
  695 + -webkit-line-clamp: 4;
  696 + -webkit-box-orient: vertical;
  697 +}
  698 +
  699 +.choose_content {
  700 + position: relative;
  701 + z-index: 10;
  702 + display: flex;
  703 + text-decoration: none;
  704 + justify-content: space-between;
  705 + align-items: center;
  706 + margin: 0 0.24rem 0.32rem 0.24rem;
  707 + background-color: #fff;
  708 + padding: 0.45rem 0.35rem 0.45rem 0.45rem;
  709 + border-radius: 0.05rem;
  710 +}
  711 +
  712 +.choose_content:active {
  713 + text-decoration: none;
  714 +}
  715 +
  716 +.box .choose_content:first-child {
  717 + margin: -1.4rem 0.24rem 0.32rem 0.24rem;
  718 +}
  719 +
  720 +.choose_c_title {
  721 + color: #333;
  722 + font-size: 0.3rem;
  723 + font-weight: bold;
  724 +}
  725 +
  726 +.choose_price {
  727 + display: flex;
  728 + align-items: center;
  729 + margin: 0.24rem 0;
  730 +}
  731 +
  732 +.h_price {
  733 + color: #FBA128;
  734 + font-weight: bold;
  735 + font-size: 0.3rem;
  736 +}
  737 +
  738 +.y_price {
  739 + margin: 0 0.32rem 0 0.18rem;
  740 + color: #BBBBBB;
  741 + font-size: 0.26rem;
  742 + text-decoration: line-through;
  743 +}
  744 +
  745 +.job {
  746 + font-size: 0.26rem;
  747 + color: #438AF2;
  748 +}
  749 +
  750 +.choose_left_main {
  751 + font-size: 0.26rem;
  752 + color: #999;
  753 + overflow: hidden;
  754 + text-overflow: ellipsis;
  755 + display: -webkit-box;
  756 + -webkit-line-clamp: 2;
  757 + -webkit-box-orient: vertical;
  758 +}
  759 +
  760 +.choose_right {
  761 + margin: 0 0 0 0.5rem;
  762 +}
  763 +
  764 +.choose_right_main {
  765 + height: 0.6rem;
  766 + width: 0.6rem;
  767 + line-height: 0.6rem;
  768 + text-align: center;
  769 + background-color: #438AF2;
  770 + color: #fff;
  771 + border-radius: 50%;
  772 +}
  773 +
  774 +.choose_right_main .iconfont {
  775 + font-size: 0.2rem;
  776 +}
  777 +
  778 +/*选择套餐样式结束*/
  779 +/*套餐详情样式开始*/
  780 +.details {
  781 + height: 4.8rem;
  782 + background-position: center;
  783 + background-repeat: no-repeat;
  784 + background-size: cover;
  785 +}
  786 +
  787 +.details_top {
  788 + margin: -1.4rem 0.24rem 0 0.24rem;
  789 + padding: 0.6rem 0.7rem 0.7rem 1rem;
  790 + background-color: #fff;
  791 + border-radius: 0.05rem;
  792 + text-align: center;
  793 +}
  794 +
  795 +.details_price {
  796 + justify-content: center;
  797 + padding: 0.3rem 0 0.4rem 0;
  798 + border-bottom: 0.01rem solid #E4E4E4;
  799 +}
  800 +
  801 +.details_top_c {
  802 + margin: 0.3rem 0 0 0;
  803 + font-size: 0.28rem;
  804 + color: #999;
  805 + line-height: 0.5rem;
  806 +}
  807 +
  808 +.details_btn {
  809 + position: fixed;
  810 + left: 0;
  811 + bottom: 0;
  812 + height: 0.88rem;
  813 + width: 100%;
  814 + background-color: #438AF2;
  815 + color: #fff;
  816 + line-height: 0.88rem;
  817 + text-align: center;
  818 + font-size: 0.34rem;
  819 +}
  820 +
  821 +.details_btn:active {
  822 + opacity: 0.7;
  823 +}
  824 +
  825 +/*套餐详情样式结束*/
  826 +/*确认订单样式开始*/
  827 +.comfire_top {
  828 + margin: 0.28rem 0.24rem 0.05rem 0.24rem;
  829 + background-color: #fff;
  830 + border-radius: 0.05rem;
  831 + padding: 0.6rem 0.5rem;
  832 + font-size: 0.26rem;
  833 + color: #999;
  834 +
  835 +}
  836 +
  837 +.comfire_top_item {
  838 + border-bottom: 0.01rem solid #e4e4e4;
  839 + padding: 0 0 0.2rem 0;
  840 +}
  841 +
  842 +.comfire_top_input {
  843 + position: relative;
  844 +}
  845 +.confire_zi{
  846 + position: absolute;
  847 + bottom: 0.2rem;
  848 + right: 0.3rem;
  849 + color: #999;
  850 + font-size: 0.28rem;
  851 +}
  852 +.comfire_top_input .icon-jiantouyou {
  853 + position: absolute;
  854 + right: 0;
  855 + font-size: 0.2rem;
  856 + color: #999;
  857 +}
  858 +
  859 +.comfire_top_input input {
  860 + width: 90%;
  861 + color: #222;
  862 + font-size: 0.3rem;
  863 +}
  864 +
  865 +.comfire_title {
  866 + font-size: 0.28rem;
  867 + color: #999;
  868 +}
  869 +
  870 +.top_item_name {
  871 + margin: 0.4rem 0 0.3rem 0;
  872 + font-size: 0.26rem;
  873 + color: #aaa;
  874 +}
  875 +
  876 +.must {
  877 + color: #438AF2;
  878 + margin: 0 0 0 0.25rem;
  879 +}
  880 +
  881 +.comfire_txt {
  882 + width: 100%;
  883 + min-height: 2.6rem;
  884 + border-radius: 0.05rem;
  885 + padding: 0.2rem 0.3rem;
  886 + box-sizing: border-box;
  887 + background-color: #f7f7f7;
  888 +}
  889 +
  890 +.item_text {
  891 + border: none
  892 +}
  893 +
  894 +.com_cell {
  895 + display: flex;
  896 + justify-content: space-between;
  897 + align-items: center;
  898 +}
  899 +
  900 +.com_cell_left {
  901 + display: flex;
  902 + align-items: center;
  903 +}
  904 +
  905 +.com_cell_yuan {
  906 + margin: 0 0.14rem 0 0;
  907 + width: 0.32rem;
  908 + height: 0.32rem;
  909 + display: flex;
  910 + justify-content: center;
  911 + align-items: center;
  912 + border: 0.02rem solid #e4e4e4;
  913 + border-radius: 50%;
  914 +}
  915 +
  916 +.com_cell_yuan_ativity .mini_yuan {
  917 + background-color: #FBA32D;
  918 +}
  919 +
  920 +.mini_yuan {
  921 + height: 0.2rem;
  922 + width: 0.2rem;
  923 + border-radius: 50%;
  924 + background-color: #fff;
  925 +}
  926 +
  927 +.jia_server {
  928 + color: #000;
  929 + margin: 0 0.3rem 0 0;
  930 + font-size: 0.3rem;
  931 + font-weight: bold;
  932 +}
  933 +
  934 +.shuo_server {
  935 + color: #438AF2;
  936 + font-size: 0.28rem;
  937 +}
  938 +
  939 +.com_cell .iconfont {
  940 + margin: 0 0 0 0.1rem;
  941 + color: #438AF2;
  942 + font-size: 0.2rem;
  943 +}
  944 +
  945 +.com_p {
  946 + color: #FBA32D;
  947 + font-size: 0.3rem;
  948 + font-weight: bold;
  949 +}
  950 +
  951 +.server_tip_box {
  952 + border-bottom: 0.01rem solid #e4e4e4;
  953 +}
  954 +
  955 +.server_tip {
  956 + display: flex;
  957 + justify-content: space-between;
  958 + align-items: inherit;
  959 + color: #000;
  960 + font-size: 0.28rem;
  961 + font-weight: bold;
  962 + padding: 0 0 0.3rem 0;
  963 +}
  964 +
  965 +.com_total {
  966 + display: flex;
  967 + justify-content: flex-end;
  968 + color: #333333;
  969 + font-size: 0.3rem;
  970 + margin: 0.3rem 0 0 0;
  971 +}
  972 +
  973 +.pay_item {
  974 + padding: 0.4rem 0;
  975 + display: flex;
  976 + justify-content: space-between;
  977 + align-items: center;
  978 + border-bottom: 0.01rem solid #e4e4e4;
  979 +}
  980 +
  981 +.pay_item_left {
  982 + display: flex;
  983 + align-items: center;
  984 +}
  985 +
  986 +.pay_item_left .icon-weixinzhifu {
  987 + color: #6ad06a;
  988 + font-size: 0.35rem;
  989 +}
  990 +
  991 +.pay_itembox .icon-icon_select {
  992 + color: #e4e4e4;
  993 +
  994 + margin: 0 0.14rem 0 0;
  995 + font-size: 0.35rem;
  996 +
  997 +}
  998 +
  999 +.pay_itembox .icon-icon_select_activity {
  1000 + color: #FBA128;
  1001 +}
  1002 +
  1003 +.pay_item_left .icon-zhifubao {
  1004 + color: #00a9f1;
  1005 + font-size: 0.2rem;
  1006 +}
  1007 +
  1008 +.pay_item_left .icon-balance {
  1009 + color: #DDBE40;
  1010 + font-size: 0.4rem;
  1011 +}
  1012 +
  1013 +.if_yes {
  1014 + margin: 0.3rem 0;
  1015 + display: flex;
  1016 + justify-content: center;
  1017 + align-items: inherit;
  1018 + color: #666;
  1019 + font-size: 0.26rem;
  1020 +}
  1021 +
  1022 +.icon_box {
  1023 + margin: 0 0.17rem 0 0;
  1024 + display: flex;
  1025 + align-items: center;
  1026 + width: 0.3rem;
  1027 + height: 0.3rem;
  1028 + border-radius: 0.05rem;
  1029 + background-color: #fff;
  1030 + color: #fff;
  1031 +}
  1032 +
  1033 +.icon_box .iconfont {
  1034 + font-size: 0.2rem;
  1035 +}
  1036 +
  1037 +.icon_box_activity {
  1038 + background-color: #448BF2;
  1039 +
  1040 +}
  1041 +
  1042 +.blue {
  1043 + display: inline-block;
  1044 + text-decoration: none;
  1045 + color: #448BF2
  1046 +}
  1047 +
  1048 +.blue:active {
  1049 + text-decoration: none;
  1050 +}
  1051 +
  1052 +.pay_bottom {
  1053 + position: fixed;
  1054 + display: flex;
  1055 + justify-content: flex-end;
  1056 + align-items: center;
  1057 + padding: 0 0.3rem;
  1058 + box-sizing: border-box;
  1059 + height: 1rem;
  1060 + bottom: 0;
  1061 + left: 0;
  1062 + color: #333;
  1063 + font-size: 0.3rem;
  1064 + background-color: #fff;
  1065 + width: 100%;
  1066 +}
  1067 +
  1068 +.pay_btn {
  1069 + margin: 0 0 0 0.3rem;
  1070 + display: inline-block;
  1071 + height: 0.64rem;
  1072 + width: 1.88rem;
  1073 + line-height: 0.64rem;
  1074 + text-align: center;
  1075 + color: #fff;
  1076 + background-color: #F03434;
  1077 + border-radius: 0.32rem;
  1078 +}
  1079 +
  1080 +.pay_btn:active {
  1081 + opacity: 0.7;
  1082 +}
  1083 +
  1084 +.server_mold {
  1085 + display: none;
  1086 + position: fixed;
  1087 + top: 0;
  1088 + left: 0;
  1089 + width: 100%;
  1090 + height: 100%;
  1091 + background-color: rgba(0, 0, 0, 0.5);
  1092 +}
  1093 +
  1094 +.server_all {
  1095 + position: absolute;
  1096 + padding: 0 0 0.8rem 0;
  1097 + top: 20%;
  1098 + left: 0.6rem;
  1099 + width: 6.3rem;
  1100 + height: 7.7rem;
  1101 + background-color: #fff;
  1102 + border-radius: 0.05rem;
  1103 + overflow: hidden;
  1104 +}
  1105 +
  1106 +.server_all_content {
  1107 + padding: 0.58rem 0.5rem 0 0.5rem;
  1108 + position: relative;
  1109 +}
  1110 +
  1111 +.server_all_content .icon-close {
  1112 + position: absolute;
  1113 + top: 0.2rem;
  1114 + right: 0.2rem;
  1115 + font-size: 0.2rem;
  1116 + color: #999;
  1117 +}
  1118 +
  1119 +.server_all_title {
  1120 + text-align: center;
  1121 + color: #1859E9;
  1122 + font-size: 0.36rem;
  1123 + font-weight: bold;
  1124 + margin: 0 0 0.3rem 0;
  1125 +}
  1126 +
  1127 +.server_all_main {
  1128 + color: #666;
  1129 + height: 5.8rem;
  1130 + font-size: 0.28rem;
  1131 + line-height: 0.5rem;
  1132 + /*overflow-y: auto;*/
  1133 + overflow: scroll;
  1134 +}
  1135 +
  1136 +.server_all_btn {
  1137 + position: absolute;
  1138 + width: 100%;
  1139 + bottom: 0;
  1140 + left: 0;
  1141 + height: 0.8rem;
  1142 + line-height: 0.8rem;
  1143 + color: #fff;
  1144 + background-color: #1859E9;
  1145 + font-size: 0.32rem;
  1146 + text-align: center;
  1147 + z-index: 20;
  1148 +}
  1149 +
  1150 +/*确认订单样式结束*/
  1151 +.agree {
  1152 + padding: 0.7rem 0.6rem;
  1153 +}
  1154 +
  1155 +.agree_title {
  1156 + color: #1859E9;
  1157 + font-size: 0.36rem;
  1158 + text-align: center;
  1159 + font-weight: bold;
  1160 +}
  1161 +
  1162 +.agree_content {
  1163 + margin: 0.5rem 0 0 0;
  1164 + color: #666;
  1165 + font-size: 0.28rem;
  1166 + line-height: 0.6rem;
  1167 +}
  1168 +
  1169 +.agree_btn {
  1170 + position: fixed;
  1171 + z-index: 2;
  1172 + left: 0;
  1173 + bottom: 0;
  1174 + height: 0.8rem;
  1175 + line-height: 0.8rem;
  1176 + text-align: center;
  1177 + color: #fff;
  1178 + font-size: 0.32rem;
  1179 + width: 100%;
  1180 + box-sizing: border-box;
  1181 + background-color: #1859E9;
  1182 +}
  1183 +
  1184 +.agree_btn:active {
  1185 + opacity: 0.7;
  1186 +}
  1187 +
  1188 +/*我的钱包样式开始*/
  1189 +.mypay_top {
  1190 + position: relative;
  1191 + height: 4.8rem;
  1192 + width: 100%;
  1193 + background-repeat: no-repeat;
  1194 + background-position: center;
  1195 + background-size: cover;
  1196 +}
  1197 +
  1198 +.mypay_title {
  1199 + padding: 0.4rem 0.44rem;
  1200 + color: #FFFFFF;
  1201 + font-size: 0.28rem;
  1202 +}
  1203 +
  1204 +.mymoney {
  1205 + position: absolute;
  1206 + top: 50%;
  1207 + left: 50%;
  1208 + transform: translate(-50%, -50%);
  1209 + color: #fff;
  1210 + font-size: 0.26rem;
  1211 +}
  1212 +
  1213 +.money_span {
  1214 + color: #fff;
  1215 + font-size: 0.86rem;
  1216 +}
  1217 +
  1218 +.mypay_next {
  1219 + position: relative;
  1220 + z-index: 10;
  1221 + display: flex;
  1222 + justify-content: space-around;
  1223 + align-items: center;
  1224 + margin: -1.2rem 0.24rem -0.24rem;
  1225 + background-color: #fff;
  1226 + border-radius: 0.05rem;
  1227 + font-size: 0.32rem;
  1228 + color: #333;
  1229 +
  1230 +}
  1231 +
  1232 +.mypay_nextleft {
  1233 + padding: 0.5rem 0;
  1234 + text-align: center;
  1235 + width: 50%;
  1236 + border-right: 0.01rem solid #E4E4E4;
  1237 +}
  1238 +
  1239 +.mypay_nextright {
  1240 + padding: 0.5rem 0;
  1241 + text-align: center;
  1242 + width: 50%;
  1243 +}
  1244 +
  1245 +.paynext_txt {
  1246 + margin: 0.24rem 0 0 0;
  1247 + color: #666;
  1248 + font-size: 0.28rem;
  1249 +}
  1250 +
  1251 +.mypay_item {
  1252 + margin: 0.5rem 0.24rem 0 0.24rem;
  1253 + padding: 0.35rem 0.24rem 0.35rem 0.32rem;
  1254 +}
  1255 +
  1256 +.pay_itembox {
  1257 + margin: 0.24rem 0 0 0;
  1258 + border-radius: 0.05rem;
  1259 +}
  1260 +
  1261 +.mypay_cell:last-child {
  1262 + border: none;
  1263 +}
  1264 +
  1265 +.mypay_cell {
  1266 + padding: 0.35rem 0.24rem 0.35rem 0.32rem;
  1267 + margin: 0 0.24rem;
  1268 + box-sizing: border-box;
  1269 + border-radius: 0;
  1270 + border-bottom: #e4e4e4 0.01rem solid;
  1271 +}
  1272 +
  1273 +.my_itemleft .violet1 {
  1274 + color: #88AAF6;
  1275 +}
  1276 +
  1277 +.mytixian {
  1278 + margin: 0.5rem 0.24rem 0 0.24rem;
  1279 + padding: 0.4rem 0.5rem;
  1280 + border-radius: 0.05rem;
  1281 + background-color: #fff;
  1282 + display: flex;
  1283 + justify-content: space-between;
  1284 + align-items: center;
  1285 + color: #333;
  1286 + font-size: 0.3rem;
  1287 +}
  1288 +
  1289 +.tixian_input {
  1290 + width: 40%;
  1291 +}
  1292 +
  1293 +.tixian_input input {
  1294 + width: 100%;
  1295 +}
  1296 +
  1297 +.tixian_input input::placeholder {
  1298 + color: #aaa;
  1299 +}
  1300 +
  1301 +.tixian_btn {
  1302 + height: 0.88rem;
  1303 + line-height: 0.88rem;
  1304 + text-align: center;
  1305 + margin: 0.5rem 0.24rem 0 0.24rem;
  1306 + border-radius: 0.05rem;
  1307 + background-color: #438AF2;
  1308 + color: #fff;
  1309 + font-size: 0.36rem;
  1310 +
  1311 +}
  1312 +
  1313 +.tixian_btn:active {
  1314 + opacity: 0.7;
  1315 +}
  1316 +
  1317 +.tixian_txt {
  1318 + margin: 0.4rem 0 0 0;
  1319 + color: #999;
  1320 + font-size: 0.26rem;
  1321 + text-align: center;
  1322 +}
  1323 +
  1324 +.all_income {
  1325 +
  1326 + position: absolute;
  1327 + top: 0.4rem;
  1328 + right: 0.4rem;
  1329 + color: #fff;
  1330 + font-size: 0.26rem;
  1331 + padding: 0.1rem;
  1332 + border: 0.03rem solid #fff;
  1333 + border-radius: 0.12rem;
  1334 +}
  1335 +
  1336 +/*我的钱包样式结束*/
  1337 +.income_next {
  1338 + position: relative;
  1339 + z-index: 10;
  1340 + display: flex;
  1341 + justify-content: space-between;
  1342 + align-items: center;
  1343 + margin: -1.2rem 0.24rem 0 0.24rem;
  1344 + background-color: #fff;
  1345 + border-radius: 0.05rem;
  1346 + padding: 0.5rem 0.4rem;
  1347 +}
  1348 +
  1349 +.income_left {
  1350 + display: flex;
  1351 + justify-content: space-between;
  1352 + align-items: center;
  1353 + color: #999;
  1354 + font-size: 0.26rem;
  1355 +}
  1356 +
  1357 +select {
  1358 + margin: 0 0 0 0.18rem;
  1359 + height: 0.64rem;
  1360 + background-color: #f6f6f6;
  1361 + border-radius: 0.05rem;
  1362 +}
  1363 +
  1364 +.choose {
  1365 + width: 1rem;
  1366 + height: 0.56rem;
  1367 + text-align: center;
  1368 + line-height: 0.56rem;
  1369 + background-color: #FBA128;
  1370 + color: #fff;
  1371 + font-size: 0.28rem;
  1372 + border-radius: 0.05rem;
  1373 +}
  1374 +
  1375 +.income_item {
  1376 + display: flex;
  1377 + justify-content: space-between;
  1378 + align-items: center;
  1379 + margin: 0.24rem 0.24rem 0 0.24rem;
  1380 + background-color: #fff;
  1381 + border-radius: 0.05rem;
  1382 + padding: 0.4rem;
  1383 + color: #333;
  1384 + font-size: 0.3rem;
  1385 +}
  1386 +
  1387 +.income_time {
  1388 + margin: 0.2rem 0 0 0;
  1389 + color: #999;
  1390 + font-size: 0.26rem;
  1391 +}
  1392 +
  1393 +.income_itemright {
  1394 + color: #FBA128;
  1395 + font-size: 0.32rem;
  1396 +}
  1397 +
  1398 +.record_box {
  1399 + position: relative;
  1400 + z-index: 10;
  1401 + margin: -1.2rem 0 0 0;
  1402 +}
  1403 +
  1404 +/*个人资料样式开始*/
  1405 +.info_item {
  1406 + display: flex;
  1407 + justify-content: space-between;
  1408 + align-items: center;
  1409 + margin: 0.3rem 0.24rem 0 0.24rem;
  1410 + background-color: #fff;
  1411 + border-radius: 0.05rem;
  1412 + padding: 0.3rem;
  1413 + color: #333;
  1414 + font-size: 0.28rem;
  1415 +}
  1416 +
  1417 +.info_img {
  1418 + margin: 0 0.28rem 0 0;
  1419 + width: 0.64rem;
  1420 + height: 0.64rem;
  1421 + border-radius: 50%;
  1422 + overflow: hidden;
  1423 +}
  1424 +
  1425 +.info_itemleft {
  1426 + display: flex;
  1427 + align-items: center;
  1428 + justify-content: space-between;
  1429 +}
  1430 +
  1431 +.info_itemright {
  1432 + display: flex;
  1433 + align-items: center;
  1434 + justify-content: space-between;
  1435 +}
  1436 +
  1437 +.info_itemright .icon-icon-test3 {
  1438 + font-size: 0.2rem;
  1439 + color: #999;
  1440 +}
  1441 +
  1442 +.info_input {
  1443 + margin: 0 0 0 0.44rem;
  1444 +}
  1445 +.info_input input{
  1446 +}
  1447 +.info_input input::placeholder {
  1448 + color: #999;
  1449 + font-size: 0.28rem;
  1450 +}
  1451 +
  1452 +.info_box {
  1453 + justify-content: space-between;
  1454 + align-items: center;
  1455 + margin: 0.3rem 0.24rem 0 0.24rem;
  1456 + background-color: #fff;
  1457 + border-radius: 0.05rem;
  1458 + padding: 0.3rem;
  1459 + color: #333;
  1460 + font-size: 0.28rem;
  1461 +}
  1462 +
  1463 +.info_itemmain {
  1464 + position: relative;
  1465 + display: flex;
  1466 + align-items: center;
  1467 + padding: 0.3rem 0;
  1468 + width: 100%;
  1469 + border-bottom: 0.01rem solid #e4e4e4;
  1470 +}
  1471 +
  1472 +.info_itemmain .icon-quxiao {
  1473 + position: absolute;
  1474 + right: 0;
  1475 + color: #ccc;
  1476 +}
  1477 +
  1478 +/*个人资料样式结束*/
  1479 +.bg {
  1480 + width: 100%;
  1481 + height: 100%;
  1482 + overflow: hidden;
  1483 +}
  1484 +
  1485 +.bg img {
  1486 + width: 100%;
  1487 +}
  1488 +
  1489 +.share_mold {
  1490 + display: none;
  1491 + position: fixed;
  1492 + top: 0;
  1493 + left: 0;
  1494 + width: 100%;
  1495 + height: 100%;
  1496 + background-color: rgba(0, 0, 0, 0.3);
  1497 +}
  1498 +
  1499 +.share_mold_all {
  1500 + position: absolute;
  1501 + top: 50%;
  1502 + left: 50%;
  1503 + transform: translate(-50%, -50%);
  1504 + width: 6.36rem;
  1505 + height: 6.26rem;
  1506 + background-size: cover;
  1507 + background-position: center;
  1508 + background-repeat: no-repeat;
  1509 +
  1510 +}
  1511 +
  1512 +.share_btn {
  1513 + display: block;
  1514 + text-decoration: none;
  1515 + position: absolute;
  1516 + bottom: 0.4rem;
  1517 + color: #e68827;
  1518 + left: 1.3rem;
  1519 + background-color: #fee21f;
  1520 + padding: 0.1rem 0.3rem;
  1521 + border-radius: 0.05rem;
  1522 + font-size: 0.36rem;
  1523 + z-index: 20;
  1524 +}
  1525 +
  1526 +.share_btn:active {
  1527 + text-decoration: none;
  1528 + opacity: 0.7;
  1529 +}
  1530 +
  1531 +.share_mold_all .icon-guanbi {
  1532 + position: absolute;
  1533 + bottom: -1.4rem;
  1534 + color: #fff;
  1535 + font-size: 0.6rem;
  1536 + left: 3rem;
  1537 +}
  1538 +
  1539 +/*我的订单样式开始*/
  1540 +.my_ordertop {
  1541 + position: fixed;
  1542 + top: 0;
  1543 + left: 0;
  1544 + height: 1rem;
  1545 + width: 100%;
  1546 + box-sizing: border-box;
  1547 + display: flex;
  1548 + justify-content: space-around;
  1549 + align-items: center;
  1550 + background-color: #fff;
  1551 + font-size: 0.28rem;
  1552 + color: #666;
  1553 +}
  1554 +.my_ordertop a{
  1555 + text-decoration: none;
  1556 + display: block;
  1557 + color: #999;
  1558 +}
  1559 +.my_ordertop a:active{
  1560 + text-decoration: none;
  1561 +}
  1562 +.ordertopactivity {
  1563 + color: #438AF2 !important;
  1564 +}
  1565 +
  1566 +.order_item {
  1567 + display: block;
  1568 + text-decoration: none;
  1569 +
  1570 + margin: 0.3rem 0.24rem 0 0.24rem;
  1571 + background-color: #fff;
  1572 + border-radius: 0.05rem;
  1573 + overflow: hidden;
  1574 +}
  1575 +
  1576 +.order_item:active {
  1577 + text-decoration: none;
  1578 +}
  1579 +
  1580 +.order_item_fri {
  1581 + padding: 0.24rem 0.3rem;
  1582 + display: flex;
  1583 + justify-content: space-between;
  1584 + align-items: center;
  1585 + color: #999;
  1586 + font-size: 0.26rem;
  1587 + border-bottom: 0.01rem solid #E4E4E4;
  1588 +}
  1589 +
  1590 +.order_item_txt {
  1591 + width: 70%;
  1592 + overflow: hidden;
  1593 + text-overflow: ellipsis;
  1594 + white-space: nowrap;
  1595 +}
  1596 +
  1597 +.un_txt {
  1598 + color: #F03434;
  1599 +}
  1600 +
  1601 +.ing_txt {
  1602 + color: #333;
  1603 +}
  1604 +
  1605 +.order_item_content {
  1606 + color: #666;
  1607 + font-size: 0.26rem;
  1608 + border-bottom: 0.01rem #E4E4E4 solid;
  1609 +}
  1610 +
  1611 +.order_item_cell {
  1612 + padding: 0.5rem 0.3rem 0.3rem 0.3rem;
  1613 + color: #222;
  1614 + font-size: 0.3rem;
  1615 + display: flex;
  1616 + justify-content: space-between;
  1617 + align-items: center;
  1618 +}
  1619 +
  1620 +.order_item_cell2 {
  1621 + padding: 0 0.3rem 0.5rem 0.3rem;
  1622 + color: #666;
  1623 + font-size: 0.26rem;
  1624 + display: flex;
  1625 + justify-content: space-between;
  1626 + align-items: center;
  1627 +}
  1628 +
  1629 +.order_zhong {
  1630 + text-decoration: line-through;
  1631 +}
  1632 +
  1633 +.order_item_bottom {
  1634 + display: flex;
  1635 + padding: 0.16rem 0.3rem;
  1636 + justify-content: flex-end;
  1637 + align-items: center;
  1638 + color: #FBA128;
  1639 + background-color: #fff;
  1640 + margin: 0 0.24rem;
  1641 + font-size: 0.28rem;
  1642 +
  1643 +}
  1644 +
  1645 +.closeorder {
  1646 + display: block;
  1647 + text-decoration: none;
  1648 + color: #666;
  1649 + font-size: 0.26rem;
  1650 + margin: 0 0.24rem;
  1651 + padding: 0.12rem 0.22rem;
  1652 + border: 0.02rem solid #ccc;
  1653 + border-radius: 0.28rem;
  1654 +}
  1655 +
  1656 +.closeorder:active {
  1657 + text-decoration: none;
  1658 + opacity: 0.7;
  1659 +}
  1660 +
  1661 +.gopay {
  1662 + display: block;
  1663 + text-decoration: none;
  1664 + background-color: #F3312B;
  1665 + color: #fff;
  1666 + margin: 0;
  1667 + padding: 0.14rem 0.24rem;
  1668 + border: 0.02rem solid #F3312B;
  1669 +}
  1670 +
  1671 +.gopay:active {
  1672 + text-decoration: none;
  1673 + opacity: 0.7;
  1674 +}
  1675 +
  1676 +.gopingjia {
  1677 + display: block;
  1678 + text-decoration: none;
  1679 + background-color: #FBA128;
  1680 + color: #fff;
  1681 + margin: 0 0 0 0.26rem;
  1682 + padding: 0.12rem 0.22rem;
  1683 + border: 0.02rem solid #FBA128;
  1684 +}
  1685 +
  1686 +.gopingjia:active {
  1687 + text-decoration: none;
  1688 + opacity: 0.7;
  1689 +}
  1690 +
  1691 +.order_item:last-child {
  1692 + margin-bottom: 0.24rem;
  1693 +}
  1694 +
  1695 +/*我的订单样式结束*/
  1696 +.nupay_ordertop {
  1697 + height: 2.24rem;
  1698 + width: 100%;
  1699 + padding: 0.7rem 0 0 0.4rem;
  1700 + background-color: #438AF2;
  1701 + color: #fff;
  1702 + font-size: 0.3rem;
  1703 + box-sizing: border-box;
  1704 +}
  1705 +
  1706 +.nupay_topc {
  1707 + display: flex;
  1708 +}
  1709 +
  1710 +.nupay_topc .iconfont {
  1711 + margin: 0 0.2rem 0 0;
  1712 +}
  1713 +
  1714 +.unpayitem_fri {
  1715 + position: relative;
  1716 + background-color: #fff;
  1717 + border-radius: 0.05rem;
  1718 + margin: -0.65rem 0.24rem 0 0.24rem;
  1719 + z-index: 2;
  1720 +}
  1721 +
  1722 +.b_txt {
  1723 + color: #000;
  1724 + font-weight: bold;
  1725 +}
  1726 +
  1727 +.yellow_txt {
  1728 + color: #FBA128;
  1729 +}
  1730 +
  1731 +.nupay_content {
  1732 + margin: 0.24rem 0.24rem 0 0.24rem;
  1733 + padding: 0.4rem 0.3rem 0.3rem 0.3rem;
  1734 + color: #666;
  1735 + background-color: #fff;
  1736 + font-size: 0.28rem;
  1737 +}
  1738 +
  1739 +.nupay_content_cell {
  1740 + display: flex;
  1741 + justify-content: space-between;
  1742 + align-items: center;
  1743 + margin: 0 0 0.3rem 0;
  1744 +}
  1745 +.message{
  1746 + background-color: #fff;
  1747 + margin:0.24rem 0.24rem 0 0.24rem;
  1748 + padding:0.35rem;
  1749 +}
  1750 +.message_title{
  1751 + color:#333;
  1752 + font-size: 0.28rem;
  1753 +}
  1754 +.message_c{
  1755 + text-align: right;
  1756 + width:70%;
  1757 + color:#999;
  1758 + font-size: 0.28rem;
  1759 + overflow: hidden;
  1760 + text-overflow:ellipsis;
  1761 + white-space: nowrap;
  1762 +}
  1763 +.nupay_bottom{
  1764 + position: fixed;
  1765 + display: flex;
  1766 + justify-content: flex-end;
  1767 + align-items: center;
  1768 + bottom:0;
  1769 + left:0;
  1770 + padding:0 0.2rem;
  1771 + width:100%;
  1772 + box-sizing: border-box;
  1773 + height:1rem;
  1774 +
  1775 + background-color: #fff;
  1776 +}
  1777 +.my_ordermold{
  1778 + display: none;
  1779 + position: fixed;
  1780 + top:0;
  1781 + left:0;
  1782 + width:100%;
  1783 + height:100%;
  1784 + background-color: rgba(0,0,0,0.5);
  1785 +}
  1786 +.ordermold_all{
  1787 + position: absolute;
  1788 + top:50%;
  1789 + left:50%;
  1790 + transform: translate(-50%,-50%);
  1791 + width:5.5rem;
  1792 + height:2.8rem;
  1793 + background-color: #fff;
  1794 + border-radius: 0.05rem;
  1795 + overflow: hidden;
  1796 + color:#333;
  1797 + font-size:0.32rem;
  1798 + text-align: center;
  1799 +}
  1800 +.ordermold_all_bottom{
  1801 + position: absolute;
  1802 + width:100%;
  1803 +
  1804 + display: flex;
  1805 + justify-content: space-around;
  1806 + align-items: center;
  1807 + bottom:0;
  1808 + left:0;
  1809 + height: 0.88rem;
  1810 +}
  1811 +.ordermold_left{
  1812 + display: flex;
  1813 + text-decoration: none;
  1814 + justify-content: center;
  1815 + align-items: center;
  1816 + background-color: #EEEEEE;
  1817 + color:#666666;
  1818 + font-size:0.3rem;
  1819 + width:50%;
  1820 + height: 100%;
  1821 +
  1822 +}
  1823 +.ordermold_left:active{
  1824 + text-decoration: none;
  1825 +}
  1826 +.ordermold_rigth{
  1827 + display: block;
  1828 + text-decoration: none;
  1829 + background-color: #F3312B;
  1830 + width:50%;
  1831 + height: 100%;
  1832 + display: flex;
  1833 + justify-content: center;
  1834 + align-items: center;
  1835 + color:#fff;
  1836 + font-size:0.3rem;
  1837 +}
  1838 +.ordermold_rigth:active{
  1839 + text-decoration: none;
  1840 +}
  1841 +
  1842 +.if_no{
  1843 + margin:0.8rem 0 0 0;
  1844 + font-weight: bold;
  1845 +}
  1846 +/*评价样式开始*/
  1847 +.assess_item{
  1848 + position: relative;
  1849 + display: flex;
  1850 + flex-direction: column;
  1851 + justify-content: center;
  1852 + padding:0.7rem 0;
  1853 + align-items: center;
  1854 + text-align: center;
  1855 + margin:0.3rem 0.24rem 0 0.24rem;
  1856 + background-color: #fff;
  1857 + border-radius: 0.05rem;
  1858 + color:#333;
  1859 + font-size:0.36rem;
  1860 + font-weight: bold;
  1861 +}
  1862 +.assess_xingbox{
  1863 + display: flex;
  1864 + margin:0.5rem 0;
  1865 + width:76%;
  1866 + justify-content: space-around;
  1867 + align-items: center;
  1868 +
  1869 +}
  1870 +.xingbox{
  1871 + width:0.48rem;
  1872 + height:0.48rem;
  1873 +}
  1874 +.assess_xingbox img{
  1875 + width:0.48rem;
  1876 + height:0.48rem;
  1877 +
  1878 +}
  1879 +.padding30{
  1880 + padding:0.3rem;
  1881 +}
  1882 +.assess_item textarea{
  1883 + /*padding:0 0.5rem;*/
  1884 + border:none;
  1885 + min-height: 4.5rem;
  1886 + /*background-color: #000;*/
  1887 + width: 100%;
  1888 + resize: none;
  1889 + height: 100%;
  1890 +}
  1891 +.assess_btn{
  1892 + height:0.88rem;
  1893 + line-height: 0.88rem;
  1894 + margin: 0.7rem 0.24rem 0 0.24rem;
  1895 + background-color: #438AF2;
  1896 + font-size: 0.36rem;
  1897 + text-align: center;
  1898 + color:#fff;
  1899 +}
  1900 +.assess_btn:active{
  1901 + opacity: 0.7;
  1902 +}
  1903 +.assess_text{
  1904 + position: absolute;
  1905 + bottom:0.3rem;
  1906 + right:0.3rem;
  1907 + color:#999;
  1908 + font-size:0.28rem;
  1909 +}
  1910 +/*评价样式结束*/
  1 +/**
  2 + * Swiper 3.4.2
  3 + * Most modern mobile touch slider and framework with hardware accelerated transitions
  4 + *
  5 + * http://www.idangero.us/swiper/
  6 + *
  7 + * Copyright 2017, Vladimir Kharlampidi
  8 + * The iDangero.us
  9 + * http://www.idangero.us/
  10 + *
  11 + * Licensed under MIT
  12 + *
  13 + * Released on: March 10, 2017
  14 + */
  15 +.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.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-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{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,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .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,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-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-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.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%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}