/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.headFrame {
  height: 100px;
  width: 100%;
  margin: 0;
  min-width: 1200px;
}

.headFrame .login .smallType {
  display: none;
}

.headFrame .bg {
  background: #313131;
  height: 100px;
  width: 100%;
  z-index: 90;
  margin: 0;
}

.headFrame .con {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
}

.headFrame .fastCategory {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  display: none;
  z-index: 996;
  width: 240px;
  box-shadow: 2px 2px 18px 2px rgb(0 0 0 / 10%);
}

.headFrame .fastCategory .logow {
  width: 100%;
  height: 60px;
}

.headFrame .fastCategory .logow a {
  height: 60px;
  width: 100%;
  display: block;
  opacity: 0;
}

.headFrame .fastCategory .tit {
  color: #ffffff;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  background: #3e3d3d;
  display: flex;
}

.headFrame .fastCategory .tit i {
  margin: 0 20px;
  font-size: 21px;
}

.headFrame .fastCategory .list {
  width: 240px;
  background: #ffffff;
}

.headFrame .fastCategory .list ul {}

.headFrame .fastCategory .list li {
  height: 29px;
  font-size: 14px;
  position: relative;
  background: #eeeeee;
  border-bottom: 1px solid #ffffff;
}

.headFrame .fastCategory .list li a {
  font-family: "Roboto", -webkit-pictograph;
  font-size: 14px;
  color: #333333;
  display: flex;
  padding: 0 10px 0 17px;
  justify-content: space-between;
  border-left: 3px solid #eeeeee;
  height: 28px;
  line-height: 28px;
}

.headFrame .fastCategory .list li a {
  font-family: "Roboto", -webkit-pictograph;
  font-size: 14px;
  color: #333333;
  display: flex;
  padding: 0 10px 0 17px;
  justify-content: space-between;
  border-left: 3px solid #eeeeee;
  height: 28px;
  line-height: 28px;
}

.headFrame .fastCategory .list li a:hover {
  border-left: 3px solid #ff5a00;
  color: #ff5a00;
  font-weight: bold;
}

.headFrame .fastCategory .list li .l {
  display: block;
  float: left;
  font-size: 14px;
}

.headFrame .fastCategory .list li .r {
  display: block;
  float: right;
  font-size: 20px;
  font-family: "Open Sans Condensed", -webkit-pictograph;
}

.headFrame .fastCategory .list li .hover {
  line-height: 28px;
  padding: 0 10px 0 17px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 240px;
  color: #292929;
  background: #eeeeee;
  border-left: 3px solid #ff5a00;
  display: none;
}

.headFrame .fastCategory .list li:hover .hover {
  display: block;
}

.headFrame .fastCategory .list li:hover .hover .l {
  color: #ff5a00;
  font-weight: bold;
}

.headFrame .fastCategory .list li:hover .hover .r {
  color: #ff5a00;
}

.headFrame .fastCategory li .childData {
  display: none;
  overflow: hidden;
  left: 240px;
  position: absolute;
  width: 630px;
  background: #ffffff;
  z-index: 998;
  margin-top: -140px;
  padding: 16px;
  box-shadow: 2px 2px 18px 2px rgb(0 0 0 / 10%);
}

.headFrame .fastCategory li .childData a {
  color: #313131;
}

.headFrame .fastCategory li .childData .sn {}

.headFrame .fastCategory li .childData .sn .partentName {}

.headFrame .fastCategory li .childData .sn .partentName span {
  font-size: 14px;
  color: #333333;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  font-weight: bold;
}

.headFrame .fastCategory li .childData .sn .subCategory {
  border-bottom: 1px dashed #cecece;
  padding-bottom: 15px;
}

.headFrame .fastCategory li .childData .sn .subCategory a {
  border: none;
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #313131;
  margin-left: 0;
}

.headFrame .fastCategory li .childData .sn .subCategory a:hover {
  color: #ff5a00;
}


.headFrame .fastCategory li .childData .sn .subCategoryB {}

.headFrame .fastCategory li .childData .sn .subCategoryB>b {
  display: block;
}

.headFrame .fastCategory li .childData .sn .subCategoryB>b>a {
  border: none;
  position: relative;
}

.headFrame .fastCategory li .childData .sn .subCategoryB>b>a::before {
  position: absolute;
  border-left: 3px solid #666;
  display: block;
  content: ' ';
  height: 9px;
  width: 3px;
  overflow: hidden;
  left: 0;
  top: 8px;
}

.headFrame .fastCategory li .childData .sn .subCategoryB>span {
  display: flex;
  margin-bottom: 10px;
}

.headFrame .fastCategory li .childData .sn .subCategoryB>span>a {
  border: none;
  padding-left: 0;
  color: #888888;
  margin-right: 23px;
  font-weight: normal;
}

.headFrame .fastCategory li .childData .sn .subCategoryB>span>a:hover {
  color: #FF5A00;
}

.headFrame .fastCategory li .childData .rc {
  width: 630px;
  height: auto;
  padding-top: 15px;
}

.headFrame .fastCategory li .childData .rc .rcTitle {}

.headFrame .fastCategory li .childData .rc .rcTitle span {
  display: block;
  font-size: 14px;
  border: none;
  color: #333333;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  width: 600px;
  font-weight: bold;
}

.headFrame .fastCategory li .childData .rc ul {}

.headFrame .fastCategory li .childData .rc li {
  margin: 10px 13px 0 0;
  width: 192px;
  float: left;
  border: none;
  height: 128px;
  overflow: hidden;
  position: relative;
}

.headFrame .fastCategory li .childData .rc .oddLast {
  width: 287px;
  height: 190px;
}

.headFrame .fastCategory li .childData .rc li {
  padding: 0;
}

.headFrame .fastCategory li .childData .rc li a {
  margin: 0;
  padding: 0;
}

.headFrame .fastCategory li .childData .rc img {
  width: 100%;
  height: 128px;
}

.headFrame .fastCategory li .childData .rc span {
  position: absolute;
  display: block;
  width: 100%;
  height: 28px;
  line-height: 26px;
  color: #ffffff;
  bottom: 0;
  z-index: 2;
}

.headFrame .fastCategory li .childData .rc .mask {
  background: #000000;
  opacity: 0.5;
  z-index: 1;
}

.headFrame .fastCategory li .childData .rc .name {
  padding: 0 10px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headFrame .fastCategory li .childData .rc .price {
  display: none;
}

.headFrame .fastCategory li .childData .rc b {
  position: absolute;
}

.headFrame .fastCategory li:hover .childData {
  display: block;
}

.headFrame .left {
  float: left;
  width: 910px;
}

.headFrame .left .logo {
  float: left;
  width: 240px;
  height: 65px;
  padding: 7px 0 0 5px;
  position: relative;
  margin-right: 10px;
}

.headFrame .left .logo span {
  position: absolute;
  right: 18px;
  top: 17px;
  color: #ffffff;
}

.headFrame .left .searchFrame {
  float: left;
  height: 55px;
  padding-top: 9px;
  width: 641px;
}

.headFrame .left .search {
  width: 639px;
  height: 39px;
  background: #eeeeee;
  border-radius: 5px;
  position: relative;
}

.headFrame .left .search i {
  padding: 0 10px;
  font-size: 22px;
  line-height: 39px;
}

.headFrame .left .search span {
  display: block;
  float: left;
}

.headFrame .left .search input {
  border: none;
  height: 39px;
  background: none;
  width: 558px;
  font-size: 16px;
}

.headFrame .left .search .fa-remove {
  display: none;
  cursor: pointer;
}

.headFrame .left .navigate {
  clear: both;
  font-size: 18px;
  font-weight: bold;
  padding: 1px 12px;
}

.headFrame .left .navigate a {
  color: #ffffff;
  padding-right: 10px;
  padding-right: 30px;
  display: block;
  float: left;
  position: relative;
  font-weight: normal;
}

.headFrame .left .navigate a img {
  height: 17px;
  margin-top: 0px;
  float: right;
  margin: 1px 0 0 6px;
}

.headFrame .left .navigate a i {
  padding-left: 5px;
}

.headFrame .left .navigate .edu {
  float: right;
}

.headFrame .left .navigate .productLine {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100px;
  top: 100px;
  left: 0;
  padding: 8px 237px 4px 237px;
  background: #ffffff;
  display: none;
}

.headFrame .left .navigate .productLine li {
  width: 145px;
  height: 88px;
  float: left;
  border-right: 1px solid #afafaf;
}

.headFrame .left .navigate .productLine li a {
  width: 145px;
  height: 88px;
  text-align: center;
  padding: 0;
}

.headFrame .left .navigate .productLine li a img {
  width: 75px;
  height: 75px;
  margin: 0;
  float: none;
}

.headFrame .left .navigate .productLine li a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #434343;
  font-weight: normal;
  margin-top: -8px;
}

.headFrame .left .navigate .productLine li:last-child {
  border: none;
}

.headFrame .left .navigate .productLine li:hover span {
  color: #ff5a00;
}

.headFrame .right {
  float: right;
  width: 290px;
  position: relative;
}

.headFrame .dropdown-menu {}

.headFrame .dropdown-menu a {
  color: #000000;
}

.headFrame .dropdown-menu .loginBtns {
  display: none;
}

.headFrame .right .shoppingCart {
  float: left;
  width: 100px;
}

.headFrame .right .shoppingCart .cartBtn {
  width: 58px;
  height: 58px;
  padding: 7px;
  margin: 3px 0 0 0;
  cursor: pointer;
}

.headFrame .right .shoppingCart .cartBtn i {
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  top: 17px;
}

.headFrame .right .shoppingCart .cartBtn span {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 1px 0 0 22px;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  color: #ee6b00;
  background: #ffffff;
  z-index: 2;
}

.headFrame .right .shoppingCart .showList {
  border: 1px solid #ff5a00;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  background: #eeeeee;
  box-shadow: 0px 0px 8px #ff5a00;
}

.headFrame .right .shoppingCart .showList i {
  color: #000000;
}

.headFrame .right .shoppingCart .showList span {
  background: #000000;
  color: #ff5a00;
}

.headFrame .right .shoppingCart .cartListFrame {
  display: none;
}

.headFrame .right .shoppingCart .cartList {
  margin: -1px 0 0 0px;
  position: absolute;
  width: 286px;
  min-height: 100px;
  background: #eeeeee;
  z-index: 99;
  border: 1px solid #ff5a00;
  border-radius: 0 5px 5px 5px;
  box-shadow: 0px 0px 8px #ff5a00;
}

.headFrame .right .shoppingCart .cartList .mask {
  background: #eeeeee;
  width: 56px;
  height: 10px;
  margin: -10px 0 0;
  position: absolute;
}

.headFrame .right .shoppingCart .cartList .empty {
  line-height: 100px;
}

.headFrame .right .shoppingCart .cartList .list {
  padding: 0 17px 0 10px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
}

.headFrame .right .shoppingCart .cartList .list li {
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2;
  min-height: 80px;
  font-size: 14px;
}

.headFrame .right .shoppingCart .cartList .list li .img {
  float: left;
  width: 90px;
  height: 60px;
  background: #202026;
}

.headFrame .right .shoppingCart .cartList .list li .img img {
  width: 90px;
  height: 60px;
}

.headFrame .right .shoppingCart .cartList .list li .img a {
  display: block;
}

.headFrame .right .shoppingCart .cartList .list li .productName {
  width: 161px;
  float: left;
  margin-left: 6px;
  height: 46px;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
}

.headFrame .right .shoppingCart .cartList .list li .productName a {
  color: #000000;
}

.headFrame .right .shoppingCart .cartList .list li .price {
  width: 161px;
  float: left;
  margin-left: 6px;
  height: 15px;
  line-height: 15px;
}

.headFrame .right .shoppingCart .cartList .list li .price .l {
  float: left;
}

.headFrame .right .shoppingCart .cartList .list li .price .l b {
  color: #ff5a00;
  font-size: 14px;
}

.headFrame .right .shoppingCart .cartList .list li .price .r {
  float: right;
}

.headFrame .right .shoppingCart .cartList .list li .price .r button {
  background: none;
  border: none;
  margin-top: 1px;
}

.headFrame .right .shoppingCart .cartList .list li .gift {
  clear: both;
  color: #fb541f;
  padding-top: 10px;
}

.headFrame .right .shoppingCart .cartList .list li .gift>i {
  background: #e96f17;
  color: #fff;
  border-radius: 4px;
  padding: 1px;
  margin-right: 4px;
}

.headFrame .right .shoppingCart .cartList .list li:nth-last-child(1) {
  border: none;
}

.headFrame .right .shoppingCart .cartList .list .iScrollVerticalScrollbar {
  bottom: 2px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 7px;
  z-index: 9999;
}

.headFrame .right .shoppingCart .cartList .list .iScrollIndicator {
  background: #dcdcdc;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  height: 274px;
  position: absolute;
  transform: translate(0px, 0px) translateZ(0px);
  transition-duration: 0ms;
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  width: 100%;
}

.headFrame .right .shoppingCart .cartList .info {
  margin: 10px;
  border-radius: 0 0 5px 5px;
  position: relative;
  height: auto;
  border-top: 1px dashed #d2d2d2;
  height: 68px;
}

.headFrame .right .shoppingCart .cartList .info .totNum {
  color: #434343;
  position: absolute;
  top: 12px;
  font-size: 12px;
}

.headFrame .right .shoppingCart .cartList .info .showCartBtn {
  background: #ff5a00;
  width: 108px;
  height: 30px;
  right: 0;
  top: 12px;
  border-radius: 5px;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.headFrame .right .login {
  float: right;
  width: 180px;
}

.headFrame .right .login .bigType .loginInfo {
  color: #ffffff;
  padding-left: 47px;
  line-height: 33px;
  font-size: 16px;
  position: relative;
  margin: 13px 0;
}

.headFrame .right .login .bigType .loginInfo a {
  color: #ffffff;
  font-size: 16px;
}

.headFrame .right .login .bigType .loginInfo i {
  font-size: 33px;
  position: absolute;
  left: 5px;
}

.headFrame .right .login .bigType .wishlist {
  color: #ffffff;
  padding-left: 47px;
  line-height: 33px;
  font-size: 16px;
  position: relative;
  margin: 13px 0 7px 0;
}

.headFrame .right .login .bigType .wishlist a {
  color: #ffffff;
  text-transform: uppercase;
}

.headFrame .right .login .bigType .wishlist i {
  font-size: 33px;
  position: absolute;
  margin-top: 0px;
  left: 5px;
}

.headFrame .right #logged .bigType .hover {
  background: #ffffff;
  border: 1px solid #ff5a00;
  border-radius: 5px 5px 0 0;
  color: #000000;
  border-bottom: none;
}

.headFrame .right #logged .bigType .hover span {
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 33px;
}

.headFrame .right .login .smallType {
  display: none;
}

.headFrame .right .login .smallType .user {
  position: relative;
  height: 60px;
  width: 60px;
  border: 1px solid #313131;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  float: left;
}

.headFrame .right .login .smallType .user i {
  font-size: 34px;
  position: absolute;
  top: 19px;
  left: 13px;
  color: #ffffff;
}

.headFrame .right .login .smallType .hart {
  position: relative;
  height: 60px;
  width: 60px;
  float: left;
}

.headFrame .right .login .smallType .hart i {
  font-size: 34px;
  position: absolute;
  top: 19px;
  left: 13px;
  color: #ffffff;
}

.headFrame .right .login .smallType .hover {
  background: #ffffff;
  border: 1px solid #ff5a00;
  border-radius: 5px 5px 0 0;
  color: #000000;
  border-bottom: none;
}

.headFrame .right .login .smallType .hover i {
  color: #000000;
}

.headFrame .right .login .smallType .hover span {
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 59px;
}

.headFrame .right .login .userInfoBox {
  position: absolute;
  background: #ffffff;
  padding: 6px 0;
  z-index: 100;
  width: 180px;
  display: none;
  box-shadow: 0px 2px 5px 0px rgba(160, 160, 160, 0.5);
  border-radius: 2px;
}

.headFrame .right .login .userInfoBox .arrow {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -7px;
}

.headFrame .right .login .userInfoBox .head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px #dfdfdf;
  padding: 0 10px 6px 10px;
}

.headFrame .right .login .userInfoBox .head .headImg {
  width: 50px;
  height: 50px;
  border: 2px solid #97a5bc;
  border-radius: 4px;
  background: #97a5bc;
  margin-right: 10px;
}

.headFrame .right .login .userInfoBox .head .headImg img {
  width: 46px;
  height: 46px;
  border-radius: 2px;
  overflow: hidden;
}

.headFrame .right .login .userInfoBox .head .info {
  width: 100%;
}

.headFrame .right .login .userInfoBox .head .info .userName {
  font-size: 16px;
  height: 23px;
  line-height: 23px;
  color: #313131;
  font-weight: bold;
}

.headFrame .right .login .userInfoBox .head .info .vip {
  width: 69px;
  height: 25px;
  background-color: #161b16;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}

.headFrame .right .login .userInfoBox .head .info .vip img {
  width: 17px;
  height: 16px;
  align-self: baseline;
  margin-right: 4px;
  margin-top: 3px;
}

.headFrame .right .login .userInfoBox .head .info .vip span {
  color: #daa919;
  font-size: 14px;
  font-weight: bold;
  align-self: center;
}

.headFrame .right .login .userInfoBox .linkList {}

.headFrame .right .login .userInfoBox .linkList a {
  display: block;
  height: 34px;
  line-height: 34px;
  background-color: #ffffff;
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.headFrame .right .login .userInfoBox .linkList a:hover {
  background: #e6e6e6;
  color: #000000;
}

.headFrame .right .login .userInfoBox .mask {
  background: #000000;
  position: absolute;
  width: 230px;
  height: 60px;
  left: -1px;
  top: -60px;
  opacity: 0;
}

.headFrame .small {
  position: fixed;
  height: 60px;
  top: 0;
}

.headFrame .small .navigate {
  display: none;
}

.headFrame .small .wishlist {
  display: none;
}

.headFrame .small .wishlist i {
  display: none;
}

.headFrame .small .currency {
  display: none;
}

.headFrame .small .login .bigType {
  display: none;
}

.headFrame .small .login .smallType {
  display: block;
  height: 60px;
  margin-left: -46px;
}

.headFrame .fastSearchFrame {
  position: absolute;
  width: 100%;
  margin-top: 42px;
  background: #eeeeee;
  border-radius: 5px;
  z-index: 997;
  padding: 10px;
  box-shadow: 0px 0px 8px #999999;
}

.headFrame .fastSearchFrame hr {
  border-bottom: 1px solid #d2d2d2;
  margin: 5px 0;
  padding: 0;
}

.headFrame .fastSearchFrame li {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.headFrame .fastSearchFrame li a {
  color: #313131;
}

.headFrame .fastSearchFrame li:hover {
  background: #ffffff;
  color: #ff5a00;
}

.headFrame .fastSearchFrame li:hover a {
  color: #ff5a00;
}

.headFrame .fastSearchFrame .all {
  font-style: oblique;
}

.headFrame .fastSearchFrame .all a {
  color: #707070;
}

.headFrame .currency {
  position: absolute;
  top: 52px;
  left: 0px;
}

.headFrame .currency .dropdown-toggle {
  color: #ffffff;
  font-size: 18px;
}

.headFrame .dropdown-menu {
  box-shadow: 0 0 8px #ff5a00;
}

.headFrame .currency .dropdown-menu {
  width: 68px;
  min-width: 68px;
}

.headFrame .currency .dropdown-menu button {
  color: #000000;
}

.headFrame .currency div:hover,
.headFrame .currency a:hover,
.headFrame .currency strong:hover,
.headFrame .currency button:hover {
  text-decoration: none;
}

.appendProductFrame {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 99;
  justify-content: center;
}

.appendProductFrame .con {
  position: absolute;
  z-index: 1;
  width: 750px;
  height: auto;
  background: #fff;
  align-self: center;
  border-radius: 10px;
  box-shadow: 0 0 20px #000;
  padding: 50px 40px;
}

.appendProductFrame .con>b {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}

.appendProductFrame .con>span {
  font-size: 20px;
  color: #333;
  text-align: center;
  display: block;
  margin: 30px 0;
  line-height: 30px;
}

.appendProductFrame .con>span>i {
  color: #ff5a00;
  font-style: normal;
}

.appendProductFrame .con>i {
  display: flex;
  justify-content: center;
}

.appendProductFrame .con>i>button {
  border-radius: 5px;
  height: 40px;
  width: 190px;
  border: 1px solid #ccc;
  margin: 0 30px;
  background: #eee;
  font-style: normal;
  font-size: 20px;
  cursor: pointer;
}

.appendProductFrame .con>i .yes {
  background: #ff5a00;
  border: 1px solid #ff5a00;
  color: #fff;
}

.appendProductFrame>span {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

/* footer */
footer {
  background-color: #202020;
}

footer .pc .footFrame {
  width: 1200px;
  margin: 0 auto;
}

footer .pc .subscribe {
  height: 105px;
  background: #ffffff;
}

footer .pc .subscribe .left {
  width: 50%;
  border-right: 1px solid #cbcccc;
  float: left;
  margin-top: 21px;
  height: auto;
}

footer .pc .subscribe .left span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
}

footer .pc .subscribe .left p {
  padding: 3px 142px;
}

footer .pc .subscribe .left input {
  padding: 0;
  border: none;
  width: 250px;
  height: 30px;
  text-indent: 5px;
  background: #eeefef;
  border-radius: 3px 0 0 3px;
}

footer .pc .subscribe .left button {
  border-radius: 3px;
  height: 30px;
  margin-left: -2px;
  padding: 0;
  width: 64px;
  color: #ffffff;
  background: #000000;
  border: none;
}

footer .pc .subscribe .right {
  float: right;
  width: 50%;
  text-align: center;
  margin-top: 21px;
}

footer .pc .subscribe .right span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
}

footer .pc .subscribe .right p {
  display: flex;
  height: 45px;
  justify-content: center;
}

footer .pc .subscribe .right p a {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 6px;
}

footer .pc .subscribe .right i {
  background: url(/catalog/view/theme/default/image/iconteam.png);
  display: block;
  width: 30px;
  height: 30px;
  float: left;
}

footer .pc .subscribe .right .discord {
  width: 23px;
  margin-top: 7px;
}

footer .pc .subscribe .right .facebook {
  background-position: -147px 0;
}

footer .pc .subscribe .right .twitter {
  background-position: -178px 0;
}

footer .pc .subscribe .right .google {
  background-position: -215px 0;
}

footer .pc .subscribe .right .youtube {
  background-position: -248px 0;
}

footer .pc .subscribe .right .linkedin {
  background-position: -288px 0;
}

footer .pc #mc_embed_signup {
  padding-top: 10px;
  text-align: center;
}

footer .pc .webMap {
  padding-top: 29px;
  background: #202020;
}

footer .pc .webMap .logo {
  float: left;
  height: 300px;
  padding: 18px 0 0 12px;
  width: 161px;
}

footer .pc .webMap .logo img {
  width: 100%;
}

footer .pc .webMap .map {
  float: right;
  width: 868px;
}

footer .pc .webMap .map .list {
  float: left;
  width: 240px;
  margin-right: 74px;
}

footer .pc .webMap .map .list:nth-child(3n + 3) {
  margin-right: 0;
}

footer .pc .webMap .map .list h5 {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  line-height: 37px;
}

footer .pc .webMap .map .list li {
  line-height: 33px;
  font-size: 16px;
}

footer .pc .webMap .map .list li a {
  color: #a1a5ac;
}

footer .pc .webMap .copyright {
  clear: both;
  height: 40px;
  text-align: center;
}

/*-------------------- foot End -----------------------*/
/* pc版样式文件 */
body {
  font-family: 'Roboto', -webkit-pictograph;
  font-weight: 400;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #3d3d3d;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}

input {
  outline: none;
}

button {
  outline: none;
}

select {
  outline: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
}

v-clock {
  display: none;
}

.visible-xs-del {
  display: none;
}

/*-------------------- common Begin -----------------------*/
body {
  padding: 0;
  background: #F5F5F5;
}

.container-fluid {
  padding: 0;
}

.clear {
  clear: both;
}

.bodyFrame .pc {
  padding: 0;
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}

.bodyFrame .pc .breadcrumb {
  background: none;
  color: #434343;
  font-size: 14px;
  padding: 0;
  margin-bottom: 10px;
  line-height: 4px;
}

.bodyFrame .pc .breadcrumb a {
  color: #313131;
  display: inline-block;
  height: 1.2em;
  line-height: 1.2em;
}

.bodyFrame .pc .breadcrumb>li+li::before {
  color: #434343;
  padding: 0;
}

.bodyFrame .pc .breadcrumb>li:last-of-type>a {
  color: #1e91cf;
}

.backTop {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  bottom: 30px;
  right: 30px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 2px #a5a5a5;
  z-index: 4;
}

.backTop i {
  display: block;
  padding-top: 15px;
  font-size: 24px;
  color: #313131;
}

.backTop:hover {
  background: #ff5a00;
}

.backTop:hover i {
  color: #FFFFFF;
}

#tipsFrame {
  background: #FFFFFF;
  color: #000;
  height: 60px;
  line-height: 60px;
  position: fixed;
  text-align: center;
  border-radius: 5px;
  padding: 0 20px;
  min-width: 15%;
  left: 50%;
  z-index: 100;
  top: 50%;
  margin-top: -30px;
  box-shadow: 0px 0px 8px #ff5a00;
}

.pc_tips .icon {
  padding: 0 5px;
}

.pc_tips .text {
  font-size: 20px;
}

.mobile_tips .text {
  font-size: 1rem;
}

.error404Frame {
  background: url(../../../../../image/v3/404bg.jpg) no-repeat;
  width: 1200px;
  height: 498px;
  position: relative;
}

.error404Frame h2 {
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  left: 4px;
  top: 25px;
  font-size: 14px;
  color: #eeeeee;
}

.error404Frame .errorTit {
  position: absolute;
  left: 561px;
  top: 72px;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}

.error404Frame .errorCon {
  position: absolute;
  left: 343px;
  top: 385px;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  width: 500px;
  text-align: center;
}

.error404Frame .errorCon a {
  color: #ef6a00;
}

.imgshowFrame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 8888;
  overflow: hidden;
}

.imgshowFrame .leftBtn {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  left: 2%;
  height: 80px;
  line-height: 80px;
  width: 50px;
}

.imgshowFrame .leftBtn i {
  font-size: 40px;
  color: #FFFFFF;
}

.imgshowFrame .rightBtn {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  right: 2%;
  height: 80px;
  line-height: 80px;
  width: 50px;
}

.imgshowFrame .rightBtn i {
  font-size: 40px;
  color: #FFFFFF;
}

.imgshowFrame .imgCon {
  position: absolute;
  z-index: 2;
  width: 900px;
  height: 600px;
  left: 50%;
  margin-left: -450px;
}

.imgshowFrame .imgCon .loadEffect {
  position: absolute;
  top: 20px;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
}

.imgshowFrame .imgCon img {
  max-width: 900px;
  max-height: 600px;
  min-width: 100%;
}

.imgshowFrame .maskBG {
  background: #000000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 700px;
  z-index: 1;
  opacity: 0.8;
}

.backTopBtn {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #D0D1D2;
  text-align: center;
  line-height: 50px;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
}

.error404Text {
  position: relative;
}

.error404Text .text {
  position: absolute;
  width: 500px;
  height: 100px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  left: 50%;
  margin-left: -250px;
  text-align: center;
  top: 390px;
  color: #000000;
}

.error404Text .text p {}

.error404Text .text a {
  color: #EF6A00;
}

.loadEffect {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

.loadEffect span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff5a00;
  position: absolute;
  -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

.loadEffect span:nth-child(1) {
  left: 0;
  top: 50%;
  margin-top: -3px;
  -webkit-animation-delay: 0.13s;
}

.loadEffect span:nth-child(2) {
  left: 6px;
  top: 6px;
  -webkit-animation-delay: 0.26s;
}

.loadEffect span:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -3px;
  -webkit-animation-delay: 0.39s;
}

.loadEffect span:nth-child(4) {
  top: 6px;
  right: 6px;
  -webkit-animation-delay: 0.52s;
}

.loadEffect span:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -3px;
  -webkit-animation-delay: 0.65s;
}

.loadEffect span:nth-child(6) {
  right: 6px;
  bottom: 6px;
  -webkit-animation-delay: 0.78s;
}

.loadEffect span:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  -webkit-animation-delay: 0.91s;
}

.loadEffect span:nth-child(8) {
  bottom: 6px;
  left: 6px;
  -webkit-animation-delay: 1.04s;
}

.slide-fade-enter-active {
  transition: all .3s ease;
}

.slide-fade-leave-active {
  transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter,
.slide-fade-leave-to {
  opacity: 0;
}

.pblLoading {}

.pblLoading .spinner {
  width: 25px;
  height: 25px;
  position: relative;
  float: left;
  margin-right: 10px;
}

.pblLoading .t {
  font-size: 16px;
  text-transform: uppercase;
}

.cube1,
.cube2 {
  background-color: #67CF22;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(15px) rotate(-90deg) scale(0.5)
  }

  50% {
    -webkit-transform: translateX(15px) translateY(15px) rotate(-180deg)
  }

  75% {
    -webkit-transform: translateX(0px) translateY(15px) rotate(-270deg) scale(0.5)
  }

  100% {
    -webkit-transform: rotate(-360deg)
  }
}

@keyframes cubemove {
  25% {
    transform: translateX(15px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(15px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(15px) translateY(15px) rotate(-179deg);
    -webkit-transform: translateX(15px) translateY(15px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(15px) translateY(15px) rotate(-180deg);
    -webkit-transform: translateX(15px) translateY(15px) rotate(-180deg);
  }

  75% {
    transform: translateX(0px) translateY(15px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(15px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.loginFrame {
  width: 650px;
  height: auto;
  padding: 34px 24px 39px 24px;
  background: #FFFFFF;
  margin: 50px auto;
  box-shadow: 0px 0px 15px #d3d3d3;
}

.loginFrame .baseLogin {
  width: 100%;
}

.loginFrame .baseLogin .leftBox {
  float: left;
  width: 301px;
  height: 222px;
  border-right: 1px solid #D2D2D2;
  padding-right: 28px;
  margin-right: 28px;
  position: relative;
}

.loginFrame .baseLogin .leftBox h3 {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  color: #666666;
  margin: 0 0 31px 0;
}

.loginFrame .baseLogin .leftBox .desc {
  width: 278px;
  height: 104px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
}

.loginFrame .baseLogin .leftBox .btnFrame {
  height: auto;
  width: 273px;
  position: absolute;
  bottom: 0;
}

.loginFrame .baseLogin .rightBox {
  float: left;
  width: 273px;
  height: 222px;
  position: relative;
}

.loginFrame .baseLogin .rightBox h3 {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  color: #666666;
  margin: 0 0 31px 0;
}

.loginFrame .baseLogin .rightBox .facebookBtn {
  height: 45px;
  width: 100%;
  display: block;
  background: #405993;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  border-radius: 3px;
}

.loginFrame .baseLogin .rightBox .orLine {
  height: 21px;
  margin: 10px 0 12px 0;
  position: relative;
}

.loginFrame .baseLogin .rightBox .orLine span {
  display: block;
  background: #FFFFFF;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  text-align: center;
  font-size: 16px;
  color: #313131;
}

.loginFrame .baseLogin .rightBox .orLine b {
  display: block;
  border-bottom: 1px solid #D2D2D2;
  position: absolute;
  top: 10px;
  width: 100%;
}

.loginFrame .baseLogin .rightBox .mailInput,
.loginFrame .baseLogin .rightBox .pwdInput {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  border: solid 1px #dcdcdc;
  margin-bottom: 20px;
  overflow: hidden;
}

.loginFrame .baseLogin .rightBox .mailInput span,
.loginFrame .baseLogin .rightBox .pwdInput span {
  display: block;
  float: left;
  position: relative;
}

.loginFrame .baseLogin .rightBox .mailInput span img,
.loginFrame .baseLogin .rightBox .pwdInput span img {
  position: absolute;
  margin: 7px 15px;
}

.loginFrame .baseLogin .rightBox .mailInput input,
.loginFrame .baseLogin .rightBox .pwdInput input {
  padding: 0;
  margin: 0;
  width: 212px;
  border: none;
  line-height: 40px;
  font-size: 14px;
  height: 40px;
  float: right;
  outline: none;
}

.loginFrame .baseLogin .rightBox .btnFrame {
  height: 68px;
  width: 273px;
  position: absolute;
  bottom: -26px;
}

.loginFrame .baseLogin .rightBox .btnFrame .loginBtn {
  height: 45px;
  width: 100%;
  display: block;
  background: #ff5a00;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  border-radius: 3px;
  border: none;
}

.loginFrame .baseLogin .rightBox .btnFrame .forgotPwdBtn {
  height: 45px;
  width: 100%;
  display: block;
  text-align: right;
  margin-top: 8px;
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  color: #008eff;
}

.loginFrame .baseLogin .baseBtn {
  height: 42px;
  box-shadow: 0px 0px 4px 0px #d4d4d4;
  border-radius: 3px;
  border: solid 1px #ff5a00;
  width: 100%;
  display: block;
  color: #ff5a00;
  font-size: 20px;
  text-align: center;
  line-height: 42px;
  background: #FFFFFF;
  padding: 0;
  margin: 0;
}

.loginFrame .baseLogin .baseBtn:hover {
  background-color: #ff5a00;
  box-shadow: 0px 0px 4px 0px #d4d4d4;
  border-radius: 3px;
  color: #FFFFFF;
}

.loginFrame .otherLogin {
  margin-top: 56px;
  height: 90px;
}

.loginFrame .otherLogin .text {
  font-size: 22px;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 20px;
  text-align: center;
}

.loginFrame .otherLogin .facebookBtn {
  width: 280px;
  height: 42px;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px #d4d4d4;
  border-radius: 3px;
  display: block;
  line-height: 42px;
  float: left;
  position: relative;
}

.loginFrame .otherLogin .facebookBtn b {
  display: block;
  position: absolute;
  left: 80px;
}

.loginFrame .otherLogin .facebookBtn b img {}

.loginFrame .otherLogin .facebookBtn span {
  font-size: 16px;
  color: #666666;
  position: absolute;
  left: 130px;
}

.loginFrame .otherLogin .googleBtn {
  width: 280px;
  height: 42px;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px #d4d4d4;
  border-radius: 3px;
  display: block;
  line-height: 42px;
  position: relative;
  float: right;
}

.loginFrame .otherLogin .googleBtn b {
  display: block;
  position: absolute;
  left: 58px;
}

.loginFrame .otherLogin .googleBtn b img {}

.loginFrame .otherLogin .googleBtn span {
  font-size: 16px;
  color: #666666;
  position: absolute;
  left: 136px;
}

.loginFrame ::-webkit-input-placeholder {
  color: #A1A5AC;
}

.loginFrame ::-moz-placeholder {
  color: #A1A5AC;
}

.loginFrame :-ms-input-placeholder {
  color: #A1A5AC;
}

#dialogFrame {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

#dialogFrame .box {
  position: absolute;
  width: 390px;
  height: auto;
  background: #FFFFFF;
  z-index: 1;
  border-radius: 5px;
  left: 50%;
  margin-left: -150px;
  box-shadow: 2px 2px 13px #999999;
  border: 1px solid #E5E5E5;
  padding: 30px 0;
}

#dialogFrame .box .close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 30px;
  margin: -15px 0 0 280px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #DBDBDB;
  display: none;
}

#dialogFrame .box .close i {
  font-size: 14px;
  color: #A0A0A0;
}

#dialogFrame .box .text {
  width: 390px;
  height: 119px;
  font-size: 18px;
  text-align: center;
  color: #333333;
  padding: 20px 34px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#dialogFrame .box .text span {
  display: block;
  padding: 10px 0;
}

#dialogFrame .box .text b {
  display: block;
  width: 100%;
}

#dialogFrame .box .text b img {
  width: 180px;
  height: 180px;
}

#dialogFrame .box .text h1 {
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
}

#dialogFrame .box .text h2 {
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

#dialogFrame .box .text h3 {
  text-align: center;
}

#dialogFrame .box .text h3 input {
  width: 90%;
}

#dialogFrame .dialogBtn {
  height: 40px;
  padding-bottom: 20px;
}

#dialogFrame .dialogBtn a {
  display: block;
  height: 40px;
  width: 150px;
  float: left;
  text-align: center;
  line-height: 40px;
  position: relative;
  font-size: 14px;
}

#dialogFrame .dialogBtn a span {
  position: absolute;
  width: 149px;
  height: 49px;
  left: 0;
}

#dialogFrame .dialogBtn .yes {
  background: #ff5a00;
  margin-left: 34px;
  color: #FFFFFF;
}

#dialogFrame .dialogBtn .no {
  background: #eeeeee;
  margin-left: 20px;
}

#dialogFrame .dragLineBox {
  width: 170px;
  height: 30px;
  float: left;
  font-size: 16px;
}

#dialogFrame .massageNum {
  width: 70px;
  height: 30px;
  float: left;
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
}

#dialogFrame .massageNum input {
  width: 100%;
  padding: 0;
  line-height: 30px;
  font-size: 16px;
  border: none;
  box-shadow: none;
  margin: 0;
}

#dialogFrame .textBox {
  margin-bottom: 10px;
  height: 40px;
}

#dialogFrame .massageNum .bg {
  width: 35px;
  height: 30px;
  background: #24c2cb;
  cursor: pointer;
  float: left;
}

#dialogFrame .massageNum .bg2 {
  width: 35px;
  height: 30px;
  background: #EEEEEE;
  cursor: pointer;
  float: left;
}

#dialogFrame .massageNum .block {
  width: 35px;
  height: 30px;
  background: #FFFFFF;
  position: absolute;
  cursor: pointer;
}

.maskBG {
  background: #000000;
  opacity: 0.5;
  width: 100%;
  height: 300px;
  position: absolute;
}

#messageFrame {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

#messageFrame .box {
  position: fixed;
  width: 618px;
  background: #FFFFFF;
  z-index: 1;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 2px 13px #999999;
  border: 1px solid #E5E5E5;
  padding: 43px 30px 35px;
}

#messageFrame .box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
}

#messageFrame .box .close i {
  font-size: 24px;
  color: #000000;
  transform: rotate(45deg);
  display: block;
}

#messageFrame .box .text {
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#messageFrame .box .text i {
  font-size: 62px;
  color: #000000;
  margin-bottom: 28px;
  height: 62px;
  position: relative;
  top: 12px;
}

#messageFrame .maskBG {
  background: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
}

.newCustomer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: center;
}

.newCustomer>span {
  position: absolute;
  width: 650px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px #d0d0d0;
  border-radius: 4px;
  z-index: 1;
  padding: 30px 0;
  align-self: center;
}

.newCustomer>span>h4 {
  font-size: 26px;
  line-height: 25px;
  color: #333333;
  width: 570px;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 16px 0;
  margin: 0 auto 16px auto;
  text-align: center;
}

.newCustomer>span>.closeBtn {
  font-size: 34px;
  color: #e2e2e2;
  position: absolute;
  right: 14px;
  top: 30px;
  transform: rotate(45deg);
}

.newCustomer>span>.closeBtn:hover {
  cursor: pointer;
}

.newCustomer>span .coupon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 30px;
}

.newCustomer>span .coupon>span {
  width: 141px;
  height: 140px;
  background: url(/static/images/coupon_bg5.png) no-repeat;
  margin: 0 5px;
}

.newCustomer>span .coupon>span>b {
  display: block;
  margin: 24px auto;
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  color: #ff5a00;
  font-weight: normal;
}

.newCustomer>span .coupon>span>span {
  font-size: 16px;
  line-height: 20px;
  color: #ff5a00;
  text-align: center;
  display: block;
  padding-top: 10px;
}

.newCustomer>span>h5 {
  font-size: 26px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #666666;
  margin: 6px auto 29px auto;
  text-align: center;
}

.newCustomer>span .tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 22px;
}

.newCustomer>span .tags>button {
  min-width: 123px;
  height: 43px;
  border-radius: 26px;
  border: solid 1px #dcdcdc;
  background: #ffffff;
  margin: 0 8px 20px 8px;
  font-size: 16px;
  padding: 0 12px;
}

.newCustomer>span .tags .select,
.newCustomer>span .tags>button:hover {
  background-color: #313131;
  border: solid 1px #dcdcdc;
  color: #FFFFFF;
}

.newCustomer>span>button {
  width: 240px;
  height: 43px;
  background-color: #eeeeee;
  border-radius: 3px;
  font-size: 18px;
  border: none;
  color: #666666;
  margin: 10px auto;
  display: block;
}

.newCustomer>span>button:hover {
  background: #ff5a00;
  color: #FFFFFF;
}

.newCustomer>span>a {
  font-size: 16px;
  color: #999999;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.newCustomer>b {
  background: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.newCustomer>span>h6 {
  width: 496px;
  height: 51px;
  font-size: 26px;
  line-height: 25px;
  color: #333333;
  margin: 32px auto 0 auto;
}

.newCustomer .movie {
  text-align: center;
  margin-bottom: 29px;
}

.newCustomer .desc {
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  text-align: center;
  margin-bottom: 26px;
}

.newCustomer .desc>span {
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  text-align: center;
  margin-bottom: 26px;
}

.newCustomer .djs {
  font-size: 24px;
  color: #666666;
  text-align: center;
}

.newCustomer .djs>span {
  color: #ff5a00;
}

.eventCouponFrame {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: center;
}

.eventCouponFrame>span {
  position: absolute;
  width: 990px;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 1;
  align-self: center;
}

.eventCouponFrame>span>h4 {
  color: #333333;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  display: flex;
}

.eventCouponFrame>span>.closeBtn {
  font-size: 34px;
  color: #e2e2e2;
  position: absolute;
  right: 14px;
  top: 30px;
  transform: rotate(45deg);
}

.eventCouponFrame>span>.closeBtn:hover {
  cursor: pointer;
}

.eventCouponFrame>span .coupon {
  padding: 26px 49px;
}

.eventCouponFrame>span .coupon ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 300px;
  overflow-y: auto;
}

.eventCouponFrame>span .coupon ul li {
  margin: 0px 24px 19px 0px;
  width: 420px;
  height: 120px;
  position: relative;
}

.eventCouponFrame>span .coupon ul li:nth-child(2n+2) {
  margin-right: 0;
}

.eventCouponFrame>span .coupon ul li .price {
  position: absolute;
  font-size: 40px;
  color: #FFFFFF;
  top: 37px;
  left: 0;
  width: 154px;
  text-align: center;
}

.eventCouponFrame>span .coupon ul li .price>span {
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 10px;
}

.eventCouponFrame>span .coupon ul li .desc {
  position: absolute;
  top: 77px;
  left: 0;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  width: 154px;
}

.eventCouponFrame>span .coupon ul li .text {
  position: absolute;
  left: 154px;
  width: 266px;
  top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  color: #3A3B3A;
}

.eventCouponFrame>span .coupon ul li .text2 {
  position: absolute;
  left: 154px;
  width: 266px;
  top: 41px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  color: #3A3B3A;
}

.eventCouponFrame>span .coupon ul li .btn {
  position: absolute;
  width: 122px;
  height: 36px;
  display: block;
  background: #E9436A;
  border-radius: 4px;
  color: #fff;
  right: 14px;
  top: 68px;
  font-size: 16px;
  line-height: 36px;
  padding: 0;
  border: 1px solid #E9436A;
}

.eventCouponFrame>span .other {
  padding: 0 63px 28px 63px;
  display: flex;
  justify-content: space-between;
}

.eventCouponFrame>span .other>b {
  font-weight: normal;
}

.eventCouponFrame>span .other>b>a {
  font-size: 18px;
  color: #676767;
}

.eventCouponFrame>span .other>span {}

.eventCouponFrame>span .other>span>a {
  color: #000000;
  font-size: 18px;
}

.eventCouponFrame>span>button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
}

.eventCouponFrame>span>button>span {
  color: #fff;
  font-size: 18px;
}

.eventCouponFrame>b {
  background: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*-------------------- common End -----------------------*/

/*-------------------- home Begin -----------------------*/
.bodyFrame .pc .firstCon {
  height: 700px;
}

.bodyFrame .pc .bigeye .list {
  position: relative;
  height: 475px;
  width: 100%;
}

.bodyFrame .pc .bigeye .list ul {}

.bodyFrame .pc .bigeye .list ul li {
  position: absolute;
  top: 1000px;
  opacity: 1;
}

.bodyFrame .pc .bigeye .list ul li img {
  height: 475px;
  width: 950px;
}

.bodyFrame .pc .bigeye .btns {
  position: absolute;
  z-index: 4;
  width: 100%;
}

.bodyFrame .pc .bigeye .btns>a {
  display: flex;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 217px;
  justify-content: center;
}

.bodyFrame .pc .bigeye .btns>a>b {
  position: absolute;
  background: #333333;
  border-radius: 40px;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.3;
}

.bodyFrame .pc .bigeye .btns>a>i {
  z-index: 1;
  font-size: 34px;
  color: #f4f4f4;
  align-self: center;
}

.bodyFrame .pc .bigeye .btns>a:hover b {
  background: #ff5a00;
}

.bodyFrame .pc .bigeye .btns .left {
  left: 27px;
}

.bodyFrame .pc .bigeye .btns .right {
  right: 27px;
}

.bodyFrame .pc .bigeye .points {
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 1rem;
  text-align: center;
}

.bodyFrame .pc .bigeye .points span {
  display: block;
  margin: 0px auto;
  width: 90px;
}

.bodyFrame .pc .bigeye .points span a {
  width: 1rem;
  height: 1rem;
  float: left;
  display: block;
  border-radius: 2rem;
  text-indent: -3rem;
  overflow: hidden;
  background: rgb(201, 201, 201);
  margin: 0px 0.3rem;
  opacity: 0.5;
}

.bodyFrame .pc .bigeye .points span a:hover {
  width: 1rem;
  height: 1rem;
  float: left;
  display: block;
  borderRadius: 2rem;
  textIndent: -3rem;
  overflow: hidden;
  background: #333333;
  margin: 0 0.3rem;
  opacity: 0.3;
}

.bodyFrame .pc #column-left {}

.bodyFrame .pc #column-left .categoryFrame {
  position: relative;
  width: 240px;
  height: 685px;
  float: left;
  background: #f5f5f5;
}

.bodyFrame .pc #column-left .categoryFrame .title {
  color: #FFFFFF;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  background: #3e3d3d;
  display: flex;
}

.bodyFrame .pc #column-left .categoryFrame .title i {
  margin: 0 20px;
  font-size: 21px;
}

.bodyFrame .pc #column-left .categoryFrame ul {}

.bodyFrame .pc #column-left .categoryFrame li {
  height: 29px;
  font-size: 14px;
  position: relative;
  background: #eeeeee;
  border-bottom: 1px solid #FFFFFF;
}

.bodyFrame .pc #column-left .categoryFrame li a {
  font-family: 'Roboto', -webkit-pictograph;
  font-size: 14px;
  color: #333333;
  display: flex;
  padding: 0 10px 0 17px;
  justify-content: space-between;
  border-left: 3px solid #eeeeee;
  height: 28px;
  line-height: 28px;
}

.bodyFrame .pc #column-left .categoryFrame li a:hover {
  border-left: 3px solid #ff5a00;
  color: #FF5A00;
  font-weight: bold;
}

.bodyFrame .pc #column-left .categoryFrame li .l {
  display: block;
  float: left;
  font-size: 14px;
}

.bodyFrame .pc #column-left .categoryFrame li .r {
  display: block;
  float: right;
  font-size: 20px;
  font-family: 'Open Sans Condensed', -webkit-pictograph;
}

.bodyFrame .pc #column-left .categoryFrame li .hover {
  line-height: 28px;
  padding: 0 10px 0 17px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 240px;
  color: #292929;
  background: #eeeeee;
  border-left: 3px solid #ff5a00;
  display: none;
}

.bodyFrame .pc #column-left .categoryFrame li:hover .hover {
  display: block;
}

.bodyFrame .pc #column-left .categoryFrame li:hover .hover .l {
  color: #FF5A00;
  font-weight: bold;
}

.bodyFrame .pc #column-left .categoryFrame li:hover .hover .r {
  color: #ff5a00;
}

.bodyFrame .pc #column-left .categoryFrame li:last-child {
  border-bottom: none;
}

.bodyFrame .pc #column-left .categoryFrame .hideBorder {
  border: none;
}

.bodyFrame .pc #column-left .categoryFrame .select {
  background: #eeeeee;
}

.bodyFrame .pc #column-left .categoryFrame .select a {
  color: #313131;
}

.bodyFrame .pc #column-left .categoryFrame li .childData {
  display: none;
  overflow: hidden;
  left: 240px;
  position: absolute;
  width: 630px;
  background: #FFFFFF;
  z-index: 998;
  margin-top: -140px;
  padding: 16px;
}

.bodyFrame .pc #column-left .categoryFrame li .childData a {
  color: #313131;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .sn {}

.bodyFrame .pc #column-left .categoryFrame li .childData .sn .partentName {}

.bodyFrame .pc #column-left .categoryFrame li .childData .sn .partentName span {
  font-size: 14px;
  color: #333333;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  font-weight: bold;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .sn .subCategory {
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 15px;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .sn .subCategory a {
  border: none;
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #313131;
  margin-left: 0;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .sn .subCategory a:hover {
  color: #ff5a00;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc {
  width: 630px;
  height: auto;
  padding-top: 15px;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc .rcTitle {}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc .rcTitle span {
  display: block;
  font-size: 14px;
  border: none;
  color: #333333;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  width: 600px;
  font-weight: bold;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc ul {}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc li {
  margin: 10px 13px 0 0;
  width: 192px;
  float: left;
  border: none;
  height: 128px;
  overflow: hidden;
  position: relative;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc .oddLast {
  width: 287px;
  height: 190px;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc li {
  padding: 0;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc li a {
  margin: 0;
  padding: 0;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc img {
  width: 100%;
  height: 128px;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc span {
  position: absolute;
  display: block;
  width: 100%;
  height: 28px;
  line-height: 26px;
  color: #FFFFFF;
  bottom: 0;
  z-index: 2;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc .mask {
  background: #000000;
  opacity: 0.5;
  z-index: 1;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc .name {
  padding: 0 10px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc .price {
  display: none;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .rc b {
  position: absolute;
}

.bodyFrame .pc #column-left .categoryFrame li:hover .childData {
  display: block;
}


.bodyFrame .pc #column-left .categoryFrame li .childData .subCategoryB {}

.bodyFrame .pc #column-left .categoryFrame li .childData .subCategoryB>b {
  display: block;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .subCategoryB>b>a {
  border: none;
  position: relative;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .subCategoryB>b>a::before {
  position: absolute;
  border-left: 3px solid #666;
  display: block;
  content: ' ';
  height: 9px;
  width: 3px;
  overflow: hidden;
  left: 0;
  top: 8px;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .subCategoryB>span {
  display: flex;
  margin-bottom: 10px;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .subCategoryB>span>a {
  border: none;
  padding-left: 0;
  color: #888888;
  margin-right: 23px;
  font-weight: normal;
}

.bodyFrame .pc #column-left .categoryFrame li .childData .subCategoryB>span>a:hover {
  color: #FF5A00;
}

.bodyFrame .pc #column-right {
  width: 100%;
  padding: 0;
}

.bodyFrame .pc #column-right {
  float: right;
  width: 950px;
  height: auto;
  overflow: hidden;
}

.bodyFrame .pc .lineFrame {
  width: 1200px;
  position: relative;
}

.bodyFrame .pc .subNavFrame {
  background: #FFFFFF;
  padding-top: 2px;
}

.bodyFrame .pc .subNavIcon {}

.bodyFrame .pc .subNav {
  list-style: none;
  height: auto;
  padding: 0;
  margin: 30px 0 30px 0;
  width: auto;
  height: 118px;
}

.bodyFrame .pc .subNav li {
  list-style: none;
  float: left;
  width: 240px;
  padding-top: 19px;
  text-align: center;
}

.bodyFrame .pc .subNav li a {
  display: block;
  border-right: 1px solid #aaaaaa;
  height: 62px;
}

.bodyFrame .pc .subNav li a img {
  margin-top: -19px;
}

.bodyFrame .pc .subNav li:nth-child(5) a {
  border: none;
}

.bodyFrame .pc .smallBanner {
  float: right;
  margin-top: 10px;
  width: 950px;
}

.bodyFrame .pc .smallBanner a:nth-child(1) {
  padding-right: 6px;
}

.bodyFrame .pc .smallBanner img {
  width: 470px;
  height: 200px;
}

.bodyFrame .pc .blogList {
  width: 100%;
  height: 252px;
}

.bodyFrame .pc .blogList li {
  float: left;
  margin: 0 30px 20px 0;
  width: 585px;
  height: 166px;
  background: #FFFFFF;
  position: relative;
}

.bodyFrame .pc .blogList li:nth-child(2n+2) {
  margin-right: 0;
}

.bodyFrame .pc .blogList li .infoBox {
  width: 331px;
  height: 146px;
  float: right;
  position: relative;
}

.bodyFrame .pc .blogList li .infoBox .title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
  padding: 10px 0;
  overflow: hidden;
}

.bodyFrame .pc .blogList li .infoBox .blogTags {}

.bodyFrame .pc .blogList li .infoBox .blogTags a {
  padding: 2px 5px;
  margin-right: 10px;
  background: #ff5a00;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 3px;
}

.bodyFrame .pc .blogList li .infoBox .desc {
  padding: 5px 0;
  line-height: 15px;
}

.bodyFrame .pc .blogList li .date {
  font-size: 14px;
  color: #989898;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.bodyFrame .pc .blogList li .img {
  width: 246px;
  height: 166px;
  float: left;
}

.bodyFrame .pc .blogList li .img img {
  width: 246px;
  height: 166px;
}

.bodyFrame .pc .adFrame {
  height: 100px;
  width: 100%;
  margin-bottom: 30px;
  float: left;
}

.bodyFrame .pc .tagFrame {
  border-bottom: 1px solid #aaaaaa;
  margin: 20px 0;
  min-height: 30px;
  float: left;
}

.bodyFrame .pc .tagFrame .tags {
  float: left;
  width: 970px;
}

.bodyFrame .pc .tagFrame .tags a {
  padding: 3px 15px;
  border-radius: 3px;
  color: #FFFFFF;
  border: 1px solid #959595;
  color: #626262;
  display: block;
  float: left;
  margin-right: 14px;
  margin-bottom: 10px;
  position: relative;
}

.bodyFrame .pc .tagFrame .sort {
  width: auto;
  bottom: 10px;
  right: 0;
  position: absolute;
}

.bodyFrame .pc .tagFrame .sort span {
  float: right;
}

.bodyFrame .pc .tagFrame .sort .t {
  padding: 0 5px 0 10px;
}

.bodyFrame .pc .tagFrame .sort select {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
}

.bodyFrame .pc .ctgInfo {
  width: 100%;
  height: 85px;
  position: relative;
  color: #FFFFFF;
}

.bodyFrame .pc .ctgInfo img {
  position: absolute;
  height: 85px;
  right: 0;
  width: 914px;
}

.bodyFrame .pc .ctgInfo .title {
  position: absolute;
  background: #23A1D1;
  width: 286px;
  height: 85px;
  left: 0;
  z-index: 1;
  line-height: 85px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.bodyFrame .pc .ctgInfo .title h1 {
  line-height: 85px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

.bodyFrame .pc .ctgInfo .des {
  position: absolute;
  left: 300px;
  z-index: 1;
  left: 312px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 455px;
  overflow: hidden;
}

.bodyFrame .pc .ctgInfo .des p {
  margin: 0;
  padding: 0;
  display: inline;
}

.bodyFrame .pc .ctgInfov2 .des {
  width: 880px;
  height: auto;
  align-self: center;
  top: unset;
  margin-top: 0;
}

.bodyFrame .pc .ctgInfov2 .des a {
  color: #09a6e9;
}

.bodyFrame .pc .ctgInfov2 .des p {
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.bodyFrame .pc .ctgInfov2 {
  height: 260px;
  display: flex;
}

.bodyFrame .pc .ctgInfov2 img {
  width: 100%;
  height: 260px;
}

.bodyFrame .pc .ctgInfov2 .module_title {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 20px;
  color: #FFFFFF;
}

.bodyFrame .pc .categoryFilter {
  margin-bottom: 5px;
  height: 50px;
  border-bottom: 1px solid #C2C2C2;
  border-top: 1px solid #D6D7D8 !important;
  display: flex;
  padding-top: 19px;
}

.bodyFrame .pc .categoryFilter span {
  display: block;
  width: 10%;
  float: left;
  font-size: 18px;
  color: #B1B1B1;
  font-family: 'Roboto'
}

.bodyFrame .pc .categoryFilter b {
  display: block;
  width: 90%;
  float: left;
  font-size: 18px;
  font-weight: normal;
}

.bodyFrame .pc .categoryFilter b a {
  color: #626262;
  display: block;
  width: 25%;
  float: left;
}

.bodyFrame .pc .categoryFilter b a:hover {
  color: #ED6A00;
}

.bodyFrame .pc .categoryFilter b .select,
.bodyFrame .pc .categoryFilter b .select_1 {
  color: #ED6A00;
}

.bodyFrame .pc .categoryFilter .topicFilterA {
  position: relative;
  padding: 20px 0 10px;
  border-bottom: 1px solid #F6F6F6;
}

.bodyFrame .pc .categoryFilter .topicFilterB {
  position: relative;
  padding: 20px 0 10px;
}

.bodyFrame .pc .categoryFilter span.title {
  display: block;
  float: left;
  font-size: 14px;
  color: #BBBBBB;
  font-family: 'Roboto'
}

.bodyFrame .pc .categoryFilter span.title i {
  margin: 0 10px;
  color: #313131;
  font-style: normal;
}

.bodyFrame .pc .categoryFilter span.choice {
  display: block;
  width: 90%;
  float: left;
  font-size: 14px;
}

.bodyFrame .pc .categoryFilter span.choice>a {
  color: #777777;
  display: block;
  margin-right: 50px;
  margin-bottom: 10px;
  float: left;
}

.bodyFrame .pc .categoryFilter span.choice>a:hover {
  color: #EA5A18;
}

.bodyFrame .pc .categoryFilter span.choice .select,
.bodyFrame .pc .categoryFilter b .select_1 {
  color: #EA5A18;
}

.bodyFrame .pc .categoryFilter span.choice>button {
  color: #626262;
  width: 25%;
  float: left;
  border: none;
  text-align: left;
  display: flex;
  padding: 0;
  margin: 0;
  background: none;
}

.bodyFrame .pc .categoryFilter span.choice>button>a:hover {
  color: #EA5A18;
}

.bodyFrame .pc .categoryFilter span.choice>button>b {
  margin-left: 4px;
  width: 30px;
  height: 14px;
  position: relative;
}

.bodyFrame .pc .categoryFilter span.choice>button>b>span {
  font-size: 10px;
  position: absolute;
  top: -3px;
  color: #d8d8d8;
  cursor: pointer;
}

.bodyFrame .pc .categoryFilter span.choice>button>b>i {
  font-size: 10px;
  position: absolute;
  bottom: -5px;
  color: #d8d8d8;
  cursor: pointer;
}

.bodyFrame .pc .categoryFilter .expandBtn {
  display: none;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 14px;
  color: #777777;
}

.bodyFrame .pc .categoryFilter .expandBtn.show {
  display: block;
}

.bodyFrame .pc .categoryFilter .expandBtn.noExpand {
  transform: rotate(180deg);
}

.bodyFrame .pc .searchCategoryNav {}

.bodyFrame .pc .searchCategoryNav .searchTit {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  line-height: 50px;
}

.bodyFrame .pc .searchCategoryNav .searchDesc {
  font-size: 30px;
  color: #000000;
  line-height: 40px;
}

.bodyFrame .pc .searchCategoryNav .searchDesc span {
  color: #ff5a00;
}

.bodyFrame .pc .searchCategoryNav .tabNav {}

.bodyFrame .pc .searchCategoryNav .tabNav ul {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  height: 48px;
}

.bodyFrame .pc .searchCategoryNav .tabNav ul li {
  float: left;
  line-height: 48px;
  font-size: 18px;
  width: 160px;
  color: #626262;
  cursor: pointer;
}

.bodyFrame .pc .searchCategoryNav .tabNav .select {
  color: #ff5a00;
  cursor: default;
}

.bodyFrame .pc .searchCategoryNav .subNav {
  height: auto;
  margin: 13px 0 0 0;
  border-bottom: 1px dashed #D3D3D3;
}

.bodyFrame .pc .searchCategoryNav .subNav a {
  text-align: center;
  line-height: 24px;
  display: block;
  font-size: 14px;
  border-radius: 5px;
  float: left;
  margin-right: 19px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #535353;
}

.bodyFrame .pc .searchCategoryNav .subNav a:hover,
.bodyFrame .pc .searchCategoryNav .subNav .select {
  color: #ff5a00;
}

.bodyFrame .pc .noSearchResult {
  font-size: 20px;
  color: #313131;
}

.bodyFrame .pc .searchBlogListFrame {
  margin-top: 30px;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul {}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li {
  width: 285px;
  padding: 12px;
  float: left;
  background: #fff;
  margin-bottom: 21px;
  margin-right: 20px;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li a {
  font-size: 16px;
  color: #000;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li .thumb {
  width: 260px;
  height: 173px;
  display: block;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li a img {
  width: 100%;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li .post-title {
  margin: 10px 0;
  line-height: 18px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li .post_category {
  margin-bottom: 10px;
  height: 30px;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li .post_category a {
  font-size: 14px;
  padding: 4px 7px;
  border-radius: 0px;
  display: block;
  margin: 0 8px 8px 0;
  float: left;
  max-width: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li .date-published {
  color: #959595;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li .b22 {
  border: 1px solid #00b7ee;
  background: #00b7ee;
  color: #FFFFFF;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li .b24 {
  border: 1px solid #ff5a46;
  background: #ff5a46;
  color: #FFFFFF;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li .b25 {
  border: 1px solid #00a99e;
  background: #00a99e;
  color: #FFFFFF;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li .b26 {
  border: 1px solid #f0b02f;
  background: #f0b02f;
  color: #FFFFFF;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li .tag {
  border: 1px solid #f4a666;
  background: #f4a666;
  color: #FFFFFF;
}

.bodyFrame .pc .searchBlogListFrame .searchBlogListBox ul li:nth-child(4n+4) {
  margin-right: 0;
}

.bodyFrame .pc .searchWikiListFrame {
  margin-top: 30px;
}

.bodyFrame .pc .searchWikiListFrame ul {}

.bodyFrame .pc .searchWikiListFrame ul li {
  padding-bottom: 30px;
}

.bodyFrame .pc .searchWikiListFrame ul li .tit {
  font-size: 26px;
  padding: 10px 0;
}

.bodyFrame .pc .searchWikiListFrame ul li .tit a {
  color: #004F81;
}

.bodyFrame .pc .searchWikiListFrame ul li .desc {
  color: #000000;
  font-size: 20px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.bodyFrame .pc .searchWikiListFrame ul li .date {
  color: #025A20;
  padding: 5px 0;
  font-size: 20px;
}

#searchApp .noResults {
  font-size: 20px;
}

.bodyFrame .pc .categoryProductList {
  padding-top: 25px;
}

.bodyFrame .pc .categoryProductList ul {}

.bodyFrame .pc .categoryProductList ul li {
  width: 590px;
  height: 180px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #FFFFFF;
  position: relative;
}

.bodyFrame .pc .categoryProductList ul li:nth-child(2n+2) {
  margin-right: 0;
}

.bodyFrame .pc .categoryProductList ul li .thumbBox {
  width: 270px;
  height: 180px;
  float: left;
}

.bodyFrame .pc .categoryProductList ul li .thumbBox a {}

.bodyFrame .pc .categoryProductList ul li .thumbBox a img {
  width: 270px;
  height: 180px;
}

.bodyFrame .pc .categoryProductList ul li .thumbBox span {
  display: block;
  position: absolute;
  width: 56px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #ff5a00;
  margin: 7px;
  color: #FFFFFF;
  font-size: 18px;
}

.bodyFrame .pc .categoryProductList ul li .thumbBox .djs {
  display: block;
  position: absolute;
  top: 7px;
  left: 63px;
  height: 25px;
  line-height: 25px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
}

.bodyFrame .pc .categoryProductList ul li .thumbBox .djs .bg {
  display: block;
  background: #ff5a00;
  height: 25px;
  width: 140px;
  opacity: 0.5;
}

.bodyFrame .pc .categoryProductList ul li .thumbBox .djs .text {
  display: block;
  position: absolute;
  width: 140px;
  text-align: center;
  z-index: 1;
}

.bodyFrame .pc .categoryProductList ul li .infoBox {
  float: right;
  width: 320px;
  height: 180px;
  padding: 8px 11px;
  position: relative;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .title {
  word-break: break-word;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .title a {
  color: #000000;
  font-size: 18px;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .price {
  padding: 8px 0 0px 0;
  margin-left: -2px;
  height: 28px;
  display: flex;
  font-size: 28px;
  color: #333333;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .price>img {
  align-self: center;
  margin-right: 8px;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .price .price-new {
  color: #ff5a00;
  font-size: 28px;
  font-weight: bold;
  align-self: center;
  margin-right: 8px;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .price .price-old {
  color: #C1C1C1;
  font-size: 18px;
  text-decoration: line-through;
  line-height: 26px;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .stock {
  color: #999999;
  font-size: 14px;
  padding: 10px 0;
  height: 40px;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .btn {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  box-shadow: none;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .btn>b {
  font-weight: normal;
  display: flex;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .btn>b .addToCart {
  background: #ffffff;
  border: 1px solid #ff5a00;
  width: 136px;
  height: 28px;
  font-size: 16px;
  color: #ff5a00;
  border-radius: 2px;
  line-height: 28px;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .btn>b .addToCart:hover {
  background: #ff5a00;
  color: #FFFFFF;
  font-weight: bold;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .btn>b .addToCart.comingSoon {
  color: #FB9024;
  border: 1px solid #FB9024;
  cursor: default;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .btn>b .addToCart.comingSoon:hover {
  background: #ffffff;
  color: #FB9024;
  font-weight: normal;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .btn .addToWishlist {
  background: none;
  border: none;
  width: 28px;
  height: 28px;
  margin-left: 6px;
  display: flex;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .btn .addToWishlist i {
  font-size: 20px;
  margin: 0px 0 0 -2px;
  line-height: 28px;
  align-self: center;
  color: #999999;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .btn .addToWishlist .icon-hart2 {
  display: none;
  color: #ff5a00;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .btn .addToWishlist:hover .icon-hart {
  display: none;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .btn .addToWishlist:hover .icon-hart2 {
  display: block;
}

.bodyFrame .pc .categoryProductList ul li .infoBox .btn>span {
  align-self: center;
  color: #999999;
  font-size: 14px;
}

.bodyFrame .pc .searchPageFrame {}

.bodyFrame .pc .searchPageFrame .pagination {
  float: right;
  margin-top: 20px;
}

.bodyFrame .pc .searchPageFrame .pagination li {
  width: auto;
  height: auto;
  margin: 0;
  color: #313131;
  font-size: 16px;
  width: 30px;
  height: 30px;
  float: left;
  background: #FFFFFF;
  padding: 0;
  margin: 0;
}

.bodyFrame .pc .searchPageFrame .pagination li a {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.bodyFrame .pc .searchPageFrame .pagination li a:hover {
  background: #ff5a00;
  color: #FFFFFF;
}

.bodyFrame .pc .searchPageFrame .pagination li:first-child {
  border-radius: 5px 0 0 5px;
}

.bodyFrame .pc .searchPageFrame .pagination li:last-child {
  border-radius: 0 5px 5px 0;
}

.bodyFrame .pc .searchPageFrame .pagination .select {
  background: #ff5a00;
  color: #FFFFFF;
}

.bodyFrame .pc .searchPageFrame .pagination .select a {
  color: #FFFFFF;
}

.bodyFrame .pc .searchPageFrame .pagination .active span {
  width: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  border: none;
  text-align: center;
  line-height: 30px;
}

#message {
  text-align: center;
  min-height: 29px;
  line-height: 29px;
  color: #ff5a00;
  background: #FFFFFF;
}

#message a {
  color: #1e91cf;
}

#message p {
  margin: 0;
}

/*-------------------- home End -----------------------*/

/*-------------------- productList Begin -----------------------*/

.bodyFrame .pc .productTitle {
  height: 40px;
  line-height: 35px;
  display: flex;
  justify-content: space-between;
}

.bodyFrame .pc .productTitle>b {
  display: flex;
  width: 650px;
}

.bodyFrame .pc .productTitle>b>img {
  align-self: center;
}

.bodyFrame .pc .productTitle>b>b {
  font-size: 19px;
  align-self: center;
  margin: 0 9px 0 11px;
  color: #333333;
}

.bodyFrame .pc .productTitle>b>span {
  font-size: 16px;
  color: #666666;
  align-self: center;
  font-weight: normal;
}

.bodyFrame .pc .productTitle>span {
  align-items: center;
}

.bodyFrame .pc .productTitle>span>a {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
}

.bodyFrame .pc .productTitle>span>a:hover {
  color: #FF5A00;
}

.bodyFrame .pc .productTitle .black {
  color: #313131;
  line-height: 30px;
}

.bodyFrame .pc .productTitle .sdjs {
  display: block;
  float: left;
  padding: 0 10px;
  margin: 0 10px;
  line-height: 29px;
  height: 29px;
  text-align: center;
  color: #FFFFFF;
  background: #ff5a00;
  font-size: 19px;
}

.bodyFrame .pc .productTitle .sdjs span {
  display: inline;
  float: none;
  font-size: 19px;
}

.bodyFrame .pc .productTitle .latest {}

.bodyFrame .pc .productTitle .specials {
  background-position: -30px 1px;
}

.bodyFrame .pc .productTitle .featured {
  background-position: -90px -2px;
}

.bodyFrame .pc .productTitle .recommend {
  background-position: -120px -2px;
}

.bodyFrame .pc .productTitle .today {
  background-position: -332px -1px;
}

.bodyFrame .pc .productTitle .subNavIcon {
  background-position: -372px -1px;
}

.bodyFrame .pc .productTitle .tutorials {
  background-position: -57px -2px;
}

.bodyFrame .pc .productTitle .highLight {
  color: #ff5a00;
}

.bodyFrame .pc .blogProduct {
  width: 285px;
  overflow: hidden;
}

.bodyFrame .pc .blogProduct .productListBanner {
  float: left;
  margin-right: 19px;
}

.bodyFrame .pc .blogProduct .productListBanner img {
  width: 286px;
  height: 553px;
}

.bodyFrame .pc .blogProduct ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 895px;
}

.bodyFrame .pc .blogProduct li {
  list-style: none;
  width: 285px;
  height: 266px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  background: #FFFFFF;
}

.bodyFrame .pc .blogProduct li:nth-child(3n+3) {
  margin-right: 0;
}

.bodyFrame .pc .blogProduct li a {
  display: block;
}

.bodyFrame .pc .blogProduct li a span {
  display: block;
  position: absolute;
  width: 56px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #ff5a00;
  margin: 7px;
  color: #FFFFFF;
  font-size: 18px;
}

.bodyFrame .pc .blogProduct li a .djs {
  display: block;
  position: absolute;
  top: 7px;
  left: 63px;
  height: 25px;
  line-height: 25px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
}

.bodyFrame .pc .blogProduct li a .djs .bg {
  display: block;
  background: #ff5a00;
  height: 25px;
  width: 140px;
  opacity: 0.5;
}

.bodyFrame .pc .blogProduct li a .djs .text {
  display: block;
  position: absolute;
  width: 140px;
  text-align: center;
  z-index: 1;
}

.bodyFrame .pc .blogProduct li .img {
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: #202127;
  position: relative;
}

.bodyFrame .pc .blogProduct li .img img {
  width: 100%;
}

.bodyFrame .pc .blogProduct li .title {
  padding: 2% 4%;
  height: 45px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.bodyFrame .pc .blogProduct li .title a {
  color: #3d3d3d;
}

.bodyFrame .pc .blogProduct li .title .des {
  display: none;
}

.bodyFrame .pc .blogProduct li .btns {
  padding: 0 4%;
  width: 100%;
  height: 25px;
}

.bodyFrame .pc .blogProduct li .btns b {
  font-size: 16px;
  color: #ff5a00;
  font-weight: normal;
  display: block;
  float: left;
}

.bodyFrame .pc .blogProduct li .btns span {
  display: block;
  float: right;
}

.bodyFrame .pc .blogProduct li .btns button {
  width: 65px;
  height: 25px;
  border-radius: 5px;
  background: #ff5a00;
  border: none;
  color: #FFFFFF;
}

.bodyFrame .pc .blogProduct li .btns button i {
  font-size: 23px;
}

.bodyFrame .pc .blogProduct li .btns .disabled {
  background: #efefef;
  border: 1px solid #959595;
  color: #000000;
}

.bodyFrame .pc .blogProduct li .btns .on .oncon {
  display: block;
}

.bodyFrame .pc .blogProduct li .btns .on .offcon {
  display: none;
}

.bodyFrame .pc .blogProduct li .btns .off .oncon {
  display: none;
}

.bodyFrame .pc .blogProduct li .btns .off .offcon {
  display: block;
}

.bodyFrame .pc .blogProduct li .btns .price-old {
  color: #959595;
  text-decoration: line-through;
  padding-right: 5px;
}

.bodyFrame .pc .productList .productListBanner {
  float: left;
  margin-right: 19px;
}

.bodyFrame .pc .productList .productListBanner img {
  width: 286px;
  height: 553px;
}

.bodyFrame .pc .productList ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 895px;
}

.bodyFrame .pc .productList li {
  list-style: none;
  float: left;
  width: 285px;
  height: 266px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  background: #FFFFFF;
}

.bodyFrame .pc .productList li:nth-child(3n+3) {
  margin-right: 0;
}

.bodyFrame .pc .line_4 .simpleMode {
  width: 1200px;
}

.bodyFrame .pc .line_4 .simpleMode li:nth-child(3n+3) {
  margin-right: 20px;
}

.bodyFrame .pc .line_4 .simpleMode li:nth-child(4n+4) {
  margin-right: 0;
}

.bodyFrame .pc .productList li a {
  display: block;
}

.bodyFrame .pc .productList li a span {
  display: block;
  position: absolute;
  width: 56px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #ff5a00;
  margin: 7px;
  color: #FFFFFF;
  font-size: 18px;
}

.bodyFrame .pc .productList li a .djs {
  display: block;
  position: absolute;
  top: 7px;
  left: 63px;
  height: 25px;
  line-height: 25px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
}

.bodyFrame .pc .productList li a .djs .bg {
  display: block;
  background: #ff5a00;
  height: 25px;
  width: 140px;
  opacity: 0.5;
}

.bodyFrame .pc .productList li a .djs .text {
  display: block;
  position: absolute;
  width: 140px;
  text-align: center;
  z-index: 1;
}

.bodyFrame .pc .productList li .img {
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: #202127;
  position: relative;
}

.bodyFrame .pc .productList li .img img {
  width: 100%;
}

.bodyFrame .pc .productList li .title {
  padding: 2% 4%;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.bodyFrame .pc .productList li .title a {
  color: #3d3d3d;
  font-weight: normal;
}

.bodyFrame .pc .productList li .title .des {
  display: none;
}

.bodyFrame .pc .productList li .btns {
  padding: 0 4%;
  width: 100%;
  height: 31px;
  display: flex;
  justify-content: space-between;
}

.bodyFrame .pc .productList li .btns b {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  display: block;
  float: left;
}

.bodyFrame .pc .productList li .btns span {
  display: block;
  float: right;
}

.bodyFrame .pc .productList li .btns button {
  width: 50px;
  height: 28px;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #ff5a00;
  color: #ff5a00;
  justify-content: center;
  padding-top: 5px;
}

.bodyFrame .pc .productList li .btns button i {
  font-size: 20px;
}

.bodyFrame .pc .productList li .btns button:hover {
  background: #ff5a00;
  color: #FFFFFF;
}

.bodyFrame .pc .productList li .btns .disabled {
  background: #efefef;
  border: 1px solid #959595;
  color: #000000;
}

.bodyFrame .pc .productList li .btns .on .oncon {
  display: block;
}

.bodyFrame .pc .productList li .btns .on .offcon {
  display: none;
}

.bodyFrame .pc .productList li .btns .off .oncon {
  display: none;
}

.bodyFrame .pc .productList li .btns .off .offcon {
  display: block;
}

.bodyFrame .pc .productList li .btns .price {
  align-self: center;
  display: flex;
}

.bodyFrame .pc .productList li .btns .price>img {
  width: 56px;
  height: 24px;
  align-self: center;
  margin-right: 8px;
}

.bodyFrame .pc .productList li .btns .price-old {
  color: #999999;
  text-decoration: line-through;
  padding-left: 10px;
  font-size: 16px;
  font-weight: normal;
  align-self: center;
}

.bodyFrame .pc .productList li .btns .price-new {
  color: #FF5A00;
  font-size: 18px;
  align-self: center;
}

.bodyFrame .pc .productList .fullmode {}

.bodyFrame .pc .productList .fullmode li {
  width: 100%;
  height: 210px;
  overflow: hidden;
  margin-right: 0;
  background: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}

.bodyFrame .pc .productList .fullmode li .img {
  width: 286px;
  float: left;
}

.bodyFrame .pc .productList .fullmode li .title {
  float: left;
  width: 630px;
  height: 190px;
  padding: 10px 20px;
}

.bodyFrame .pc .productList .fullmode li .title a {
  display: block;
  font-size: 24px;
  padding-bottom: 20px;
  color: #000000;
  line-height: 1.2;
}

.bodyFrame .pc .productList .fullmode li .title .des {
  display: block;
  font-size: 16px;
}

.bodyFrame .pc .productList .fullmode li .btns {
  float: left;
  width: 284px;
  height: 190px;
  padding: 0;
  position: relative;
}

.bodyFrame .pc .productList .fullmode li .btns b {
  display: block;
  font-size: 36px;
  line-height: 35px;
  width: 100%;
  height: 40px;
}

.bodyFrame .pc .productList .fullmode li .btns b i {
  font-style: normal;
}

.bodyFrame .pc .productList .fullmode li .btns b .price-old {
  display: inline;
  font-size: 18px;
}

.bodyFrame .pc .productList .fullmode li .btns .sk {
  font-size: 14px;
  padding: 0 20px 0 0;
  color: #434343;
  text-indent: 2px;
}

.bodyFrame .pc .productList .fullmode li .btns .djs {
  height: 60px;
  text-align: right;
  padding: 10px 20px 10px 0;
  font-size: 20px;
  color: #ff5a00;
}

.bodyFrame .pc .productList .fullmode li .btns .c {
  height: 30px;
}

.bodyFrame .pc .productList .fullmode li .btns .c .addcart {
  width: 284px;
  height: 50px;
  font-size: 18px;
  position: absolute;
  bottom: 45px;
}

.bodyFrame .pc .productList .fullmode li .btns .c .wishlistli {
  width: 141px;
  height: 35px;
  position: absolute;
  bottom: 0;
  border: 1px solid #ff5a00;
  background: #edac77;
}

.bodyFrame .pc .productList .fullmode li .btns .c .disabled {
  background: #efefef;
  border: 1px solid #959595;
  color: #000000;
}

.bodyFrame .pc .productList .fullmode li .btns .c i {
  padding: 0 5px;
}

.bodyFrame .pc .productList .fullmode li .btns span {
  display: block;
  width: 284px;
}

/*-------------------- productList End -----------------------*/


/*-------------------- special Offers End -----------------------*/
.bodyFrame .pc .productList .todaySpecials {}

.bodyFrame .pc .productList .todaySpecials li {
  width: 285px;
  height: 190px;
  position: relative;
}

.bodyFrame .pc .productList .todaySpecials li .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  z-index: 2;
  color: #FFFFFF;
}

.bodyFrame .pc .productList .todaySpecials li .title a {
  color: #FFFFFF;
  font-size: 14px;
}

.bodyFrame .pc .productList .todaySpecials li .btns {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  z-index: 2;
}

.bodyFrame .pc .productList .todaySpecials li .btns .price-new {
  font-size: 18px;
  line-height: 27px;
}

.bodyFrame .pc .productList .todaySpecials li .btns .price-old {
  font-size: 14px;
  line-height: 32px;
}

.bodyFrame .pc .productList .todaySpecials li .maskBG {
  background: #000000;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  z-index: 1;
  opacity: 0.8;
}

.bodyFrame .pc .productList .todaySpecials li:nth-child(1) {
  width: 590px;
  height: 400px;
}

.bodyFrame .pc .productList .todaySpecials li:nth-child(1) .img {
  width: 590px;
  height: 400px;
}

.bodyFrame .pc .productList .todaySpecials li:nth-child(1) img {
  width: 590px;
  height: 400px;
}

.bodyFrame .pc .productList .todaySpecials li:nth-child(3) {
  margin-right: 0;
}

.bodyFrame .pc .productList .todaySpecials li:nth-child(4) {
  margin-right: 20px;
}

.bodyFrame .pc .productList .todaySpecials li:nth-child(5) {
  margin-right: 0;
}

.bodyFrame .pc .productList .todaySpecials li:nth-child(4n+8) {
  margin-right: 20px;
}

.bodyFrame .pc .productList .todaySpecials li:nth-child(4n+9) {
  margin-right: 0;
}

.bodyFrame .pc .tabNavFrame {
  height: 46px;
  border: 1px solid #c9c9c9;
  border-left: none;
  border-right: none;
  margin: 10px 0 18px 0;
  line-height: 46px;
}

.bodyFrame .pc .tabNavFrame .tagNavLi {
  font-size: 16px;
  cursor: pointer;
  padding: 0 8px;
  border-right: 1px solid #c9c9c9;
  ;
}

.bodyFrame .pc .tabNavFrame .select {
  color: #ff5a00;
}

.bodyFrame .pc .specials_b {}

.bodyFrame .pc .specials_b img {
  min-width: 100%;
}

/*-------------------- special Offers End -----------------------*/

/*-------------------- product detailed Begin -----------------------*/
.bodyFrame .pc .productLineFrame {
  width: 1200px;
}

.bodyFrame .pc .productLineFrame .salesBox {
  position: absolute;
  z-index: 2;
}

.bodyFrame .pc .productLineFrame .salesBox span {
  display: block;
  position: absolute;
  width: 56px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #ff5a00;
  margin: 7px;
  color: #FFFFFF;
  font-size: 18px;
}

.bodyFrame .pc .productLineFrame .salesBox .djs {
  display: block;
  position: absolute;
  top: 7px;
  left: 63px;
  height: 25px;
  line-height: 25px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
}

.bodyFrame .pc .productLineFrame .salesBox .djs .bg {
  display: block;
  background: #ff5a00;
  height: 25px;
  width: 140px;
  opacity: 0.5;
}

.bodyFrame .pc .productLineFrame .salesBox .djs .text {
  display: block;
  position: absolute;
  width: 140px;
  text-align: center;
  z-index: 1;
}

.bodyFrame .pc .productLineFrame .salesBox .djs .text i {
  font-style: normal;
  padding-right: 5px;
}

.bodyFrame .pc .productLineFrame .salesBox .djs .text b {
  font-weight: normal
}

.bodyFrame .pc .productLineFrame hr {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 0;
}

.bodyFrame .pc .productLineFrame .thumbFrame {
  width: 564px;
  height: 452px;
  float: left;
  position: relative;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbShow {
  width: 564px;
  height: 376px;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbShow img {
  width: 564px;
  height: 376px;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbShow video {
  width: 564px;
  height: 376px;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbShow:hover i {
  display: block;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbShow i {
  font-size: 25px;
  left: 270px;
  top: 180px;
  color: #313131;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: none;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbNav {
  width: 564px;
  height: 58px;
  margin-top: 15px;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbNav .thumbList {
  width: 528px;
  height: 58px;
  overflow: hidden;
  float: left;
  position: relative;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbNav ul {
  width: 2000px;
  height: 58px;
  position: absolute;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbNav li {
  float: left;
  margin-right: 17px;
  width: 92px;
  height: 58px;
  overflow: hidden;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbNav li img {
  width: 92px;
  height: 58px;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbNav .select {
  border: 1px solid #ff5a00;
  width: 92px;
  height: 57px;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbNav span {
  display: block;
  width: 18px;
  height: 58px;
  background: #bcbcbc;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  font-family: cursive;
  font-size: 24px;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbNav .l {
  float: left;
}

.bodyFrame .pc .productLineFrame .thumbFrame .thumbNav .r {
  float: right;
}

.bodyFrame .pc .productLineFrame .couponLine {
  border: 5px solid #EA5A18;
  width: 564px;
  height: 376px;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  display: none;
  border-image: linear-gradient(to right, #002AA7, #E6426A) 4;
}

.bodyFrame .pc .productLineFrame .thumbFrame .coupon_1 {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 2;
  display: none;
}

.bodyFrame .pc .productLineFrame .thumbFrame .coupon_2 {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 3;
  display: none;
}

.bodyFrame .pc .productLineFrame .info {
  width: 608px;
  height: 443px;
  float: right;
}

.bodyFrame .pc .productLineFrame .info h1 {
  font-size: 30px;
  font-family: 'Roboto', -webkit-pictograph;
  height: auto;
  border-bottom: 1px solid #a0a0a0;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

.bodyFrame .pc .productLineFrame .info .class {
  margin-top: 8px;
  font-size: 14px;
  height: auto;
  padding-bottom: 8px;
}

.bodyFrame .pc .productLineFrame .info .class span {
  padding-right: 35px;
  font-size: 16px;
  color: #434343;
}

.bodyFrame .pc .productLineFrame .info .info_reward {
  display: block;
}

.bodyFrame .pc .productLineFrame .info .tags {
  font-size: 16px;
  height: auto;
  overflow: hidden;
}

.bodyFrame .pc .productLineFrame .info .tags p {
  margin: 0 0 0;
}

.bodyFrame .pc .productLineFrame .info .tags a {
  color: #434343;
  padding: 2px 10px;
  display: block;
  margin: 4px 4px 4px 0;
  float: left;
  border: 1px solid #c9c9c9;
  font-size: 12px;
}

.bodyFrame .pc .productLineFrame .info .share {
  width: 339px;
  height: 42px;
  margin-top: 10px;
}

.bodyFrame .pc .productLineFrame .info .addwish {
  width: 152px;
  height: 31px;
  margin-top: 15px;
}

.bodyFrame .pc .productLineFrame .info .addwish button {
  width: 152px;
  height: 31px;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #ff5a00;
  border-radius: 0;
  background: #ed9f5f;
  padding: 0;
  color: #FFFFFF;
}

.bodyFrame .pc .productLineFrame .info .addwish .on .oncon {
  display: block;
}

.bodyFrame .pc .productLineFrame .info .addwish .on .offcon {
  display: none;
}

.bodyFrame .pc .productLineFrame .info .addwish .off .oncon {
  display: none;
}

.bodyFrame .pc .productLineFrame .info .addwish .off .offcon {
  display: block;
}

.bodyFrame .pc .productLineFrame .info .notify {
  float: right;
  width: 102px;
  height: 31px;
  margin-right: 6px;
}

.bodyFrame .pc .productLineFrame .info .notify button {
  width: 102px;
  height: 31px;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #f1c40f;
  border-radius: 0;
  background: #f0d568;
  padding: 0;
  color: #FFFFFF;
}

.bodyFrame .pc .productLineFrame .info .priceInfo {
  background: #FFFFFF;
  width: 460px;
  min-height: 123px;
  padding: 10px 13px;
  float: left;
}

.bodyFrame .pc .productLineFrame .info .priceInfo .line {
  display: flex;
  margin-bottom: 10px;
  height: 28px;
  justify-content: space-between;
}

.bodyFrame .pc .productLineFrame .info .priceInfo .line>b {
  display: flex;
}

.bodyFrame .pc .productLineFrame .info .priceInfo .line>b>img {
  width: auto;
  height: 24px;
  margin-right: 10px;
  align-self: center;
}

.bodyFrame .pc .productLineFrame .info .priceInfo .line>b .nowPrice {
  line-height: 30px;
  margin-right: 17px;
}

.bodyFrame .pc .productLineFrame .info .priceInfo .line>b .nowPrice b {
  font-size: 30px;
  color: #ff5a00;
}

.bodyFrame .pc .productLineFrame .info .priceInfo .line>b .nowPrice span {
  font-size: 16px;
  color: #434343;
  padding-left: 10px;
}

.bodyFrame .pc .productLineFrame .info .priceInfo .line>b .oldPrice {
  color: #A3A3A3;
  font-size: 22px;
  font-weight: normal;
  text-decoration: line-through;
  line-height: 34px;
}

.bodyFrame .pc .productLineFrame .info .priceInfo .line>span {
  line-height: 30px;
}

.bodyFrame .pc .productLineFrame .info .priceInfo .t {
  font-size: 16px;
  color: #434343;
  line-height: 15px;
  padding: 3px 0;
}

.bodyFrame .pc .productLineFrame .info .priceInfo .t a {
  font-size: 14px;
  color: #989898;
  padding-right: 10px;
}

.bodyFrame .pc .productLineFrame .info .quantityInfo {
  float: right;
  width: 141px;
  height: 123px;
  background: #FFFFFF;
  padding: 7px 10px;
}

.bodyFrame .pc .productLineFrame .info .quantityInfo .tit {
  font-size: 12px;
  font-weight: bold;
  color: #ED9E5F;
  height: 20px;
  overflow: hidden;
  width: 120px;
}

.bodyFrame .pc .productLineFrame .info .quantityInfo ul {}

.bodyFrame .pc .productLineFrame .info .quantityInfo ul li {
  color: #434343;
  font-size: 14px;
  clear: both;
  height: 20px;
}

.bodyFrame .pc .productLineFrame .info .quantityInfo ul li span {
  display: block;
  float: left;
  width: 40px;
  margin-left: 3px;
}

.bodyFrame .pc .productLineFrame .info .quantityInfo ul li b {
  font-weight: normal;
  display: block;
  float: right;
  width: 71px;
}

.bodyFrame .pc .productLineFrame .info .quantityInfo ul .th {
  border-bottom: 1px solid #A0A0A0;
  margin-top: 5px;
  height: 22px;
  margin-bottom: 5px;
}

.bodyFrame .pc .productLineFrame .info .model {
  box-sizing: border-box;
  font-size: 14px;
  color: #434343;
  width: 608px;
  padding-left: 66px;
  position: relative;
}

.bodyFrame .pc .productLineFrame .info .model .model-title {
  position: absolute;
  left: 0;
  top: 10px;
  line-height: 25px;
  height: 25px;
}

.bodyFrame .pc .productLineFrame .info .model .model-title span {
  font-size: 14px;
  color: #FF0000;
}

.bodyFrame .pc .productLineFrame .info .model .model-box {
  width: 542px;
}

.bodyFrame .pc .productLineFrame .info .model .model-box .model-item {
  float: left;
  margin-top: 8px;
  box-sizing: border-box;
  border: 1px solid #D2D2D2;
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  background: #FFFFFF;
  margin-right: 5px;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .info .model .model-box .current {
  border: 1px solid #ff5a00;
  color: #ff5a00;
  position: relative;
}

.bodyFrame .pc .productLineFrame .info .model .model-box .current .icon-sanjiaoduihaotuxing {
  position: absolute;
  right: -1px;
  bottom: -7px;
  font-size: 12px;
}

.bodyFrame .pc .productLineFrame .info .quantity {
  font-size: 14px;
  color: #434343;
  margin: 8px 0;
  line-height: 26px;
}

.bodyFrame .pc .productLineFrame .info .quantity .tit {
  float: left;
  height: 23px;
  line-height: 23px;
  width: 66px;
}

.bodyFrame .pc .productLineFrame .info .quantity .input {
  float: left;
  height: 30px;
  margin-right: 10px;
}

.bodyFrame .pc .productLineFrame .info .quantity .input input {
  float: left;
  width: 68px;
  height: 23px;
  text-align: center;
  border: 1px solid #D2D2D2;
  line-height: 23px;
}

.bodyFrame .pc .productLineFrame .info .quantity .remove {
  float: left;
  width: 23px;
  height: 23px;
  border: 1px solid #D2D2D2;
  line-height: 19px;
  font-size: 31px;
  text-align: center;
  text-indent: -1px;
  color: #A5A5A5;
  background: #FFFFFF;
  border-right: none;
}

.bodyFrame .pc .productLineFrame .info .quantity .add {
  float: left;
  width: 23px;
  height: 23px;
  border: 1px solid #D2D2D2;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  text-indent: -1px;
  color: #A5A5A5;
  background: #FFFFFF;
  border-left: none;
}

.bodyFrame .pc .productLineFrame .info .quantity .tips {
  float: left;
  height: 23px;
  line-height: 23px;
}

.bodyFrame .pc .productLineFrame .info .quantity .tips2 {
  color: #999;
}

.bodyFrame .pc .productLineFrame .info .btnBox {}

.bodyFrame .pc .productLineFrame .info .btnBox .buy {
  width: 200px;
  height: 49px;
  border: 1px solid #ff5a00;
  background: #ED9E5F;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  float: left;
  margin-right: 10px;
}

.bodyFrame .pc .productLineFrame .info .btnBox .addtocart {
  width: 200px;
  height: 49px;
  border: 1px solid #ff5a00;
  background: #ff5a00;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  float: left;
  margin-right: 10px;
}

.bodyFrame .pc .productLineFrame .info .btnBox .addtocart.comingSoon {
  border: 1px solid #FB9024;
  background: #FB9024;
  color: #FFFFFF;
  cursor: default;
}

.bodyFrame .pc .productLineFrame .info .btnBox .wishlist {
  width: 49px;
  height: 49px;
  border: 1px solid #ff5a00;
  background: #ED9E5F;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  float: left;
  position: relative;
  margin-right: 10px;
}

.bodyFrame .pc .productLineFrame .info .btnBox .wishlist i {
  font-size: 35px;
  position: absolute;
  left: 6px;
  top: 13px;
}

.bodyFrame .pc .productLineFrame .info .btnBox .notify {
  width: 49px;
  height: 49px;
  border: 1px solid #F1C40F;
  background: #EFD468;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  float: left;
  position: relative;
  margin-right: 10px;
}

.bodyFrame .pc .productLineFrame .info .btnBox .notify i {
  font-size: 35px;
  position: absolute;
  left: 6px;
  top: 13px;
}

.bodyFrame .pc .productLineFrame .leftBox {
  width: 920px;
  float: left;
  position: relative;
  margin-top: 80px;
}

.bodyFrame .pc .productLineFrame .leftBox .desc {
  font-size: 16px;
  color: #535353;
}

.bodyFrame .pc .productLineFrame .leftBox .desc a {
  color: #23a1d1;
}

.bodyFrame .pc .productLineFrame .popBox {
  width: 250px;
  background: #FFFFFF;
  padding: 13px 16px;
  font-size: 14px;
  color: #434343;
  position: absolute;
  left: 50%;
  margin-left: 346px;
  z-index: 2;
  margin-top: 80px;
  opacity: 0;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame {}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  display: none;
  word-break: break-word;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .price {
  font-size: 28px;
  font-weight: bold;
  color: #ff5a00;
  padding: 15px 0 0 0;
  margin-bottom: 10px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .price .oldPrice {
  color: #434343;
  font-size: 14px;
  text-decoration: line-through;
  padding-right: 10px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .price p {
  padding: 0;
  margin: 0;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .info_stock {
  font-size: 14px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity {
  padding: 15px 0;
  font-size: 12px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .title {
  border-bottom: 1px solid #a0a0a0;
  float: left;
  line-height: 25px;
  margin-bottom: 5px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .title b {
  float: left;
  width: 50px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .title span {
  font-weight: bold;
  float: left;
  width: 100px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .list li {
  clear: both;
  line-height: 20px;
  font-size: 15px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .list b {
  font-weight: normal;
  float: left;
  width: 50px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .list span {
  font-weight: bold;
  float: left;
  width: 100px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .qtyNum {}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .qtyNum input {
  padding: 0 0 0 10px;
  width: 70px;
  height: 25px;
  border: 1px solid #d2d2d2;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .qtyNum label {
  display: block;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .qtyTit {
  font-size: 14px;
  margin-bottom: 10px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .input {
  float: left;
  height: 30px;
  margin-right: 10px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .input input {
  float: left;
  width: 68px;
  height: 23px;
  text-align: center;
  border: 1px solid #D2D2D2;
  line-height: 23px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .remove {
  float: left;
  width: 23px;
  height: 23px;
  border: 1px solid #D2D2D2;
  line-height: 19px;
  font-size: 31px;
  text-align: center;
  text-indent: -1px;
  color: #A5A5A5;
  background: #FFFFFF;
  border-right: none;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .quantity .add {
  float: left;
  width: 23px;
  height: 23px;
  border: 1px solid #D2D2D2;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  text-indent: -1px;
  color: #A5A5A5;
  background: #FFFFFF;
  border-left: none;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .opations {
  padding: 0 0 10px 0;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .opations .title {}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .opations .error {
  color: red;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .opations .error:before {
  content: "*";
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .opations .list {}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .opations .list a {
  display: block;
  float: left;
  width: 70px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  margin: 0 4px 5px 0;
  border: 1px solid #d2d2d2;
  padding: 0 5px;
  font-size: 12px;
  color: #434343;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .opations .list .select {
  color: #ff5a00;
  border: 1px solid #ff5a00;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .opations .list a:nth-child(3n+3) {
  margin-right: 0;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .buyBtn {
  background: #f4a666;
  border: 1px solid #ff5a00;
  color: #000000;
  height: 49px;
  width: 100%;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .addCartBtn {
  background: #ff5a00;
  border: 1px solid #ff5a00;
  color: #FFFFFF;
  height: 49px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .fastDoumentJump {}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .fastDoumentJump hr {
  border: none;
  border-bottom: 1px solid #bfbfbf;
  margin: 16px 0 10px 0;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .fastDoumentJump a {
  display: block;
  font-size: 14px;
  color: #434343;
  padding: 2px 0;
  text-transform: uppercase;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .fastDoumentJump a b {
  font-weight: normal;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .fastDoumentJump a strong {
  font-weight: normal;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .fastDoumentJump a i {
  font-style: normal;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .fastDoumentJump a:hover {
  text-decoration: none;
}

.bodyFrame .pc .productLineFrame .popBox .productNavFrame .backTop {
  position: static;
  border-radius: 0;
  background: #dcdcdc;
  margin: 10px 0 -13px -16px;
  width: 250px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  font-weight: bold;
}

.bodyFrame .pc .productLineFrame .reviewFrame {
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.bodyFrame .pc .productLineFrame .reviewFrame h4 {}

.bodyFrame .pc .productLineFrame .reviewFrame .box {
  border-bottom: 1px dashed #C9C9C9;
  padding-bottom: 20px;
}

.bodyFrame .pc .productLineFrame .reviewFrame .box .desc {
  color: #707070;
  font-size: 16px;
  padding: 10px 0;
}

.bodyFrame .pc .productLineFrame .reviewFrame .box .reviewInfo {
  position: relative;
  height: 86px;
}

.bodyFrame .pc .productLineFrame .reviewFrame .box .reviewInfo .thumbList {}

.bodyFrame .pc .productLineFrame .reviewFrame .box .reviewInfo .thumbList span {
  width: 65px;
  height: 65px;
  border: 1px solid #707070;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .reviewFrame .box .reviewInfo .thumbList span img {
  width: 65px;
  height: 65px;
}

.bodyFrame .pc .productLineFrame .reviewFrame .box .reviewInfo .star {
  position: absolute;
  right: 0;
  top: 26px;
}

.bodyFrame .pc .productLineFrame .reviewFrame .box .reviewInfo .star img {
  width: 23px;
  height: 23px;
}

.bodyFrame .pc .productLineFrame .reviewFrame .box .reviewInfo .star .on {
  margin-left: 8px;
}

.bodyFrame .pc .productLineFrame .reviewFrame .box .reviewInfo .star .on .starOff {
  display: none;
}

.bodyFrame .pc .productLineFrame .reviewFrame .box .reviewInfo .star .off {
  margin-left: 8px;
}

.bodyFrame .pc .productLineFrame .reviewFrame .box .reviewInfo .star .off .starOn {
  display: none;
}

.bodyFrame .pc .productLineFrame .reviewFrame .box .reviewInfo .reviewName {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  right: 100px;
  text-align: right;
  color: #333333;
}

.bodyFrame .pc .productLineFrame .reviewFrame .box .reviewInfo .reviewDate {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  right: 0;
  width: 100px;
  text-align: right;
  color: #333333;
}

.bodyFrame .pc .productLineFrame .reviewFrame .more {
  padding-top: 20px;
}

.bodyFrame .pc .productLineFrame .reviewFrame .more button {
  width: 100%;
  height: 30px;
  background: #ff5a00;
  border: none;
  font-size: 18px;
  color: #FFFFFF;
}

.bodyFrame .pc .productLineFrame .extendTag {
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.bodyFrame .pc .productLineFrame .extendTag>span {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 30px;
}

.bodyFrame .pc .productLineFrame .extendTag>span>a {
  border: 1px solid #D0D0D0;
  background: transparent;
  margin: 0 10px 10px 0;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 30px;
  color: #000;
}

.bodyFrame .pc .productLineFrame .extendTag>span>a:hover {
  border: 1px solid #ff5a00;
  background: #ff5a00;
  color: #FFF;
}

.bodyFrame .pc .productLineFrame .extendTag>b {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.bodyFrame .pc .productLineFrame .extendTag>b>i {
  align-self: center;
  font-size: 20px;
}

.bodyFrame .pc .productLineFrame .faqFrame {}

.bodyFrame .pc .productLineFrame .faqFrame .question {
  margin-bottom: 20px;
}

.bodyFrame .pc .productLineFrame .faqFrame .question textarea {
  width: 100%;
  min-height: 71px;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
  margin: 21px 0 10px 0;
}

.bodyFrame .pc .productLineFrame .faqFrame .question .img {
  float: left;
}

.bodyFrame .pc .productLineFrame .faqFrame .question .upfile {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px dashed #999999;
}

.bodyFrame .pc .productLineFrame .faqFrame .question .upfile input {
  position: absolute;
  height: 100px;
  top: -30px;
  width: 50px;
  cursor: pointer;
  opacity: 0;
}

.bodyFrame .pc .productLineFrame .faqFrame .question .upfile img {
  margin-top: 10px;
}

.bodyFrame .pc .productLineFrame .faqFrame .question .img span {
  display: block;
  float: left;
  position: relative;
  width: auto;
  height: 50px;
  margin-right: 20px;
}

.bodyFrame .pc .productLineFrame .faqFrame .question .img span i {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: #6E6E6E;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  display: block;
  display: none;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .faqFrame .question .img span img {
  height: 100%;
}

.bodyFrame .pc .productLineFrame .faqFrame .question .img span:hover i {
  display: block;
}

.bodyFrame .pc .productLineFrame .faqFrame .question .btn {
  float: right;
  width: 74px;
  height: 24px;
  background-color: #ff5a00;
  border-radius: 0;
  line-height: 24px;
  color: #fff;
  padding: 0;
  margin-bottom: 30px;
}

.bodyFrame .pc .productLineFrame .faqFrame .tr {
  width: 100%;
  height: 34px;
  line-height: 34px;
  background-color: #e5e5e5;
  font-size: 14px;
  color: #333333;
}

.bodyFrame .pc .productLineFrame .faqFrame .tr span {
  padding-left: 20px;
}

.bodyFrame .pc .productLineFrame .faqFrame .tr b {
  display: block;
  float: right;
  margin-right: 28px;
}

.bodyFrame .pc .productLineFrame .faqFrame .tr b a {
  color: #999999;
}

.bodyFrame .pc .productLineFrame .faqFrame .tr b .select {
  color: #333333;
}

.bodyFrame .pc .productLineFrame .faqFrame .tr b i {
  font-style: normal;
  padding: 0 12px;
}

.bodyFrame .pc .productLineFrame .faqFrame .tag {
  margin: 14px 0 20px 0;
}

.bodyFrame .pc .productLineFrame .faqFrame .tag span {
  display: block;
  line-height: 24px;
  padding: 0 24px;
  float: left;
  margin: 0 20px 10px 0;
  height: 24px;
  border: solid 1px #c8c8c8;
}

.bodyFrame .pc .productLineFrame .faqFrame .td {
  position: relative;
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 39px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdl {
  float: left;
  width: 58px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdl .vote {
  text-align: center;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdl .vote img {}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdl .vote span {
  display: block;
  font-size: 14px;
  color: #333333;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdl .vote b {
  display: block;
  font-size: 12px;
  color: #666666;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdl .more {
  position: absolute;
  bottom: 20px;
  left: 13px;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr {
  float: right;
  width: 861px;
  border-left: 1px solid #c5c5c5;
  padding: 0 12px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .q {
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #313131;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .editCon {
  width: 100%;
  margin-top: 10px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .qImgBox {
  padding-top: 10px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .qImgBox .qImg {
  width: 162px;
  height: 110px;
  position: relative;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .qImgBox .qImg i {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: #6E6E6E;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  display: block;
  display: none;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .qImgBox .qImg img {
  height: 100%;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .qImgBox .qImg:hover i {
  display: block;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .qImgBox .upfile {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px dashed #999999;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .qImgBox .upfile input {
  position: absolute;
  height: 100px;
  top: -30px;
  width: 50px;
  cursor: pointer;
  opacity: 0;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .qImgBox .upfile img {
  margin-top: 10px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .qImgBox .editBtn {
  float: right;
  width: 74px;
  height: 24px;
  background-color: #ff5a00;
  border-radius: 0;
  line-height: 24px;
  color: #fff;
  padding: 0;
  margin-bottom: 30px;
  border: none;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .qImgBox .editing {
  height: 50px;
  width: auto;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .userInfo {
  margin: 10px 0;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .userInfo .head {
  float: left;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .userInfo .head img {
  width: 22px;
  height: 22px;
  border-radius: 30px;
  overflow: hidden;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .userInfo .name {
  float: left;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #999999;
  padding-left: 9px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .userInfo .time {
  float: left;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #999999;
  padding-left: 16px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .userInfo .reply {
  float: left;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #bd5d29;
  padding-left: 25px;
  text-decoration: underline;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .a {
  font-size: 14px;
  line-height: 20px;
  color: #858484;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .a span {
  font-size: 14px;
  line-height: 20px;
  color: #bd5d29;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr li {
  border-bottom: 1px dashed #ccc;
  margin: 12px 0 15px 0;
  padding-bottom: 15px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr li:last-child .userInfo {
  margin-bottom: 0;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .addReplay {
  margin: 20px 0 0 0;
  min-height: 140px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .addReplay textarea {
  width: 100%;
  min-height: 71px;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
  margin: 0 0 10px 0;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .addReplay .img {
  float: left;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .addReplay .img .upfile {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px dashed #999999;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .addReplay .img .upfile input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: -30px;
  height: 100px;
  width: 50px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .addReplay .img .upfile img {
  margin-top: 7px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .addReplay .img span {
  display: block;
  float: left;
  position: relative;
  width: auto;
  height: 50px;
  margin-right: 20px;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .addReplay .img span i {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: #6E6E6E;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  display: block;
  display: none;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .addReplay .img span img {
  height: 100%;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .addReplay .img span:hover i {
  display: block;
}

.bodyFrame .pc .productLineFrame .faqFrame .td .tdr .addReplay .btn {
  float: right;
  width: 74px;
  height: 24px;
  background-color: #ff5a00;
  border-radius: 0;
  line-height: 24px;
  color: #fff;
  padding: 0;
}

.bodyFrame .pc .productLineFrame .faqFrame .moreBtn {
  text-align: center;
  margin-bottom: 60px;
}

.bodyFrame .pc .productLineFrame .faqFrame .moreBtn button {
  width: 306px;
  height: 38px;
  background-color: #d1d0d0;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  border: none;
}

.bodyFrame .pc .productLineFrame .tutorialBox {
  line-height: 40px;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 20px;
}

.bodyFrame .pc .productLineFrame .tutorialBox .tit {
  font-size: 24px;
  font-weight: bold;
  color: #313131;
}

.bodyFrame .pc .productLineFrame .tutorialBox ul {}

.bodyFrame .pc .productLineFrame .tutorialBox ul li {
  float: left;
  width: 285px;
  height: 280px;
  background: #FFFFFF;
  margin: 0 32px 34px 0;
  padding: 13px;
}

.bodyFrame .pc .productLineFrame .tutorialBox ul li .blogThumb {
  width: 260px;
  height: 173px;
}

.bodyFrame .pc .productLineFrame .tutorialBox ul li .blogThumb img {
  width: 260px;
  height: 173px;
}

.bodyFrame .pc .productLineFrame .tutorialBox ul li:nth-child(3n+3) {
  margin-right: 0;
}

.bodyFrame .pc .productLineFrame .tutorialBox ul li .blogTitle {
  height: auto;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.bodyFrame .pc .productLineFrame .tutorialBox ul li .tag {
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}

.bodyFrame .pc .productLineFrame .tutorialBox ul li .tag a {
  font-size: 14px;
  color: #FFFFFF;
  background: #ff5a00;
  padding: 0 3px;
  margin-right: 10px;
}

.bodyFrame .pc .productLineFrame .tutorialBox ul li .date {}

.bodyFrame .pc .productLineFrame .tutorialBox ul li .date span {
  float: left;
  color: #959595;
  font-size: 12px;
}

.bodyFrame .pc .productLineFrame .tutorialBox ul li .date b {
  float: right;
  font-weight: normal;
  color: #959595;
  font-size: 12px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame {
  border: 1px solid #dadada;
  height: 218px;
  margin-top: 30px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .nav {
  height: 39px;
  line-height: 38px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .nav a {
  height: 38px;
  background: #eeeeee;
  display: block;
  float: left;
  padding: 0 20px;
  font-size: 16px;
  color: #000000;
  border-right: 1px solid #dadada;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .nav .select {
  color: #ff5a00;
  border-top: 2px solid #ff5a00;
  height: 39px;
  background: #FFFFFF;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list {
  height: 177px;
  border-top: 1px solid #dadada;
  background: #FFFFFF;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .base {
  float: left;
  width: 135px;
  margin: 13px 0 0 12px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .base a {
  line-height: 18px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .base img {
  width: 135px;
  height: 90px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addIcon {
  float: left;
  width: 49px;
  height: 90px;
  margin-top: 13px;
  text-align: center;
  line-height: 107px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addIcon i {
  font-size: 33px;
  line-height: 107px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .resultIcon {
  float: left;
  width: 45px;
  height: 90px;
  margin-top: 13px;
  text-align: center;
  line-height: 123px;
  margin-left: 8px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .resultIcon i {
  font-size: 33px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList {
  float: left;
  height: 178px;
  width: 754px;
  overflow: hidden;
  position: relative;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .leftBtn {
  left: 0;
  top: 6px;
  position: absolute;
  width: 22px;
  height: 155px;
  background: #C9C9C9;
  text-align: center;
  line-height: 155px;
  color: #FFFFFF;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .leftBtn i {
  font-size: 26px;
  position: absolute;
  margin-left: -14px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .rightBtn {
  right: 0;
  top: 6px;
  position: absolute;
  width: 22px;
  height: 155px;
  background: #C9C9C9;
  text-align: center;
  line-height: 155px;
  color: #FFFFFF;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .rightBtn i {
  font-size: 26px;
  position: absolute;
  margin-left: -13px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con {
  left: 26px;
  background: #EEEEEE;
  overflow: hidden;
  position: absolute;
  margin: 6px 0;
  width: 701px;
  height: 155px;
  padding: 7px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con ul {
  position: absolute;
  width: 20000px;
  left: 7px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li {
  width: 184px;
  height: 140px;
  float: left;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li img {
  width: 135px;
  height: 90px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li .prd {
  width: 135px;
  height: 144px;
  float: left;
  overflow: hidden;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li .icon {
  width: 49px;
  height: 110px;
  float: left;
  text-align: center;
  line-height: 120px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li .icon i {
  font-size: 33px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li p {
  line-height: 18px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 22px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li p.prices {
  width: 200%;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li span {
  display: block;
  float: left;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li .nowPriceBox {
  color: #ff5a00;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li .oldPrice {
  color: #434343;
  text-decoration: line-through;
  padding-left: 5px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li .cb {
  padding: 2px 5px 0 0;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li .pName {
  height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 8px 0px 7px 0;
  font-size: 14px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li .pName a {
  color: #000000;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li input {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li .price {
  color: #ff5a00;
  font-size: 14px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li .price .price-old {
  color: #434343;
  text-decoration: line-through;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .con li:last-child .icon {
  display: none;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .iScrollLoneScrollbar {
  bottom: 0px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 517px;
  height: 7px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .addList .iScrollIndicator {
  background: #dcdcdc;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  height: 5px;
  position: absolute;
  transform: translate(0px, 0px) translateZ(0px);
  transition-duration: 0ms;
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  width: 100%;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .btnFrame {
  margin-top: 13px;
  float: left;
  width: 195px;
  text-align: center;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .btnFrame .icon {
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .btnFrame .icon i {
  font-size: 52px;
  color: #000000;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .btnFrame .text {
  font-size: 14px;
  padding-top: 10px;
  line-height: 17px;
  height: 56px;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .btnFrame .text p {
  color: #000000;
  margin: 0;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .btnFrame .text p span {
  font-size: 15px;
  color: #ff5a00;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .btnFrame button {
  background: #ed9f5f;
  border: 1px solid #ea6903;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 142px;
  text-align: center;
  height: 31px;
  line-height: 13px;
  color: #000000;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .btnFrame button.comingSoon {
  cursor: default;
}

.bodyFrame .pc .productLineFrame .frequentlyFrame .list .btnFrame .destroy {
  background: #efefef;
  border: 1px solid #959595;
  color: #000000;
}

.bodyFrame .pc .productLineFrame section {
  padding: 15px 0;
  border-bottom: 1px solid #c9c9c9;
  color: #535353;
  font-size: 16px;
}

.bodyFrame .pc .productLineFrame section h4 {
  font-size: 24px;
  font-weight: bold;
  color: #313131;
}

.bodyFrame .pc .productLineFrame section li {
  list-style: inside;
}

.bodyFrame .pc .productLineFrame h4 {
  font-size: 24px;
  font-weight: bold;
  color: #313131;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}

.bodyFrame .pc .productLineFrame .desCon {
  padding-bottom: 20px;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 20px;
}

.bodyFrame .pc .productLineFrame .desCon img {
  max-width: 100%;
}

.bodyFrame .pc .productLineFrame .desCon li {
  padding-left: 15px;
  line-height: 20px;
  margin: 8px 0;
  text-indent: 15px;
}

.bodyFrame .pc .productLineFrame .desCon li:before {
  content: "•";
  margin-left: -15px;
  width: 15px;
  display: block;
  float: left;
  font-size: 28px;
  line-height: 20px;
}

.bodyFrame .pc .productLineFrame .recommendFrame {
  width: 100%;
  height: 230px;
  border: 1px solid #d2d2d2;
  margin-top: 15px;
  padding: 15px;
}

.bodyFrame .pc .productLineFrame .recommendFrame .tit {
  height: 32px;
  position: relative;
  color: #221815;
  font-size: 20px;
}

.bodyFrame .pc .productLineFrame .recommendFrame .tit .page {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 66px;
  color: #959595;
}

.bodyFrame .pc .productLineFrame .recommendFrame .tit .lBtn {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 27px;
  font-family: cursive;
  background: #FFFFFF;
  color: #acacac;
  text-align: center;
  line-height: 21px;
  font-size: 20px;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .recommendFrame .tit .rBtn {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  font-family: cursive;
  background: #FFFFFF;
  color: #acacac;
  text-align: center;
  line-height: 21px;
  font-size: 20px;
  cursor: pointer;
}

.bodyFrame .pc .productLineFrame .recommendFrame .list {
  width: 100%;
  height: 168px;
  overflow: hidden;
  position: relative;
}

.bodyFrame .pc .productLineFrame .recommendFrame .list ul {
  position: absolute;
}

.bodyFrame .pc .productLineFrame .recommendFrame .list li {
  width: 161px;
  height: 168px;
  float: left;
  margin-right: 20px;
}

.bodyFrame .pc .productLineFrame .recommendFrame .list .img {
  width: 161px;
  height: 107px;
}

.bodyFrame .pc .productLineFrame .recommendFrame .list .title {
  height: 42px;
}

.bodyFrame .pc .productLineFrame .recommendFrame .list .title a {
  color: #000000;
  font-size: 14px;
}

.bodyFrame .pc .productLineFrame .recommendFrame .list .btns {
  color: #ff5a00;
  font-size: 14px;
}

.bodyFrame .pc .productLineFrame .recommendFrame .list .btns .price-old {
  color: #959595;
  padding-right: 5px;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 12px;
}

.notifyPopBox {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.notifyPopBox .con {
  position: absolute;
  z-index: 2;
  width: 600px;
  height: auto;
  background: #FFFFFF;
  padding: 25px 40px;
  left: 50%;
  margin-left: -300px;
  text-align: center;
}

.notifyPopBox .con h5 {
  font-size: 32px;
  color: #313131;
  font-weight: bold;
  padding: 10px 0;
}

.notifyPopBox .con p {
  font-size: 22px;
  color: #313131;
  line-height: 28px;
  padding: 5px 0 10px 0;
}

.notifyPopBox .con .input {}

.notifyPopBox .con .input span {
  display: block;
  font-size: 24px;
  width: 100%;
  text-align: left;
}

.notifyPopBox .con .input input {
  background: #F4F4F4;
  width: 100%;
  height: 40px;
  border: none;
  margin-bottom: 15px;
  margin: 5px 0 15px 0;
  text-indent: 10px;
  font-size: 24px;
}

.notifyPopBox .con .input .errInput {
  border: 1px solid #A94442;
}

.notifyPopBox .con .btn {
  cursor: pointer;
  height: 50px;
  background: #ff5a00;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  display: block;
  border-radius: 0;
  line-height: 50px;
  padding: 0;
}

.notifyPopBox .con .closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #D6D6D6;
}

.notifyPopBox .con .closeBtn:hover {
  color: #ff5a00;
}

.notifyPopBox .maskBG {
  background: #000000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
  opacity: 0.8;
  z-index: 1;
  height: 1000px;
}

.bodyFrame .pc .destroy {
  background: #efefef;
  border: 1px solid #959595;
  color: #000000;
}

.bodyFrame .pc .disqusFrame {}

.bodyFrame .pc .tutorial {}

.bodyFrame .pc .tutorial li {
  width: 285px;
  height: 191px;
  margin-bottom: 30px;
}

.bodyFrame .pc .tutorial .moreBtn {
  width: 100%;
  height: 40px;
  background: #d2d2d2;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
}

.bodyFrame .pc .tutorial .blogList {
  height: auto;
}

.notifyFrame {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100%;
  min-height: 600px;
}

.notifyFrame .conFrame {
  position: absolute;
  z-index: 2;
  width: 600px;
  height: 444px;
  left: 50%;
  margin: -222px 0 0 -300px;
  top: 50%;
  text-align: center;
  background: #eeeeee;
  box-shadow: 0px 0px 8px #ff5a00;
}

.notifyFrame .conFrame .closeBtn {
  position: absolute;
  right: 11px;
  top: 6px;
}

.notifyFrame .conFrame .closeBtn i {
  font-size: 27px;
  cursor: pointer;
}

.notifyFrame .conFrame .img {
  margin-top: 34px;
  height: 70px;
}

.notifyFrame .conFrame h3 {
  padding: 0;
  margin: 0;
  height: 32px;
  font-size: 23px;
}

.notifyFrame .conFrame h4 {
  padding: 0 120px;
  margin: 0 0 16px;
  line-height: 19px;
  font-size: 15px;
}

.notifyFrame .conFrame .tit {
  font-size: 14px;
  padding: 0 91px;
  height: 26px;
  text-align: left;
  line-height: 26px;
}

.notifyFrame .conFrame .input {
  padding: 0 91px;
  height: 40px;
}

.notifyFrame .conFrame .input input {
  width: 100%;
  height: 40px;
  background: #e5e5e5;
  border: none;
  padding: 10px;
}

.notifyFrame .conFrame .btnFrame {
  padding: 0 91px;
  margin-top: 17px;
}

.notifyFrame .conFrame .btnFrame button {
  background: #f0d568;
  border: 2px solid #f1c40f;
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #FFFFFF;
}

.notifyFrame .maskBG {
  background: #000000;
  opacity: 0.5;
  width: 100%;
  min-height: 600px;
  position: absolute;
}

/*-------------------- bloglist Begin -----------------------*/
.bodyFrame .pc .blogTit {
  margin-top: 30px;
  height: 37px;
  color: #313131;
}

.bodyFrame .pc .blogTit h1 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
  height: 37px;
  color: #313131;
}

.bodyFrame .pc .blogNav {
  border: 1px solid #c9c9c9;
  border-right: none;
  border-left: none;
  margin-bottom: 20px;
  padding: 16px 0 6px 0;
}

.bodyFrame .pc .blogNav a {
  text-align: center;
  line-height: 24px;
  padding: 0 10px;
  display: block;
  font-size: 18px;
  border-radius: 5px;
  float: left;
  margin-right: 19px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #535353;
}

.bodyFrame .pc .blogNav a:hover {
  color: #ff5a00;
}

.bodyFrame .pc .blogNav .select {
  color: #ff5a00;
  border: 1px solid;
}

.bodyFrame .pc .blogNav .tag {
  border: 1px solid #959595;
  color: #959595;
}

.bodyFrame .pc .blogNavClass {
  height: 40px;
  line-height: 40px;
}

.bodyFrame .pc .blogNavClass a {
  font-size: 18px;
  font-weight: bold;
  color: #313131;
}

.bodyFrame .pc .blogNavClass .select {
  color: #ff5a00;
}

.bodyFrame .pc .blogNavClass span {
  padding: 0 8px;
  font-size: 24px;
  color: #d2d2d2;
}

.bodyFrame .pc .tagTeam {}

.bodyFrame .pc .tagTeam .list {
  max-height: 107px;
  overflow: hidden;
}

.bodyFrame .pc .moreTag {
  height: 32px;
  width: 100%;
  display: none
}

.bodyFrame .pc .moreTag button {
  width: 100%;
  cursor: pointer;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 32px;
}

.bodyFrame .pc .moreTag button i {
  font-size: 28px;
  color: #B3B3B3;
}

.bodyFrame .pc .blog_lists .post {
  width: 285px;
  padding: 12px;
  float: left;
  background: #fff;
  margin-bottom: 21px
}

.bodyFrame .pc .blog_lists .post a {
  font-size: 16px;
  color: #000;
}

.bodyFrame .pc .blog_lists .post a img {
  width: 100%;
}

.bodyFrame .pc .blog_lists .post .post-title {
  margin: 10px 0;
  line-height: 18px;
}

.bodyFrame .pc .blog_lists .post .post_category {
  margin-bottom: 10px
}

.bodyFrame .pc .blog_lists .post .post_category a {
  font-size: 14px;
  padding: 4px 7px;
  border-radius: 0px;
  display: block;
  margin: 0 8px 8px 0;
  float: left;
}

.bodyFrame .pc .blog_lists .post .date-published {
  color: #959595;
}

.bodyFrame .pc .blog_lists .post .b22 {
  border: 1px solid #00b7ee;
  background: #00b7ee;
  color: #FFFFFF;
}

.bodyFrame .pc .blog_lists .post .b24 {
  border: 1px solid #ff5a46;
  background: #ff5a46;
  color: #FFFFFF;
}

.bodyFrame .pc .blog_lists .post .b25 {
  border: 1px solid #00a99e;
  background: #00a99e;
  color: #FFFFFF;
}

.bodyFrame .pc .blog_lists .post .b26 {
  border: 1px solid #f0b02f;
  background: #f0b02f;
  color: #FFFFFF;
}

.bodyFrame .pc .blog_lists .post .tag {
  border: 1px solid #f4a666;
  background: #f4a666;
  color: #FFFFFF;
}

.bodyFrame .pc .blogRecent {}

.bodyFrame .pc .blogRecent .post {
  width: 285px;
  padding: 12px;
  background: #fff;
  margin-bottom: 21px
}

.bodyFrame .pc .blogRecent .post a {
  font-size: 16px;
  color: #000;
}

.bodyFrame .pc .blogRecent .post a img {
  width: 100%;
}

.bodyFrame .pc .blogRecent .post .post-title {
  margin: 10px 0;
  line-height: 18px;
}

.bodyFrame .pc .blogRecent .post .post_category {
  margin-bottom: 10px
}

.bodyFrame .pc .blogRecent .post .post_category a {
  font-size: 14px;
  padding: 4px 7px;
  border-radius: 0px;
  display: block;
  margin: 0 8px 8px 0;
  float: left;
}

.bodyFrame .pc .blogRecent .post .date-published {
  color: #959595;
}

.bodyFrame .pc .blogRecent .post .b22 {
  border: 1px solid #00b7ee;
  background: #00b7ee;
  color: #FFFFFF;
}

.bodyFrame .pc .blogRecent .post .b24 {
  border: 1px solid #ff5a46;
  background: #ff5a46;
  color: #FFFFFF;
}

.bodyFrame .pc .blogRecent .post .b25 {
  border: 1px solid #00a99e;
  background: #00a99e;
  color: #FFFFFF;
}

.bodyFrame .pc .blogRecent .post .b26 {
  border: 1px solid #f0b02f;
  background: #f0b02f;
  color: #FFFFFF;
}

.bodyFrame .pc .blogRecent .post .tag {
  border: 1px solid #f4a666;
  background: #f4a666;
  color: #FFFFFF;
}


.bodyFrame .pc .blogRelated {
  overflow: hidden;
}

.bodyFrame .pc .blogRelated #column-right {
  width: 285px;
}

.bodyFrame .pc #blogTemp {
  display: none;
}

.bodyFrame .pc .pagination {
  margin: 0;
}

.bodyFrame .pc .pagination .active {}

.bodyFrame .pc .pagination .active span {
  background: #ff5a00;
  border: 1px solid #ff5a00;
  color: #FFFFFF;
  font-size: 16px;
}

.bodyFrame .pc .pagination a {
  color: #6e6e6e;
  font-size: 16px;
}

/*-------------------- bloglist End -----------------------*/

/*-------------------- blog Begin -----------------------*/
.bodyFrame .pc .blogTitle h1 {
  font-size: 30px;
  font-weight: bold;
  color: #313131;
  margin: 20px 0 0 0;
  padding: 0;
}

.bodyFrame .pc .blogAuthor {
  font-size: 14px;
  color: #313131;
  min-height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}

.bodyFrame .pc .blogAuthor a {
  color: #000000;
}

.bodyFrame .pc .blogcatFrame {
  float: left;
}

.bodyFrame .pc .blogcatFrame a {
  padding: 3px 12px;
  font-size: 18px;
  display: block;
  float: left;
  margin-right: 10px;
  background: #ff5a00;
  color: #FFFFFF;
}

.bodyFrame .pc .tags a {
  padding: 3px 12px;
  font-size: 18px;
  display: block;
  float: left;
  margin-right: 10px;
}

.bodyFrame .pc .tags {
  float: left;
}

.bodyFrame .pc .left {
  float: left;
  width: 895px;
  padding: 17px 0;
}

.bodyFrame .pc .left .blogCon {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.bodyFrame .pc .left .blogCon a {
  color: #1F97CB;
}

.bodyFrame .pc .left .blogCon img {
  max-width: 100%;
}

.bodyFrame .pc .left .blogCon p {
  color: #111111;
}

.bodyFrame .pc .left .blogCon li {
  list-style-type: disc;
  color: #111;
}

.bodyFrame .pc .right {
  float: right;
  width: 285px;
  padding: 17px 0;
}

.bodyFrame .pc .right .bestproduct {
  padding-bottom: 42px;
}

.bodyFrame .pc .right .rproductFrame {
  border-top: 1px solid #c9c9c9;
}

.bodyFrame .pc .right .rproductFrame .ad {}

.bodyFrame .pc .right .rproductFrame .ad img {
  width: 285px;
}

/*-------------------- blog End -----------------------*/

/*-------------------- pcb Begin -----------------------*/
.bodyFrame .pc .pcbFrame {}

.bodyFrame .pc .pcbFrame .pcbTit {
  color: #313131;
  font-size: 30px;
  font-weight: bold;
}

.bodyFrame .pc .pcbFrame .pcbLeft {
  width: 750px;
  float: left;
  padding: 18px 28px;
  background: #FFFFFF
}

.bodyFrame .pc .pcbFrame .pcbLeft .leftTit {
  color: #313131;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #D2D2D2;
}

.bodyFrame .pc .pcbFrame .pcbLeft .updateFile {
  margin-top: 24px;
  display: flex;
}

.bodyFrame .pc .pcbFrame .pcbLeft .updateFile>b {
  margin-right: 5px;
  color: #ff5a00;
}

.bodyFrame .pc .pcbFrame .pcbLeft .updateFile .fileBox {
  border: 3px dashed #E5E5E5;
  width: 100%;
  height: 187px;
  overflow: hidden;
  position: relative;
}

.bodyFrame .pc .pcbFrame .pcbLeft .updateFile .fileBox #pcbUpfile {
  position: absolute;
  width: 100%;
  height: 187px;
  cursor: pointer;
  opacity: 0;
}

.bodyFrame .pc .pcbFrame .pcbLeft .updateFile .fileBox span {
  display: none;
}

.bodyFrame .pc .pcbFrame .pcbLeft .updateFile .fileBox b {
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -36px;
}

.bodyFrame .pc .pcbFrame .pcbLeft .updateFile .fileBox b .icon-add {
  color: #CBCBCB;
  font-size: 72px;
  display: none;
}

.bodyFrame .pc .pcbFrame .pcbLeft .updateFile .fileBox b .icon-geshi_tongyongyasuobao {
  color: #CBCBCB;
  font-size: 72px;
  font-weight: normal;
  display: none;
}

.bodyFrame .pc .pcbFrame .pcbLeft .loadedIcon .fileBox b .icon-geshi_tongyongyasuobao {
  display: block;
}

.bodyFrame .pc .pcbFrame .pcbLeft .addIcon .fileBox b .icon-add {
  display: block;
}

.bodyFrame .pc .pcbFrame .pcbLeft .loadedIcon .fileBox .uploadText {
  display: block;
}

.bodyFrame .pc .pcbFrame .pcbLeft .addIcon .fileBox .addText {
  display: block;
}

.bodyFrame .pc .pcbFrame .pcbLeft .updateFile .fileBox span {
  position: absolute;
  color: #CBCBCB;
  font-size: 18px;
  width: 100%;
  text-align: center;
  top: 130px;
}

.bodyFrame .pc .pcbFrame .pcbLeft .updateFile .pcbUpfilenBtn {
  width: 100%;
  height: 52px;
  background: #ff5a00;
  color: #FFFFFF;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  line-height: 52px;
  display: block;
  font-weight: bold;
}

.bodyFrame .pc .pcbFrame .pcbLeft .updateFile .uploading {
  width: 100%;
  background: #EEEEEE;
  color: #ff5a00;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
  display: block;
  font-weight: bold;
  height: 181px;
  position: absolute;
  z-index: 1;
  cursor: default;
  line-height: 181px;
  display: none;
}

.bodyFrame .pc .pcbFrame .pcbLeft .updateFile .uploadingfile .uploading {
  display: block;
}

.bodyFrame .pc .pcbFrame .pcbLeft .tips {
  font-size: 18px;
  color: #FF0D0D;
  margin: 15px 0 21px 0;
}

.bodyFrame .pc .pcbFrame .pcbLeft .listData {
  display: none;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list {}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock {
  padding: 8px 0;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .import {
  float: left;
  width: 10px;
  height: 40px;
  line-height: 40px;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .import span {
  font-size: 14px;
  color: #ff5a00;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .blockName {
  float: left;
  width: 135px;
  padding: 0;
  color: #313131;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .blockName span {}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options {
  float: right;
  width: 548px;
  position: relative;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options a {
  display: block;
  height: 40px;
  border: 1px solid #D2D2D2;
  float: left;
  line-height: 40px;
  margin-right: 10px;
  padding: 0 16px;
  color: #313131;
  font-size: 14px;
  margin-bottom: 16px;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options a span {
  border-radius: 10px;
  height: 8px;
  width: 8px;
  margin: 15px 5px 0 0;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options a .Green {
  background: #00A040;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options a .Red {
  background: #D80000;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options a .Yellow {
  background: #FFC600;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options a .Blue {
  background: #0075C7;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options a .White {
  background: #F3F5F4;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options a .Black {
  background: #373737;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options .select {
  border: 1px solid #ff5a00;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options span {
  display: block;
  float: left;
  font-size: 16px;
  color: #313131;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options b {
  color: #838383;
  font-size: 14px;
  display: block;
  line-height: 40px;
  float: left;
  font-weight: normal;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options i {
  color: #ff5a00;
  font-size: 14px;
  font-style: normal;
  display: block;
  line-height: 40px;
  float: left;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options .errorTips {
  color: red;
  position: absolute;
  top: 45px;
}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options .dimtension {}

.bodyFrame .pc .pcbFrame .pcbLeft .list .selectBlock .options .dimtension input {
  margin: 0;
  padding: 0;
  width: 50px;
  height: 36px;
  border: none;
}

.bodyFrame .pc .pcbFrame .pcbRight {
  padding: 18px 22px;
  background: #FFFFFF;
  width: 430px;
  float: right;
}

.bodyFrame .pc .pcbFrame .pcbRight .tit {
  color: #313131;
  font-size: 30px;
  font-weight: bold;
  height: 48px;
  line-height: 40px;
  border-bottom: 1px solid #D2D2D2;
}

.bodyFrame .pc .pcbFrame .pcbRight .list {
  font-size: 18px;
  color: #313131;
  margin: 10px 0;
}

.bodyFrame .pc .pcbFrame .pcbRight .list ul {}

.bodyFrame .pc .pcbFrame .pcbRight .list ul li {
  clear: both;
}

.bodyFrame .pc .pcbFrame .pcbRight .list ul li span {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
}

.bodyFrame .pc .pcbFrame .pcbRight .list ul li b {
  display: block;
  float: right;
  height: 35px;
  line-height: 35px;
  font-weight: normal;
}

.bodyFrame .pc .pcbFrame .pcbRight .list .total {
  font-size: 30px;
  color: #ff5a00;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #D2D2D2;
  margin-top: 15px;
  padding-top: 20px;
}

.bodyFrame .pc .pcbFrame .pcbRight .list .total span {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
}

.bodyFrame .pc .pcbFrame .pcbRight .list .total b {
  display: block;
  float: right;
  height: 35px;
  line-height: 35px;
}

.bodyFrame .pc .pcbFrame .pcbRight .btn {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 20px;
}

.bodyFrame .pc .pcbFrame .pcbRight .btn a {
  display: block;
  background: #ff5a00;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.bodyFrame .pc .pcbFrame .pcbRight .btn:hover {
  box-shadow: none;
}

.bodyFrame .pc .pcbFrame .pcbRight .btn .disabled {
  background: #d3d3d3;
}

.bodyFrame .pc .pcbFrame .pcbRight .notice {}

.bodyFrame .pc .pcbFrame .pcbRight .notice h6 {
  color: #313131;
  font-size: 30px;
  font-weight: bold;
  height: 48px;
  line-height: 40px;
  border-bottom: 1px solid #D2D2D2;
}

.bodyFrame .pc .pcbFrame .pcbRight .notice span {
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  color: #313131;
}

/*-------------------- pcb End -----------------------*/

/*-------------------- quickOrder Begin -----------------------*/
.quickOrderFrame {}

.quickOrderFrame .title {
  color: #ff5a00;
  font-size: 30px;
  font-weight: bold;
  padding: 19px 0 30px 0;
}

.quickOrderFrame .uploadFrame {
  width: 100%;
  height: 400px;
  padding: 30px 40px;
  background: #FFFFFF
}

.quickOrderFrame .uploadFrame .left {
  float: left;
  width: 534px;
  border-right: 1px solid #CDCDCD;
  height: 342px;
  padding: 0;
  position: relative;
}

.quickOrderFrame .uploadFrame .left .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 24px;
}

.quickOrderFrame .uploadFrame .left .textArea {
  width: 500px;
  height: 191px;
}

.quickOrderFrame .uploadFrame .left .textArea textarea {
  width: 500px;
  height: 191px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 18px;
  color: #6A6A6A;
  padding: 5px 16px;
}

.quickOrderFrame .uploadFrame .left .textArea textarea::-webkit-input-placeholder {
  color: #D2D2D2;
}

.quickOrderFrame .uploadFrame .left .demo {
  margin-top: 16px;
  font-size: 18px;
  color: #6A6A6A;
}

.quickOrderFrame .uploadFrame .left .emptyErr {
  color: #FA2626;
  font-size: 18px;
  margin-top: 10px;
}

.quickOrderFrame .uploadFrame .left .upbtn {
  width: 140px;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -83px;
}

.quickOrderFrame .uploadFrame .left .upbtn button {
  width: 140px;
  height: 36px;
  background: #ff5a00;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
}

.quickOrderFrame .uploadFrame .right {
  float: left;
  position: relative;
  width: 529px;
  margin-left: 38px;
  padding: 0;
  height: 342px;
}

.quickOrderFrame .uploadFrame .right .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 24px;
}

.quickOrderFrame .uploadFrame .right .file {
  position: relative;
  width: 529px;
  height: 33px;
}

.quickOrderFrame .uploadFrame .right .file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 529px;
  height: 33px;
  z-index: 1;
  background: #000000;
  opacity: 0;
  cursor: pointer;
}

.quickOrderFrame .uploadFrame .right .file span {
  display: block;
  position: absolute;
  width: 529px;
  height: 33px;
  border: 1px solid #B9B9B9;
}

.quickOrderFrame .uploadFrame .right .file span i {
  display: block;
  width: 78px;
  height: 21px;
  background: #ff5a00;
  position: absolute;
  left: 6px;
  top: 5px;
  border-radius: 30px;
  font-size: 12px;
  font-style: normal;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.quickOrderFrame .uploadFrame .right .file span b {
  display: block;
  left: 99px;
  position: absolute;
  line-height: 33px;
  font-size: 18px;
  color: #D2D2D2;
  width: 420px;
  font-weight: normal;
}

.quickOrderFrame .uploadFrame .right .demo {
  margin-top: 16px;
}

.quickOrderFrame .uploadFrame .right .demo a {
  color: #549FCE;
  font-size: 18px;
}

.quickOrderFrame .uploadFrame .right .emptyErr {
  color: #FA2626;
  font-size: 18px;
  margin-top: 10px;
}

.quickOrderFrame .uploadFrame .right .errorStr {
  color: #FA2626;
  font-size: 18px;
  margin-top: 10px;
}

.quickOrderFrame .uploadFrame .right .upbtn {
  width: 140px;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -83px;
}

.quickOrderFrame .uploadFrame .right .upbtn button {
  width: 140px;
  height: 36px;
  background: #ff5a00;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
}

.quickOrderFrame .listFrame {
  background: #FFFFFF;
  margin-top: 30px;
  padding: 26px;
}

.quickOrderFrame .listFrame .tr {
  width: 100%;
  background: #E0E0E0;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  height: 45px;
  line-height: 45px;
  padding: 0 18px;
}

.quickOrderFrame .listFrame .tr div {
  float: left;
  text-align: center;
}

.quickOrderFrame .listFrame .tr .a {
  width: 523px;
  text-align: left;
}

.quickOrderFrame .listFrame .tr .b {
  width: 185px;
}

.quickOrderFrame .listFrame .tr .c {
  width: 86px;
}

.quickOrderFrame .listFrame .tr .d {
  width: 210px;
}

.quickOrderFrame .listFrame .tr .e {
  width: 108px;
}

.quickOrderFrame .listFrame .tr .e .disable {
  background: #6A6A6A;
}

.quickOrderFrame .listFrame .tr .e button {
  width: 78px;
  height: 21px;
  background: #ff5a00;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  border-radius: 30px;
  border: none;
  text-align: center;
}

.quickOrderFrame .listFrame ul li {
  height: 97px;
  padding: 17px 0;
  border-bottom: 1px dashed #C9C9C9;
}

.quickOrderFrame .listFrame ul li .a {
  float: left;
  width: 108px;
}

.quickOrderFrame .listFrame ul li .a2 {
  float: left;
  font-size: 18px;
  color: #000000;
  width: 433px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.quickOrderFrame .listFrame ul li .b {
  float: left;
  width: 185px;
  text-align: center;
  color: #535353;
  font-size: 15px;
  line-height: 63px;
}

.quickOrderFrame .listFrame ul li .c {
  float: left;
  width: 86px;
  padding-top: 19px;
  position: relative;
}

.quickOrderFrame .listFrame ul li .c .jian {
  width: 26px;
  height: 26px;
  border: 1px solid #D2D2D2;
  color: #A5A5A5;
  float: left;
  background: #FFFFFF;
  font-size: 31px;
}

.quickOrderFrame .listFrame ul li .c .jian:hover {
  background: #E5E5E5;
}

.quickOrderFrame .listFrame ul li .c input {
  width: 33px;
  height: 26px;
  border: 1px solid #D2D2D2;
  border-left: none;
  border-right: none;
  float: left;
  text-align: center;
}

.quickOrderFrame .listFrame ul li .c .jia {
  width: 26px;
  height: 26px;
  border: 1px solid #D2D2D2;
  color: #A5A5A5;
  background: #FFFFFF;
  font-size: 23px;
}

.quickOrderFrame .listFrame ul li .c .jia:hover {
  background: #E5E5E5;
}

.quickOrderFrame .listFrame ul li .c span {
  display: block;
  position: absolute;
  color: #FA2626;
  text-align: center;
  font-size: 12px;
  width: 160px;
  left: -37px;
  top: 51px;
}

.quickOrderFrame .listFrame ul li .d {
  float: left;
  width: 210px;
  font-size: 18px;
  font-weight: bold;
  line-height: 63px;
  color: #ff5a00;
  text-align: center;
}

.quickOrderFrame .listFrame ul li .e {
  float: left;
  width: 108px;
  padding-top: 17px;
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  text-align: center;
}

.quickOrderFrame .listFrame ul li .e button {
  color: #626262;
  font-size: 18px;
  border: none;
  background: none;
}

.quickOrderFrame .listFrame ul .disable {
  background: #F2F2F2;
}

.quickOrderFrame .listFrame ul .disable .a2,
.quickOrderFrame .listFrame ul .disable .b,
.quickOrderFrame .listFrame ul .disable .e {
  color: #BABABA;
}

.quickOrderFrame .listFrame ul .noProduct {
  color: #6A6A6A;
  text-align: center;
  line-height: 63px;
  font-size: 18px;
  border: none;
}

.quickOrderFrame .toCartBtn {
  margin-top: 18px;
  text-align: right;
}

.quickOrderFrame .toCartBtn button {
  width: 290px;
  height: 49px;
  line-height: 49px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background: #ff5a00;
  border: none;
}

.quickOrderFrame .toCartBtn .disable {
  background: #6A6A6A;
}

/*-------------------- quickOrder End -----------------------*/

/*-------------------- search result Begin -----------------------*/
.bodyFrame .pc .subTitle h1 {
  font-size: 18px;
  padding: 15px 0 25px 0;
}

.bodyFrame .pc .subTitle span {
  color: #ff5a00;
}

.bodyFrame .pc .searchSort {}

.bodyFrame .pc .searchSort span {
  font-size: 14px;
  padding: 2px 5px 0 0;
  float: left;
}

.bodyFrame .pc .searchSort select {
  border-radius: 5px;
  border: 1px solid #959595;
  height: 25px;
}

.bodyFrame .pc .searchSort .l {
  float: left;
}

.bodyFrame .pc .searchSort .r {
  float: right;
}

.bodyFrame .pc .searchSubList {
  height: 249px;
  width: 1200px;
}

.bodyFrame .pc .searchSubList .recommendFrame {
  padding: 15px 20px;
  height: 249px;
}

.bodyFrame .pc .searchSubList .recommendFrame .list {
  height: 188px;
}

.bodyFrame .pc .searchSubList .recommendFrame .list li {
  width: 175px;
  margin-right: 22px;
  height: 188px;
}

.bodyFrame .pc .searchSubList .recommendFrame .list .img {
  width: 175px;
  position: relative;
  height: 117px;
}

.bodyFrame .pc .searchSubList .recommendFrame .list .img span {
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  background: #ff5a00;
  width: 56px;
  height: 25px;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
}

.bodyFrame .pc .searchSubList .recommendFrame .list .img img {
  width: 175px;
  height: 117px;
}

/*-------------------- search result End -----------------------*/

/*-------------------- getCoupon Begin -----------------------*/
.bodyFrame .pc .couponList {
  padding: 0 6px;
}

.bodyFrame .pc .couponList h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ff5a00;
  margin: 14px 0 30px 0;
  width: 100%;
}

.bodyFrame .pc .couponList .ul {
  display: flex;
  flex-wrap: wrap;
}

.bodyFrame .pc .couponList .ul .li {
  width: 286px;
  height: 376px;
  margin: 0 12px 20px 0;
  box-sizing: content-box;
  background: url(/static/images/coupon_bg.png);
  position: relative;
}

.bodyFrame .pc .couponList .ul .li .infos {
  width: 286px;
  height: 130px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bodyFrame .pc .couponList .ul .li .infos>b {
  margin: 15px 0 8px 16px;
  color: #ffffff;
  font-weight: normal;
  display: flex;
  height: 46px;
  width: 100%;
}

.bodyFrame .pc .couponList .ul .li .infos>b>i {
  font-size: 46px;
  height: 46px;
  line-height: 46px;
  font-style: normal;
  font-weight: bold;
}

.bodyFrame .pc .couponList .ul .li .infos>b>span {
  font-size: 24px;
  color: #ffffff;
  margin-left: 8px;
  line-height: 60px;
}

.bodyFrame .pc .couponList .ul .li .infos>span {
  margin: 0 16px;
  width: 100%;
  display: flex;
}

.bodyFrame .pc .couponList .ul .li .infos>span>b {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  display: block;
  height: 26px;
  margin-right: 8px;
}

.bodyFrame .pc .couponList .ul .li .infos>span>span {
  width: auto;
  height: 26px;
  background-color: #ffffff;
  border-radius: 2px;
  display: block;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #ff5a00;
  padding: 0 6px;
}

.bodyFrame .pc .couponList .ul .li .infos>i {
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-style: normal;
  padding: 0 16px;
}

.bodyFrame .pc .couponList .ul .li .desc {
  padding: 14px 16px;
}

.bodyFrame .pc .couponList .ul .li .desc>b {
  color: #525252;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.bodyFrame .pc .couponList .ul .li .desc>i {
  font-style: normal;
  height: 60px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.bodyFrame .pc .couponList .ul .li .desc>span {
  display: flex;
  margin-bottom: 7px;
  height: 24px;
  line-height: 24px;
}

.bodyFrame .pc .couponList .ul .li .desc>span>i {
  border-radius: 50px;
  background: #eaeaea;
  width: 24px;
  height: 24px;
  font-style: normal;
  margin-left: 15px;
  cursor: pointer;
  text-align: center;
  color: #8d8d8d;
  font-size: 16px;
}

.bodyFrame .pc .couponList .ul .li .desc>span>i .text {
  position: absolute;
  background: #ffffff;
  width: 264px;
  max-height: 150px;
  box-shadow: 0px 0px 8px 0px rgba(111, 111, 111, 0.4);
  border-radius: 2px;
  padding: 9px;
  left: 11px;
  bottom: 107px;
  display: none;
}

.bodyFrame .pc .couponList .ul .li .desc>span>i .text>b {
  font-size: 16px;
  color: #8d8d8d;
  line-height: 22px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-weight: normal;
}

.bodyFrame .pc .couponList .ul .li .desc>span>i .text>span {
  position: absolute;
  width: 14px;
  height: 14px;
  overflow: hidden;
  left: 80px;
  bottom: -14px;
  box-shadow: -5px -1px 5px -5px rgba(111, 111, 111, 0.4);
}

.bodyFrame .pc .couponList .ul .li .desc>span>i .text>span>i {
  background: #FFFFFF;
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin: -10px 0 0 -12px;
  box-shadow: 0px 0px 8px 0px rgba(111, 111, 111, 0.4);
}

.bodyFrame .pc .couponList .ul .li .desc>span>i:hover .text {
  display: block;
}

.bodyFrame .pc .couponList .ul .li .button {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
}

.bodyFrame .pc .couponList .ul .li .button button {
  width: 180px;
  height: 40px;
  background-color: #ff5a00;
  border-radius: 2px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #ff5a00;
  box-sizing: border-box;
}

.bodyFrame .pc .couponList .ul .li .button .use {
  border: solid 1px #ff5a00;
  background: none;
  color: #ff5a00;
}

.bodyFrame .pc .couponList .ul .li .button .use:hover {
  background: #ff5a00;
  color: #FFFFFF;
}

.bodyFrame .pc .couponList .ul .li:nth-child(4n+4) {
  margin-right: 0;
}

.bodyFrame .pc .couponList .ul .li .gained {
  position: absolute;
  right: 11px;
  top: 206px;
}

.bodyFrame .pc .couponList {
  padding: 0;
}

.bodyFrame .pc .couponList .ul {}

.bodyFrame .pc .couponList .ul .li {}

.bodyFrame .pc .couponList .ul .li {
  margin-right: 18px;
}

.bodyFrame .pc .couponList .ul .li:nth-child(4n+4) {
  margin-right: 18px;
}

.bodyFrame .pc .couponList .ul .li:nth-child(3n+3) {
  margin-right: 0;
}

.bodyFrame .pc .couponList .ul .mode_0 .infos>b,
.bodyFrame .pc .couponList .ul .mode_1 .infos>b {
  margin: 36px 0 8px 16px;
  color: #ff5a00;
}

.bodyFrame .pc .couponList .ul .mode_0 .infos>i,
.bodyFrame .pc .couponList .ul .mode_1 .infos>i {
  font-size: 20px;
  text-align: left;
  color: #ff5a00;
  font-weight: bold;
  padding-left: 16px;
}

.bodyFrame .pc .couponList .couponNav {
  width: 895px;
  height: 40px;
  background-color: #ffffff;
  margin: 10px 0 20px 0;
}

.bodyFrame .pc .couponList .couponNav button {
  padding: 0;
  border: none;
  height: 38px;
  margin-left: 40px;
  background: none;
  color: #393939;
  font-size: 16px;
}

.bodyFrame .pc .couponList .couponNav .select {
  color: #ff5a00;
  border-bottom: 3px solid #ff5a00;
  font-weight: bold;
}

.bodyFrame .pc .couponList .ul .mode_0,
.bodyFrame .pc .couponList .ul .mode_1 {
  background: url(/static/images/coupon_bg2.png);
}

.bodyFrame .pc .couponList .ul .used {
  -webkit-filter: grayscale(100%);
  opacity: 0.4;
}

.bodyFrame .pc .couponList2 {}

.bodyFrame .pc .couponList2 h3 {
  font-size: 20px;
  color: #393939;
  font-weight: bold;
  margin: 5px 0 12px 0;
}

.bodyFrame .pc .couponList2 .li {
  display: flex;
  margin: 12px 0;
}

.bodyFrame .pc .couponList2 .li img {
  margin-right: 10px;
}

.bodyFrame .pc .couponList2 .li b {
  font-weight: normal;
  color: #ff5a00;
  line-height: 26px;
}

.bodyFrame .pc .couponList2 .li .shippingCoupon {
  background: #fff;
  border: 1px solid #ff5a00;
  border-radius: 5px;
  padding: 1px 10px;
}

.bodyFrame .pc .couponList2 .desc {
  font-size: 16px;
  color: #8d8d8d;
  margin-top: 16px;
}

.bodyFrame .pc .coupondesc {}

.bodyFrame .pc .coupondesc>span {
  line-height: 22px;
  font-size: 14px;
  overflow: hidden;
  height: 44px;
  display: block;
}

.bodyFrame .pc .coupondesc>span p {
  margin: 0;
}

.bodyFrame .pc .coupondesc>span>span {
  font-weight: bold;
  color: #000;
}

.bodyFrame .pc .coupondesc>button {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  border: none;
  background: none;
  padding: 0;
  margin: 20px 0;
}

.bodyFrame .pc .coupondesc>button>i {
  font-size: 10px;
}

.bodyFrame .pc .couponTips {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.bodyFrame .pc .couponTips .con {
  position: absolute;
  z-index: 2;
  width: 560px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #979797;
  left: 50%;
  top: 50%;
  margin: -240px 0 0 -280px;
}

.bodyFrame .pc .couponTips .con .icon {
  margin: 47px 0 31px 0;
  display: flex;
  justify-content: center;
}

.bodyFrame .pc .couponTips .con .icon span {
  width: 50px;
  height: 50px;
  border: solid 4px #ff5a00;
  border-radius: 50px;
  display: flex;
  justify-content: center;
}

.bodyFrame .pc .couponTips .con .icon span i {
  align-self: center;
  font-size: 30px;
  color: #ff5a00;
  margin-top: 33px;
}

.bodyFrame .pc .couponTips .con .desc {
  width: 437px;
  height: 52px;
  margin: 0 auto 40px auto;
  text-align: center;
  font-size: 20px;
  color: #393939;
  font-weight: bold;
}

.bodyFrame .pc .couponTips .con .button {
  width: 380px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.bodyFrame .pc .couponTips .con .button button {
  width: 180px;
  height: 40px;
  background-color: #f4f4f4;
  border-radius: 2px;
  border: solid 1px #e0e0e0;
  color: #6f6f6f;
  font-size: 18px;
  padding: 0;
}

.bodyFrame .pc .couponTips .con .button .select,
.bodyFrame .pc .couponTips .con .button button:hover {
  background-color: #ff5a00;
  border-radius: 2px;
  font-weight: bold;
  color: #FFFFFF;
}

.bodyFrame .pc .couponTips .maskBG {
  height: 100%;
}

/*-------------------- getCoupon End -----------------------*/

/*-------------------- login Begin -----------------------*/
.bodyFrame .pc .signin {
  width: 630px;
  height: 680px;
  margin: 50px auto;
  background: #eeeeee;
  box-shadow: 0px 0px 8px #ff5a00;
  padding: 30px 105px;
}

.bodyFrame .pc .signin h2 {
  padding: 0;
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  height: 32px;
  text-transform: uppercase;
}

.bodyFrame .pc .signin .form-group {
  margin: 0 0 20px 0;
  position: relative;
}

.bodyFrame .pc .signin .form-group label {
  font-size: 14px;
}

.bodyFrame .pc .signin .form-group input {
  height: 40px;
  border-radius: 0;
  border: none;
}

.bodyFrame .pc .signin .form-group .forgot {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #ff5a00;
}

.bodyFrame .pc .signin .error {
  height: 31px;
  color: #ff5a46;
}

.bodyFrame .pc .signin .loginBtn {
  position: relative;
  height: 40px;
}

.bodyFrame .pc .signin .loginBtn input {
  position: absolute;
  background: #ff5a00;
  border: none;
  width: 100%;
  height: 40px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.bodyFrame .pc .signin .otherSign {
  height: 107px;
}

.bodyFrame .pc .signin .otherSign p {
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 30px;
  height: 33px;
}

.bodyFrame .pc .signin .otherSign a {
  display: block;
  background: #23A1D1;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
}

.bodyFrame .pc .signin .otherSign a i {
  padding: 0 10px 0 0;
  font-size: 18px;
}

.bodyFrame .pc .signin .otherSign .google {
  float: left;
  background: #f34a38;
}

.bodyFrame .pc .signin .otherSign .facebook {
  float: right;
  background: #3853a1;
}

.bodyFrame .pc .signin .newTit {
  border-left: 140px solid #959595;
  border-right: 140px solid #959595;
  height: 1px;
  line-height: 0px;
  margin: 20px 0;
  padding: 0 0;
  text-align: center;
  font-size: 16px;
}

.bodyFrame .pc .signin .regBtn {
  margin-top: 24px;
}

.bodyFrame .pc .signin .regBtn a {
  font-size: 18px;
  color: #FFFFFF;
  border: 1px solid #ff5a00;
  background: #ed9f5f;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.bodyFrame .pc .signin .firstName {
  float: left;
  width: 200px;
  margin-right: 10px;
}

.bodyFrame .pc .signin .secondName {
  float: left;
  width: 200px;
}

.bodyFrame .pc .signin .agreeFrame {
  height: 40px;
  line-height: 40px;
}

.bodyFrame .pc .signin .agreeFrame input {
  height: 10px;
}

.bodyFrame .pc .signin .backLogin {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #ff5a00;
}

.bodyFrame .pc .signin .backLogin a {
  color: #ff5a00;
}

.bodyFrame .pc .signin .text-danger {
  color: #ff5a46;
}

/*-------------------- login End -----------------------*/

/*-------------------- account Begin -----------------------*/
.bodyFrame .pc .accountFrame {
  padding: 0;
  margin: 0;
}

.bodyFrame .pc .accountFrame .leftFrame .backMyAccount {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  color: #313131;
  margin-top: -40px;
}

.bodyFrame .pc .accountFrame .leftFrame .backMyAccount a:hover {
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .leftFrame {
  width: 285px;
  float: left;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav {
  background: #FFFFFF;
  padding: 0;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav h5 {
  margin: 0;
  padding: 0;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav h5 a {
  text-indent: 0;
  font-size: 22px;
  color: #313131;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav h6 {
  height: 40px;
  line-height: 40px;
  color: #ff5a00;
  font-size: 18px;
  padding: 0;
  margin: 0;
  padding: 0 14px;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav a {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  line-height: 42px;
  font-size: 18px;
  color: #313131;
  padding: 0 14px;
  text-indent: 26px;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav a:hover,
.bodyFrame .pc .accountFrame .leftFrame .accountNav .select {
  background: #ff5a00;
  color: #FFFFFF;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav hr {
  width: 257px;
  padding: 0;
  margin: 0 15px;
  border: none;
  border-bottom: 1px solid #D2D2D2;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav .delete-account-tip {
  display: none;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav .delete-account-tip .tip {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: 200px;
  z-index: 3;
  background-color: #FFFFFF;
  border-radius: 14px;
  width: 724px;
  height: 280px;
  padding: 35px 30px 52px;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav .delete-account-tip .cover {
  content: "";
  display: block;
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav .delete-account-tip .tip h3 {
  line-height: 40px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 28px;
  margin-top: 0;
  color: #000000;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav .delete-account-tip .tip p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 30px;
  color: #000000;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav .delete-account-tip .tip button {
  width: 196px;
  height: 48px;
  border-radius: 6px;
  border: none;
  background-color: #EBEBEB;
  color: #4E4E4E;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav .delete-account-tip .tip button:first-of-type {
  margin-left: 90px;
}

.bodyFrame .pc .accountFrame .leftFrame .accountNav .delete-account-tip .tip button:last-of-type {
  margin-left: 74px;
  color: #FFFFFF;
  background-color: #FF5A00;
}

.bodyFrame .pc .accountFrame .leftFrame .myName {
  height: 100px;
  background: #FFFFFF;
  margin-bottom: 21px;
}

.bodyFrame .pc .accountFrame .leftFrame .myName .head {
  float: left;
  width: 100px;
  height: 100px;
}

.bodyFrame .pc .accountFrame .leftFrame .myName .head img {
  width: 100px;
  height: 100px;
}

.bodyFrame .pc .accountFrame .leftFrame .myName .text {
  padding: 15px;
  float: right;
  width: 185px;
  height: 100px;
}

.bodyFrame .pc .accountFrame .leftFrame .myName .text h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000000;
  text-transform: capitalize;
  padding-bottom: 5px;
}

.bodyFrame .pc .accountFrame .leftFrame .myName .text h5 {
  margin: 0;
  padding: 6px 0 0 0;
  font-size: 34px;
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .leftFrame .myName .text h6 {
  margin: 0;
  padding: 2px 0;
  font-size: 12px;
  color: #959595;
}

.bodyFrame .pc .accountFrame .leftFrame .myName .text h6 a {
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame {
  width: 895px;
  float: right;
  min-height: 695px;
}

.bodyFrame .pc .accountFrame .information {
  padding: 20px 20px;
  background: #ffffff;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame {
  width: 895px;
  height: 180px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame {
  position: relative;
  padding: 12px 20px 20px;
  flex: 1;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .infoText {
  font-size: 14px;
  color: #868686;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .infoText .tips {
  position: relative;
  display: inline;
  cursor: pointer;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .infoText .tips .words {
  position: absolute;
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #333333;
  left: 50%;
  top: -40px;
  transform: translate(-50%);
  padding: 9px;
  padding-right: 15px;
  border-radius: 10px;
  pointer-events: none;
  white-space: nowrap;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .infoText .tips i {
  font-size: 12px;
  color: #bbbbbb;
  position: relative;
  top: -2px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .infoText .tips i:hover+.words {
  display: block;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .infoText span.black {
  color: #5A5A5A;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .infoText span.golden {
  font-size: 16px;
  color: #E7B819;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .infoText span.bold {
  font-weight: bold;
  font-size: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .infoText span.green {
  color: #2FD4B2;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .infoText span.gray {
  color: #8d8d8d;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .expiryDate {
  position: absolute;
  right: 20px;
  top: 12px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .pointsBalance {
  margin-bottom: 10px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .progressBarText {
  display: flex;
  justify-content: center;
  margin-top: 17px;
  margin-bottom: 7px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .progressBarText .black {
  margin-left: 10px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame #progressBar {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 8px;
  background-color: #EEEEEE;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame #progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(to right, #3ED8B9 0%, #2BD3B1 100%, #19D1AE 100%);
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .nextLevel {
  background-color: #eeeeee;
  width: 100%;
  height: 23px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .nextLevel>b {
  display: flex;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .nextLevel>b>span {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  line-height: 23px;
  background-color: #000000;
  padding-right: 6px;
  padding-left: 10px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .nextLevel>b>b {
  color: #E7B819;
  font-size: 18px;
  line-height: 23px;
  padding-right: 15px;
  background-color: #000000;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .nextLevel>b>i {
  margin: 0 9px;
  line-height: 23px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .nextLevel>b>i img {
  width: 30px;
  height: 18px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .nextLevel>button {
  font-size: 12px;
  color: #000000;
  background: none;
  border: none;
  margin-right: 7px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .nextLevel>button i {
  font-size: 9px;
  position: relative;
  top: 1px;
  transition: 0.3s;
  transform-origin: center;
  transform: rotate(0deg);
  display: inline-block;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .leaveLineFrame .nextLevel>button i.rotate {
  transform: rotate(180deg);
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard {
  width: 340px;
  height: 180px;
  position: relative;
  background: url('/catalog/view/theme/default/image/userCard_bg.png') no-repeat;
  background-size: cover;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .head {
  border: 2px solid #97A5BC;
  border-radius: 6px;
  width: 76px;
  height: 76px;
  background: #97A5BC;
  position: absolute;
  left: 25px;
  top: 30px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .head img {
  width: 72px;
  height: 72px;
  border-radius: 4px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .VIP0 {
  border: 2px solid #97A5BC;
  background: #97A5BC;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .VIP1 {
  border: 2px solid #70B9C9;
  background: #70B9C9;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .VIP2 {
  border: 2px solid #6897EB;
  background: #6897EB;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .VIP3 {
  border: 2px solid #6464D9;
  background: #6464D9;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .VIP4 {
  border: 2px solid #CE896E;
  background: #CE896E;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .VIP5 {
  border: 2px solid #CBA270;
  background: #CBA270;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .VIP6 {
  border: 2px solid #DFAF48;
  background: #DFAF48;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .info {
  left: 112px;
  top: 30px;
  position: absolute;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .info .line {
  display: flex;
  line-height: 24px;
  align-items: center;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .info .line .name {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  align-self: center;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .info .line .vip {
  padding: 0 6px 0 3px;
  color: #3E3E3E;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  background: linear-gradient(to right, #f5d526, #d8a00e);
  border-radius: 16px;
  margin-left: 6px;
  display: flex;
  align-items: center;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .info .line .vip img {
  margin-right: 3px;
  width: 15px;
  height: 15px;
  position: relative;
  top: -1px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .info .mail {
  line-height: 24px;
  font-size: 14px;
  color: #c4c4c4;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .info .mail span {
  color: #e7b819;
  padding-left: 5px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .saved {
  position: absolute;
  bottom: 30px;
  left: 25px;
  display: flex;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .saved b {
  font-size: 16px;
  color: #959595;
  font-weight: normal;
  margin-right: 8px;
  align-self: flex-end;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .saved span {
  font-size: 30px;
  color: #e7b819;
  align-self: flex-end;
  line-height: 28px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .giftBtn {
  position: absolute;
  right: 12px;
  bottom: 15px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .giftBtn button {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .giftBtn p {
  color: #F0D423;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .accountUserInfoFrame .userCard .giftBtn img {
  width: 36px;
  height: 36px;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges {
  width: 895px;
  border-radius: 11px;
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges::before {
  content: '◆';
  position: absolute;
  right: 35px;
  top: 2px;
  font-size: 80px;
  color: #ffffff;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges h4 {
  height: 28px;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin: 0 0 20px 0;
  font-weight: bold;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info {
  display: flex;
  justify-content: space-between;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .middle {
  width: 66px;
  line-height: 29px;
  text-align: center;
  font-weight: bold;
  height: 29px;
  font-size: 14px;
  color: #ff5a00;
  background: url(/static/images/vipupbg.png);
  margin-top: 2px;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box {
  width: 380px;
  display: flex;
  flex-wrap: wrap;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .leave {
  width: 380px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 5px;
  display: flex;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .leave>b {
  width: 96px;
  height: 40px;
  background-color: #1a1a1a;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .leave>b>img {
  align-self: center;
  margin-right: 5px;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .leave>b>span {
  width: 42px;
  height: 24px;
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  color: #e7b819;
  align-self: center;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .leave>span {
  width: 280px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #333333;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .begin {
  font-size: 16px;
  line-height: 40px;
  color: #666666;
  display: flex;
  height: calc(100% - 40px);
  width: 100%;
  justify-content: center;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .begin span {
  font-size: 16px;
  color: #666666;
  align-self: center;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .end {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin: 30px 0 0 17px;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .block {
  width: 180px;
  height: 110px;
  border-radius: 8px;
  background: url(/static/images/vipinfobg.png);
  margin: 14px 20px 0 0;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .block:nth-child(2n+1) {
  margin-right: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .block .coupon {
  background: url(/static/images/vipcouponbg.png);
  width: 98px;
  height: 59px;
  margin: 9px auto 0 auto;
  display: flex;
  position: relative;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .block .coupon>b {
  width: 66px;
  align-self: center;
  margin-top: 8px;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .block .coupon>b>b {
  display: block;
  font-size: 24px;
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .block .coupon>b>span {
  display: block;
  font-size: 14px;
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .block .coupon>span {
  transform: rotate(90deg);
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  right: -8px;
  top: 14px;
  margin-top: 5px;
  font-weight: bold;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .block .coupon>i {
  font-style: normal;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  align-self: center;
  text-align: center;
  width: 32px;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .block>span {
  display: flex;
  justify-content: center;
  height: 40px;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .block>span>b {
  font-size: 16px;
  color: #333333;
  align-self: center;
  line-height: 18px;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .block>span>b>span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}

.bodyFrame .pc .accountFrame .rightFrame .privileges .info .box .block .server {
  margin: 16px 0 6px 0;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon {
  background: #ffffff;
  margin-bottom: 12px;
  border: 1px solid #ED6A00;
  border-radius: 10px;
  box-shadow: 0px 0 10px #ddd;
  padding: 18px 20px 24px 20px;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon h5 {
  font-size: 24px;
  color: #333333;
  margin: 0 0 15px 0;
  padding: 0;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon ul {
  display: flex;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon ul li {
  width: 286px;
  height: 130px;
  position: relative;
  margin-right: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon ul li>b {
  position: absolute;
  font-size: 46px;
  font-weight: bold;
  color: #FF5A00;
  left: 15px;
  top: 35px;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon ul li>span {
  position: absolute;
  font-size: 16px;
  color: #FF5A00;
  left: 16px;
  top: 71px;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon ul li>i {
  position: absolute;
  font-size: 16px;
  color: #6E6E6E;
  font-style: normal;
  font-weight: bold;
  left: 16px;
  top: 101px;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon ul li>button {
  position: absolute;
  width: 110px;
  height: 26px;
  background: #FF5A00;
  border: none;
  color: #ffffff;
  left: 111px;
  top: 65px;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon ul li .c {
  display: block;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon ul li .sc {
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon ul .shipping>b {
  top: 47px;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon ul .shipping>span {
  font-size: 20px;
  font-weight: bold;
  top: 98px;
  left: 18px;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon ul .shipping .c {
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame #nearCoupon ul .shipping .sc {
  display: block;
}

.bodyFrame .pc .accountFrame .rightFrame .taskTitle {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 20px;
  height: 62px;
  background: #ffffff;
  margin-bottom: 29px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskTitle>b {
  font-size: 24px;
  color: #333333;
  align-self: center;
}

.bodyFrame .pc .accountFrame .rightFrame .taskTitle>span {
  align-self: center;
}

.bodyFrame .pc .accountFrame .rightFrame .taskTitle>span>i {
  font-size: 16px;
  font-style: normal;
  color: #666666;
}

.bodyFrame .pc .accountFrame .rightFrame .taskTitle>span>b {
  font-size: 16px;
  font-weight: normal;
  color: #FF5A00;
}

.bodyFrame .pc .accountFrame .rightFrame .taskTitle>span>a {
  font-size: 16px;
  font-style: normal;
  color: #666666;
  margin-left: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskTitle>span>a:hover {
  color: #FF5A00;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter {
  margin-bottom: 13px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .mini {
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 5px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .mini h4 {
  font-size: 24px;
  color: #333333;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .mini>a {
  display: flex;
  height: 60px;
  line-height: 74px;
  border-bottom: 1px dashed #C9C9C9;
  justify-content: space-between;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .mini>a>b {
  font-size: 18px;
  font-weight: normal;
  color: #666666;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .mini>a>span {
  color: #FF5A00;
  font-size: 16px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .mini>b {
  display: flex;
  justify-content: center;
  font-weight: normal;
  margin: 20px 0 10px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .mini>b>span {
  margin-top: 17px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list {}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li {
  background: #ffffff;
  padding: 17px 23px;
  margin-bottom: 6px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li>h5 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dashed #C9C9C9;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li>h5>span {
  color: #ED6A00;
  line-height: 35px;
  cursor: pointer;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li>a {
  display: flex;
  height: 61px;
  border-bottom: 1px dashed #C9C9C9;
  width: calc(100% - 35px);
  justify-content: space-between;
  margin-left: 35px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li>a:last-child {
  border: none;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li>a>b {
  display: flex;
  height: 36px;
  align-self: center;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li>a>b>img {
  width: 36px;
  height: 36px;
  margin-right: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li>a>b>span {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 40px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li>a>span {
  line-height: 40px;
  font-size: 16px;
  color: #FF5A00;
  font-weight: normal;
  align-self: center;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li2 {
  background: #ffffff;
  padding: 17px 23px;
  margin-bottom: 6px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li2>a {
  display: flex;
  justify-content: space-between;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li2>a>span {
  display: flex;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li2>a>span>img {
  width: 36px;
  height: 36px;
  margin-right: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li2>a>span>b {
  font-weight: normal;
  line-height: 36px;
  font-size: 18px;
  color: #333333;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li2>a>span>b>button {
  border-radius: 4px;
  background: #EEEEEE;
  border: none;
  font-size: 14px;
  color: #333333;
  padding: 5px 10px;
  height: 25px;
  margin-left: 9px;
  position: relative;
  line-height: initial;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li2>a>span>b>button>span {
  display: none;
  position: absolute;
  width: 248px;
  padding: 11px 13px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #F4B46A;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  font-weight: normal;
  left: 61px;
  bottom: -15px;
  box-shadow: 0px 0px 10px #dddddd;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li2>a>span>b>button>span::after {
  content: '◆';
  position: absolute;
  left: -9px;
  bottom: 15px;
  font-size: 23px;
  color: #FFFFFF;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li2>a>span>b>button>span::before {
  content: '◆';
  position: absolute;
  left: -11px;
  bottom: 15px;
  font-size: 23px;
  color: #F4B46A;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li2>a>span>b>button:hover>span {
  display: block;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .li2>a>i {
  font-size: 16px;
  font-style: normal;
  color: #FF5A00;
  line-height: 36px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review {
  background: #ffffff;
  padding: 17px 23px;
  margin-bottom: 6px;
  margin-top: 29px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>h5 {
  border-bottom: 1px dashed #C9C9C9;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>h5>span {
  color: #ED6A00;
  line-height: 35px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>h5>b {
  display: flex;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>h5>b>b {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>h5>b>button {
  border-radius: 4px;
  background: #EEEEEE;
  border: none;
  font-size: 14px;
  color: #333333;
  padding: 5px 10px;
  height: 25px;
  margin-left: 9px;
  position: relative;
  font-weight: normal;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>h5>b>button>span {
  display: none;
  position: absolute;
  width: 248px;
  padding: 11px 13px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #F4B46A;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  font-weight: normal;
  left: 58px;
  top: -54px;
  box-shadow: 0px 0px 10px #dddddd;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>h5>b>button>span::after {
  content: '◆';
  position: absolute;
  left: -9px;
  top: 63%;
  font-size: 23px;
  color: #FFFFFF;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>h5>b>button>span::before {
  content: '◆';
  position: absolute;
  left: -11px;
  top: 63%;
  font-size: 23px;
  color: #F4B46A;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>h5>b>button:hover>span {
  display: block;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>b {
  display: flex;
  padding: 17px 0 0 0;
  justify-content: space-between;
  font-weight: normal;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>b>img {
  width: 36px;
  height: 36px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>b>span {
  border-bottom: 1px dashed #C9C9C9;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  width: 791px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>b>span>i {
  width: 70%;
  display: flex;
  font-style: normal;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>b>span>i>span {
  width: 110px;
  line-height: 36px;
  color: #666666;
  font-size: 18px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>b>span>i>b {
  line-height: 26px;
  font-weight: normal;
  color: #666666;
  font-size: 16px;
  width: 420px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>b>span>a {
  width: 122px;
  height: 30px;
  border: 1px solid #DDDDDD;
  background: #ffffff;
  color: #333333;
  text-align: center;
  line-height: 30px;
}

.bodyFrame .pc .accountFrame .rightFrame .taskCenter .list .review>b:last-child {
  border: none;
}

.bodyFrame .pc .accountFrame .rightFrame .upgradeGiftsFrame {
  height: 112px;
  margin-bottom: 21px;
}

.bodyFrame .pc .accountFrame .rightFrame .upgradeGiftsFrame .box {
  width: 285px;
  height: 112px;
  background: #FFFFFF;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}

.bodyFrame .pc .accountFrame .rightFrame .upgradeGiftsFrame .box:nth-child(3n+3) {
  margin-right: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .upgradeGiftsFrame .box .icon {
  width: 90px;
  float: left;
}

.bodyFrame .pc .accountFrame .rightFrame .upgradeGiftsFrame .box .icon img {}

.bodyFrame .pc .accountFrame .rightFrame .upgradeGiftsFrame .box .text {
  float: left;
  width: 180px;
  height: 40px;
  font-size: 18px;
  margin-top: 25px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .upgradeGiftsFrame .box .btn {
  float: left;
  width: 140px;
  height: 30px;
  margin-left: 20px;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}

.bodyFrame .pc .accountFrame .rightFrame .upgradeGiftsFrame .box .btn a {
  color: #FFFFFF;
}

.bodyFrame .pc .accountFrame .rightFrame .upgradeGiftsFrame .box .finish {
  float: left;
  margin-left: 70px;
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame h2 {
  font-size: 30px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #313131;
  font-weight: bold;
}

.bodyFrame .pc .accountFrame .rightFrame h3 {
  margin: 40px 0 20px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .empty {
  font-size: 18px;
  margin: 68px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .empty img {
  display: block;
  margin: 0 auto;
}

.bodyFrame .pc .accountFrame .rightFrame .empty span {
  display: block;
  text-align: center;
  color: #8d8d8d;
  margin-top: 29px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame {
  background: #FFFFFF;
  padding: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame h4 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 29px;
  padding: 10px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .tr {
  height: 30px;
  line-height: 30px;
  background: #F5F5F5;
  border-radius: 3px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .tr li {
  font-size: 18px;
  color: #000000;
  text-align: center;
  float: left;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .tr li:nth-child(5n+1) {
  width: 100px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .tr li:nth-child(5n+2) {
  width: 301px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .tr li:nth-child(5n+3) {
  width: 114px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .tr li:nth-child(5n+4) {
  width: 170px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .tr li:nth-child(5n+5) {
  width: 170px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td {
  height: 500px;
  line-height: 54px;
  background: #FFFFFF;
  font-size: 18px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td ul {
  height: 54px;
  border-bottom: 1px dashed #CDCDCD;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td li {
  font-size: 18px;
  color: #000000;
  text-align: center;
  float: left;
  line-height: 54px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td li:nth-child(5n+1) {
  width: 100px;
  color: #197DBC;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td li:nth-child(5n+1) a {
  color: #197DBC;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td li:nth-child(5n+2) {
  width: 301px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td li:nth-child(5n+3) {
  width: 114px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td li:nth-child(5n+4) {
  width: 170px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td li:nth-child(5n+5) {
  width: 170px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td li:nth-child(5n+5)>a {
  width: 80px;
  height: 30px;
  background: #ffffff;
  color: #666666;
  display: block;
  line-height: 30px;
  float: right;
  margin-top: 13px;
  margin-left: 5px;
  font-size: 16px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td li:nth-child(5n+5)>a:hover {
  background: #FF5A00;
  color: #FFFFFF;
  font-weight: bold;
}

/* .bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td .btnCancel{width: 55px;height: 25px;background: #383838;color: #FFFFFF;font-size: 12px;display: block;line-height: 25px;float: right;margin-top: 13px;border-radius: 2px;margin-left: 5px;}
.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td .btnInvoice{width: 55px;height: 25px;background: #ff5a00;color: #FFFFFF;font-size: 12px;display: block;line-height: 25px;float: right;margin-top: 13px;border-radius: 2px;margin-left: 5px;}
.bodyFrame .pc .accountFrame .rightFrame .orderListFrame .td .btnReorder{width: 55px;height: 25px;background: #FF9403;color: #FFFFFF;font-size: 12px;display: block;line-height: 25px;float: right;margin-top: 13px;border-radius: 2px;margin-left: 5px;} */
.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame {
  margin-top: 30px;
  background: #FFFFFF;
  padding: 0 0 20px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame h4 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 29px;
  padding: 10px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .tr {
  border-bottom: 1px dashed #D2D2D2;
  height: 47px;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .tr li {
  float: left;
  font-size: 18px;
  line-height: 47px;
  color: #535353;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .tr li:nth-child(5n+1) {
  width: 550px;
  text-align: left
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .tr li:nth-child(5n+2) {
  width: 160px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td {
  clear: both;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td ul {
  height: 95px;
  border-bottom: 1px dashed #D2D2D2;
  clear: both;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td li {
  float: left;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td li:nth-child(5n+1) {
  width: 110px;
  height: 63px;
  margin-top: 15px;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td li:nth-child(5n+1) a {
  width: 95px;
  height: 63px;
  display: block;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td li:nth-child(5n+1) img {
  width: 95px;
  height: 63px;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td li:nth-child(5n+2) {
  width: 438px;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td li:nth-child(5n+2) a {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin-top: 20px;
  height: 40px;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td li:nth-child(5n+3) {
  width: 160px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ff5a00;
  line-height: 95px;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td li:nth-child(5n+3) s {
  color: #5E5E5E;
  font-weight: normal;
  font-size: 12px;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td li:nth-child(5n+4) {
  width: 145px;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td li:nth-child(5n+4) i {
  font-weight: normal;
  font-size: 17px;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td li:nth-child(5n+4) .btnDelete {
  width: 140px;
  height: 30px;
  margin-top: 15px;
  display: block;
  background: #383838;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

.bodyFrame .pc .accountFrame .rightFrame .wishlistFrame .td li:nth-child(5n+4) .btnAddcart {
  width: 140px;
  height: 30px;
  margin-top: 5px;
  display: block;
  background: #ff5a00;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame {
  margin-top: -11px;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .tr {
  border-bottom: 1px dashed #D2D2D2;
  height: 47px;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .tr li {
  float: left;
  font-size: 18px;
  line-height: 47px;
  color: #535353;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .tr li:nth-child(5n+1) {
  width: 130px;
  text-align: center
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .tr li:nth-child(5n+2) {
  width: 558px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .tr li:nth-child(5n+3) {
  width: 165px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .td {
  clear: both;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .td ul {
  height: 47px;
  border-bottom: 1px dashed #D2D2D2;
  clear: both;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .td li {
  float: left;
  font-size: 18px;
  color: #535353;
  height: 47px;
  line-height: 47px;
  float: left;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .td li:nth-child(5n+1) {
  width: 130px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .td li:nth-child(5n+2) {
  width: 558px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .td li:nth-child(5n+3) {
  width: 165px;
  text-align: center;
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .td li a {
  color: #197DBC;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .rewardTotal {
  background: #F2F2F2;
  margin-top: 25px;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .rewardslistFrame .rewardTotal span {
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame {
  margin-top: -11px;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .tr {
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px dashed #D2D2D2;
  height: 47px;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .tr li {
  float: left;
  font-size: 18px;
  height: 47px;
  line-height: 47px;
  color: #535353;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .tr li:nth-child(5n+1) {
  width: 130px;
  text-align: center
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .tr li:nth-child(5n+2) {
  width: 558px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .tr li:nth-child(5n+3) {
  width: 165px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .tr li:nth-child(5n+4) {
  width: 165px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .td {
  clear: both;
  border-bottom: 1px dashed #D2D2D2;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .td ul {
  height: 47px;
  border-bottom: 1px dashed #D2D2D2;
  clear: both;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .td li {
  float: left;
  font-size: 18px;
  color: #535353;
  height: 47px;
  line-height: 47px;
  float: left;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .td li:nth-child(5n+1) {
  width: 130px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .td li:nth-child(5n+2) {
  width: 558px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .td li:nth-child(5n+3) {
  width: 165px;
  text-align: center;
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .td li:nth-child(5n+4) {
  width: 165px;
  text-align: center;
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionFrame .td ul:last-child {
  border: none;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionTotal {
  margin-top: 15px;
  background: #F2F2F2;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #231815;
  font-weight: bold;
  padding-right: 20px;
  text-align: right
}

.bodyFrame .pc .accountFrame .rightFrame .transactionTotal span {
  color: #ff5a00;
  padding-left: 10px;
}

.bodyFrame .pc .accountFrame .rightFrame .transactionPage {
  margin-top: 30px;
  text-align: right;
  font-size: 18px;
  color: #5A5A5A;
}

.bodyFrame .pc .accountFrame .rightFrame .pageFrame {
  margin-top: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .pageFrame .pageList {
  float: left;
}

.bodyFrame .pc .accountFrame .rightFrame .pageFrame .results {
  float: right;
  font-size: 16px;
  line-height: 38px;
}

.bodyFrame .pc .accountFrame .rightFrame .required {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .required label {
  float: left;
  width: 15%;
  padding-right: 10px;
}

.bodyFrame .pc .accountFrame .rightFrame .required .input {
  float: left;
  width: 85%;
}

.bodyFrame .pc .accountFrame .rightFrame .btn {
  width: 372px;
  height: 40px;
  border-radius: 0;
  background: #ff5a00;
  color: #FFFFFF;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

.bodyFrame .pc .accountFrame .rightFrame legend {
  border: none;
  margin: 0;
}

.bodyFrame .pc .accountFrame .rightFrame h6 {
  background: #F5F5F5;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #000000;
  text-indent: 10px;
  margin: 20px 0;
}

.bodyFrame .pc .accountFrame .rightFrame p {
  color: #535353;
  font-size: 18px;
  line-height: 25px;
}

.bodyFrame .pc .accountFrame .rightFrame p b {
  color: #000000;
  font-weight: normal;
}

.bodyFrame .pc .accountFrame .rightFrame p span {
  display: block;
  float: right;
  width: 693px;
  line-height: 25px;
  color: #AFAFAF;
}

.bodyFrame .pc .accountFrame .rightFrame p span br {
  display: contents;
}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList {}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList .tr {}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList .tr li {
  float: left;
  width: 100px;
  background: #F5F5F5;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #000000;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList .tr li:nth-child(5n+1) {
  width: 455px;
}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList .tr li:nth-child(5n+2) {}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList .tr li:nth-child(5n+3) {}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList .tr li:nth-child(5n+4) {}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList .tr li:nth-child(5n+5) {}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList ul {
  border-bottom: 1px dashed #CDCDCD;
  background: #FFFFFF;
  clear: both;
  height: 30px;
}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList ul li {
  float: left;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #000000;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList ul .align-left {
  padding-left: 5px;
  text-align: left;
}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList ul .orange {
  color: #ff5a00
}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList ul li a {
  color: #197DBC;
}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList ul li:nth-child(5n+1) {
  width: 455px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList ul li:nth-child(5n+2) {}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList ul li:nth-child(5n+3) {}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList ul li:nth-child(5n+4) {}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList ul li:nth-child(5n+5) {}

.bodyFrame .pc .accountFrame .rightFrame .orederInfoProductList .td ul:last-child {
  border-bottom: 1px solid #CDCDCD;
}

.bodyFrame .pc .accountFrame .rightFrame .totalFrame {
  padding-top: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .totalFrame .left {
  float: left;
  padding: 0;
  width: 420px;
  text-align: right;
  font-size: 18px;
  color: #231815;
  line-height: 20px;
  padding: 5px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .totalFrame .left span {}

.bodyFrame .pc .accountFrame .rightFrame .totalFrame .left span b {
  color: #ff5a00;
  padding: 0 10px;
}

.bodyFrame .pc .accountFrame .rightFrame .totalFrame .right {
  float: right;
  padding: 0;
  width: 400px;
}

.bodyFrame .pc .accountFrame .rightFrame .totalFrame .right li {
  font-size: 18px;
  color: #231815;
  line-height: 20px;
  padding: 5px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .totalFrame .right li b {
  font-weight: normal;
  display: block;
  float: left;
  width: 250px;
}

.bodyFrame .pc .accountFrame .rightFrame .totalFrame .right li i {
  font-style: normal;
  display: block;
  float: left;
  width: 150px;
  text-align: right;
}

.bodyFrame .pc .accountFrame .rightFrame .totalFrame .right li:last-child {
  padding-top: 10px;
}

.bodyFrame .pc .accountFrame .rightFrame .totalFrame .right li:last-child b {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}

.bodyFrame .pc .accountFrame .rightFrame .totalFrame .right li:last-child i {
  font-weight: bold;
  color: #ff5a00;
  font-size: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .invoiceFrame {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 25px;
  color: #FFFFFF;
  background: #ff5a00;
  text-align: center;
  border-radius: 5px;
  margin: 25px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList {
  padding-bottom: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .tr {}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .tr ul {
  background: #F5F5F5;
  line-height: 30px;
  height: 30px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .tr ul li {
  font-size: 18px;
  color: #000000;
  text-align: center;
  float: left;
  line-height: 30px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .tr ul li:nth-child(3n+1) {
  width: 150px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .tr ul li:nth-child(3n+2) {
  width: 250px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .tr ul li:nth-child(3n+3) {
  width: 450px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .td {}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .td ul {
  padding: 15px 0;
  border-bottom: 1px dashed #CDCDCD;
}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .td ul li {
  font-size: 18px;
  color: #000000;
  text-align: center;
  float: left;
  line-height: 30px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .td ul li:nth-child(3n+1) {
  width: 150px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .td ul li:nth-child(3n+2) {
  width: 250px;
}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .td ul li:nth-child(3n+3) {
  width: 450px;
  text-align: left;
}

.bodyFrame .pc .accountFrame .rightFrame .orderHistoryList .td ul:last-child {
  border-bottom: 1px solid #CDCDCD;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame {
  background: #FFFFFF;
  padding: 0 0;
  overflow: hidden;
  margin-top: 40px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  height: 68px;
  line-height: 68px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .title span {
  display: block;
  float: right;
  font-size: 18px;
  color: #CBCBCB;
  font-weight: normal;
  cursor: pointer;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list {}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li {
  width: 417px;
  height: 195px;
  border: 3px solid #E5E5E5;
  background: #FFFFFF;
  padding: 13px 15px;
  float: left;
  margin-right: 18px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li:nth-child(2n+2) {
  margin-right: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .gou {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .gou span {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #ff5a00 #ff5a00 transparent;
  top: 3px;
  right: -3px;
  z-index: 1;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .gou i {
  position: absolute;
  z-index: 2;
  right: -2px;
  bottom: -4px;
  color: #FFFFFF;
  font-weight: bold;
  font-style: normal
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .editBtn {
  position: absolute;
  right: 75px;
  color: #999999;
  font-size: 14px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .editBtn:hover {
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .deleteBtn {
  position: absolute;
  right: 10px;
  color: #999999;
  font-size: 14px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .deleteBtn:hover {
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .name {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  height: auto;
  width: 210px;
  padding-left: 0 !important;
  text-transform: capitalize;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .name span {
  color: #ff5a00;
  font-size: 14px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .company {
  font-size: 18px;
  color: #8D8D8D;
  line-height: 25px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .address {
  font-size: 18px;
  color: #8D8D8D;
  line-height: 25px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .phone {
  font-size: 18px;
  color: #8D8D8D;
  line-height: 25px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .vat {
  font-size: 18px;
  color: #8D8D8D;
  line-height: 25px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li:hover {
  border: 3px solid #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .defalutIcon {
  height: 25px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  right: 5px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list li .defalutIcon span {
  display: block;
  width: 25px;
  height: 25px;
  float: right;
  background: #ff5a00;
  border-radius: 25px;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  margin-left: 10px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list .add {
  border: 3px dashed #CBCBCB;
  cursor: pointer;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list .add .addIcon {
  font-size: 52px;
  color: #CBCBCB;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 76px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list .add .text {
  font-size: 18px;
  color: #CBCBCB;
  position: absolute;
  width: 383px;
  text-align: center;
  top: 130px;
}

.bodyFrame .pc .accountFrame .rightFrame .addressFrame .list .add:hover .addIcon,
.checkoutApp .addressFrame .list .add:hover .text {
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame {
  background: #FFFFFF;
  padding: 15px 21px 40px 21px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame h4 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 29px;
  padding: 10px 0;
  border-bottom: 1px solid #D2D2D2;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .uploadHead {
  padding: 46px 37px;
  float: left;
  width: 400px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .uploadHead .head {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  border: 3px solid #ff5a00;
  float: left;
  margin-right: 30px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .uploadHead .head img {
  float: left;
  width: 100px;
  height: 100px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .uploadHead .uploadBtn {
  float: left;
  padding-top: 27px;
  width: 190px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .uploadHead .uploadBtn .fileBox {
  height: 40px;
  width: 86px;
  opacity: 0;
  z-index: 1;
  position: absolute;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .uploadHead .uploadBtn button {
  width: 86px;
  height: 40px;
  font-size: 18px;
  color: #FFFFFF;
  background: #ff5a00;
  border-radius: 2px;
  border: none;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .uploadHead .uploadBtn span {
  display: block;
  color: #6A6A6A;
  line-height: 30px
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .bindMail {
  float: left;
  padding-top: 78px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .bindMail span {
  display: block;
  float: left;
  width: 70px;
  line-height: 30px;
  font-size: 16px;
  color: #626262;
  font-weight: bold;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .bindMail b {
  color: #6A6A6A;
  font-size: 18px;
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  font-weight: normal;
  width: 230px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .bindMail button {
  float: left;
  width: 86px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  border-radius: 2px;
  background: #ff5a00;
  font-size: 18px;
  color: #FFFFFF;
  margin: -4px 0 0 27px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .birthday {
  padding: 0 37px;
  margin-bottom: 48px;
  height: 40px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .birthday span {
  display: block;
  width: 130px;
  float: left;
  margin-right: 30px;
  text-align: right;
  color: #626262;
  font-size: 16px;
  line-height: 40px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .birthday ul {}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .birthday ul li {
  float: left;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .birthday ul li b {
  display: block;
  float: left;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .birthday ul li b input {
  width: 46px;
  height: 40px;
  border: 1px solid #B9B9B9;
  text-align: center;
  font-size: 18px;
  color: #313131;
  font-weight: normal;
  cursor: pointer;
  background: #FFFFFF;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .birthday ul li span {
  display: block;
  width: 17px;
  border-bottom: 1px solid #707070;
  float: left;
  margin: 0 13px;
  padding-top: 19px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .birthday ul .year b input {
  width: 65px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .birthday .month {}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .birthday .day {}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .birthday .year {}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .tagsFrame {
  padding: 0 0 0 37px;
  margin-bottom: 76px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .tagsFrame span {
  display: block;
  width: 130px;
  float: left;
  margin-right: 30px;
  text-align: right;
  color: #626262;
  font-size: 16px;
  line-height: 46px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .tagsFrame ul {
  float: left;
  width: 649px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .tagsFrame ul li {
  float: left;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  margin-right: 30px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .tagsFrame ul li b {
  display: block;
  float: left;
  width: 28px;
  height: 46px;
  position: relative;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .tagsFrame ul li b input {
  position: absolute;
  top: -10px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .tagsFrame ul li b .blockOn {
  width: 18px;
  height: 18px;
  border: 1px solid #ff5a00;
  background: #FFFFFF;
  position: absolute;
  top: 14px;
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .tagsFrame ul li b .blockOn span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ff5a00;
  position: absolute;
  left: 3px;
  top: 3px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .tagsFrame ul li b .blockOff {
  width: 18px;
  height: 18px;
  border: 1px solid #B9B9B9;
  background: #FFFFFF;
  position: absolute;
  top: 14px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .tagsFrame ul li span {
  display: block;
  float: left;
  width: auto;
  margin-right: 0;
  -webkit-user-select: none;
  user-select: none;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .tagsFrame ul .select b .blockOn {
  display: block;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .tagsFrame ul .select b .blockOff {
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .purposeFrame ul li b .blockOn {
  border-radius: 40px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .purposeFrame ul li b .blockOn span {
  border-radius: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .purposeFrame ul li b .blockOff {
  border-radius: 40px;
}


.bodyFrame .pc .accountFrame .rightFrame .personalFrame .saveBtn {
  text-align: center;
  margin-bottom: 59px;
}

.bodyFrame .pc .accountFrame .rightFrame .personalFrame .saveBtn button {
  background: #ff5a00;
  width: 274px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
  border-radius: 2px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountPublicFrame {
  background: #FFFFFF;
  padding: 20px;
  min-height: 224px;
  border-radius: 10px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountPublicFrame .title {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 29px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountPublicFrame h4 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 29px;
  border-bottom: 1px solid #D2D2D2;
}

.bodyFrame .pc .accountFrame .rightFrame .accountPublicFrame h4 a {
  color: #549FCE;
  font-size: 20px;
  font-weight: normal;
}

.bodyFrame .pc .accountFrame .rightFrame .accountPublicFrame .reviewSubNav {
  height: 57px;
  padding: 7px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .accountPublicFrame .reviewSubNav .all {
  background: #383838;
  color: #FFFFFF;
  display: block;
  float: right;
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  margin-right: 15px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountPublicFrame .reviewSubNav .return {
  background: #383838;
  color: #FFFFFF;
  display: block;
  float: right;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
}

.bodyFrame .pc .accountFrame .rightFrame .accountPublicFrame .pageFrame {
  text-align: right;
  margin-top: 50px;
  position: relative;
  height: 37px;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame {}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .subTitle {
  color: #313131;
  font-size: 22px;
  font-weight: bold;
  margin: 36px 0 20px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .line {
  margin: 19px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .line .labelTitle {
  font-size: 18px;
  width: 190px;
  float: left;
  text-align: right;
  height: 40px;
  line-height: 40px;
  margin: 0 35px 0 0;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .line .labelCon {
  font-size: 16px;
  width: 628px;
  float: left;
  line-height: 40px;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .line .labelCon .inputText {
  padding: 0 20px;
  height: 40px;
  border-radius: 0;
  line-height: 40px;
  margin-top: -5px;
  width: 300px;
  font-size: 16px;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .line .labelCon .inputText::-webkit-input-placeholder {
  color: #D2D2D2;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .line .labelCon .radio {
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-indent: 20px;
  margin-bottom: 10px;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .line .labelCon .radio .inputRadio {
  margin: 9px 0 0 -20px;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .line .labelCon .copyBtn {
  width: 86px;
  height: 40px;
  background: #ff5a00;
  font-size: 18px;
  color: #FFFFFF;
  border: none;
  margin-left: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame #payment-paypal {
  margin: -31px 0 0 90px;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame #payment-paypal input {
  border-radius: 0;
  width: 300px;
  font-size: 16px;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .conditions {
  padding: 78px 0 44px 0;
  font-size: 18px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .conditions input {}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .conditions a {
  color: #6FAED6;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .noTracking {
  font-size: 18px;
  text-align: center;
  margin-top: 270px;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .noTracking a {
  color: #549FCE;
}

.bodyFrame .pc .accountFrame .rightFrame .affiliateFrame .invite {
  margin: 190px 0px 50px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .affillateButtons {
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .affillateButtons input {
  width: 274px;
  height: 43px;
  line-height: 43px;
  background: #ff5a00;
  color: #FFFFFF;
  font-size: 18px;
  padding: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame {}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine {
  height: 150px;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
  padding-top: 15px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .userHead {
  width: 100px;
  height: 100px;
  border: 2px solid #ff5a00;
  border-radius: 100px;
  overflow: hidden;
  margin-top: 8px;
  margin-right: 22px;
  float: left;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .userHead img {
  width: 100px;
  height: 100px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .name {
  font-size: 24px;
  color: #000000;
  left: 120px;
  top: 25px;
  position: absolute;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .rewardPoints {
  position: absolute;
  left: 120px;
  top: 83px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .rewardPoints span {
  font-size: 26px;
  color: #ff5a00;
  display: block;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .rewardPoints b {
  display: block;
  font-size: 12px;
  color: #959595;
  font-weight: normal;
  line-height: 30px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .vipLeave {
  position: absolute;
  width: 419px;
  height: 79px;
  right: 53px;
  top: 43px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .vipLeave span {
  position: absolute;
  min-width: 29px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .vipLeave .vip0 {
  bottom: 22px;
  left: -2px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .vipLeave .vip1 {
  bottom: 27px;
  left: 63px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .vipLeave .vip2 {
  bottom: 35px;
  left: 127px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .vipLeave .vip3 {
  bottom: 47px;
  left: 193px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .vipLeave .vip4 {
  bottom: 56px;
  left: 258px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .vipLeave .vip5 {
  bottom: 67px;
  left: 324px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .vipLeave .vip6 {
  bottom: 81px;
  left: 391px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .vipLeave .display-none {
  display: none
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .vipLeave .min {
  height: 13px;
  line-height: 13px;
  font-size: 10px;
  text-align: center;
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipLine .vipLeave .bg {}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame h6 {
  font-size: 20px;
  color: #ff5a00;
  background: none;
  text-indent: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA {
  border: 1px solid #ff5a00;
  border-right: none;
  border-bottom: none;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .tr {}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .tr p {
  display: flex;
  float: left;
  width: 109px;
  height: 36px;
  border-right: 1px solid #ff5a00;
  border-bottom: 1px solid #ff5a00;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .tr p span {
  height: 36px;
  line-height: 36px;
  color: #000000;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .tr p .color {
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .tr p:nth-child(2) {
  width: 154px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .tr p:nth-child(3) {
  width: 97px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .tr p:nth-child(4) {
  width: 173px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .tr p:nth-child(5) {
  width: 183px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .tr p:nth-child(6) {
  width: 136px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td {
  float: left;
  width: 109px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td p {
  display: flex;
  width: 109px;
  height: 36px;
  border-right: 1px solid #ff5a00;
  border-bottom: 1px solid #ff5a00;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  margin: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td p span {
  height: 36px;
  line-height: 36px;
  color: #000000;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td1 p span {
  color: #ff5a00;
  font-weight: bold;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td2 {
  width: 154px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td2 p {
  width: 154px;
  height: 252px;
  align-items: center;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td2 p span {
  height: 50px;
  line-height: 15px;
  padding: 0 10px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td3 {
  width: 97px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td3 p {
  width: 97px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td4 {
  width: 173px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td4 p {
  width: 173px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td5 {
  width: 183px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td5 p {
  width: 183px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td6 {
  width: 136px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableA .td6 p {
  width: 136px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB {
  border: 1px solid #ff5a00;
  border-right: none;
  border-bottom: none;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .tr {}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .tr .first {
  width: 134px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #ff5a00;
  float: left;
  border-bottom: 1px solid #ff5a00;
  border-right: 1px solid #ff5a00;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .tr p {
  display: flex;
  width: 99px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #ff5a00;
  float: left;
  border-bottom: 1px solid #ff5a00;
  border-right: 1px solid #ff5a00;
  text-align: center;
  lign-items: center;
  margin: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .tr p span {
  display: block;
  float: none;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
  color: #ff5a00;
  ;
  text-align: center;
  line-height: 35px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .tr p:nth-child(2n+0) {
  width: 156px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .tr p:nth-child(2n+1) {
  width: 562px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .td {
  clear: both;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .td .first {
  width: 134px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  float: left;
  border-bottom: 1px solid #ff5a00;
  border-right: 1px solid #ff5a00;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .td p {
  display: flex;
  width: 99px;
  height: 35px;
  line-height: 30px;
  font-size: 14px;
  color: #313131;
  float: left;
  border-bottom: 1px solid #ff5a00;
  border-right: 1px solid #ff5a00;
  text-align: center;
  align-items: center;
  margin: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .td p span {
  display: block;
  float: none;
  color: #313131;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  padding: 0 5px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .td p br {
  display: inline;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .td b {
  display: block;
  width: 693px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #ff5a00;
  float: left;
  border-bottom: 1px solid #ff5a00;
  border-right: 1px solid #ff5a00;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .td p:nth-child(2n+0) {
  width: 156px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableB .td p:nth-child(2n+1) {
  width: 562px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .giftInfo {
  margin: 30px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .giftInfo .li {
  width: 320px;
  float: left;
  margin: 0 53px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .giftInfo .icon {
  float: left;
  width: 100px;
  height: 100px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .giftInfo .icon img {
  margin-left: -10px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .giftInfo .tit {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  line-height: 100px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .giftInfo .subTit {
  clear: both;
  color: #ff5a00;
  font-size: 18px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .giftInfo .desc {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .giftInfo .desc span {
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .giftInfo .text {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-top: 30px;
  padding: 0 53px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .giftInfo .text2 {
  font-size: 18px;
  color: #ff5a00;
  padding: 0 53px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC {
  border: 1px solid #ff5a00;
  border-right: none;
  border-bottom: none;
  margin-bottom: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .tr {}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .tr .first {
  width: 145px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #ff5a00;
  float: left;
  border-bottom: 1px solid #ff5a00;
  border-right: 1px solid #ff5a00;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .tr p {
  display: flex;
  width: 99px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #ff5a00;
  float: left;
  border-bottom: 1px solid #ff5a00;
  border-right: 1px solid #ff5a00;
  text-align: center;
  lign-items: center;
  margin: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .tr p span {
  display: block;
  float: none;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
  color: #ff5a00;
  text-align: center;
  line-height: 35px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .tr p:nth-child(2n+0) {
  width: 156px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .tr p:nth-child(2n+1) {
  width: 551px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .td {
  clear: both;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .td .first {
  width: 145px;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  float: left;
  border-bottom: 1px solid #ff5a00;
  border-right: 1px solid #ff5a00;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .td p {
  display: flex;
  width: 99px;
  height: auto;
  font-size: 14px;
  color: #313131;
  float: left;
  border-bottom: 1px solid #ff5a00;
  border-right: 1px solid #ff5a00;
  text-align: center;
  align-items: center;
  margin: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .td p span {
  display: block;
  float: none;
  color: #313131;
  width: 100%;
  line-height: 16px;
  font-size: 12px;
  padding: 0 5px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .td p br {
  display: inline;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .td b {
  display: block;
  width: 693px;
  height: auto;
  font-size: 14px;
  color: #ff5a00;
  float: left;
  border-bottom: 1px solid #ff5a00;
  border-right: 1px solid #ff5a00;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .td p:nth-child(2n+0) {
  width: 156px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .td p:nth-child(2n+1) {
  width: 551px;
}

.bodyFrame .pc .accountFrame .rightFrame .benefitsFrame .vipTableC .td p:nth-child(2n+1) span {
  text-align: left;
  line-height: 15px;
  padding: 0 60px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame {
  margin-bottom: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .tr {
  background: #F5F5F5;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .tr span {
  display: block;
  float: left;
  font-size: 18px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .tr span:nth-child(4n+1) {
  width: 100px;
  color: #197DBC;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .tr span:nth-child(4n+2) {
  width: 200px;
  color: #000000;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .tr span:nth-child(4n+3) {
  width: 100px;
  color: #ff5a00;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .tr span:nth-child(4n+4) {
  width: 300px;
  color: #B7B7B7;
  text-align: center;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .tr .openSubListBtn {
  float: right;
  font-size: 26px;
  width: 40px;
  text-align: center;
  color: #ff5a00;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: non-ms-user-select:none;
  -khtml-user-select: none;
  user-select: none;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .tr .openSubListBtn i {
  font-size: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .tr .closeSubListBtn {
  float: right;
  font-size: 26px;
  width: 40px;
  text-align: center;
  color: #ff5a00;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: non-ms-user-select:none;
  -khtml-user-select: none;
  user-select: none;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .tr .closeSubListBtn i {
  font-size: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td {}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td ul {
  padding-left: 100px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td ul li {
  padding: 13px 0;
  height: 86px;
  position: relative;
  border-bottom: 1px dashed #CDCDCD;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td ul li .productImg {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 12px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td ul li .productImg img {
  width: 90px;
  height: 60px;
  left: -15px;
  position: absolute;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td ul li .productName {
  font-size: 16px;
  color: #000000;
  width: 400px;
  position: absolute;
  left: 72px;
  line-height: 15px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td ul li .productInfo {
  position: absolute;
  left: 72px;
  bottom: 10px;
  font-size: 15px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td ul li .productInfo span {
  margin-left: 50px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td ul li .productInfo span:first-child {
  margin-left: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td ul li .btnFrame {
  position: absolute;
  right: 0;
  top: 30px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td ul li .btnFrame button {
  width: 90px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  border: none;
  color: #FFFFFF;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td ul li .btnFrame .addBtn {
  background: #ff5a00;
  border-radius: 2px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewListFrame .td ul li .btnFrame .viewBtn {
  background: #FF9403;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con {
  position: absolute;
  z-index: 2;
  width: 800px;
  height: 510px;
  background: #FFFFFF;
  padding: 20px;
  left: 50%;
  margin-left: -400px;
  top: 100px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .closeBtn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background: #ED6A01;
  text-align: center;
  line-height: 28px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .userHead {
  position: absolute;
  width: 86px;
  height: 86px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .userHead img {
  width: 86px;
  height: 86px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .productName {
  position: absolute;
  left: 117px;
  top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  width: 405px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .info {
  color: #535353;
  font-size: 15px;
  left: 117px;
  top: 88px;
  position: absolute;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .info span {
  padding-right: 30px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .star {
  position: absolute;
  right: 20px;
  top: 40px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .star span {
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .star span img {}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .off .starOff {
  display: block;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .off .starOn {
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .on .starOff {
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .on .starOn {
  display: block;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .text {
  position: absolute;
  top: 118px;
  border-top: 1px dashed #C9C9C9;
  padding: 10px 0;
  width: 760px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .text .textarea {
  border: 1px solid #707070;
  padding: 18px 13px;
  height: 220px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .text .textarea textarea {
  width: 100%;
  height: 190px;
  resize: none;
  border: none;
  font-size: 15px;
  outline: none;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .text .tips {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  left: -10px;
  bottom: -10px;
  color: #ED6A01;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .text .errorTips {
  position: absolute;
  right: 10px;
  bottom: 12px;
  font-size: 16px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .text .errorTips span {
  display: block;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .text .errorTips b {
  display: block;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .addPphotoFrame {
  position: absolute;
  bottom: 20px;
  height: 86px;
  width: 500px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .addPphotoFrame .loading {
  position: absolute;
  width: 86px;
  height: 86px;
  z-index: 3;
  background: #FFFFFF;
  border: 1px dashed #C9C9C9;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .addPphotoFrame a {
  display: block;
  position: absolute;
  border: 1px dashed #C9C9C9;
  width: 86px;
  height: 86px;
  z-index: 2;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .addPphotoFrame a input {
  position: absolute;
  z-index: 2;
  height: 86px;
  width: 86px;
  cursor: pointer;
  opacity: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .addPphotoFrame a img {
  position: absolute;
  top: 17px;
  left: 17px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .addPphotoFrame a b {
  position: absolute;
  width: 86px;
  left: 0;
  text-align: center;
  color: #C9C9C9;
  bottom: 5px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .addPphotoFrame .list {
  position: absolute;
  z-index: 1;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .addPphotoFrame .list span {
  display: block;
  border: 1px dashed #C9C9C9;
  width: 86px;
  height: 86px;
  z-index: 1;
  float: left;
  margin-right: 5px;
  overflow: hidden;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .addPphotoFrame b {
  display: block;
  position: absolute;
  left: 470px;
  font-size: 15px;
  color: #535353;
  bottom: 0;
  font-weight: normal;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .submitBtn {
  position: absolute;
  width: 140px;
  height: 36px;
  bottom: 20px;
  right: 20px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .submitBtn button {
  width: 140px;
  height: 36px;
  background: #ff5a00;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .submitBtn .submit {}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .submitBtn .disble {
  background: #DDDDDD;
  cursor: default;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .photoFrame {
  position: absolute;
  top: 118px;
  width: 760px;
  height: 86px;
  border-top: 1px dashed #C9C9C9;
  padding: 10px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .photoFrame span {
  display: block;
  width: 86px;
  height: 86px;
  float: left;
  margin: 9px 9px 34px 0;
  border: 1px dashed #C9C9C9;
  overflow: hidden;
  cursor: pointer;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .photoFrame span img {
  width: 86px;
  height: 86px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .con .desc {
  position: absolute;
  top: 260px;
  font-size: 15px;
  color: #535353;
  width: 760px;
}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .addReviewFrame {}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .viewReviewFrame {}

.bodyFrame .pc .accountFrame .rightFrame .reviewFrame .maskBG {
  background: #000000;
  opacity: 0.6;
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: 1;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame {}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .leaveCoupons {
  width: 100%;
  height: 200px;
  background: #FFFFFF;
  position: relative;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .leaveCoupons .vipIcon {
  position: absolute;
  right: 30px;
  top: 17px;
  color: #E7B819;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  width: 80px;
  text-indent: 34px;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .leaveCoupons .vipIcon img {
  position: absolute;
  left: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .leaveCoupons span {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 2;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .leaveCoupons .bg {
  position: absolute;
  left: 78px;
  bottom: 37px;
  z-index: 1;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .leaveCoupons .gift_0 {
  left: 77px;
  top: 92px;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .leaveCoupons .gift_1 {
  left: 185px;
  top: 82px;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .leaveCoupons .gift_2 {
  left: 291px;
  top: 72px;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .leaveCoupons .gift_3 {
  left: 401px;
  top: 62px;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .leaveCoupons .gift_4 {
  left: 508px;
  top: 52px;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .leaveCoupons .gift_5 {
  left: 617px;
  top: 42px;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .leaveCoupons .gift_6 {
  left: 724px;
  top: 32px;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList {}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon {
  width: 420px;
  height: 132px;
  float: left;
  position: relative;
  margin: 20px 55px 20px 0;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon .couponLfet {
  width: 132px;
  height: 132px;
  position: absolute;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon .couponLfet .vipTag {
  position: absolute;
  width: 100px;
  height: 20px;
  background: #E7BA22;
  color: #FFFFFF;
  left: -6px;
  border-radius: 0 0 17px 0;
  text-align: center;
  font-size: 10px;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon .couponLfet .icon {
  position: absolute;
  top: 22px;
  left: 37px;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon .couponLfet .money {
  position: absolute;
  font-size: 48px;
  font-weight: bold;
  top: 44px;
  text-align: center;
  width: 130px;
  color: #FFFFFF;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon .couponLfet .name {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  width: 120px;
  top: 85px;
  text-align: center;
  left: 5px;
  line-height: 19px;
  color: #FFFFFF;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon .couponLfet .bg {
  position: absolute;
  margin-left: -6px;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon .couponRight {
  position: absolute;
  left: 132px;
  width: 288px;
  height: 132px;
  background: #FFFFFF;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon .couponRight .desc {
  width: 232px;
  height: 60px;
  padding-bottom: 14px;
  left: 19px;
  top: 19px;
  position: absolute;
  display: table;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon .couponRight .couponOver {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-weight: 700;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon .couponRight .desc span {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon .couponRight .date {
  position: absolute;
  color: #6A6A6A;
  bottom: 20px;
  width: 232px;
  text-align: center;
  left: 19px;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .coupon:nth-child(2n+2) {
  margin-right: 0;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .couponA .couponLfet .money {
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .couponA .couponLfet .bgB {
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .couponA .couponLfet .money {
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .couponA .couponRight .desc {
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .couponB .couponLfet .bgA {
  display: none;
}

.bodyFrame .pc .accountFrame .rightFrame .couponsFrame .couponsList .couponB .couponLfet .icon {
  display: none;
}

.bodyFrame .pc .accountFrame .receiveCouponFrame {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
}

.bodyFrame .pc .accountFrame .receiveCouponFrame .con {
  position: absolute;
  z-index: 2;
  width: 686px;
  height: 419px;
  background: #FFFFFF;
  border-radius: 39px;
  left: 50%;
  margin-left: -343px;
  top: 100px;
  text-align: center;
  line-height: 419px;
}

.bodyFrame .pc .accountFrame .receiveCouponFrame .con .tit_1 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 162px;
}

.bodyFrame .pc .accountFrame .receiveCouponFrame .con .tit_1 b {
  font-size: 30px;
  color: #ff5a00;
  display: block;
  line-height: 30px;
}

.bodyFrame .pc .accountFrame .receiveCouponFrame .con .tit_1 span {
  font-size: 16px;
  color: #ff5a00;
  font-weight: bold;
  display: block;
  line-height: 20px;
}

.bodyFrame .pc .accountFrame .receiveCouponFrame .con .tit_2 {
  position: absolute;
  font-size: 14px;
  color: #707070;
  width: 100%;
  bottom: 10px;
}

.bodyFrame .pc .accountFrame .receiveCouponFrame .con .tit_2 b {
  display: block;
  line-height: 20px;
}

.bodyFrame .pc .accountFrame .receiveCouponFrame .con .tit_2 span {
  display: block;
  line-height: 20px;
}

.bodyFrame .pc .accountFrame .receiveCouponFrame .con img {
  position: absolute;
  left: 125px;
  top: 51px;
}

.bodyFrame .pc .accountFrame .receiveCouponFrame .maskBG {
  background: #000000;
  opacity: 0.6;
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: 1;
  height: 1000px;
}

.bodyFrame .imgBigShowFrame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  z-index: 100;
}

.bodyFrame .imgBigShowFrame .leftBtn {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  left: 2%;
  height: 80px;
  line-height: 80px;
  width: 50px;
}

.bodyFrame .imgBigShowFrame .leftBtn i {
  font-size: 40px;
  color: #FFFFFF;
}

.bodyFrame .imgBigShowFrame .rightBtn {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  right: 2%;
  height: 80px;
  line-height: 80px;
  width: 50px;
}

.bodyFrame .imgBigShowFrame .rightBtn i {
  font-size: 40px;
  color: #FFFFFF;
}

.bodyFrame .imgBigShowFrame .imgCon {
  position: absolute;
  z-index: 2;
  width: auto;
  height: auto;
  left: 50%;
  opacity: 0;
}

.bodyFrame .imgBigShowFrame .imgCon img {
  max-width: 900px;
  max-height: 600px;
}

.bodyFrame .imgBigShowFrame .maskBG {
  background: #000000;
  opacity: 0.6;
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: 1;
}

.dateSelectFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  z-index: 99;
}

.dateSelectFrame .dayCon {
  position: absolute;
  z-index: 2;
  background: #FFFFFF;
  width: 254px;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 3px 3px 10px #B9B9B9;
  border-bottom: none;
}

.dateSelectFrame .dayCon b {
  display: block;
  width: 254px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  border-bottom: 1px solid #B9B9B9;
}

.dateSelectFrame .dayCon .list {}

.dateSelectFrame .dayCon .list span {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  font-size: 18px;
  border-right: 1px solid #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}

.dateSelectFrame .dayCon .list span:hover {
  background: #ff5a00;
  color: #FFFFFF;
}

.dateSelectFrame .dayCon .list span:nth-child(7n+7) {
  border-right: none;
}

.dateSelectFrame .monthCon {
  position: absolute;
  z-index: 2;
  background: #FFFFFF;
  width: 182px;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 3px 3px 10px #B9B9B9;
}

.dateSelectFrame .monthCon b {
  display: block;
  width: 182px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

.dateSelectFrame .monthCon .list {}

.dateSelectFrame .monthCon .list span {
  display: block;
  float: left;
  width: 60px;
  height: 40px;
  font-size: 18px;
  border-right: 1px solid #B9B9B9;
  border-top: 1px solid #B9B9B9;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.dateSelectFrame .monthCon .list span:hover {
  background: #ff5a00;
  color: #FFFFFF;
}

.dateSelectFrame .monthCon .list span:nth-child(3n+3) {
  border-right: none;
}

.dateSelectFrame .yearCon {
  position: absolute;
  z-index: 2;
  background: #FFFFFF;
  width: 182px;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 3px 3px 10px #B9B9B9;
}

.dateSelectFrame .yearCon b {
  display: block;
  width: 182px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  border-bottom: 1px solid #B9B9B9;
}

.dateSelectFrame .yearCon .list {
  overflow: hidden;
  height: 120px;
}

.dateSelectFrame .yearCon .list .box {
  overflow-y: scroll;
  width: 200px;
  height: 120px;
}

.dateSelectFrame .yearCon .list .box span {
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  font-size: 18px;
  border-bottom: 1px solid #B9B9B9;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.dateSelectFrame .yearCon .list .box span:hover {
  color: #ff5a00;
}

.dateSelectFrame .yearCon .list .box .select {
  background: #ff5a00;
  color: #FFFFFF;
}

.dateSelectFrame .yearCon .list .box .select:hover {
  color: #FFFFFF;
}

.dateSelectFrame .maskBG {
  position: absolute;
  z-index: 1;
  background: #000000;
  width: 100%;
  height: 1000px;
  opacity: 0;
}

#userAddressApp .addressPopBox {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

#userAddressApp .addressPopBox .con {
  position: absolute;
  z-index: 2;
  width: 600px;
  height: auto;
  background: #FFFFFF;
  padding: 25px 40px;
  left: 50%;
  margin-left: -300px;
}

#userAddressApp .addressPopBox .con .title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}

#userAddressApp .addressPopBox .con ul {
  border-bottom: 1px dashed #C7C7C7;
  padding-bottom: 15px;
}

#userAddressApp .addressPopBox .con ul li {
  clear: both;
  margin-bottom: 10px;
}

#userAddressApp .addressPopBox .con ul li span {
  width: 160px;
  float: left;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}

#userAddressApp .addressPopBox .con ul li span b {
  width: 13px;
  height: 30px;
  color: #FF0000;
  display: block;
  float: left;
  font-weight: normal;
}

#userAddressApp .addressPopBox .con ul li i {
  display: block;
  float: left;
  font-style: normal;
}

#userAddressApp .addressPopBox .con ul li i b {
  display: block;
  color: #A94442;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}

#userAddressApp .addressPopBox .con ul li i input {
  width: 358px;
  height: 30px;
  border: 1px solid #C4C4C4;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  font-size: 18px;
  color: #000000;
}

#userAddressApp .addressPopBox .con ul li i .errInput {
  border: 1px solid #A94442;
}

#userAddressApp .addressPopBox .con ul li i select {
  width: 358px;
  height: 30px;
  border: 1px solid #C4C4C4;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  font-size: 18px;
  color: #000000;
}

#userAddressApp .addressPopBox .con ul li .tips {
  color: #ff5a00;
  padding-left: 160px;
}

#userAddressApp .addressPopBox .con ul li .tips a {
  color: #ff5a00;
}

#userAddressApp .addressPopBox .con .btnBox {
  height: 60px;
  position: relative;
}

#userAddressApp .addressPopBox .con .btnBox .defaultAddress {
  position: absolute;
  top: 20px;
}

#userAddressApp .addressPopBox .con .btnBox .defaultAddress span {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}

#userAddressApp .addressPopBox .con .btnBox .defaultAddress span input {
  display: block;
  float: left;
  margin-right: 5px;
}

#userAddressApp .addressPopBox .con .btnBox .btn {
  width: 180px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 20px;
}

#userAddressApp .addressPopBox .con .btnBox .btn a {
  width: 180px;
  height: 40px;
  background: #ff5a00;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
}

#userAddressApp .addressPopBox .con .closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #D6D6D6;
}

#userAddressApp .addressPopBox .con .closeBtn:hover {
  color: #ff5a00;
}

#userAddressApp .addressPopBox .maskBG {
  background: #000000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
  opacity: 0.8;
  z-index: 1;
  height: 1000px;
}


.bodyFrame .pc .accountFrame #column-right {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
}

.bodyFrame .pc .accountFrame .addressList {}

.bodyFrame .pc .accountFrame .addressList .select {
  border: 2px solid #ff5a00;
}

.bodyFrame .pc .accountFrame .addressList li {
  width: 200px;
  height: 250px;
  float: left;
  background: #f6f6f6;
  margin: 0 16px 16px 0;
  color: #313131;
  padding: 20px;
}

.bodyFrame .pc .accountFrame .addressList li:nth-child(4n+4) {
  margin-right: 0;
}

.bodyFrame .pc .accountFrame .addressList li .address {
  height: 190px;
  overflow: hidden;
  margin-bottom: 8px;
}

.bodyFrame .pc .accountFrame .addressList li .address strong {
  padding-bottom: 10px;
  display: block;
}

.bodyFrame .pc .accountFrame .addressList li .addressBtn {}

.bodyFrame .pc .accountFrame .addressList li .addressBtn a {
  font-size: 14px;
  color: #313131;
  background: none;
  padding-right: 44px;
}

.bodyFrame .pc .accountFrame .addressList .btn-primary {
  padding: 0;
}

.bodyFrame .pc .accountFrame .addressList .btn-primary a {
  display: block;
  width: 200px;
  height: 250px;
  text-align: center;
  padding-top: 60px;
  background: #f6f6f6;
  color: #313131;
}

.bodyFrame .pc .accountFrame .addressList .btn-primary span {
  display: block;
  height: 125px;
  line-height: 100px;
}

.bodyFrame .pc .accountFrame .addressList .btn-primary span i {
  font-size: 90px;
}

.bodyFrame .pc .accountFrame .addressList .btn-primary b {
  font-size: 14px;
}

.bodyFrame .pc .accountFrame .buttons {
  padding: 30px 0;
}

.bodyFrame .pc .accountTit {
  font-size: 30px;
  font-weight: bold;
  color: #313131;
  padding: 30px 0;
  display: none;
}

.bodyFrame .pc .accountTit a:hover {
  color: #ff5a00;
}

.bodyFrame .pc .accountFrame .history {}

.bodyFrame .pc .accountFrame .history .title {
  background: #fad2b2;
  color: #000000;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.bodyFrame .pc .accountFrame .history .title td {
  text-align: center;
}

.bodyFrame .pc .accountFrame .history .subAccess {
  width: 200px;
  height: 250px;
  background: #f7f8f8;
  padding: 20px;
  margin-top: 20px;
}

.bodyFrame .pc .accountFrame .history td {
  border: none;
  text-align: center;
  line-height: 20px;
  padding: 0;
  padding: 10px 0;
}

.bodyFrame .pc .accountFrame .history tr {
  height: 40px;
}

.bodyFrame .pc .accountFrame .history tr:nth-child(2n+2) {
  background: #f7f8f8;
  font-size: 14px;
}

.bodyFrame .pc .accountFrame .history tbody tr:hover {
  box-shadow: 0px 0px 3px #ff5a00;
}

.bodyFrame .pc .accountFrame .historyBtn {
  background: #00b5e0;
  padding: 3px 8px;
  color: #FFFFFF;
  border-radius: 5px;
}

.bodyFrame .pc .accountFrame .orderList {
  clear: both;
  height: 40px;
  line-height: 40px;
}

.bodyFrame .pc .accountFrame .orderList div {
  float: left;
  text-align: center;
}

.bodyFrame .pc .accountFrame .orderList .a {
  width: 15%;
}

.bodyFrame .pc .accountFrame .orderList .b {
  width: 15%;
}

.bodyFrame .pc .accountFrame .orderList .c {
  width: 20%;
}

.bodyFrame .pc .accountFrame .orderList .d {
  width: 20%;
}

.bodyFrame .pc .accountFrame .orderList .e {
  width: 20%;
}

.bodyFrame .pc .accountFrame .orderList .f {
  width: 10%;
}

.bodyFrame .pc .accountFrame .orderList .f a {
  background: #00b5e0;
  border-radius: 5px;
  color: #ffffff;
  padding: 3px 8px;
}

.bodyFrame .pc .accountFrame .orderListTit {
  background: #fad2b2;
  font-size: 16px;
  color: #000000;
}

.bodyFrame .pc .accountFrame .orderList:nth-child(2n+1) {
  background: #f7f8f8;
}

.bodyFrame .pc .accountFrame .pages {
  margin-top: 15px;
}

.bodyFrame .pc .accountFrame .historyLeft {
  float: left;
  width: 417px;
  margin-right: 20px;
}

.bodyFrame .pc .accountFrame .historyLeft .con {
  height: 40px;
  line-height: 40px;
}

.bodyFrame .pc .accountFrame .historyLeft .con b {
  display: block;
  float: left;
  width: 140px;
  text-indent: 10px;
}

.bodyFrame .pc .accountFrame .historyLeft .con span {
  display: block;
  float: left;
  width: 267px;
}

.bodyFrame .pc .accountFrame .historyLeft .con:nth-child(2n+1) {
  background: #f7f8f8;
  font-size: 14px;
}

.bodyFrame .pc .accountFrame .historyRight {
  float: left;
  width: 412px;
}

.bodyFrame .pc .accountFrame .btn_cart {
  background: #ff5a00;
  padding: 3px 8px;
  color: #FFFFFF;
  border-radius: 5px;
}

.bodyFrame .pc .accountFrame .btn_share {
  background: #ff0000;
  padding: 3px 8px;
  color: #FFFFFF;
  border-radius: 5px;
  margin-right: 10px;
}

.bodyFrame .pc .accountFrame .btn_date {
  background: #00b5e0;
  padding: 3px 8px;
  color: #FFFFFF;
  border-radius: 5px;
  border: none;
  margin-left: 10px;
}

.bodyFrame .pc .accountFrame .wishlist {
  width: 850px;
}

.bodyFrame .pc .accountFrame .wishlist .fullmode li {
  height: 160px;
}

.bodyFrame .pc .accountFrame .wishlist .fullmode .img {
  width: 200px;
  height: 134px;
}

.bodyFrame .pc .accountFrame .wishlist .fullmode .img img {
  width: 200px;
  height: 134px;
}

.bodyFrame .pc .accountFrame .wishlist .fullmode .title {
  width: 450px;
  height: 134px;
}

.bodyFrame .pc .accountFrame .wishlist .fullmode .btns {
  width: 200px;
  height: 148px;
}

.bodyFrame .pc .accountFrame .wishlist .fullmode .btns .sk {
  width: 200px;
  height: 30px;
}

.bodyFrame .pc .accountFrame .wishlist .fullmode .btns .c {
  width: 200px;
}

.bodyFrame .pc .accountFrame .wishlist .fullmode .btns .c .addcart {
  width: 183px;
  height: 36px;
}

.bodyFrame .pc .accountFrame .wishlist .fullmode .btns .c .addcart i {}

.bodyFrame .pc .accountFrame .wishlist .fullmode .btns .c .addcart span {
  display: inline;
  width: auto;
  float: none;
}

.bodyFrame .pc .accountFrame .wishlist .fullmode .delete {
  background: #ff5a46;
  margin: 43px 0 0 150px;
  width: 35px;
  height: 35px;
  padding: 0;
}

.bodyFrame .pc .accountFrame .wishlist .fullmode .delete i {
  position: absolute;
  margin: -11px 0 0 -16px;
}

/*-------------------- account End -----------------------*/


/*-------------------- Cart Begin -----------------------*/
.bodyFrame .pc .codeTips {
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  z-index: 9;
}

.bodyFrame .pc .codeTips .con {
  align-self: center;
  width: 800px;
  background: #fff;
  padding: 50px 42px 30px 42px;
  border-radius: 10px;
  position: relative;
}

.bodyFrame .pc .codeTips .con>span {
  font-size: 28px;
  color: #000;
  line-height: normal;
}

.bodyFrame .pc .codeTips .con>span>i {
  font-style: normal;
  color: #FF5A00;
}

.bodyFrame .pc .codeTips .con>b {
  font-weight: normal;
}

.bodyFrame .pc .codeTips .con>b>p {
  font-size: 28px;
  color: #000;
  line-height: normal;
  text-align: center;
  font-family: 'Roboto';
}

.bodyFrame .pc .codeTips .con>b>.c {
  color: #FF5A00;
}

.bodyFrame .pc .codeTips .con>input {
  width: 100%;
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  font-size: 26px;
  line-height: 75px;
  text-align: center;
  border-radius: 10px;
  margin: 25px 0;
}

.bodyFrame .pc .codeTips .con .sumbit {
  min-width: 175px;
  height: 62px;
  background: #FF5A00;
  text-align: center;
  border: 1px solid #FF5A00;
  border-radius: 10px;
  font-size: 26px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.bodyFrame .pc .codeTips .con .closeBtn {
  position: absolute;
  top: 10px;
  right: 6px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
}

.bodyFrame .pc .codeTips .con .closeBtn>span {
  font-size: 24px;
  font-weight: normal;
  color: #000;
}

.bodyFrame .pc .shoppingNavFrame {
  width: 100%;
  height: 89px;
  position: relative;
}

.bodyFrame .pc .shoppingNavFrame b {
  display: block;
  position: absolute;
  font-size: 30px;
  color: #ff5a00;
  top: 35px;
}

.bodyFrame .pc .shoppingNavFrame ul {
  position: absolute;
  top: 27px;
  right: 0;
}

.bodyFrame .pc .shoppingNavFrame ul li {
  color: #707070;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  float: left;
  margin-left: 20px;
  border-bottom: 4px solid #A2A2A2;
  line-height: 30px;
  text-align: center;
}

.bodyFrame .pc .shoppingNavFrame ul .select {
  border-bottom: 4px solid #ff5a00;
  color: #ff5a00;
}

.bodyFrame .pc .cartListEmpty {
  background: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 100px 0;
}

.bodyFrame .pc .cartListEmpty a {
  color: #ff5a00;
}

.bodyFrame .pc .cartListFrame {}

.bodyFrame .pc .cartListFrame .th {
  height: 110px;
  width: 100%;
  background: #ffffff;
  position: relative;
}

.bodyFrame .pc .cartListFrame .th .t {
  width: 1150px;
  height: 45px;
  background: #E0E0E0;
  position: absolute;
  top: 16px;
  left: 25px;
}

.bodyFrame .pc .cartListFrame .th .t b {
  font-size: 24px;
  color: #000000;
  line-height: 45px;
  position: absolute;
  left: 15px;
}

.bodyFrame .pc .cartListFrame .th .t span {
  right: 15px;
  font-size: 24px;
  margin-right: 15px;
  position: absolute;
  color: #000000;
  line-height: 45px;
  font-weight: bold;
}

.bodyFrame .pc .cartListFrame .th ul {
  width: 1150px;
  height: 45px;
  position: absolute;
  left: 25px;
  top: 61px;
  height: 50px;
}

.bodyFrame .pc .cartListFrame .th ul li {
  color: #535353;
  font-size: 18px;
  float: left;
  height: 50px;
  line-height: 50px;
}

.bodyFrame .pc .cartListFrame .th .a {
  width: 44px;
  position: relative;
}

.bodyFrame .pc .cartListFrame .th .a .checkboxOff,
.bodyFrame .pc .cartListFrame .th .a .checkboxOn {
  position: absolute;
  top: 12px;
  left: 12px;
}

.bodyFrame .pc .cartListFrame .th .a input {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
}

.bodyFrame .pc .cartListFrame .th .b {
  width: 182px;
}

.bodyFrame .pc .cartListFrame .th .c {
  width: 381px;
}

.bodyFrame .pc .cartListFrame .th .d {
  width: 140px;
  text-align: center;
}

.bodyFrame .pc .cartListFrame .th .e {
  width: 85px;
  text-align: center;
}

.bodyFrame .pc .cartListFrame .th .f {
  width: 140px;
  text-align: center;
}

.bodyFrame .pc .cartListFrame .tb {
  margin-top: 15px;
  background: #FFFFFF;
  padding: 15px 25px;
}

.bodyFrame .pc .cartListFrame .tb .th2 {
  width: 1150px;
  background: #E0E0E0;
  min-height: 45px;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips {
  display: flex;
  justify-content: right;
  line-height: 45px;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips>span {
  position: relative;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips>span>b {
  color: #ff5a00;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips>a {
  color: #4692C7;
  width: 115px;
  margin-left: 18px;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips:first-child {
  margin-top: -45px;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips .box {
  position: absolute;
  display: none;
  width: 440px;
  border: 2px solid #ff5a00;
  border-radius: 5px;
  background: #FFFFFF;
  top: 55px;
  left: -45px;
  z-index: 1;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips .box .arrow {
  position: absolute;
  width: 1px;
  height: 1px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #ff5a00 transparent;
  z-index: 2;
  top: -25px;
  left: 39px;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips .box .arrow2 {
  position: absolute;
  width: 1px;
  height: 1px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 3;
  left: 41px;
  top: -20px;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips .box .text {
  text-align: left;
  padding: 10px 15px;
  line-height: 25px;
  font-size: 16px;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips .box .text b {
  color: #000000;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips .tipsText {
  text-align: right;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #707070;
  position: relative;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips .tipsText i {}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips .tipsText span {}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips .tipsText b {
  color: #ff5a00;
  font-weight: bold;
}

.bodyFrame .pc .cartListFrame .tb .th2 .couponUsedTips .tipsText a {
  color: #4692C7;
}

.bodyFrame .pc .cartListFrame .tb .th2 .a {
  width: 44px;
  float: left;
  min-height: 45px;
  position: relative;
}

.bodyFrame .pc .cartListFrame .tb .th2 .a .checkboxOff,
.bodyFrame .pc .cartListFrame .tb .th2 .a .checkboxOn {
  position: absolute;
  top: 12px;
  left: 12px;
  cursor: pointer;
}

.bodyFrame .pc .cartListFrame .tb .th2 .a input {
  position: absolute;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  top: 12px;
  left: 12px;
  cursor: pointer;
}

.bodyFrame .pc .cartListFrame .tb .th2 .b {
  float: left;
  font-size: 18px;
  color: #000000;
  line-height: 45px;
  font-weight: bold;
}

.bodyFrame .pc .cartListFrame .tb .tr {
  width: 1150px;
}

.bodyFrame .pc .cartListFrame .tb .tr ul {
  margin-top: 6px;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li {
  width: 1150px;
  position: relative;
  min-height: 97px;
  float: left;
  border-bottom: 1px dashed #C9C9C9;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .a {
  width: 44px;
  float: left;
  height: 45px;
  position: relative;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .a .checkboxOff,
.bodyFrame .pc .cartListFrame .tb .tr ul li .a .checkboxOn {
  position: absolute;
  top: 38px;
  left: 12px;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .a input {
  position: absolute;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  top: 38px;
  left: 12px;
  cursor: pointer;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .b {
  padding: 17px 0;
  width: 94px;
  float: left;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .b a {}

.bodyFrame .pc .cartListFrame .tb .tr ul li .b img {
  width: 94px;
  height: 63px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c {
  margin: 17px 15px;
  width: 440px;
  min-height: 62px;
  float: left;
  position: relative;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c .tit {}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c .tit a {
  font-size: 18px;
  color: #000000;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c .info {
  font-size: 15px;
  color: #535353;
  margin: 5px 0;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c .optionList {}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c .optionList .list {
  background: #F2F2F2;
  color: #535353;
  padding: 5px 9px;
  font-size: 15px;
  overflow: hidden;
  height: 37px;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c .optionList .list span {
  display: flex;
  position: relative;
  height: auto;
  line-height: 18px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dashed #C9C9C9;
  padding: 7px 0;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c .optionList .list span i {
  display: block;
  font-style: normal;
  width: 90%;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c .optionList .list span b {
  display: block;
  position: absolute;
  right: 0;
  background: none;
  color: #535353;
  font-weight: normal;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c .optionList .list span:last-child {
  border-bottom: none;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c .optionList b {
  clear: both;
  display: block;
  background: #DEDEDE;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c .gift {
  color: #FB541F;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .c .gift>i {
  background: #E96F17;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .d {
  margin: 17px 0;
  width: 140px;
  height: 62px;
  float: left;
  text-align: center;
  line-height: 62px;
  color: #000000;
  font-size: 18px;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .e {
  margin: 17px 0;
  width: 85px;
  height: 62px;
  float: left;
  position: relative;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .e>span {
  display: block;
  line-height: 62px;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  color: #898989;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .e .numberBox {
  position: absolute;
  margin-top: 16px;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .e .limit {
  font-size: 12px;
  color: #FA2626;
  display: block;
  position: absolute;
  left: -36px;
  top: 50px;
  width: 160px;
  text-align: center;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .f {
  margin: 17px 0;
  width: 140px;
  height: 62px;
  float: left;
  text-align: center;
  line-height: 62px;
  color: #ff5a00;
  font-size: 18px;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .g {
  margin: 23px 0;
  width: 175px;
  height: 50px;
  float: left;
  text-align: center;
  color: #000000;
  font-size: 18px;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .g a {
  color: #626262;
  display: block;
  text-align: left;
  height: 25px;
}

.bodyFrame .pc .cartListFrame .tb .tr ul li .g a i {
  font-size: 18px;
  margin-right: 7px;
}

.bodyFrame .pc .cartListFrame .tb .tr .seckillBox {
  border: 1px dashed #EE3F00;
}

.bodyFrame .pc .cartListFrame .tb .tr .seckillBox .seckill {
  display: flex;
  margin-bottom: 10px;
}

.bodyFrame .pc .cartListFrame .tb .tr .seckillBox .seckill>b {
  width: 40px;
  text-align: center;
  align-self: center;
  color: #EE3F00;
  font-weight: normal;
}

.bodyFrame .pc .cartListFrame .tb .tr .seckillBox .seckill>span {
  color: #EE3F00;
  width: 794px;
  align-self: center;
  font-size: 18px;
}

.bodyFrame .pc .cartListFrame .tb .tr .seckillBox .seckill>i {
  text-align: center;
  font-style: normal;
  color: #EE3F00;
  width: 140px;
  align-self: center;
  font-size: 18px;
}

.bodyFrame .pc .cartListFrame .tb .tr .seckillBox .seckill>p {
  font-size: 18px;
  align-self: center;
  text-align: right;
  width: 177px;
  padding: 0 18px 0 0;
  margin: 0;
  color: #EE3F00;
}

.bodyFrame .pc .cartListFrame .th3 {
  height: 45px;
  width: 100%;
  background: #ffffff;
  position: relative;
  background: #CCCCCC;
}

.bodyFrame .pc .cartListFrame .th3 .t {
  width: 1150px;
  height: 45px;
  background: #E0E0E0;
  position: absolute;
  top: 16px;
  left: 25px;
}

.bodyFrame .pc .cartListFrame .th3 .t b {
  font-size: 24px;
  color: #000000;
  line-height: 45px;
  position: absolute;
  left: 15px;
}

.bodyFrame .pc .cartListFrame .th3 .t span {
  right: 15px;
  font-size: 24px;
  margin-right: 15px;
  position: absolute;
  color: #000000;
  line-height: 45px;
  font-weight: bold;
}

.bodyFrame .pc .cartListFrame .th3 .a {
  width: 44px;
  height: 45px;
  position: relative;
  float: left;
}

.bodyFrame .pc .cartListFrame .th3 .a .checkboxOff,
.bodyFrame .pc .cartListFrame .th .a .checkboxOn {
  position: absolute;
  top: 12px;
  left: 12px;
}

.bodyFrame .pc .cartListFrame .th3 .a input {
  position: absolute;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  top: 12px;
  left: 12px;
}

.bodyFrame .pc .cartListFrame .th3 .b {
  width: 1106px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #23252A;
  float: left;
}

.bodyFrame .pc .cartListFrame .th3 .a .checkboxOff,
.bodyFrame .pc .cartListFrame .th3 .a .checkboxOn {
  position: absolute;
  top: 12px;
  left: 12px;
  cursor: pointer;
}

.bodyFrame .pc .cartListFrame .invalid li {
  background: #E6E6E6;
}

.bodyFrame .pc .cartListFrame .invalid .checkbox span {
  display: none;
}

.bodyFrame .pc .cartListFrame .invalid .checkbox input {
  display: none;
}

.bodyFrame .pc .cartListFrame .totalInfo {
  margin-top: 15px;
  background: #FFFFFF;
  height: 78px;
  position: relative;
}

.bodyFrame .pc .cartListFrame .totalInfo span {
  display: block;
  position: absolute;
  top: 10px;
  font-size: 20px;
}

.bodyFrame .pc .cartListFrame .totalInfo .num {
  right: 630px;
  top: 16px;
  text-align: right;
}

.bodyFrame .pc .cartListFrame .totalInfo .num b {
  color: #ff5a00;
  font-weight: normal;
}

.bodyFrame .pc .cartListFrame .totalInfo .subTotal {
  right: 320px;
  width: 230px;
  text-align: right;
  top: 16px;
}

.bodyFrame .pc .cartListFrame .totalInfo .subTotal b {
  display: block;
  float: left;
  text-align: right;
  width: 110px;
  font-weight: normal;
}

.bodyFrame .pc .cartListFrame .totalInfo .subTotal i {
  font-style: normal;
}

.bodyFrame .pc .cartListFrame .totalInfo .storeCredit {
  right: 320px;
  width: 230px;
  text-align: right;
  top: 44px;
}

.bodyFrame .pc .cartListFrame .totalInfo .storeCredit b {
  display: block;
  float: left;
  text-align: right;
  width: 110px;
  font-weight: normal;
}

.bodyFrame .pc .cartListFrame .totalInfo .storeCredit i {
  font-style: normal;
}

.bodyFrame .pc .cartListFrame .totalInfo .total {
  right: 20px;
  width: auto;
  text-align: right;
  top: 32px;
  font-size: 30px;
}

.bodyFrame .pc .cartListFrame .totalInfo .total b {
  display: block;
  float: left;
  text-align: right;
  width: 110px;
  font-weight: normal;
}

.bodyFrame .pc .cartListFrame .totalInfo .total i {
  font-style: normal;
}

.bodyFrame .pc .cartListFrame .btnBox {
  padding: 15px 0;
}

.bodyFrame .pc .cartListFrame .btnBox>div {
  display: flex;
  justify-content: right;
}

.bodyFrame .pc .cartListFrame .btnBox .conShoppingBtn {
  background: #ED9E5F;
  width: 250px;
  height: 49px;
  border: 1px solid #ff5a00;
  display: block;
  float: right;
  text-align: center;
  line-height: 49px;
  color: #FFFFFF;
  font-size: 20px;
}

.bodyFrame .pc .cartListFrame .btnBox .checkoutBtn {
  background: #ff5a00;
  width: 250px;
  height: 49px;
  border: 1px solid #ff5a00;
  margin-left: 15px;
  text-align: center;
  line-height: 49px;
  color: #FFFFFF;
  font-size: 20px;
}

.bodyFrame .pc .cartListFrame .btnBox .paypal {
  text-align: right;
  margin-top: 15px;
  color: #959595;
  font-size: 14px;
  line-height: 34px;
}

.bodyFrame .pc .cartListFrame .btnBox .paypal>a {
  margin-left: 10px;
}

.bodyFrame .pc .checkbox {
  padding: 0;
  margin: 0;
}

.bodyFrame .pc .checkbox input {
  opacity: 0;
}

.bodyFrame .pc .checkboxOff {
  border: 1px solid #B5B5B5;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  padding: 0;
  margin: 0;
  display: block;
}

.bodyFrame .pc .checkboxOff i {
  display: none;
}

.bodyFrame .pc .checkboxOn {
  border: 1px solid #ff5a00;
  width: 20px;
  height: 20px;
  background: #ff5a00;
  padding: 0;
  margin: 0;
  display: block;
}

.bodyFrame .pc .checkboxOn i {
  display: block;
  color: #FFFFFF;
  margin-left: 1px;
}

.bodyFrame .pc .numberBox {}

.bodyFrame .pc .numberBox button {
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid #B5B5B5;
  background: #FFFFFF;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  font-family: -webkit-pictograph;
  ;
  cursor: pointer;
  float: left;
  color: #A5A5A5;
}

.bodyFrame .pc .numberBox button:hover {
  background: #D2D2D2;
  border: 1px solid #E5E5E5;
}

.bodyFrame .pc .numberBox .jian {}

.bodyFrame .pc .numberBox .jia {}

.bodyFrame .pc .numberBox input {
  width: 31px;
  float: left;
  height: 27px;
  text-align: center;
  border: 1px solid #B5B5B5;
  border-left: none;
  border-right: none;
}

.bodyFrame .pc .cartTitle h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ff5a00;
  padding: 0;
  margin: 0;
}

.bodyFrame .pc .cartTitle h3 span {
  float: right;
  color: #707070;
  font-size: 18px;
  font-weight: bold;
  display: block;
  border-bottom: 4px solid #707070;
  height: 32px;
  line-height: 30px;
  margin-left: 20px;
  width: 166px;
  text-align: center;
}

.bodyFrame .pc .cartTitle h3 .select {
  color: #ff5a00;
  border-color: #ff5a00;
}

.bodyFrame .pc .cartFrame .leftFrame {
  padding: 0 19px 23px 19px;
  border: none;
  width: 893px;
  float: left;
  background: #FFFFFF;
}

.bodyFrame .pc .cartFrame .leftFrame .tit {
  color: #000000;
  background: #eec6a6;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  padding: 0 11px;
  margin-top: 23px;
}

.bodyFrame .pc .cartFrame .leftFrame .tit span {
  display: block;
  float: right;
}

.bodyFrame .pc .cartFrame .leftFrame .list {
  float: left;
}

.bodyFrame .pc .cartFrame .leftFrame .list li {}

.bodyFrame .pc .cartFrame .leftFrame .list .selectTit {
  border-bottom: 1px solid #c9c9c9;
  height: 25px;
  margin-top: 10px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li {
  border-bottom: 1px dashed #c9c9c9;
  height: 80px;
}

.bodyFrame .pc .cartFrame .leftFrame .list div {
  float: left;
}

.bodyFrame .pc .cartFrame .leftFrame .list .a {
  width: 24px;
  display: none;
}

.bodyFrame .pc .cartFrame .leftFrame .list .b {
  width: 81px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .c {
  width: 370px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .d {
  width: 74px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .e {
  width: 90px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .f {
  width: 74px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .g {
  width: 140px;
  line-height: 22px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .a {
  line-height: 80px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .b {
  line-height: 80px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .b img {
  width: 70px;
  height: 47px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .c {
  line-height: 16px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .c span {
  display: block;
  margin-top: 18px;
  height: 47px;
  font-size: 12px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .c span a {
  color: #000000;
  font-size: 14px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .c p b {
  font-weight: normal;
  padding-right: 10px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li p {
  padding: 0;
  margin: 0;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .d {
  line-height: 80px;
  font-size: 14px;
  color: #000000;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .e {
  padding-top: 30px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .e .less {
  width: 18px;
  height: 20px;
  border: 1px solid #b5b5b5;
  border-right: none;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  float: left;
  cursor: pointer;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .e input {
  height: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
  float: left;
  width: 35px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .e .add {
  width: 18px;
  height: 20px;
  border: 1px solid #b5b5b5;
  border-left: none;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  float: left;
  cursor: pointer;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .f {
  line-height: 80px;
  color: #ff5a00;
  font-weight: bold;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .g {
  padding-top: 18px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .g span {
  display: block;
  height: 25px;
  line-height: 22px;
  position: relative;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .g span a {
  color: #626262;
  padding-left: 18px;
  position: relative;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .g span i {
  padding-right: 4px;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .g span .on .oncon {
  display: block;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .g span .on .offcon {
  display: none;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .g span .off .oncon {
  display: none;
}

.bodyFrame .pc .cartFrame .leftFrame .list .li .g span .off .offcon {
  display: block;
}

.bodyFrame .pc .cartFrame .leftFrame .reward {
  margin: 15px 0;
  height: 40px;
}

.bodyFrame .pc .cartFrame .leftFrame .reward .l {
  width: 270px;
  height: 40px;
  float: left;
}

.bodyFrame .pc .cartFrame .leftFrame .reward .l span {
  color: #ff5a00;
}

.bodyFrame .pc .cartFrame .leftFrame .reward .r {
  width: 571px;
  height: 40px;
  float: right;
}

.bodyFrame .pc .cartFrame .leftFrame .reward .r input {
  width: 466px;
  height: 40px;
  border: none;
  background: #e5e5e5;
  float: left;
  padding: 0 15px;
}

.bodyFrame .pc .cartFrame .leftFrame .reward .r button {
  width: 105px;
  height: 40px;
  color: #FFFFFF;
  background: #ff5a00;
  border: none;
}

.bodyFrame .pc .cartFrame .leftFrame .couponreward .noLogin {
  margin-top: 20px;
}

.bodyFrame .pc .cartFrame .leftFrame .couponreward .noLogin a {
  color: #3D3D3D;
}

.bodyFrame .pc .cartFrame .leftFrame .coupon {
  margin: 15px 0;
  height: 40px;
  float: left;
}

.bodyFrame .pc .cartFrame .leftFrame .coupon input {
  width: 316px;
  height: 40px;
  border: none;
  background: #eeeeee;
  float: left;
  padding: 0 15px;
}

.bodyFrame .pc .cartFrame .leftFrame .coupon button {
  width: 105px;
  height: 40px;
  color: #FFFFFF;
  background: #ff5a00;
  border: none;
}

.bodyFrame .pc .cartFrame .leftFrame .gift {
  margin: 15px 0;
  height: 40px;
  float: right;
}

.bodyFrame .pc .cartFrame .leftFrame .gift input {
  width: 316px;
  height: 40px;
  border: none;
  background: #eeeeee;
  float: left;
  padding: 0 15px;
}

.bodyFrame .pc .cartFrame .leftFrame .gift button {
  width: 105px;
  height: 40px;
  color: #FFFFFF;
  background: #ff5a00;
  border: none;
}

.bodyFrame .pc .cartFrame .leftFrame .totleResult {
  margin-bottom: 20px;
  color: #221815;
}

.bodyFrame .pc .cartFrame .leftFrame .totleResult div {
  clear: both;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  padding-right: 20px;
}

.bodyFrame .pc .cartFrame .leftFrame .totleResult div b {
  float: right;
  font-weight: normal;
}

.bodyFrame .pc .cartFrame .leftFrame .totleResult div .totalItem {
  padding-right: 15px;
}

.bodyFrame .pc .cartFrame .leftFrame .totleResult div .totalItem i {
  font-style: normal;
  color: #ff5a00;
  padding-right: 5px;
}

.bodyFrame .pc .cartFrame .leftFrame .totleResult div span {
  float: right;
  width: auto;
  text-align: right;
  min-width: 120px;
}

.bodyFrame .pc .cartFrame .leftFrame .totleResult .Total {
  width: 855px;
  height: 40px;
  background: #eeeeee;
  line-height: 40px;
  margin: 20px 0;
  font-weight: bold;
  font-size: 20px;
}

.bodyFrame .pc .cartFrame .leftFrame .totleResult .Total span {
  color: #ff5a00;
}

.bodyFrame .pc .cartFrame .leftFrame .buttons {
  margin: 20px 0;
  height: 50px;
  text-align: right;
}

.bodyFrame .pc .cartFrame .leftFrame .buttons div {
  width: 285px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  float: right;
}

.bodyFrame .pc .cartFrame .leftFrame .buttons div a {
  color: #FFFFFF;
  font-size: 24px;
}

.bodyFrame .pc .cartFrame .leftFrame .buttons .checkout {
  background: #ff5a00;
  float: left;
}

.bodyFrame .pc .cartFrame .leftFrame .buttons .shopping {
  border: 1px solid #ff5a00;
  background: #ed9f5f;
  margin-right: 20px;
  float: left;
  margin-left: 70px;
}

.bodyFrame .pc .cartFrame .leftFrame .buttons .paypalBtn {
  float: left;
  width: 194px;
  text-align: right;
}

.bodyFrame .pc .cartFrame .leftFrame .shipping {}

.bodyFrame .pc .cartFrame .leftFrame .shipping h4 {}

.bodyFrame .pc .cartFrame .leftFrame .shipping .opations {}

.bodyFrame .pc .cartFrame .leftFrame .shipping .opations li {}

.bodyFrame .pc .cartFrame .leftFrame .shipping .opations li span {}

.bodyFrame .pc .cartFrame .leftFrame .shipping .opations li select {}

.bodyFrame .pc .cartFrame .leftFrame .shipping .opations li input {}

.bodyFrame .pc .cartFrame .rightFrame {
  float: right;
  width: 285px;
}

.bodyFrame .pc .cartFrame .rightFrame .list {}

.bodyFrame .pc .cartFrame .rightFrame .list li {
  width: 135px;
  height: 114px;
  margin: 0 15px 15px 0;
  float: left;
  position: relative;
}

.bodyFrame .pc .cartFrame .rightFrame .list li:nth-child(2n+2) {
  margin-right: 0;
}

.bodyFrame .pc .cartFrame .rightFrame .list li .img {
  width: 135px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
}

.bodyFrame .pc .cartFrame .rightFrame .list li .img a {}

.bodyFrame .pc .cartFrame .rightFrame .list li .img img {
  width: 135px;
  height: 90px;
}

.bodyFrame .pc .cartFrame .rightFrame .list li .title {
  position: absolute;
  padding: 17px 11px;
  line-height: 16px;
}

.bodyFrame .pc .cartFrame .rightFrame .list li .title a {
  color: #FFFFFF;
}

.bodyFrame .pc .cartFrame .rightFrame .list li .btns {
  position: absolute;
  top: 90px;
  height: 24px;
  line-height: 24px;
  color: #ff5a00;
  width: 100%;
}

.bodyFrame .pc .cartFrame .rightFrame .list li .btns b {
  display: block;
  float: left;
  width: 60px;
  height: 24px;
}

.bodyFrame .pc .cartFrame .rightFrame .list li .btns span {
  display: block;
  float: right;
}

.bodyFrame .pc .cartFrame .rightFrame .list li .btns button {
  width: 69px;
  height: 19px;
  padding: 0;
  margin: 0;
  border: none;
  background: #ff5a00;
  border-radius: 3px;
  color: #FFFFFF;
  line-height: 19px;
}

.bodyFrame .pc .checkoutTit {
  height: 40px;
  line-height: 40px;
  border-radius: 5px 5px 0 0;
  background: #FFFFFF;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}

.bodyFrame .pc #accordion {
  border: none;
}

.bodyFrame .pc #accordion div {
  float: left;
}

.bodyFrame .pc #accordion .reward {
  width: 100%;
  padding: 20px;
}

.bodyFrame .pc #accordion .reward .l {
  width: 589px;
  line-height: 40px;
  text-align: right;
  padding-right: 20px;
}

.bodyFrame .pc #accordion input {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  float: left;
  height: 40px;
  padding: 0 15px;
  width: 466px;
}

.bodyFrame .pc #accordion button {
  background: #ff5a00 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  height: 40px;
  width: 105px;
}

.bodyFrame .pc #accordion .coupon {
  padding: 0 20px 20px 20px;
}

/*-------------------- Cart End -----------------------*/

/*-------------------- CheckOut End -----------------------*/
.checkoutApp .addressFrame {
  background: #FFFFFF;
  padding: 0 26px;
  overflow: hidden;
}

.checkoutApp .addressFrame .title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  height: 68px;
  line-height: 68px;
}

.checkoutApp .addressFrame .title span {
  display: block;
  float: right;
  font-size: 18px;
  color: #ff5a00;
  font-weight: normal;
  cursor: pointer;
}

.checkoutApp .addressFrame .list {}

.checkoutApp .addressFrame .list li {
  width: 370px;
  height: 195px;
  border: 3px solid #E5E5E5;
  background: #FFFFFF;
  padding: 13px 15px;
  float: left;
  margin-right: 18px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.checkoutApp .addressFrame .list li:nth-child(3n+3) {
  margin-right: 0;
}

.checkoutApp .addressFrame .list li .gou {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  display: none;
}

.checkoutApp .addressFrame .list li .gou span {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #ff5a00 #ff5a00 transparent;
  top: 3px;
  right: -3px;
  z-index: 1;
}

.checkoutApp .addressFrame .list li .gou i {
  position: absolute;
  z-index: 2;
  right: -2px;
  bottom: -4px;
  color: #FFFFFF;
  font-weight: bold;
  font-style: normal
}

.checkoutApp .addressFrame .list li .editBtn {
  position: absolute;
  right: 75px;
  color: #999999;
  font-size: 14px;
}

.checkoutApp .addressFrame .list li .editBtn:hover {
  color: #ff5a00;
}

.checkoutApp .addressFrame .list li .deleteBtn {
  position: absolute;
  right: 10px;
  color: #999999;
  font-size: 14px;
}

.checkoutApp .addressFrame .list li .deleteBtn:hover {
  color: #ff5a00;
}

.checkoutApp .addressFrame .list li .name {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  height: auto;
  width: 210px;
  padding-left: 0 !important;
  text-transform: capitalize;
}

.checkoutApp .addressFrame .list li .name span {
  color: #ff5a00;
  font-size: 14px;
}

.checkoutApp .addressFrame .list li .company {
  font-size: 18px;
  color: #8D8D8D;
  line-height: 25px;
}

.checkoutApp .addressFrame .list li .address {
  font-size: 18px;
  color: #8D8D8D;
  line-height: 25px;
  word-break: break-word;
}

.checkoutApp .addressFrame .list li .address span {
  display: contents;
}

.checkoutApp .addressFrame .list li .phone {
  font-size: 18px;
  color: #8D8D8D;
  line-height: 25px;
}

.checkoutApp .addressFrame .list li .vat {
  font-size: 18px;
  color: #8D8D8D;
  line-height: 25px;
}

.checkoutApp .addressFrame .list li:hover {
  border: 3px solid #ff5a00;
}

.checkoutApp .addressFrame .list .select {
  border: 3px solid #ff5a00;
}

.checkoutApp .addressFrame .list .select .gou {
  display: block;
}

.checkoutApp .addressFrame .list .oldPhoneError {
  position: absolute;
  width: 25px;
  height: 25px;
  background: red;
  border-radius: 30px;
  text-align: center;
  line-height: 25px;
  color: #FFFFFF;
  bottom: 10px;
  right: 10px;
}

.checkoutApp .addressFrame .list .oldTaxError {
  position: absolute;
  width: 25px;
  height: 25px;
  background: red;
  border-radius: 30px;
  text-align: center;
  line-height: 25px;
  color: #FFFFFF;
  bottom: 10px;
  right: 40px;
}

.checkoutApp .addressFrame .list .add {
  border: 3px dashed #CBCBCB;
  cursor: pointer;
}

.checkoutApp .addressFrame .list .add .addIcon {
  font-size: 52px;
  color: #CBCBCB;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 76px;
}

.checkoutApp .addressFrame .list .add .text {
  font-size: 18px;
  color: #CBCBCB;
  position: absolute;
  width: 334px;
  text-align: center;
  top: 130px;
}

.checkoutApp .addressFrame .list .add:hover .addIcon,
.checkoutApp .addressFrame .list .add:hover .text {
  color: #ff5a00;
}

.checkoutApp .addressFrame .showAllOn {
  font-size: 18px;
  color: #ff5a00;
}

.checkoutApp .addressFrame .showAllOn .icon-downarrow1 {
  display: none;
}

.checkoutApp .addressFrame .showAllOff {
  font-size: 18px;
  color: #8D8D8D;
}

.checkoutApp .addressFrame .showAllOff .icon-downarrow {
  display: none;
}

.checkoutApp .shippingMethod {
  background: #FFFFFF;
  padding: 0 26px;
}

.checkoutApp .shippingMethod .title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  height: 68px;
  line-height: 68px;
}

.checkoutApp .shippingMethod .title span {
  color: #ff5a00;
  font-size: 24px;
  font-weight: normal;
}

.checkoutApp .shippingMethod .list {}

.checkoutApp .shippingMethod .list li {
  width: 567px;
  height: 65px;
  border: 3px solid #E5E5E5;
  background: #FFFFFF;
  float: left;
  margin-right: 14px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.checkoutApp .shippingMethod .list li:nth-child(2n+2) {
  margin-right: 0;
}

.checkoutApp .shippingMethod .list li .logo {
  position: absolute;
  left: 0;
  top: 0;
}

.checkoutApp .shippingMethod .list li .logo img {
  width: 172px;
  height: 59px;
}

.checkoutApp .shippingMethod .list li .name {
  position: absolute;
  left: 140px;
  top: 5px;
  color: #000000;
  font-size: 16px;
}

.checkoutApp .shippingMethod .list li .desc {
  position: absolute;
  left: 160px;
  bottom: 6px;
  color: #000000;
  font-size: 16px;
}

.checkoutApp .shippingMethod .list li .desc span {
  color: #FF6600;
}

.checkoutApp .shippingMethod .list li .desc b {
  color: #FF0000;
  font-weight: normal;
}

.checkoutApp .shippingMethod .list li .name2 {
  position: absolute;
  left: 160px;
  top: 5px;
  color: #000000;
  font-size: 16px;
}

.checkoutApp .shippingMethod .list li .desc2 {
  position: absolute;
  left: 160px;
  top: 24px;
  color: #FF0000;
  font-size: 16px;
  line-height: 15px;
}

.checkoutApp .shippingMethod .list li .desc3 {
  position: absolute;
  left: 160px;
  bottom: 0px;
  color: #000000;
  font-size: 16px;
}

.checkoutApp .shippingMethod .list li .gou {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  display: none;
}

.checkoutApp .shippingMethod .list li .gou span {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #ff5a00 #ff5a00 transparent;
  top: 3px;
  right: -3px;
  z-index: 1;
}

.checkoutApp .shippingMethod .list li .gou i {
  position: absolute;
  z-index: 2;
  right: -2px;
  bottom: -4px;
  color: #FFFFFF;
  font-weight: bold;
  font-style: normal
}

.checkoutApp .shippingMethod .list li .price {
  position: absolute;
  right: 15px;
  font-size: 22px;
  color: #434343;
  top: 15px;
  line-height: 30px;
}

.checkoutApp .shippingMethod .list li .price span {
  font-size: 14px;
  color: #BABABA;
  text-decoration: line-through;
}

.checkoutApp .shippingMethod .list .select {
  border: 3px solid #ff5a00;
}

.checkoutApp .shippingMethod .list .select .gou {
  display: block;
}

.checkoutApp .paymentMethod {
  background: #FFFFFF;
  padding: 0 26px 10px 26px;
}

.checkoutApp .paymentMethod .title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  height: 68px;
  line-height: 68px;
}

.checkoutApp .paymentMethod .title span {
  color: #ff5a00;
  font-size: 24px;
  font-weight: normal;
}

.checkoutApp .paymentMethod .list {}

.checkoutApp .paymentMethod .list li {
  width: 370px;
  cursor: pointer;
  height: 65px;
  border: 3px solid #E5E5E5;
  background: #FFFFFF;
  float: left;
  margin-right: 14px;
  margin-bottom: 15px;
  position: relative;
}

.checkoutApp .paymentMethod .list li:nth-child(3n+3) {
  margin-right: 0;
}

.checkoutApp .paymentMethod .list li .logo {
  position: absolute;
  left: 0;
  top: 0;
}

.checkoutApp .paymentMethod .list li .logo img {
  width: 172px;
  height: 59px;
}

.checkoutApp .paymentMethod .list li .name {
  position: absolute;
  left: 160px;
  top: 19px;
  color: #000000;
  font-size: 16px;
  text-align: center;
  width: 200px;
}

.checkoutApp .paymentMethod .list li .gou {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  display: none;
}

.checkoutApp .paymentMethod .list li .gou span {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #ff5a00 #ff5a00 transparent;
  top: 3px;
  right: -3px;
  z-index: 1;
}

.checkoutApp .paymentMethod .list li .gou i {
  position: absolute;
  z-index: 2;
  right: -2px;
  bottom: -4px;
  color: #FFFFFF;
  font-weight: bold;
  font-style: normal
}

.checkoutApp .paymentMethod .list .select {
  border: 3px solid #ff5a00;
}

.checkoutApp .paymentMethod .list .select .gou {
  display: block;
}

.checkoutApp .creditCard {
  height: 314px;
  position: relative;
}

.checkoutApp .creditCard .tit {
  position: absolute;
  left: 26px;
  top: 42px;
  color: #9A9A9A;
}

.checkoutApp .creditCard .tit span {
  color: #FF0000;
  font-size: 22px;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 5px;
}

.checkoutApp .creditCard .inputBox {
  position: absolute;
  top: 81px;
  width: 1130px;
  left: 24px;
  display: flex;
  flex-wrap: wrap;
}

.checkoutApp .creditCard .inputBox .input {
  margin-right: 25px;
}

.checkoutApp .creditCard .inputBox .input span {
  font-size: 16px;
  color: #000;
  height: 31px;
  display: block;
  position: relative;
}

.checkoutApp .creditCard .inputBox .input span>b {
  float: left;
}

.checkoutApp .creditCard .inputBox .input span i {
  color: #FF0000;
  font-size: 20px;
  float: left;
  margin: 4px 0 0 8px;
  font-style: normal;
}

.checkoutApp .creditCard .inputBox .input span input {
  height: 43px;
  border: 1px solid #C4C4C4;
  padding: 0;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 18px;
}

.checkoutApp .creditCard .inputBox .input span .error {
  border: 1px solid #FF0000;
}

.checkoutApp .creditCard .inputBox .input>b {
  margin-top: 15px;
  display: block;
  font-size: 12px;
  color: #FF0000;
  font-weight: normal;
  height: 20px;
}

.checkoutApp .creditCard .inputBox .other {
  margin: 40px 0 0 -6px;
}

.checkoutApp .creditCard .inputBox .other img {
  float: left;
}

.checkoutApp .creditCard .inputBox .other span {
  display: block;
  margin-left: 15px;
  float: left;
  color: #9A9A9A;
  line-height: 22px;
}

.checkoutApp .creditCard .bg {}

.checkoutApp .checkoutProductList {
  background: #FFFFFF;
  padding: 0;
}

.checkoutApp .checkoutProductList .title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  padding: 0 26px;
  border-bottom: 1px solid #CDCDCD;
}

.checkoutApp .checkoutProductList .th {
  margin: 0 26px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #535353;
  border-bottom: 1px dashed #C9C9C9;
}

.checkoutApp .checkoutProductList .th .a {
  float: left;
  width: 688px;
}

.checkoutApp .checkoutProductList .th .c {
  float: left;
  width: 180px;
  text-align: center;
}

.checkoutApp .checkoutProductList .th .d {
  float: left;
  width: 100px;
  text-align: center;
}

.checkoutApp .checkoutProductList .th .e {
  float: left;
  width: 180px;
  text-align: center;
}

.checkoutApp .checkoutProductList .list {}

.checkoutApp .checkoutProductList .list li {
  margin: 0 26px;
  min-height: 97px;
  font-size: 18px;
  color: #535353;
  border-bottom: 1px dashed #C9C9C9;
  padding: 17px 0 16px 0;
}

.checkoutApp .checkoutProductList .list li .a {
  float: left;
  width: 110px;
  height: 64px;
}

.checkoutApp .checkoutProductList .list li .a img {
  width: 95px;
  height: 64px;
}

.checkoutApp .checkoutProductList .list li .b {
  float: left;
  width: 578px;
}

.checkoutApp .checkoutProductList .list li .b .tit {
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  height: auto;
  padding: 0;
}

.checkoutApp .checkoutProductList .list li .b .other {
  font-size: 15px;
  color: #535353;
  margin-top: 6px;
}

.checkoutApp .checkoutProductList .list li .b .other span {
  padding-right: 20px;
}

.checkoutApp .checkoutProductList .list li .b .optionList {}

.checkoutApp .checkoutProductList .list li .b .optionList .list {
  background: #F2F2F2;
  color: #535353;
  padding: 5px 9px;
  font-size: 15px;
  overflow: hidden;
  height: 30px;
}

.checkoutApp .checkoutProductList .list li .b .optionList .list span {
  display: flex;
  position: relative;
  height: auto;
  line-height: 18px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dashed #C9C9C9;
  padding: 7px 0;
}

.checkoutApp .checkoutProductList .list li .b .optionList .list span i {
  display: block;
  font-style: normal;
}

.checkoutApp .checkoutProductList .list li .b .optionList .list span b {
  display: block;
  position: absolute;
  right: 0;
  background: none;
  color: #535353;
  font-weight: normal;
}

.checkoutApp .checkoutProductList .list li .b .optionList .list span:last-child {
  border-bottom: none;
}

.checkoutApp .checkoutProductList .list li .b .optionList b {
  clear: both;
  display: block;
  background: #DEDEDE;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.checkoutApp .checkoutProductList .list li .c {
  float: left;
  width: 180px;
  height: 64px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  line-height: 64px;
}

.checkoutApp .checkoutProductList .list li .d {
  float: left;
  width: 100px;
  height: 64px;
  text-align: center;
  font-size: 18px;
  color: #707070;
  line-height: 64px;
}

.checkoutApp .checkoutProductList .list li .e {
  float: left;
  width: 180px;
  height: 64px;
  text-align: center;
  font-size: 18px;
  color: #ff5a00;
  line-height: 64px;
}

.checkoutApp .checkoutProductList .shippingTips {
  margin: 0 26px;
  position: relative;
  height: 43px;
}

.checkoutApp .checkoutProductList .shippingTips .box {
  position: absolute;
  display: none;
  width: 440px;
  border: 2px solid #ff5a00;
  border-radius: 5px;
  background: #FFFFFF;
  top: 40px;
  left: -45px;
  z-index: 1;
}

.checkoutApp .checkoutProductList .shippingTips .box .arrow {
  position: absolute;
  width: 1px;
  height: 1px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #ff5a00 transparent;
  z-index: 2;
  top: -25px;
  left: 39px;
}

.checkoutApp .checkoutProductList .shippingTips .box .arrow2 {
  position: absolute;
  width: 1px;
  height: 1px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 3;
  left: 41px;
  top: -20px;
}

.checkoutApp .checkoutProductList .shippingTips .box .text {
  text-align: left;
  padding: 10px 15px;
  line-height: 25px;
  font-size: 16px;
}

.checkoutApp .checkoutProductList .shippingTips .box .text b {
  color: #000000;
}

.checkoutApp .checkoutProductList .shippingTips .tipsText {
  text-align: right;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #707070;
  position: relative;
  float: right;
}

.checkoutApp .checkoutProductList .shippingTips .tipsText i {}

.checkoutApp .checkoutProductList .shippingTips .tipsText span {}

.checkoutApp .checkoutProductList .shippingTips .tipsText b {
  color: #ED700A;
  font-weight: bold;
}

.checkoutApp .checkoutProductList .shippingTips .tipsText a {
  color: #4692C7;
}

.checkoutApp .commentsFrame {
  background: #F6F6F6;
  padding-bottom: 20px;
  border-bottom: 1px solid #CDCDCD;
}

.checkoutApp .commentsFrame .tit {
  font-size: 18px;
  color: #000000;
  height: 47px;
  line-height: 47px;
  padding: 0 26px;
  font-weight: bold;
}

.checkoutApp .commentsFrame textarea {
  margin: 0 26px;
  width: 1148px;
  border: none;
  height: 100px;
  resize: none;
  font-size: 18px;
}

.checkoutApp .commentsFrame textarea:hover {
  border: none;
}

.checkoutApp .commentsFrame .input {
  height: 40px;
  line-height: 40px;
  padding: 0 26px;
}

.checkoutApp .commentsFrame .input input {
  width: 388px;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  border: none;
}

.checkoutApp .commentsFrame .input a {
  width: 104px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff5a00;
  color: #FFFFFF;
  font-size: 18px;
}

.checkoutApp .commentsFrame .tips {
  font-size: 14px;
  padding: 0 26px;
  color: #231815;
}

.checkoutApp .commentsFrame .tips span {
  color: #ff5a00;
}

.checkoutApp .commentsFrame .activityCouponList {
  padding: 26px 26px 0 26px;
}

.checkoutApp .commentsFrame .activityCouponList .li {
  position: relative;
  width: 345px;
  height: 160px;
  overflow: hidden;
  float: left;
  cursor: pointer;
  margin: 0 56px 50px 0;
}

.checkoutApp .commentsFrame .activityCouponList .li .n {
  position: absolute;
  transform: rotate(90deg);
  color: #fff;
  width: 60px;
  top: 30px;
  right: 270px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  line-height: 15px;
  font-size: 12px;
  word-break: break-word;
}

.checkoutApp .commentsFrame .activityCouponList .li .p {
  position: absolute;
  width: 200px;
  color: #CC2733;
  left: 110px;
  top: 30px;
  height: 50px;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 50px;
}

.checkoutApp .commentsFrame .activityCouponList .li .t {
  position: absolute;
  color: #fff;
  width: 186px;
  height: 24px;
  top: 78px;
  left: 118px;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}

.checkoutApp .commentsFrame .activityCouponList .li .c {
  position: absolute;
  color: #8E8E8E;
  top: 115px;
  left: 119px;
  width: 186px;
  text-align: center;
  font-size: 15px;
}

.checkoutApp .commentsFrame .activityCouponList .li .bg .on {
  display: none;
}

.checkoutApp .commentsFrame .activityCouponList .li:nth-child(3n+3) {
  margin-right: 0;
}

.checkoutApp .commentsFrame .activityCouponList .select .bg .on {
  display: block;
}

.checkoutApp .commentsFrame .activityCouponList .select .bg .off {
  display: none;
}

.checkoutApp .commentsFrame .activityCouponList .bg img {
  width: 100%;
}

.checkoutApp .couponFrame {
  background: #F6F6F6;
  border-bottom: 1px solid #CDCDCD;
}

.checkoutApp .couponFrame .tit {
  font-size: 18px;
  color: #000000;
  height: 47px;
  line-height: 47px;
  padding: 0 26px;
  font-weight: bold;
}

.checkoutApp .couponFrame .couponsList {
  display: flex;
  width: 1180px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.checkoutApp .couponFrame .coupon {
  width: 286px;
  height: 130px;
  position: relative;
  margin: 0 12px 19px 0;
  cursor: pointer;
  z-index: 1;
}

.checkoutApp .couponFrame .coupon:nth-child(4n+4) {
  margin-right: 0;
}

.checkoutApp .couponFrame .coupon>img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.checkoutApp .couponFrame .distory {
  filter: grayscale(100%);
  opacity: 0.6;
}

.checkoutApp .couponFrame .coupon .static {}

.checkoutApp .couponFrame .coupon .active,
.checkoutApp .couponFrame .coupon .select {
  display: none;
}

.checkoutApp .couponFrame .coupon .select {
  display: none;
}

.checkoutApp .couponFrame .select .select {
  display: block;
}

.checkoutApp .couponFrame .coupon:hover .active {
  display: block;
}

.checkoutApp .couponFrame .shippingcoupon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.checkoutApp .couponFrame .shippingcoupon>b {
  display: block;
  color: #ff5a00;
  font-size: 46px;
  margin-left: 16px;
  height: 50px;
  line-height: 50px;
}

.checkoutApp .couponFrame .shippingcoupon>span {
  display: block;
  font-size: inherit;
  color: #ff5a00;
  font-weight: bold;
  margin-left: 16px;
  height: 30px;
  line-height: 30px;
}

.checkoutApp .couponFrame .shippingcoupon>i {
  font-style: normal;
  margin-left: 16px;
  font-size: 16px;
  color: #6f6f6f;
}

.checkoutApp .couponFrame .activityCoupon>b {
  display: flex;
  margin: 16px 16px 7px 16px;
  color: #ff5a00;
}

.checkoutApp .couponFrame .activityCoupon>b>i {
  font-size: 46px;
  height: 46px;
  line-height: 46px;
  font-style: normal;
  display: flex;
}

.checkoutApp .couponFrame .activityCoupon>b>span {
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  margin-left: 14px;
  align-self: flex-end;
}

.checkoutApp .couponFrame .activityCoupon>span {
  display: flex;
  margin: 0 0 4px 16px;
  height: 26px;
  line-height: 26px;
}

.checkoutApp .couponFrame .activityCoupon>span>b {
  font-size: 16px;
  color: #ff5a00;
  margin-right: 23px;
}

.checkoutApp .couponFrame .activityCoupon>span>span {
  display: block;
  background: #ff5a00;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 2px;
}

.checkoutApp .couponFrame .activityCoupon>i {
  font-size: 16px;
  color: #6f6f6f;
  font-style: normal;
  margin-left: 16px;
  line-height: 26px;
  height: 26px;
}

.checkoutApp .couponFrame .more {
  cursor: pointer;
  margin: 0px 0 36px 30px;
  color: #0d9bd5;
}

.checkoutApp .totalFrame {
  background: #F6F6F6;
  padding-bottom: 20px;
  border-bottom: 1px solid #CDCDCD;
  padding: 18px 26px 20px 26px;
  position: relative;
}

.checkoutApp .totalFrame .protocol {
  position: absolute;
}

.checkoutApp .totalFrame .protocol input {
  color: #ff5a00;
}

.checkoutApp .totalFrame .protocol a {
  color: #ff5a00;
}

.checkoutApp .totalFrame .textBox {}

.checkoutApp .totalFrame .textBox ul {
  float: right;
}

.checkoutApp .totalFrame .textBox ul li {
  width: auto;
  clear: both;
  font-size: 20px;
  color: #231815;
}

.checkoutApp .totalFrame .textBox ul li .a {
  height: 30px;
  line-height: 30px;
  float: left;
  width: 150px;
  text-align: right;
  padding-right: 15px;
}

.checkoutApp .totalFrame .textBox ul li .b {
  height: auto;
  line-height: 30px;
  float: left;
  width: 300px;
}

.checkoutApp .totalFrame .textBox ul li .c {
  height: 30px;
  line-height: 30px;
  float: right;
  width: 140px;
  text-align: right
}

.checkoutApp .totalFrame .textBox .productNumber {
  color: #231815;
  font-size: 20px;
  position: absolute;
  right: 500px;
  top: 22px;
}

.checkoutApp .totalFrame .textBox .productNumber span {
  color: #ff5a00;
}

.checkoutApp .totalFrame .totalPrice {
  text-align: right;
  color: #231815;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
}

.checkoutApp .totalFrame .totalPrice span {
  color: #ff5a00;
  font-weight: bold;
}

.checkoutApp .totalFrame .totalPrice b {
  display: block;
  font-size: 20px;
  color: #666666;
  font-weight: normal;
  line-height: 30px;
  padding-top: 10px;
}

.checkoutApp .totalFrame .taxTips {
  clear: both;
  height: 50px;
}

.checkoutApp .totalFrame .taxTips .con {
  float: right;
  font-size: 20px;
  color: #666666;
  font-weight: normal;
  line-height: 30px;
  padding-top: 10px;
}

.checkoutApp .totalFrame .taxTips .con:hover .taxTipsCon {
  display: block;
}

.checkoutApp .totalFrame .taxTips .con i {
  font-size: 18px;
}

.checkoutApp .totalFrame .taxTips .con .taxTipsCon {
  position: absolute;
  display: none;
  width: 440px;
  border: 2px solid #ff5a00;
  border-radius: 5px;
  background: #FFFFFF;
  bottom: 119px;
  right: 0;
  z-index: 1;
  font-size: 16px;
  text-align: left;
  padding: 10px 15px;
}

.checkoutApp .totalFrame .taxTips .con .taxTipsCon span {
  color: #ff5a00;
}

.checkoutApp .totalFrame .taxTips .con .taxTipsCon .arrow {
  position: absolute;
  width: 1px;
  height: 1px;
  border-width: 12px;
  border-style: solid;
  border-color: #ff5a00 transparent transparent transparent;
  z-index: 2;
  bottom: -25px;
  left: 99px;
}

.checkoutApp .totalFrame .taxTips .con .taxTipsCon .arrow2 {
  position: absolute;
  width: 1px;
  height: 1px;
  border-width: 10px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  z-index: 3;
  bottom: -20px;
  left: 101px;
}

.checkoutApp .totalFrame .confirmBtn {}

.checkoutApp .totalFrame .confirmBtn a {
  display: block;
  width: 250px;
  height: 49px;
  line-height: 49px;
  background: #ff5a00;
  color: #FFFFFF;
  float: right;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.checkoutApp .totalFrame .confirmBtn .off {
  background: #666666;
}

.checkoutApp .warningBox {
  background: #EDCCCC;
  margin: 15px 0;
  padding: 13px;
  color: #650808;
  font-size: 18px;
}

.checkoutApp .warningBox i {
  font-size: 18px;
  padding-right: 10px;
}

.checkoutApp .addressPopBox {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.checkoutApp .addressPopBox .con {
  position: absolute;
  z-index: 2;
  width: 600px;
  height: auto;
  background: #FFFFFF;
  padding: 25px 40px;
  left: 50%;
  margin-left: -300px;
}

.checkoutApp .addressPopBox .con .title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}

.checkoutApp .addressPopBox .con ul {
  border-bottom: 1px dashed #C7C7C7;
  padding-bottom: 15px;
}

.checkoutApp .addressPopBox .con ul li {
  clear: both;
  margin-bottom: 10px;
}

.checkoutApp .addressPopBox .con ul li span {
  width: 160px;
  float: left;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}

.checkoutApp .addressPopBox .con ul li span b {
  width: 13px;
  height: 30px;
  color: #FF0000;
  display: block;
  float: left;
  font-weight: normal;
}

.checkoutApp .addressPopBox .con ul li i {
  display: block;
  float: left;
  font-style: normal;
}

.checkoutApp .addressPopBox .con ul li i b {
  display: block;
  color: #A94442;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}

.checkoutApp .addressPopBox .con ul li i input {
  width: 358px;
  height: 30px;
  border: 1px solid #C4C4C4;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  font-size: 18px;
  color: #000000;
}

.checkoutApp .addressPopBox .con ul li i .errInput {
  border: 1px solid #A94442;
}

.checkoutApp .addressPopBox .con ul li i select {
  width: 358px;
  height: 30px;
  border: 1px solid #C4C4C4;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  font-size: 18px;
  color: #000000;
}

.checkoutApp .addressPopBox .con ul li .tips {
  color: #ff5a00;
  padding-left: 160px;
}

.checkoutApp .addressPopBox .con ul li .tips a {
  color: #ff5a00;
}

.checkoutApp .addressPopBox .con .btnBox {
  height: 60px;
  position: relative;
}

.checkoutApp .addressPopBox .con .btnBox .defaultAddress {
  position: absolute;
  top: 20px;
}

.checkoutApp .addressPopBox .con .btnBox .defaultAddress span {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}

.checkoutApp .addressPopBox .con .btnBox .defaultAddress span input {
  display: block;
  float: left;
  margin-right: 5px;
}

.checkoutApp .addressPopBox .con .btnBox .btn {
  width: 180px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 20px;
}

.checkoutApp .addressPopBox .con .btnBox .btn a {
  width: 180px;
  height: 40px;
  background: #ff5a00;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
}

.checkoutApp .addressPopBox .con .closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #D6D6D6;
}

.checkoutApp .addressPopBox .con .closeBtn:hover {
  color: #ff5a00;
}

.checkoutApp .addressPopBox .maskBG {
  background: #000000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
  opacity: 0.8;
  z-index: 1;
  height: 1000px;
}

.checkoutApp .addressPopBox .cartConflictText {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.checkoutApp .addressPopBox .cartConflictlist {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 80px;
}

.checkoutApp .addressPopBox .cartConflictlist ul {}

.checkoutApp .addressPopBox .cartConflictlist ul li {
  border-bottom: 1px dashed #313131;
  height: 30px;
  line-height: 30px;
  clear: both;
  padding: 0;
  margin: 0;
}

.checkoutApp .addressPopBox .cartConflictlist ul li span {
  display: block;
  width: 60%;
  color: #313131;
  line-height: 30px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.checkoutApp .addressPopBox .cartConflictlist ul li b {
  display: block;
  float: left;
  line-height: 30px;
  width: 10%;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
}

.checkoutApp .addressPopBox .cartConflictlist ul li i {
  display: block;
  float: left;
  font-style: normal;
  width: 30%;
  line-height: 30px;
  font-size: 16px;
  text-align: right;
  padding-right: 10px;
}

.checkoutApp #warrantyBox h3 {
  font-size: 24px;
  font-weight: bold;
}

.checkoutApp #warrantyBox .conBox {
  height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 18px;
  color: #000000;
}

.checkoutApp #warrantyBox .conBox h4 {
  display: none;
}

.checkoutApp #warrantyBox .conBox h5 {
  font-size: 18px;
  font-weight: bold;
  color: #ff5a00;
}

.checkoutApp .confirmEmail {
  background: #F6F6F6;
  height: 45px;
  line-height: 45px;
  margin-top: 25px;
  text-indent: 15px;
}

.checkoutApp .confirmEmail span {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  padding-right: 25px;
}

.checkoutApp .confirmEmail {
  font-size: 24px;
  color: #000000;
}

.checkoutApp .massageFrame {
  font-size: 18px;
  color: #000000;
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 25px;
  line-height: 30px;
}

.checkoutApp .massageFrame a {
  color: #ff5a00;
}

.checkoutApp .bankTransferFrame {
  font-size: 18px;
  color: #000000;
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 25px;
  line-height: 24px;
}

.checkoutApp .bankTransferFrame h3 {
  font-size: 30px;
  font-weight: bold;
  color: #707070;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}

.checkoutApp .bankTransferFrame span {
  color: #ff5a00;
}

.checkoutApp .bankTransferFrame b {
  color: #888888;
  font-weight: normal;
}

.checkoutApp .btnFrame {
  hyphenate-limit-lines: 50px;
  margin: 30px 0;
}

.checkoutApp .btnFrame a {
  width: 285px;
  height: 50px;
  background: #ff5a00;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  display: block;
  float: right;
  text-align: center;
  line-height: 50px;
}

.checkoutApp .europeTips {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  justify-content: center;
  display: flex;
}

.checkoutApp .europeTips .con {
  z-index: 1;
  background: #ffffff;
  width: 590px;
  height: 320px;
  align-self: center;
  padding: 50px;
}

.checkoutApp .europeTips .con>b {
  display: block;
  font-size: 24px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 25px;
  text-align: center;
}

.checkoutApp .europeTips .con>span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000000;
  line-height: 33px;
  margin-bottom: 34px;
}

.checkoutApp .europeTips .con>span>b {
  font-size: 30px;
  font-weight: normal;
}

.checkoutApp .europeTips .con>span>span {
  color: #EA5A19;
  font-size: 30px;
  font-weight: normal;
}

.checkoutApp .europeTips .con>i {
  display: flex;
  justify-content: center;
}

.checkoutApp .europeTips .con>i>button {
  background: #FF5A00;
  width: 180px;
  height: 56px;
  border-radius: 6px;
  border: none;
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  cursor: pointer;
}

.checkoutApp .europeTips .con>i>.cal {
  font-size: 20px;
  color: #666666;
  background: none;
  width: auto;
  padding: 20px;
  cursor: pointer;
}

.checkoutApp .europeTips>b {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
}

.checkoutApp .split-order-tip .tip {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: 200px;
  z-index: 3;
  background-color: #FFFFFF;
  border-radius: 14px;
  width: 724px;
  height: 310px;
  padding: 35px 30px 52px;
}

.checkoutApp .split-order-tip .cover {
  content: "";
  display: block;
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.checkoutApp .split-order-tip .tip h3 {
  line-height: 40px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 28px;
  margin-top: 0;
  color: #000000;
}

.checkoutApp .split-order-tip .tip p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 40px;
  color: #000000;
}

.checkoutApp .split-order-tip .tip button {
  width: 196px;
  height: 48px;
  border-radius: 6px;
  border: none;
  background-color: #010101;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
}

.checkoutApp .split-order-tip .tip button:first-of-type {
  background-color: #FF5A00;
  margin-left: 90px;
}

.checkoutApp .split-order-tip .tip button:last-of-type {
  margin-left: 74px;
}

/*-------------------- CheckOut End -----------------------*/
#specialApp {}

#specialApp .specialFrame {}

#specialApp .specialFrame .banner {
  width: 1200px;
  height: 100px;
}

#specialApp .specialFrame .banner img {
  width: 1200px;
  height: 100px;
}

#specialApp .specialFrame .icon {
  margin-top: 60px;
}

#specialApp .specialNav {
  border-top: 1px dashed #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  font-size: 18px;
  color: #626262;
  height: 50px;
  line-height: 50px;
}

#specialApp .specialNav b {
  color: #B1B1B1;
  padding-right: 50px;
  font-weight: normal;
}

#specialApp .specialNav a {
  padding-right: 40px;
}

#specialApp .specialNav a:hover {
  color: #ff5a00;
}

#specialApp .specialNav .select {
  color: #ff5a00;
}

.bodyFrame .informationCon {}

.bodyFrame .informationCon .topBanner {}

.bodyFrame .informationCon .topBanner img {
  width: 100%;
}

.bodyFrame .informationCon .conBox {
  background: #FFFFFF;
  float: left;
  width: 100%;
  padding: 0 28px 40px 28px;
}

.bodyFrame .informationCon .conBox a {
  color: #ee6b00;
  cursor: pointer;
}

.bodyFrame .informationCon .conBox h4 {
  font-size: 24px;
  color: #313131;
  font-weight: bold;
  margin: 30px 0;
}

.bodyFrame .informationCon .conBox h4 i {
  font-size: 25px;
  padding-right: 5px;
}

.bodyFrame .informationCon .conBox h5 {
  color: #ee6b00;
  font-size: 20px;
  font-weight: bold;
}

.bodyFrame .informationCon .conBox h6 {
  font-size: 20px;
  color: #313131;
}

.bodyFrame .informationCon .conBox h6 span {
  font-weight: bold;
  color: #ff5a00;
  padding-right: 5px;
}

.bodyFrame .informationCon .conBox p {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}

.bodyFrame .informationCon .conBox p span {
  color: #ff5a00;
}

.bodyFrame .informationCon .conBox table {}

.bodyFrame .informationCon .conBox table th {
  background: #F0F0F0;
  border: 1px solid #707070;
  font-weight: bold;
  text-align: center;
  color: #000000;
  font-size: 16px;
  padding: 8px 0;
}

.bodyFrame .informationCon .conBox table td {
  color: #000000;
  font-size: 16px;
  padding: 8px 0;
}

.bodyFrame .informationCon .conBox .affiliateBtnFrame {}

.bodyFrame .informationCon .conBox .affiliateBtnFrame a {
  background: #ee6b00;
  color: #FFFFFF;
  display: block;
  padding: 5px 10px;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  display: none;
}

.bodyFrame .informationCon .contactFrame {
  background: #FFFFFF;
  padding: 30px 50px;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 44px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-family: Roboto;
}

.bodyFrame .informationCon .contactFrame section {
  display: flex;
  margin-bottom: 40px;
}

.bodyFrame .informationCon .contactFrame section .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #959595;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.bodyFrame .informationCon .contactFrame section .icon i {
  font-size: 40px;
  color: #959595;
}

.bodyFrame .informationCon .contactFrame section .info {
  margin-left: 26px;
  margin-top: 4px;
}

.bodyFrame .informationCon .contactFrame section .info .title {
  color: #000000;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.bodyFrame .informationCon .contactFrame section .info .title .before {
  width: 6px;
  height: 16px;
  border-radius: 6px;
  background-color: #FF5A00;
  margin-right: 10px;
}

.bodyFrame .informationCon .contactFrame section .info .content {
  column-count: 2;
  column-fill: auto;
}

.bodyFrame .informationCon .contactFrame section .info ul.content {
  margin-top: 24px;
  height: 200px;
}

.bodyFrame .informationCon .contactFrame section .info ul li::before {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  background-color: #D8D8D8;
  position: absolute;
  top: 6px;
}

.bodyFrame .informationCon .contactFrame section .info ul li {
  margin-bottom: 25px;
  position: relative;
}

.bodyFrame .informationCon .contactFrame section .info ul li p {
  margin-left: 16px;
  width: 430px;
}

.bodyFrame .informationCon .contactFrame section .info ul li .question {
  font-weight: 500;
}

.bodyFrame .informationCon .contactFrame section .info ul li .answer {
  margin-top: 14px;
}

.bodyFrame .informationCon .contactFrame section .info ul li .grey {
  color: #9F9F9F;
  font-weight: bold;
}

.bodyFrame .informationCon .contactFrame section .info ul li .orange {
  color: #FF5A00;
}

.bodyFrame .informationCon .contactFrame section .info ul li .addition {
  color: #707070;
}

.bodyFrame .informationCon .contactFrame section .info ul li .addition a {
  color: #1E91CF;
  text-decoration: underline;
}

.bodyFrame .informationCon .contactFrame .bottom {
  padding-top: 52px;
  display: flex;
  border-top: 1px solid #E8E8E8;
}

.bodyFrame .informationCon .contactFrame section .info p.content {
  margin-top: 12px;
  color: #FF5A00;
}

.bodyFrame .informationCon .shippingInfoBox {
  width: 100%;
  position: relative;
}

.bodyFrame .informationCon .shippingInfoBox .siLeft {
  width: 885px;
  float: left;
}

.bodyFrame .informationCon .shippingInfoBox .siRight {
  width: 270px;
  position: fixed;
  top: 226px;
  left: 50%;
  margin-left: 329px;
  padding: 5px 20px;
  background: #FFFFFF;
}

.bodyFrame .informationCon .shippingInfoBox .siRight a {
  display: block;
  font-size: 20px;
  color: #171717;
  border-bottom: 1px solid #DDDDDD;
  line-height: 20px;
  padding: 10px 0;
}

.bodyFrame .informationCon .shippingInfoBox .siRight a:last-child {
  border-bottom: none;
}

.bodyFrame .informationCon h1 {
  font-size: 42px;
  color: #313131;
  margin: 27px 0 49px 0;
}

.bodyFrame .informationCon h1.black-title {
  color: #FF5A00;
  border-radius: 6px 6px 0px 0px;
  background: #313131;
  margin: 20px 0 0;
  padding: 45px 50px;
}

.bodyFrame .informationCon h2 {
  padding: 19px 0 10px 0;
  border-bottom: 1px solid #313131;
  font-size: 28px;
  color: #313131;
}

.bodyFrame .informationCon .topicList {
  display: flex;
  flex-wrap: wrap;
}

.bodyFrame .informationCon .topicList a {
  font-size: 22px;
  font-weight: bold;
  color: #ED6A00;
  margin: 5px 49px 5px 0;
}

.bodyFrame .informationCon .topicList a:hover {
  text-decoration: revert;
}

.bodyFrame .informationCon .categoryList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 1500px;
  overflow-x: auto;
}

.bodyFrame .informationCon .subList {
  width: 33%;
  display: flex;
  flex-direction: column;
}

.bodyFrame .informationCon .subList h3 {
  font-size: 22px;
  margin: 7px 0 17px 0;
  font-weight: bold;
}

.bodyFrame .informationCon .subList h3 a {
  color: #ED6A00;
}

.bodyFrame .informationCon .subList h3 a:hover {
  text-decoration: revert;
}

.bodyFrame .informationCon .subList>span {
  margin-bottom: 7px;
  color: #313131;
  font-size: 18px;
  font-weight: bold;
}

.bodyFrame .informationCon .subList>span>a {
  color: #313131;
}

.bodyFrame .informationCon .subList>span>a:hover {
  text-decoration: revert;
}

.bodyFrame .informationCon .subList>span>b {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: #5C5C5C;
  font-weight: normal;
  padding-left: 30px;
}

.bodyFrame .informationCon .subList>span>b>a {
  margin: 9px 0 5px 0;
  color: #5C5C5C;
}

.bodyFrame .informationCon .subList>span>b>a:hover {
  text-decoration: revert;
}

[v-cloak] {
  display: none;
}

#modal-agree .modal-body .topBanner img {
  width: 100%;
}

@media (max-width: @screen-xs-max) {
  .affiliate .mid .lfmid {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .affiliate .mid .lfmid {
    width: 100%;
  }

  .affiliate .mid .lfmid01 {
    width: 100%;
  }

  .affiliate .mid .regist {
    margin-top: 25px;
  }
}

.projectList {
  display: block;
  margin: 25px 0;
}

.projectList ul {
  display: flex;
  flex-wrap: wrap;
}

.projectList ul li {
  width: 278px;
  height: auto;
  margin: 0 29px 20px 0;
  background: #FFFFFF;
  position: relative;
  border-radius: 4px;
}

.projectList ul li:nth-child(4n + 4) {
  margin-right: 0;
}

.projectList ul li .voteNum {
  position: absolute;
  background: #ff5a00;
  left: -6px;
  top: 22px;
  height: 34px;
  line-height: 34px;
  min-width: 84px;
  text-align: center;
  color: #ffffff;
  font-size: 18px
}

.projectList ul li .thumb {
  width: 278px;
  height: 203px
}

.projectList ul li .thumb .best {
  position: absolute;
  right: 8px;
  top: -10px
}

.projectList ul li .thumb a {
  display: block
}

.projectList ul li .thumb a img {
  width: 278px;
  height: 203px;
  border-radius: 4px 4px 0 0
}

.projectList ul li .info {
  display: block
}

.projectList ul li .info .title {
  width: 258px;
  margin: 10px;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  height: 40px;
}

.projectList ul li .info a {
  color: #333333;
  display: block
}

.projectList ul li .info .tag {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 20px
}

.projectList ul li .info .tag a {
  display: block;
  background: #f4f4f4;
  border-radius: 2px;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 20px
}

.projectList ul li .info .user {
  display: flex;
  padding: 0 10px;
  justify-content: space-between;
}

.projectList ul li .info .user .left {
  display: flex;
  width: 100px
}

.projectList ul li .info .user .left .head {
  width: 25px;
  height: 25px;
  margin-right: 8px
}

.projectList ul li .info .user .left .head a {
  width: 25px;
  height: 25px
}

.projectList ul li .info .user .left .head a img {
  width: 25px;
  height: 25px;
  border-radius: 25px
}

.projectList ul li .info .user .left .userName {
  font-size: 12px;
  width: 60px;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.projectList ul li .info .user .left .userName a {
  color: #919191;
  display: contents
}

.projectList ul li .info .user .right {
  display: flex;
  height: 20px;
  align-self: center;
  padding: 0;
  float: none;
  width: auto
}

.projectList ul li .info .user .right .visit {
  display: flex;
  font-size: 12px;
  width: 50px
}

.projectList ul li .info .user .right .visit img {
  align-self: center;
  margin-top: -3px
}

.projectList ul li .info .user .right .visit span {
  color: #bbbcbc;
}

.projectList ul li .info .user .right .diff {
  align-self: center;
  display: flex
}

.projectList ul li .info .user .right .diff .common_001 i:nth-child(1) {
  background: #ff5a00
}

.projectList ul li .info .user .right .diff .common_002 i:nth-child(1),
.projectList ul li .info .user .right .diff .common_002 i:nth-child(2),
.projectList ul li .info .user .right .diff .common_002 i:nth-child(3) {
  background: #ff5a00
}

.projectList ul li .info .user .right .diff .common_003 i {
  background: #dd0505
}

.projectList ul li .info .user .right .diff_0 .t1 {
  display: block;
}

.projectList ul li .info .user .right .diff_1 .t1 {
  display: block;
}

.projectList ul li .info .user .right .diff_2 .t2 {
  display: block;
}

.projectList ul li .info .user .right .diff_3 .t3 {
  display: block;
}

.projectList ul li .info .user .right .diff span {
  display: flex;
  align-self: center;
  margin-right: 4px
}

.projectList ul li .info .user .right .diff span i {
  width: 4px;
  height: 10px;
  background: #d8d8d8;
  margin-right: 2px
}

.projectList ul li .info .user .right .diff b {
  color: #919191;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  display: none;
}

/*end*/
.geiGiftSuccess {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
}

.geiGiftSuccess>span {
  position: absolute;
  z-index: 1;
  align-self: center;
  display: flex;
  background: #ffffff;
  width: 680px;
  justify-content: center;
  border-radius: 15px;
  padding: 20px 0 80px 0;
}

.geiGiftSuccess>span>b {
  position: absolute;
  color: #FF5A00;
  font-size: 26px;
  top: 132px;
}

.geiGiftSuccess>span>span {
  position: absolute;
  color: #FF5A00;
  top: 159px;
  font-size: 17px;
}

.geiGiftSuccess>span>.t2 {
  position: absolute;
  top: 330px;
  color: #666;
  font-size: 16px;
}

.geiGiftSuccess>span>i {
  position: absolute;
  font-style: normal;
  top: 360px;
  font-size: 17px;
  color: #666666;
}

.geiGiftSuccess>span>button {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  border: none;
  color: #666666;
  font-size: 20px;
  cursor: default;
}

.geiGiftSuccess>b {
  background: #000000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@font-face {
  font-family: "iconfont"; /* Project id 2569357 */
  src: url('iconfont.woff2?t=1677468889129') format('woff2'),
       url('iconfont.woff?t=1677468889129') format('woff'),
       url('iconfont.ttf?t=1677468889129') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-telephone:before {
  content: "\e63f";
}

.icon-email1:before {
  content: "\e640";
}

.icon-fax:before {
  content: "\e641";
}

.icon-vector:before {
  content: "\e63d";
}

.icon-help-circle:before {
  content: "\e63c";
}

.icon-a-VIPBenefits-01:before {
  content: "\e6dd";
}

.icon-meh:before {
  content: "\e63b";
}

.icon-comingSoon:before {
  content: "\e62e";
}

.icon-home1:before {
  content: "\e64b";
}

.icon-duihao:before {
  content: "\e64c";
}

.icon-bao:before {
  content: "\e64d";
}

.icon-delete:before {
  content: "\e64e";
}

.icon-downarrow:before {
  content: "\e64f";
}

.icon-dianhua:before {
  content: "\e650";
}

.icon-daaress:before {
  content: "\e651";
}

.icon-gouwuche:before {
  content: "\e652";
}

.icon-downarrow1:before {
  content: "\e653";
}

.icon-leftarrow:before {
  content: "\e654";
}

.icon-home:before {
  content: "\e655";
}

.icon-downarrow2:before {
  content: "\e656";
}

.icon-edit:before {
  content: "\e657";
}

.icon-iconfontzhizuobiaozhun16:before {
  content: "\e658";
}

.icon-icon-test:before {
  content: "\e659";
}

.icon-cart:before {
  content: "\e65a";
}

.icon-leftarrow2:before {
  content: "\e65b";
}

.icon-mail:before {
  content: "\e65c";
}

.icon-Makelogyingwenicon_huabanfuben1:before {
  content: "\e65d";
}

.icon-google:before {
  content: "\e65e";
}

.icon-category:before {
  content: "\e65f";
}

.icon-new2:before {
  content: "\e660";
}

.icon-Makelogyingwenicon_huabanfuben2:before {
  content: "\e661";
}

.icon-notify:before {
  content: "\e662";
}

.icon-new:before {
  content: "\e663";
}

.icon-email:before {
  content: "\e664";
}

.icon-facebook:before {
  content: "\e665";
}

.icon-cloud-cash:before {
  content: "\e666";
}

.icon-diqiushijiehaiwaiquanqiuhuaxianxing:before {
  content: "\e667";
}

.icon-geshi_tongyongyasuobao:before {
  content: "\e668";
}

.icon-result:before {
  content: "\e669";
}

.icon-ccgl-yundanguanli-1:before {
  content: "\e66a";
}

.icon-printer:before {
  content: "\e66b";
}

.icon-phone:before {
  content: "\e66c";
}

.icon-icon-test1:before {
  content: "\e66d";
}

.icon-sanjiaoduihaotuxing:before {
  content: "\e66e";
}

.icon-rightarrow2:before {
  content: "\e66f";
}

.icon-qianbi:before {
  content: "\e670";
}

.icon-hart:before {
  content: "\e671";
}

.icon-biaodan:before {
  content: "\e672";
}

.icon-suo:before {
  content: "\e673";
}

.icon-new1:before {
  content: "\e674";
}

.icon-dayinchuanzhen:before {
  content: "\e675";
}

.icon-hart2:before {
  content: "\e676";
}

.icon-subscribe:before {
  content: "\e677";
}

.icon-biaodan1:before {
  content: "\e678";
}

.icon-showmore:before {
  content: "\e679";
}

.icon-wanchengchenggong:before {
  content: "\e67a";
}

.icon-uparrow:before {
  content: "\e67b";
}

.icon-review:before {
  content: "\e67c";
}

.icon-warning:before {
  content: "\e67d";
}

.icon-search:before {
  content: "\e67e";
}

.icon-shijian:before {
  content: "\e67f";
}

.icon-add:before {
  content: "\e680";
}

.icon-rightarrow:before {
  content: "\e681";
}

.icon-backtop:before {
  content: "\e682";
}

.icon-tuichu:before {
  content: "\e683";
}

.icon-ok:before {
  content: "\e684";
}

.icon-use:before {
  content: "\e685";
}

.icon-category1:before {
  content: "\e686";
}

.icon-youjiantou:before {
  content: "\e687";
}

.icon-zuojiantou:before {
  content: "\e688";
}

.icon-gouwuchenew:before {
  content: "\e689";
}

