@charset "UTF-8";
/*
*@module: Common core setting
*@Author: juhailin 2015-01-14
*@Update: 
*/
/*
*@module: Common core mixin
*@Author: juhailin 2015-01-14
*@Update: 
*/
@media screen and (max-width: 780px) {
  .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;
  }
}
* {
  -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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: "";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.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-left: 15px;
  padding-right: 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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 12px;
  line-height: 1.428571429;
  color: #202020;
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  font-family: Gill-Sans, Arial, sans-serif;
}

img {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6, p, figure, form {
  margin: 0;
}

p {
  margin-bottom: 10px;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #cc0000;
}
a:hover {
  color: #990000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

@-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;
  }

  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;
  }

  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;
  }

  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;
  }

  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;
  }

  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;
  }
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.JS-tab, .JS-tabcon, .detail-tab, .detail-tabcon {
  position: relative;
}

.red {
  color: #cc3300;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.activity p {
  margin: 0;
}

.crumbs {
  margin: 20px 0 20px 0;
  padding: 0 0 3px;
  border-bottom: 1px solid #1B1B1B;
  text-transform: capitalize;
  font-size: 14px;
  color: #444;
}
.crumbs:before, .crumbs:after {
  content: "";
  display: table;
}
.crumbs:after {
  clear: both;
}
.crumbs span {
  color: #999;
}
.crumbs a {
  color: #444;
}
.crumbs a:hover {
  color: #666;
  text-decoration: underline;
}

/* flag */
.icon-flag {
  background: url(../images/flag_icon.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  height: 15px;
}

.flag-wh {
  width: 21px;
  height: 16px;
}

.icon-gbp {
  background-position: 0 -52px;
}

.icon-usd {
  background-position: 0 0;
}

.icon-eur {
  background-position: 0 -24px;
}

.icon-pln {
  background-position: 0 -74px;
}

.icon-aud {
  background-position: 0 -100px;
}

.icon-rub {
  background-position: 0 -124px;
}

.icon-cad {
  background-position: 0 -149px;
}

.icon-brl {
  background-position: 0 -177px;
}

.icon-sek {
  background-position: 0 -201px;
}

.icon-chf {
  background-position: 0 -227px;
}

.icon-nok {
  background-position: 0 -251px;
}

.icon-mxn {
  background-position: 0 -277px;
}

.icon-dkk {
  background-position: 0 -301px;
}

.icon-sar {
  background-position: 0 -328px;
}

.icon-twd {
  background-position: 0 -352px;
}

.icon-hkd {
  background-position: 0 -377px;
}

.icon-jpy {
  background-position: 0 -403px;
}

.icon-ars {
  background-position: 0 -430px;
}

/* sns */
.sns a {
  background: url(../images/themes-new.png) no-repeat;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 3px;
}
.sns a.sns1:hover {
  background-position: 0 -217px;
}
.sns a.sns2:hover {
  background-position: -36px -217px;
}
.sns a.sns3:hover {
  background-position: -73px -217px;
}
.sns a.sns4:hover {
  background-position: -110px -217px;
}
.sns a.sns5:hover {
  background-position: -146px -217px;
}
.sns a.sns6:hover {
  background-position: -182px -217px;
}
.sns a.sns7:hover {
  background-position: -219px -217px;
}
.sns a.sns8:hover {
  background-position: -256px -217px;
}
.sns a.sns9:hover {
  background-position: -294px -217px;
}
.sns a.sns1 {
  background-position: 0 -181px;
}
.sns a.sns2 {
  background-position: -36px -181px;
}
.sns a.sns3 {
  background-position: -73px -181px;
}
.sns a.sns4 {
  background-position: -110px -181px;
}
.sns a.sns5 {
  background-position: -146px -181px;
}
.sns a.sns6 {
  background-position: -182px -181px;
}
.sns a.sns7 {
  background-position: -219px -181px;
}
.sns a.sns8 {
  background-position: -256px -181px;
}
.sns a.sns9 {
  background-position: -294px -181px;
}

/* prev next */
.prev1,
.next1,
.prev4,
.next4,
.prev5,
.next5 {
  display: inline-block;
  background: url(../images/icons-2.png) no-repeat;
  width: 26px;
  height: 56px;
  position: absolute;
  top: 110px;
  cursor: pointer;
  z-index: 5;
}

.prev1 {
  background-position: 0 -78px;
  left: 0;
}

.next1 {
  background-position: -34px -78px;
  right: 0;
}

.prev-disabled,
.next-disabled {
  background: none;
}

.prev4 {
  background-position: 0 -1576px;
  left: 0;
}

.next4 {
  background-position: -34px -1576px;
  right: 0;
}

.prev5 {
  background-position: 0 -1576px;
  left: 0;
}

.next5 {
  background-position: -34px -1576px;
  right: 0;
}

.prev2,
.next2 {
  display: inline-block;
  background: url(../images/icons-2.png) no-repeat;
  width: 9px;
  height: 17px;
  position: absolute;
  top: 250px;
  cursor: pointer;
  z-index: 1;
}

.prev2 {
  background-position: -34px -500px;
  left: 0;
}

.next2 {
  background-position: -51px -500px;
  right: 0;
}

.next-btn1,
.prev-btn1 {
  margin: 0 5px;
}

.next-btn1 {
  background: url(../images/icons-2.png) no-repeat right -460px;
  padding-right: 12px;
}

.prev-btn1 {
  background: url(../images/icons-2.png) no-repeat -53px -522px;
  padding-left: 12px;
}

.prev3,
.next3 {
  display: inline-block;
  background: url(../images/icons-2.png) no-repeat;
  width: 17px;
  height: 9px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.prev3 {
  background-position: 0 -1535px;
}

.next3 {
  background-position: 0 -1552px;
}

@media (max-width: 767px) {
  .crumbs .flr {
    display: none;
  }
}
@media (min-width: 768px) {
  #gotop a {
    background-image: url(../images/2016/top.png);
    display: inline-block;
    vertical-align: middle;
    background-position: 0 0;
    width: 75px;
    height: 50px;
  }
}
.a-de {
  background-position: -82px 0 !important;
  width: 64px !important;
}

.a-es {
  background-position: -159px 0 !important;
  width: 78px !important;
}

.a-fr {
  background-position: -247px 0 !important;
  width: 102px !important;
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }

  .xs-mobile {
    text-align: center;
  }

  .xs-mobile-top {
    background: url(../images/icons-2.png) no-repeat 0 -308px;
    height: 32px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
  }
}
.a-underline {
  display: block;
  text-decoration: underline;
  font-style: normal;
  margin: 3px 0;
  cursor: pointer;
}

#main {
  margin: 0 auto 30px;
  min-height: 650px;
  position: relative;
  width: 100%;
}

a {
  color: #202020;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #666;
  text-decoration: underline;
}

input {
  border: medium none;
}

.btn, .text, textarea {
  border: 1px solid #d6d6d6;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: medium none;
}

@media (max-width: 767px) {
  input[type='text'],
  input[type='number'],
  input[type='password'],
  input[type='search'],
  textarea, select {
    font-size: 16px;
  }
}
.text {
  padding: 0 5px;
}

.prev-btn {
  background: url("../images/icons-2.png") no-repeat scroll -53px -522px rgba(0, 0, 0, 0);
  padding-left: 12px;
}

.next-btn {
  background: url("../images/icons-2.png") no-repeat scroll right -460px rgba(0, 0, 0, 0);
  padding-right: 12px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mtb20 {
  margin: 20px 0;
}

.pt5 {
  padding-top: 5px;
}

/* loading */
.loading-box {
  color: #444;
  border: solid 1px #e5e5e5;
  background: #fff;
  width: 30%;
  margin-left: -15%;
  -webkit-box-shadow: 0px 0px 8px #5E5E5E;
  -moz-box-shadow: 0px 0px 8px #5E5E5E;
  box-shadow: 0px 0px 8px #5E5E5E;
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 1001;
}
@media (max-width: 767px) {
  .loading-box {
    width: 90%;
    margin-left: -45%;
    margin-top: 10%;
  }
}
.loading-box .loading-title {
  border-bottom: solid 1px #e5e5e5;
  padding-left: 20px;
  line-height: 36px;
  background: #fafafa;
  font-size: 14px;
}
.loading-box .loading-pic {
  line-height: 24px;
  padding: 5%;
}
.loading-box .loading-pic img {
  float: left;
  margin-right: 5%;
}
.loading-box .loading-prompt {
  margin: 3% 0;
  text-align: center;
  color: #999;
}

/* css3 show list */
.cs-show .cs-list {
  transition-duration: 180ms;
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-show:hover .cs-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0) scale(1);
  -moz-transform: translate(0, 0) rotate(0) scale(1);
  -ms-transform: translate(0, 0) rotate(0) scale(1);
  -o-transform: translate(0, 0) rotate(0) scale(1);
  transform: translate(0, 0) rotate(0) scale(1);
}

/* prev next */
.prev1,
.next1,
.prev4,
.next4,
.prev5,
.next5 {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons-2.png) no-repeat;
  width: 26px;
  height: 56px;
  position: absolute;
  top: 110px;
  cursor: pointer;
  z-index: 5;
}

.prev1 {
  background-position: 0 -78px;
  left: 0;
}

.next1 {
  background-position: -34px -78px;
  right: 0;
}

.prev-disabled,
.next-disabled {
  background: none;
}

.prev4 {
  background-position: 0 -1576px;
  left: 0;
}

.next4 {
  background-position: -34px -1576px;
  right: 0;
}

.prev5 {
  background-position: 0 -1576px;
  left: 0;
}

.next5 {
  background-position: -34px -1576px;
  right: 0;
}

.prev2,
.next2 {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons-2.png) no-repeat;
  width: 9px;
  height: 17px;
  position: absolute;
  top: 250px;
  cursor: pointer;
  z-index: 1;
}

.prev2 {
  background-position: -34px -500px;
  left: 0;
}

.next2 {
  background-position: -51px -500px;
  right: 0;
}

.next-btn1,
.prev-btn1 {
  margin: 0 5px;
}

.next-btn1 {
  background: url(../images/icons-2.png) no-repeat right -460px;
  padding-right: 12px;
}

.prev-btn1 {
  background: url(../images/icons-2.png) no-repeat -53px -522px;
  padding-left: 12px;
}

.prev3,
.next3 {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons-2.png) no-repeat;
  width: 17px;
  height: 9px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.prev3 {
  background-position: 0 -1535px;
}

.next3 {
  background-position: 0 -1552px;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Gill-Sans';
  src: url("../fonts/Gill-Sans.eot");
  src: url("../fonts/Gill-Sans.eot") format("embedded-opentype"), url("../fonts/Gill-Sans.woff") format("woff"), url("../fonts/Gill-Sans.ttf") format("truetype"), url("../fonts/Gill-Sans.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 25px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  -webkit-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.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: #fff;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  background: #eee;
  color: #b3b3b3;
  border: 1px solid #cacaca;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  opacity: 0.8;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default .badge {
  color: #202020;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #202020;
  border-color: #131313;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  opacity: 0.8;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary .badge {
  color: #202020;
  background-color: #fff;
}

.btn-edit {
  color: #000;
  background-color: #d2d1d1;
  border-color: #9d9a9a;
}
.btn-edit:hover, .btn-edit:focus, .btn-edit.focus, .btn-edit:active, .btn-edit.active, .open > .btn-edit.dropdown-toggle {
  color: #000;
  opacity: 0.8;
}
.btn-edit:active, .btn-edit.active, .open > .btn-edit.dropdown-toggle {
  background-image: none;
}
.btn-edit .badge {
  color: #d2d1d1;
  background-color: #000;
}

.btn-link {
  color: #cc0000;
  font-weight: normal;
  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: #cc0000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #cc0000;
  text-decoration: none;
}

.btn-lg {
  padding: 0 25px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
}

.btn-sm {
  padding: 0 25px;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
}

.btn-xs {
  padding: 0 15px;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
}

.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%;
}

.pagination {
  display: block;
  padding-left: 0;
  font-size: 14px;
  text-align: center;
}
.pagination:before, .pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination > li {
  display: inline-block;
  margin: 0 5px 0 0;
  height: 20px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .pagination > li {
    margin: 0 4px 0 0;
  }
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  text-decoration: none;
  color: #000;
  margin-left: -1px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.pagination > li > span.sl {
  border: none;
  width: 15px;
}
.pagination > li .next_btn1, .pagination > li .pre_btn1 {
  background: none;
  text-transform: capitalize;
}
.pagination > li .next_btn1:hover,
.pagination > li .next_btn1:focus,
.pagination > li .pre_btn1:hover,
.pagination > li .pre_btn1:focus {
  background: none;
  color: #202020;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  text-decoration: none;
  background-color: #202020;
  color: #fff;
}
.pagination > li > span.sl:hover, .pagination > li > span.sl:focus {
  background-color: #fff;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  cursor: default;
  text-decoration: none;
  background-color: #202020;
  color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666;
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.pagination-mobile {
  display: inline-block;
  padding-left: 0;
  margin-top: 20px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .pagination-mobile {
    margin-top: 0;
  }
}
.pagination-mobile:before, .pagination-mobile:after {
  content: "";
  display: table;
}
.pagination-mobile:after {
  clear: both;
}
.pagination-mobile > li {
  display: inline;
}
.pagination-mobile > li > a,
.pagination-mobile > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  line-height: 1.428571429;
  text-decoration: none;
  margin-left: -1px;
  color: #666;
}
.pagination-mobile > li > span {
  padding: 5px 18px;
}
.pagination-mobile li.first > a,
.pagination-mobile li.first > span {
  margin-left: 0;
  border: 1px solid #c8c8c8;
  color: #666;
}
.pagination-mobile li.first > a:hover,
.pagination-mobile li.first > a:focus {
  margin-left: 0;
  background-color: #ededed;
  color: #666;
}
.pagination-mobile li.last > a,
.pagination-mobile li.last > span {
  border: 1px solid #c8c8c8;
  color: #666;
}
.pagination-mobile li.last > a:hover,
.pagination-mobile li.last > a:focus {
  background-color: #ededed;
  color: #666;
}
.pagination-mobile > .disabled > a {
  color: #666;
  background-color: #fff;
  cursor: not-allowed;
  border: 1px solid #c8c8c8;
}
.pagination-mobile > .disabled > a:hover, .pagination-mobile > .disabled > a:focus {
  color: #666;
  background-color: #fff !important;
  cursor: not-allowed;
  border: 1px solid #c8c8c8;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #666;
  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.428571429;
  color: #999;
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #020202;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #444;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 68, 68, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 68, 68, 0.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 {
  cursor: not-allowed;
  background-color: #fafafa;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 30px;
  line-height: 1.428571429 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 24px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 36px;
  line-height: 1.33 \0;
}

_:-ms-fullscreen, :root input[type="date"],
_:-ms-fullscreen, :root input[type="time"],
_:-ms-fullscreen, :root input[type="datetime-local"],
_:-ms-fullscreen, :root input[type="month"] {
  line-height: 1.428571429;
}
_:-ms-fullscreen.input-sm, :root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm, :root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm, :root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm, :root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg, :root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg, :root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg, :root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg, :root input[type="month"].input-lg {
  line-height: 1.33;
}

.form-group {
  margin-bottom: 20px;
}

.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-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .form-group-sm .form-control {
  height: 24px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

select.input-sm, .form-group-sm .form-control {
  height: 24px;
  line-height: 24px;
}

textarea.input-sm, .form-group-sm .form-control,
select[multiple].input-sm, .form-group-sm .form-control {
  height: auto;
}

.input-lg, .form-group-lg .form-control {
  height: 36px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

select.input-lg, .form-group-lg .form-control {
  height: 36px;
  line-height: 36px;
}

textarea.input-lg, .form-group-lg .form-control,
select[multiple].input-lg, .form-group-lg .form-control {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.input-sm + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.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: #606060;
}

@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.drop-down {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  line-height: 2em;
  position: relative;
  width: 30%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .drop-down {
    width: 40%;
  }
}
.drop-down .drop-down-hd {
  padding: 0 15px 0 5px;
  cursor: pointer;
  *zoom: 1;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  text-align: center;
  color: #444;
}
.drop-down .drop-down-hd .fa {
  position: absolute;
  top: 5px;
  right: 10px;
}
.drop-down:hover .drop-down-hd .fa {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.drop-down .drop-down-list {
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  padding-left: 0px;
  z-index: 90;
  border: 1px solid #e5e5e5;
  border-width: 0px 1px 1px 1px;
  box-shadow: 0 0 5px #e5e5e5;
}
.drop-down .drop-down-list li:nth-last-child(1) a {
  border-width: 0px;
}
.drop-down .drop-down-list .on {
  background: #e5e5e5;
}
.drop-down .drop-down-list .drop-down-option {
  line-height: 2.4em;
}
.drop-down .drop-down-list .drop-down-option a {
  display: block;
  color: #666;
  margin: 0 5px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.drop-down .drop-down-list .drop-down-option a:hover {
  background: #f5eae6;
  text-decoration: none;
}

/* phone toggle */
.ac-container {
  text-align: left;
}
.ac-container label {
  padding-left: 15px;
  position: relative;
  z-index: 20;
  display: block;
  height: 34px;
  cursor: pointer;
  color: #666;
  line-height: 34px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  background: #fafafa;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
}
.ac-container label a {
  display: block;
  color: #666;
}
.ac-container label:hover {
  background: #fff;
}
.ac-container input:checked + label {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
.ac-container input:checked + label:hover {
  background: #fff;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
}
.ac-container label:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  display: inline-block;
}
.ac-container input:checked + label:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
}
.ac-container input {
  display: none;
}
.ac-container article {
  background: white;
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article ul li a {
  display: block;
  color: #666;
  line-height: 20px;
  font-size: 14px;
  padding: 3px 30px;
}
.ac-container article ul li a:hover {
  background: #e5e5e5;
}
.ac-container input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.ac-container input:checked ~ article.ac-small-hei1 {
  height: 390px;
}
.ac-container input:checked ~ article.ac-small-hei2 {
  height: 180px;
}
.ac-container input:checked ~ article.ac-small-hei3 {
  height: 285px;
}
.ac-container input:checked ~ article.ac-small-hei4 {
  height: 260px;
}

.phone-product-info .accordion .link {
  background-color: #fff;
  padding: 7px 0;
}
.phone-product-info .accordion li i.fa-angle-down {
  right: 0px;
}
.phone-product-info .submenu a {
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}
.phone-product-info .submenu a.write-r {
  padding: 0px;
}
.phone-product-info .submenu a:hover {
  background: #fff;
}

.sort-nav-section .accordion .link {
  background-color: #fff;
  padding: 7px 0;
}
.sort-nav-section .accordion li i.fa-angle-down {
  right: 0px;
}
.sort-nav-section .submenu a {
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}
.sort-nav-section .submenu a:hover {
  background: #fff;
}

.accordion {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background: #fff;
  position: relative;
}
.accordion li:first-child {
  background-color: #b0b0b0;
  color: #fff;
}
.accordion li:first-child .link {
  font-size: 15px;
}
.accordion li:first-child span {
  color: #fff !important;
}
.accordion li:first-child span.myaccount {
  float: right;
  padding-right: 10px;
}
.accordion li:first-child span.myaccount a {
  color: #fff;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 7px 8px;
  color: #202020;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 32px;
}
.accordion .link span {
  padding-left: 20px;
}
.accordion li .submenu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
}
.accordion li .submenu-on {
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  z-index: 999;
  display: block;
}
.accordion li .back-btn {
  font-weight: bold;
  font-size: 14px;
}
.accordion li .back-btn .fa-arrow-left {
  float: left;
  left: 10px;
  top: 16px;
  color: #666;
}
.accordion li .back-btn span {
  margin-left: 200px;
}
@media (max-width: 320px) {
  .accordion li .back-btn span {
    margin-left: 160px;
  }
}
.accordion li.open .link {
  color: #444;
  font-weight: bold;
}
.accordion li.open i {
  color: #666;
}
.accordion li.open i.fa-caret-right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion li i {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #b0b0b0;
}
.accordion li i.fa-caret-right {
  right: 8px;
  left: auto;
  top: 14px;
  font-size: 18px;
}
.accordion li .fa-caret-left {
  color: #202020;
  left: 25px;
  line-height: 14px;
}

/**
 * Submenu
 -----------------------------*/
.submenu {
  background: #fff;
  font-size: 14px;
}
.submenu li {
  border-bottom: 1px solid #ddd;
  padding: 7px 8px;
  color: #202020;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 32px;
}
.submenu a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #202020;
  padding-left: 20px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
.submenu a:hover {
  font-weight: bold;
}

.navbar-header {
  overflow: hidden;
  padding: 0 5px;
}

.navbar-default {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.navbar-default .navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 12px;
  margin-right: 5px;
  margin-bottom: 12px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.navbar-default .navbar-toggle:focus {
  outline: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-default .navbar-toggle:hover {
  background-color: #999;
}
.navbar-default .navbar-toggle:focus {
  background-color: #999;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #202020;
}
.navbar-default .navbar-search {
  padding: 8px 0;
}
.navbar-default .navbar-search .search-box {
  margin: 0 auto;
  width: 96%;
  background-color: #fff;
  border: 1px solid #202020;
  line-height: 2em;
}
.navbar-default .navbar-search .phone-search {
  padding: 0 0 0 5px;
  color: #999;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  width: 90%;
}
.navbar-default .navbar-search .on {
  color: #202020;
}
.navbar-default .navbar-search .fa-search {
  float: right;
  padding: 7px 8px;
  font-size: 16px;
  width: 10%;
  position: relative;
  right: 0;
  top: 0;
}
.navbar-default .navbar-search .fa-search:hover {
  text-decoration: none;
}

.navbar-collapse {
  width: 80%;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  top: 0;
  left: -80%;
  height: 100%;
  border-right: 1px solid #ddd;
  overflow-x: visible;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.navbar-collapse-on {
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
}

#phone-close-btn {
  font-size: 25px;
  padding: 3px 16px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  top: 5px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
#phone-close-btn .fa-angle-left {
  color: #202020;
}

.btn-on {
  left: 83% !important;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.page {
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  height: 100%;
}

.page-on {
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed;
}

.phone-navbar {
  position: fixed;
  top: 0;
}

@media (max-width: 767px) {
  .site-content {
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .site-content .main-container {
    padding-top: 58px;
  }
}

.phone-mask {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 90;
  overflow-y: hidden;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/*
*@module: index-footer 
*@Author: zhangxi 2016-01-27
*@Update: 
*/
footer {
  margin-top: 50px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 767px) {
  footer {
    margin-top: 0;
  }
}

.footer-signin form {
  width: 734px;
  margin: 0 auto;
  height: 30px;
}
.footer-signin form label {
  float: left;
  font-weight: bold;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  width: 25%;
}
.footer-signin form div {
  float: left;
}
.footer-signin form div .signin-input {
  min-width: 415px;
  height: 30px;
  line-height: 30px;
  color: #888;
  border: 1px solid #c8c8c8;
  padding-left: 15px;
  font-size: 14px;
}
.footer-signin form div input {
  float: left;
}
.footer-signin .on {
  color: #202020 !important;
}
.footer-signin div.footer-s {
  width: 734px;
  margin: 25px auto;
  height: 40px;
}
.footer-signin div.footer-s span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 25%;
}
.footer-signin div.footer-s .footer-sns {
  float: left;
}
.footer-signin div.footer-s .footer-sns li {
  float: left;
  margin: 0 39px 0 0;
}
.footer-signin div.footer-s .footer-sns li:nth-last-child(1) {
  margin: 0;
}
.footer-signin div.footer-s .footer-sns li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.footer-signin div.footer-s .footer-sns li a:hover {
  background-color: #f5eae6;
  color: #444;
}

.footer-main {
  background-color: #f7f7f7;
  border-top: 1px solid #e6cfcf;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer-main .container {
    width: 1024px;
  }
}
.footer-main .footer-mid {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .footer-main .footer-mid {
    width: 100%;
  }
}
.footer-main .footer-mid .footer-ship ul {
  width: 100%;
}
.footer-main .footer-mid .footer-ship ul li a {
  display: inline-block;
  color: #666;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #e7e7e7;
  font-weight: bold;
  text-align: center;
  width: 230px;
}
@media (max-width: 992px) {
  .footer-main .footer-mid .footer-ship ul li a {
    width: 170px;
  }
}
.footer-main .footer-mid .footer-ship ul li a:hover {
  color: #666;
  background-color: #f5eae6;
  border: 1px solid #cebfbb;
}
.footer-main .footer-mid .footer-ship ul li a span {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  background: url("../images/2016/shipping-icon.png") no-repeat;
  margin-right: 10px;
}
.footer-main .footer-mid .footer-ship ul li .shipping-icon {
  padding: 8px 0;
}
.footer-main .footer-mid .footer-ship ul li .shipping-icon span {
  width: 45px;
  background-position: 0 -27px;
  height: 26px;
}
.footer-main .footer-mid .footer-ship ul li .returns-icon {
  padding: 6px 0;
}
.footer-main .footer-mid .footer-ship ul li .returns-icon span {
  width: 32px;
  background-position: 0 -82px;
}
.footer-main .footer-mid .footer-ship ul li .size-icon {
  padding: 6px 0;
}
.footer-main .footer-mid .footer-ship ul li .size-icon span {
  width: 32px;
  background-position: 0 -136px;
}
.footer-main .footer-mid .footer-ship ul li .membership-icon {
  padding: 8px 0;
}
.footer-main .footer-mid .footer-ship ul li .membership-icon span {
  width: 44px;
  background-position: 0 -202px;
  height: 26px;
}
@media (max-width: 992px) {
  .footer-main .footer-mid .footer-ship ul li:first-child a {
    width: 190px;
  }
  .footer-main .footer-mid .footer-ship ul li {
    width: 24.33%;
  }
  .footer-main .footer-mid .footer-ship ul li .shipping-icon {
    padding: 8px 0;
  }
  .footer-main .footer-mid .footer-ship ul li .returns-icon {
    padding: 6px 0;
  }
  .footer-main .footer-mid .footer-ship ul li .size-icon {
    padding: 6px 0x;
  }
  .footer-main .footer-mid .footer-ship ul li .membership-icon {
    padding: 8px 0;
  }
  .footer-main .footer-mid .footer-ship ul li:first-child {
    width: 27%;
  }
  .footer-main .footer-mid .footer-ship ul li:last-child {
    padding-right: 0;
  }
}
.footer-main .footer-mid .footer-context {
  margin-top: 28px;
}
.footer-main .footer-mid .footer-context dl {
  width: 33.33%;
  float: left;
}
@media (max-width: 992px) {
  .footer-main .footer-mid .footer-context dl {
    width: 17%;
    margin-right: 7.5%;
  }
}
.footer-main .footer-mid .footer-context dl dt {
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
}
.footer-main .footer-mid .footer-context dl dd {
  line-height: 30px;
  display: inline-block;
}
.footer-main .footer-mid .footer-context dl dd a {
  color: #666;
  font-size: 14px;
}
.footer-main .footer-mid .footer-context dl dd a:hover {
  color: #666;
}
.footer-main .footer-mid .footer-context dl dd #letter_form .signin-input {
  text-align: center;
  width: 100%;
  line-height: 20px;
}
.footer-main .footer-mid .footer-context dl dd .footer-s span {
  margin-right: 15px;
}
.footer-main .footer-mid .footer-context dl dd .footer-s .footer-sns {
  float: right;
}
.footer-main .footer-mid .footer-context dl dd .footer-s .footer-sns li {
  float: left;
  margin-right: 10px;
}
.footer-main .footer-mid .footer-context dl dd .footer-s .footer-sns li a {
  padding: 3px 7px;
  border: 1px solid;
  border-radius: 12px;
}
.footer-main .footer-mid .footer-context dl dd .footer-s .footer-sns li a i {
  color: #000;
}
.footer-main .footer-mid .footer-context .dl4 {
  margin-right: 0;
  width: 25%;
}
.footer-main .footer-mid .footer-context dl:last-child {
  width: 100%;
  margin-right: 0;
  text-align: center;
}
.footer-main .footer-mid .footer-context dl:last-child dt {
  border-bottom: none;
  display: inline-block;
}

.footer-bottom {
  background-color: #e4e4e4;
  height: 35px;
  line-height: 35px;
}
.footer-bottom p {
  text-align: center;
  color: #666;
  margin: 0;
  font-size: 10px;
}
.footer-bottom p a {
  color: #666;
}
.footer-bottom p a:hover {
  color: #666;
}

.home-right-icons {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 55%;
  width: 55px;
}
@media (max-width: 767px) {
  .home-right-icons {
    display: none;
  }
}
.home-right-icons span:hover {
  background: #d3d3d3;
}
.home-right-icons .live-chat-icon {
  width: 55px;
  height: 55px;
  display: inline-block;
  background: #000;
  border-radius: 35px;
  text-align: center;
  line-height: 55px;
}
.home-right-icons .email-us-icon {
  width: 55px;
  height: 55px;
  margin-top: 32px;
  display: inline-block;
  background: #000;
  border-radius: 35px;
  text-align: center;
  line-height: 55px;
}
.home-right-icons .top-icon {
  width: 55px;
  height: 55px;
  margin-top: 32px;
  display: inline-block;
  background: #000;
  border-radius: 35px;
  text-align: center;
  line-height: 55px;
}

.de-icons {
  background-position: -77px 0;
}

.es-icons {
  background-position: -162px 0;
}

.fr-icons {
  background-position: -243px 0;
}

.bt-livechat {
  vertical-align: middle;
}

.bt-livechat, footer .letter .btn, footer .copyright, footer .card .paypal-card, footer .bottom {
  text-align: center;
}

.bt-livechat {
  padding-top: 5px;
}

.bt-livechat {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 12px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

footer {
  width: 100%;
  font-size: 12px;
}
footer .w-top {
  background-color: #fafafa;
  padding: 35px 0 0;
  margin: 0 auto 1px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  footer .w-top {
    border: none !important;
  }
}
footer .currency {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 25px 0;
  width: 100%;
}
footer .currency-con .object-flags, footer .currency-con .object-sites {
  height: 35px;
  line-height: 35px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  width: 48%;
}
footer .currency-con .object-flags {
  float: left;
  position: relative;
}
footer .currency-con .object-flags .icon-flag {
  position: absolute;
  top: 8px;
  left: 10px;
}
footer .currency-con .object-flags select {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 45px;
}
footer .currency-con .object-sites {
  float: right;
}
footer .currency-con .object-sites select {
  width: 100%;
  padding-left: 15px;
}
footer .currency-con select {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border: none;
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icons-down.png) no-repeat right center;
  margin-right: 10px;
}
footer .currency-con select option {
  width: 100%;
}
footer .currency-con a.icon-flag {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  margin: 0;
}
footer .copyr p {
  margin: 0;
}
footer .copyr p a {
  color: #e5e5e5;
}

footer .row dl {
  float: left;
}
footer .row dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #444;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  footer .row dl dt {
    margin-bottom: 8px;
  }
}
footer .row dl dd {
  margin-bottom: 6px;
  color: #666;
}
footer .row dl dd a {
  color: #666;
}
footer .row dl dd a.red {
  color: #cc3300;
}
footer .row dl dl.sns {
  display: block;
  margin: 0 0 17px;
  width: 100%;
}
footer .row dl dl.sns:before, footer .row dl dl.sns:after {
  content: "";
  display: table;
}
footer .row dl dl.sns:after {
  clear: both;
}
footer .row dl dl.sns dd {
  display: inline-block;
  vertical-align: middle;
}
footer .row dl dl.sns dd a {
  background: url("../images/themes-new.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 32px;
  margin-right: 3px;
  width: 32px;
}
footer .row dl dl.sns .sns1 {
  background-position: 0 -181px;
}
footer .row dl dl.sns .sns1:hover {
  background-position: 0 -217px;
}
footer .row dl dl.sns .sns2 {
  background-position: -36px -181px;
}
footer .row dl dl.sns .sns2:hover {
  background-position: -36px -217px;
}
footer .row dl dl.sns .sns3 {
  background-position: -73px -181px;
}
footer .row dl dl.sns .sns3:hover {
  background-position: -73px -217px;
}
footer .row dl dl.sns .sns4 {
  background-position: -110px -181px;
}
footer .row dl dl.sns .sns4:hover {
  background-position: -110px -217px;
}
footer .row dl dl.sns .sns5 {
  background-position: -146px -181px;
}
footer .row dl dl.sns .sns5:hover {
  background-position: -146px -217px;
}
footer .row dl dl.sns .sns6 {
  background-position: -182px -181px;
}
footer .row dl dl.sns .sns6:hover {
  background-position: -182px -217px;
}
footer .row dl dl.sns .sns7 {
  background-position: -219px -181px;
}
footer .row dl dl.sns .sns7:hover {
  background-position: -219px -217px;
}
footer .row dl dl.sns .sns8 {
  background-position: -256px -181px;
}
footer .row dl dl.sns .sns8:hover {
  background-position: -256px -217px;
}
footer .row dl dl.sns .sns9 {
  background-position: -294px -181px;
}
footer .row dl dl.sns .sns9:hover {
  background-position: -294px -217px;
}
footer .row dl.xs-mobile dl.letter .text {
  text-align: center;
}
footer .row dl.xs-mobile dl.sns {
  display: block;
  margin: 20px 0 10px 0;
  width: 100%;
}
footer .row dl.xs-mobile dl.sns:before, footer .row dl.xs-mobile dl.sns:after {
  content: "";
  display: table;
}
footer .row dl.xs-mobile dl.sns:after {
  clear: both;
}
footer .row dl.xs-mobile dl.sns dd {
  display: inline-block;
  vertical-align: middle;
}
footer .row dl.xs-mobile dl.sns dd a {
  background: url("../images/themes-new-3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 25px;
  margin-right: 3px;
  width: 25px;
}
footer .row dl.xs-mobile dl.sns .sns1 {
  background-position: 0 -111px;
}
footer .row dl.xs-mobile dl.sns .sns1:hover {
  background-position: 0 -142px;
}
footer .row dl.xs-mobile dl.sns .sns2 {
  background-position: -30px -111px;
}
footer .row dl.xs-mobile dl.sns .sns2:hover {
  background-position: -30px -142px;
}
footer .row dl.xs-mobile dl.sns .sns3 {
  background-position: -60px -111px;
}
footer .row dl.xs-mobile dl.sns .sns3:hover {
  background-position: -60px -142px;
}
footer .row dl.xs-mobile dl.sns .sns4 {
  background-position: -90px -111px;
}
footer .row dl.xs-mobile dl.sns .sns4:hover {
  background-position: -90px -142px;
}
footer .row dl.xs-mobile dl.sns .sns5 {
  background-position: -120px -111px;
}
footer .row dl.xs-mobile dl.sns .sns5:hover {
  background-position: -120px -142px;
}
footer .row dl.xs-mobile dl.sns .sns6 {
  background-position: -150px -111px;
}
footer .row dl.xs-mobile dl.sns .sns6:hover {
  background-position: -150px -142px;
}
footer .row dl.xs-mobile dl.sns .sns7 {
  background-position: -180px -111px;
}
footer .row dl.xs-mobile dl.sns .sns7:hover {
  background-position: -180px -142px;
}
footer .row dl.xs-mobile dl.sns .sns8 {
  background-position: -210px -111px;
}
footer .row dl.xs-mobile dl.sns .sns8:hover {
  background-position: -210px -142px;
}
footer .row dl.xs-mobile dl.sns .sns9 {
  background-position: -240px -111px;
}
footer .row dl.xs-mobile dl.sns .sns9:hover {
  background-position: -240px -142px;
}
footer .row dl.xs-mobile dl.sns .sns10 {
  background-position: -272px -111px;
}
footer .row dl.xs-mobile dl.sns .sns10:hover {
  background-position: -272px -111px;
}
footer .letter {
  width: 100%;
}
footer .letter label {
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
  color: #444;
}
footer .letter div {
  border: 1px solid #e5e5e5;
}
footer .letter div:before, footer .letter div:after {
  content: "";
  display: table;
}
footer .letter div:after {
  clear: both;
}
footer .letter .text {
  background-color: #fff;
  border: 0 none;
  height: 32px;
  line-height: 32px;
  width: 70%;
  outline: none;
  padding: 0 5px;
  float: left;
  color: #999;
}
footer .letter .btn {
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  width: 30%;
  float: left;
  padding: 0;
}
@media (max-width: 991px) {
  footer .letter .text {
    width: 70%;
  }
  footer .letter .btn {
    width: 30%;
    border: 1px solid #202020;
    background: #fff;
    color: #202020;
  }
}
footer dl.object-insert {
  margin-top: 15px;
}
footer dl.object-insert dt {
  font-size: 14px;
  margin-bottom: 0;
  color: #333;
  font-weight: normal;
}
footer dl.object-insert dt a {
  color: #202020;
  font-weight: bold;
}
footer .copyright {
  font-size: 12px;
  margin-top: 20px;
  padding-bottom: 40px;
  color: #444;
}
footer .copyright a {
  color: #666;
}
footer .card {
  padding: 30px 0 0;
}
footer .card .paypal-card {
  font-size: 10px;
  padding: 5px 0;
}
footer .bottom {
  background-color: #202020;
  color: #e5e5e5;
  padding: 5px 0;
}

/*
*@module: index-header 
*@Author: wanglong 2015-01-16
*@Update: 
*/
@media (max-width: 767px) {
  .logo img {
    margin-top: 12px;
    height: 35px;
  }
}

.site-header {
  position: relative;
  background: #fff;
}

.n-nav-wrapper {
  margin: 20px 0;
  margin-bottom: 30px;
}
.n-nav-wrapper .n-logo {
  text-align: center;
  vertical-align: middle;
}
.n-nav-wrapper .drop-down {
  width: 20%;
}
.n-nav-wrapper .drop-down-hd {
  border: none;
  padding: 0;
}
.n-nav-wrapper .drop-down-option a {
  border-bottom: none !important;
  text-align: left !important;
  margin: 0 !important;
  padding-left: 15px;
}
.n-nav-wrapper .flag-list {
  width: 200%;
}
.n-nav-wrapper .flag-list .drop-down-option {
  width: 50%;
  float: left;
}

.n-search {
  width: 45%;
  background: #fff;
  z-index: 999;
}
.n-search li {
  line-height: 2.5em;
  height: 2.5em;
}
.n-search .search-text {
  width: 85%;
  background: #fff;
  border-width: 0;
  margin: 0 0 0 22px;
  color: #999;
  line-height: 2em;
  height: 2em;
  font-size: 14px;
  padding: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.n-search .search-btn {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  padding: 0px;
  white-space: normal;
  font-size: 18px;
}
.n-search .search-btn-lg {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  padding: 0px;
  white-space: normal;
  font-size: 18px;
}
.n-search .n-search-btn {
  background: none;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 7px 0px 0px;
  cursor: pointer;
  border: none;
  padding: 0px;
  white-space: normal;
  position: absolute;
  left: 0px;
  top: 0px;
}
.n-search .search-close {
  background: url(../images/2016/search-close.png);
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  cursor: pointer;
  border: none;
  padding: 0px;
  white-space: normal;
  font-size: 18px;
  color: #999;
  position: absolute;
  top: 8px;
  right: 33px;
  z-index: 1000;
}
.n-search .search-close-hide {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 16px;
  cursor: pointer;
  border: none;
  padding: 0px;
  white-space: normal;
  font-size: 18px;
  color: #999;
  position: absolute;
  top: 8px;
  right: 34px;
  z-index: 1001;
}

.reg-sin {
  width: 45%;
}
.reg-sin .out {
  line-height: 2.5em;
  height: 2.5em;
  text-align: center;
  font-size: 14px;
  color: #444;
}
.reg-sin .out a {
  display: inline-block;
  text-transform: capitalize;
}
.reg-sin .out span {
  display: inline-block;
  color: #999;
}
.reg-sin .drop-down {
  width: 80%;
  line-height: 2.5em;
  height: 2.5em;
  margin-left: 10%;
}
.reg-sin .drop-down .drop-down-hd {
  border-width: 0px;
  font-weight: bold;
}
.reg-sin .drop-down .drop-down-list {
  border-width: 1px;
}

.m-mybag {
  width: 10% !important;
  position: relative;
  font-size: 14px;
}
.m-mybag .bag-bg {
  background: url(../images/1801/icon-cart.png);
  width: 21px;
  height: 19px;
  cursor: pointer;
  border: none;
  padding: 0px;
  white-space: normal;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  line-height: 20px;
  vertical-align: text-bottom;
}
.m-mybag .drop-down-hd {
  border-width: 0px;
}
.m-mybag .rum {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons-2.png) no-repeat 0 -22px;
  color: #fff;
  width: 30px;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
}
.m-mybag .mybag-box {
  cursor: auto;
  position: absolute;
  right: 0px;
  top: 27px;
  z-index: 20;
  line-height: 18px;
  box-shadow: 0 0 8px #e5e5e5;
}
.m-mybag .mybag-box .free-shipping {
  background: #e5e5e5;
  height: 2.6666666667;
  line-height: 1.3333333333;
  text-align: center;
  padding: 2px 0;
  margin-bottom: 0px;
}
.m-mybag .mybag-box .topicon {
  top: -5px;
  right: 30px;
}
.m-mybag .mybag-box .arrow-up {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 5px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  border-width: 7px;
  /*如果想改变倒三角形的大小,就改变这里的像素值*/
  border-style: solid;
  border-color: #e5e5e5 #fff #fff #fff;
  /*如果倒三角形的父元素背景不是白色,就把后面三个#fff改为对应的背景色*/
  top: 0px;
  right: 4px;
  /*如果倒三角形前面的字多于两个,就设置这里的像素值大些*/
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg);
}
.m-mybag .mybag-con {
  width: 320px;
  background-color: #fff;
  text-align: center;
  text-transform: none;
  border: 1px solid #e5e5e5;
  color: #666;
}
.m-mybag .mybag-con p.title {
  height: 3.5em;
  line-height: 3.5em;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
  color: #666;
}
.m-mybag .mybag-con p.title:nth-last-child(1) a {
  border-width: 0px;
}
.m-mybag .mybag-con .cart-all-goods {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
.m-mybag .mybag-con .cart-all-goods p {
  color: #666;
  margin-bottom: 0px;
}
.m-mybag .mybag-con .cart-all-goods p strong {
  font-weight: normal;
}
.m-mybag .mybag-con .cart-all-goods span {
  color: #999;
}
.m-mybag .mybag-con .view-check {
  margin: 20px 0;
}
.m-mybag .mybag-con .cart-empty-info {
  line-height: 20px;
  padding: 10px 0 20px;
  font-size: 14px;
}
.m-mybag .mybag-con .items {
  max-height: 242px;
  overflow-y: scroll;
  margin: 10px;
}
.m-mybag .mybag-con .items li {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  line-height: 18px;
  overflow: hidden;
}
.m-mybag .mybag-con .items .mybag-pic {
  float: left;
}
.m-mybag .mybag-con .items .mybag-pic img {
  width: 60px;
}
.m-mybag .mybag-con .items .mybag-info {
  float: left;
  margin: 0px 0px 0px 10px;
  text-align: left;
  width: 190px;
}
.m-mybag .mybag-con .items .mybag-info .mybag-info-name {
  display: block;
  text-transform: capitalize;
  height: 1.4em;
  line-height: 1.4em;
  overflow: hidden;
  color: #666;
}
.m-mybag .mybag-con .items .mybag-info span {
  display: block;
  height: 1.4em;
  line-height: 1.4em;
}
.m-mybag .mybag-con .items .mybag-info span b {
  text-transform: uppercase;
  font-weight: normal;
}
.m-mybag .mybag-con .items .mybag-info span .red {
  color: #cc3300;
}
.m-mybag .mybag-con .cart-delete {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
  text-decoration: underline;
}

.n-nav {
  line-height: 3em;
  height: 3em;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.nav {
  font-size: 14px;
}
.nav li {
  float: left;
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 11.11%;
  font-size: 1.1rem;
}
.nav li > a.sale {
  color: #E64545;
}
.nav li > a:hover {
  color: #444;
  text-decoration: none;
}
@media (max-width: 992px) and (min-width: 768px) {
  .nav .op-w {
    left: -100px;
  }
}
.nav .nav-list {
  padding: 10px;
  background-color: #f5f5f5;
  position: absolute;
  top: 35px;
  z-index: 999;
  cursor: auto;
  width: 900%;
  border: 1px solid #e5e5e5;
  border-width: 0px 1px 1px 1px;
  min-height: 355px;
}
.nav .nav-list .tpn01 {
  left: 5.75%;
}
.nav .nav-list .tpn02 {
  left: 15.75%;
}
.nav .nav-list .tpn03 {
  left: 26.75%;
}
.nav .nav-list .tpn04 {
  left: 37.75%;
}
.nav .nav-list .tpn05 {
  left: 49.75%;
}
.nav .nav-list .tpn06 {
  right: 38.25%;
}
.nav .nav-list .tpn07 {
  right: 26.75%;
}
.nav .nav-list .tpn08 {
  right: 15.75%;
}
.nav .nav-list .nav-box {
  padding: 1.5% 0 1.5% 4%;
  overflow: hidden;
}
.nav .nav-list .nav-box .nav-list01 {
  width: 30%;
}
.nav .nav-list .nav-box .nav-list02 {
  width: 70%;
  border-left: 1px solid #e5e5e5;
}
.nav .nav-list .nav-box .nav-list02 a {
  float: left;
  width: 33.3%;
  padding: 0 0 0 3%;
}
.nav .nav-list .nav-box .nav-list03 {
  width: 40%;
}
.nav .nav-list .nav-box .nav-list04 {
  width: 60%;
  border-left: 1px solid #e5e5e5;
  padding-left: 2.2%;
}
.nav .nav-list .nav-box .nav-list04 a {
  float: left;
  width: 33.3%;
  padding: 0 0 0 3%;
}
.nav .nav-list .nav-box .nav-ul {
  padding: 0 6%  0 0;
}
.nav .nav-list .nav-box .nav-ul dt.title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #444;
}
.nav .nav-list .nav-box .nav-ul dl.col-xs-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.nav .nav-list .nav-box .nav-ul dd {
  text-align: left;
  line-height: 2.5em;
  color: #666;
  padding-left: 10px;
}
.nav .nav-list .nav-box .nav-ul01 {
  padding: 0 6%  0 0;
}
.nav .nav-list .nav-box .nav-ul01 dt.title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #444;
}
.nav .nav-list .nav-box .nav-ul01 dd {
  text-align: left;
  line-height: 2.5em;
  color: #666;
  width: 48%;
  padding-left: 10px;
  float: left;
}

.downicon {
  background: url(../images/icons-2.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 9px;
  position: absolute;
  top: -1px;
  z-index: 99;
}

.phone-navbar {
  background-color: #e5e5e5;
  height: auto;
  z-index: 60;
}
.phone-navbar .fa-search {
  position: absolute;
  top: 5px;
  right: 40%;
  padding: 15px 25px;
  font-size: 18px;
  text-decoration: none;
  color: #202020;
}
.phone-navbar .log-phone {
  display: inline-block;
  color: #000;
  width: 24px;
  height: 24px;
  margin: 15px 10px 0 0;
  font-size: 20px;
  float: right;
  background: url(../images/2016/account-phone.png) no-repeat;
}
.phone-navbar .bag-phone {
  display: inline-block;
  background: url(../images/icons-2.png) no-repeat -1px -1219px;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  float: right;
  position: relative;
}
.phone-navbar .bag-phone span {
  right: 12px;
  position: absolute;
  top: 8px;
  color: #000;
  font-weight: bold;
}
.phone-navbar .bag-phone-on {
  display: inline-block;
  background: url(../images/1801/icon-cart.png) no-repeat 0 4px;
  width: 20px;
  height: 24px;
  margin-top: 14px;
  float: right;
  position: relative;
  padding: 0px;
  margin-right: 10%;
  white-space: normal;
  font-size: 12px;
  color: #fff;
  line-height: 2.5em;
  text-align: center;
}
.phone-navbar .mybag-box {
  cursor: auto;
  position: absolute;
  right: 15px;
  top: 60px;
  z-index: 20;
  line-height: 18px;
  box-shadow: 0 0 8px #e5e5e5;
}
.phone-navbar .mybag-box .free-shipping {
  background: #e5e5e5;
  height: 2.6666666667;
  line-height: 1.3333333333;
  text-align: center;
  padding: 2px 0;
  margin-bottom: 0px;
}
.phone-navbar .mybag-box .topicon {
  top: -5px;
  right: 30px;
}
.phone-navbar .mybag-box .arrow-up {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 5px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  border-width: 7px;
  /*如果想改变倒三角形的大小,就改变这里的像素值*/
  border-style: solid;
  border-color: #e5e5e5 #fff #fff #fff;
  /*如果倒三角形的父元素背景不是白色,就把后面三个#fff改为对应的背景色*/
  top: 0px;
  right: 4px;
  /*如果倒三角形前面的字多于两个,就设置这里的像素值大些*/
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg);
}
.phone-navbar .mybag-con {
  width: 320px;
  background-color: #fff;
  text-align: center;
  text-transform: none;
  border: 1px solid #e5e5e5;
  color: #666;
}
.phone-navbar .mybag-con p.title {
  height: 3.5em;
  line-height: 3.5em;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
  color: #666;
}
.phone-navbar .mybag-con p.title:nth-last-child(1) a {
  border-width: 0px;
}
.phone-navbar .mybag-con .cart-all-goods {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
.phone-navbar .mybag-con .cart-all-goods p {
  color: #666;
  margin-bottom: 0px;
}
.phone-navbar .mybag-con .cart-all-goods p strong {
  font-weight: normal;
}
.phone-navbar .mybag-con .cart-all-goods span {
  color: #999;
}
.phone-navbar .mybag-con .view-check {
  margin: 20px 0;
}
.phone-navbar .mybag-con .cart-empty-info {
  line-height: 20px;
  padding: 10px 0 20px;
  font-size: 14px;
}
.phone-navbar .mybag-con .items {
  max-height: 242px;
  overflow-y: scroll;
  margin: 10px;
}
.phone-navbar .mybag-con .items li {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  line-height: 18px;
  overflow: hidden;
}
.phone-navbar .mybag-con .items .mybag-pic {
  float: left;
}
.phone-navbar .mybag-con .items .mybag-pic img {
  width: 60px;
}
.phone-navbar .mybag-con .items .mybag-info {
  float: left;
  margin: 0px 0px 0px 10px;
  text-align: left;
  width: 190px;
}
.phone-navbar .mybag-con .items .mybag-info .mybag-info-name {
  display: block;
  text-transform: capitalize;
  height: 1.4em;
  line-height: 1.4em;
  overflow: hidden;
  color: #666;
}
.phone-navbar .mybag-con .items .mybag-info span {
  display: block;
  height: 1.4em;
  line-height: 1.4em;
}
.phone-navbar .mybag-con .items .mybag-info span b {
  text-transform: uppercase;
  font-weight: normal;
}
.phone-navbar .mybag-con .items .mybag-info span .red {
  color: #cc3300;
}
.phone-navbar .mybag-con .cart-delete {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
  text-decoration: underline;
}
.phone-navbar .cs-show .cs-list {
  transition-duration: 180ms;
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.phone-navbar .cs-show:hover .cs-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0) scale(1);
  -moz-transform: translate(0, 0) rotate(0) scale(1);
  -ms-transform: translate(0, 0) rotate(0) scale(1);
  -o-transform: translate(0, 0) rotate(0) scale(1);
  transform: translate(0, 0) rotate(0) scale(1);
}

.s-long {
  position: absolute;
  width: 93%;
  z-index: 999;
  transition: all 0.3s linear;
}

.s-short {
  position: static;
  width: 45%;
  z-index: 0;
}

/* phone screen adaptation */
@media (min-width: 768px) {
  .top-shortcut, .nav-wrapper, .scroll-nav-wrapper {
    display: block;
  }

  .phone-nav-wrapper, .phone-navbar, .scroll-nav-wrapper .mybag .drop-down-hd .bag-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-shortcut, .nav-wrapper, .scroll-nav-wrapper, .f-sm-none {
    display: none;
  }

  .scroll-nav-wrapper {
    top: -1000px;
  }

  .phone-nav-wrapper, .phone-navbar {
    display: block;
    width: 100%;
  }

  .phone-scroll {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-language {
    display: none;
  }
}
@media (min-width: 992px) {
  .select-language {
    display: none;
  }
}
/* site-content */
.site-content {
  background: #fff;
  min-height: 600px;
  width: 100%;
}
.site-content .site-subbanner {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e5e5e5;
}
.site-content .site-subbanner:before, .site-content .site-subbanner:after {
  content: "";
  display: table;
}
.site-content .site-subbanner:after {
  clear: both;
}
@media (max-width: 767px) {
  .site-content .site-subbanner {
    height: 0;
  }
}
.site-content .site-subbanner .container {
  text-align: center;
}
.site-content .site-subbanner .container .pc-ss {
  overflow: hidden;
}
.site-content .site-subbanner .container .pc-ss ul li {
  display: block;
  width: 33.3333333%;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.site-content .site-subbanner .container .pc-ss ul li strong {
  font-style: italic;
  font-size: 14px;
  padding: 0 5px;
}
.site-content .site-subbanner .container .phone-ss a {
  color: #202020;
}

.phone-topbanner {
  margin: 1px auto 15px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
@media (min-width: 768px) {
  .phone-topbanner {
    display: none;
  }
}
.phone-topbanner ul li {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  line-height: 18px;
}
.phone-topbanner ul li strong {
  font-size: 16px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
}
.phone-topbanner ul li p {
  font-size: 14px;
  color: #666;
  font-style: italic;
}

/* main-banner */
.mbanner {
  position: relative;
  margin: 1px auto 15px;
}
.mbanner .ibanner {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.mbanner .ibanner .bannerPic {
  margin: 0 auto;
}
.mbanner .ibanner li {
  position: absolute;
  display: block;
  left: 50%;
  height: auto;
  max-width: 100%;
  margin-left: -50%;
}
.mbanner .ibanner .bannerBtn-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #fff;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.mbanner .ibanner .bannerBtn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mbanner .ibanner .bannerBtn ul {
  position: relative;
  left: -50%;
  text-align: center;
}
.mbanner .ibanner .bannerBtn ul li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/themes-new.png) no-repeat -104px -361px;
  margin: 8px 5px 0 5px;
  cursor: pointer;
}
.mbanner .ibanner .bannerBtn ul li.on, .mbanner .ibanner .bannerBtn ul .track-con .track-detail .detail-tab li.current, .track-con .track-detail .detail-tab .mbanner .ibanner .bannerBtn ul li.current {
  background-position: -78px -361px;
}
.mbanner button {
  position: absolute;
  width: 45px;
  height: 85px;
  border: 0 none;
  overflow: hidden;
  background: url(../images/themes-new.png) no-repeat;
  cursor: pointer;
  z-index: 7;
}
.mbanner button.previous {
  left: -45px;
  background-position: 0 -405px;
}
.mbanner button.previous:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.mbanner button.next {
  right: -45px;
  background-position: -49px -405px;
}
.mbanner button.next:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* index-fashion */
.index-fashion {
  margin-bottom: 10px;
}
.index-fashion .product-carousel {
  overflow: hidden;
}
.index-fashion ul li .row {
  margin-left: -1.66666666%;
  margin-right: -1.66666666%;
}
.index-fashion ul li .row ul li {
  padding-left: 1.6%;
  padding-right: 1.6%;
  text-align: center;
}
@media (max-width: 767px) {
  .index-fashion ul li .row ul li .img-hide {
    display: none;
  }
}

@media (max-width: 767px) {
  .features {
    display: none;
  }
}

.fashion-top {
  text-align: center;
}

.brandbox {
  margin-bottom: 10px;
}
.brandbox:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.brandbox img {
  display: block;
}
.brandbox .brand {
  position: absolute;
  left: 15%;
  bottom: 24%;
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 70%;
  background-color: #fff;
  color: #cc3300;
  font-size: 1em;
}
.brandbox .name {
  display: block;
  margin: 20px 0 20px;
  text-align: center;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  color: #202020;
  font-size: 14px;
}

/* flexslider */
.flexslider {
  margin: 0 auto;
  position: relative;
  zoom: 1;
  max-height: 500px;
  top: -1px;
}
@media (max-width: 419px) {
  .flexslider {
    max-height: 592px;
  }
}
@media (max-width: 420px) and (max-width: 767px) {
  .flexslider {
    max-height: 1000px;
  }
}

.flex-viewport {
  max-height: 500px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 419px) {
  .flex-viewport {
    max-height: 592px;
    overflow: visible;
  }
}
@media (max-width: 420px) and (max-width: 767px) {
  .flex-viewport {
    max-height: 1000px;
    overflow: visible;
  }
}

.flexslider .slides {
  zoom: 1;
  text-align: center;
  overflow: hidden;
}

.flex-direction-nav a {
  width: 40px;
  height: 60px;
  line-height: 99em;
  overflow: hidden;
  margin: -40px 0 0;
  display: block;
  background: url(../images/themes-new.png) no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  z-index: 2;
}

@media (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
}
.flex-direction-nav .flex-next {
  background-position: -50px -533px;
  right: 20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.flex-direction-nav .flex-prev {
  background-position: 0 -533px;
  left: 20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.flexslider:hover .flex-next {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.flexslider:hover .flex-prev {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#homeIndexFashion .flex-control-nav {
  display: none;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .flex-control-nav {
    bottom: 1px;
    z-index: 50;
  }
}

.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media (max-width: 767px) {
  .flex-control-nav li {
    margin: 0 3px;
  }
}

.flex-control-paging li a {
  background: url(../images/dot-1.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}

.flex-control-paging li a.flex-active {
  background-position: 0 0;
}

/* phone screen adaptation */
@media (min-width: 768px) {
  .pc-ss, .fashion-top {
    display: block;
  }

  .phone-ss, .phone-fashion-top {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-ss, .fashion-top {
    display: none;
  }

  .phone-ss, .phone-fashion-top, #homeBigBanner {
    display: none;
  }
}
/* register gift */
.register-gift {
  padding: 0 !important;
  width: 660px !important;
  margin-left: -330px !important;
  height: 400px;
  top: 25% !important;
  visibility: visible !important;
}

div.register-left {
  float: left;
  background: url(../images/register-bg-0104.jpg) no-repeat !important;
  width: 48%;
  height: 400px;
}

div.register-right {
  width: 50%;
  margin-right: 2%;
  padding: 20px 0;
  margin-top: 20px;
  float: right;
  text-align: center;
}
@media (max-width: 767px) {
  div.register-right {
    width: 100%;
    margin-right: 0;
    margin-top: 25px;
  }
}
div.register-right h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  div.register-right h3 {
    font-size: 30px;
  }
}
div.register-right h2 {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  color: #cc3300;
  line-height: 1em;
}
@media (max-width: 767px) {
  div.register-right h2 {
    font-size: 36px;
  }
}
div.register-right h4 {
  font-size: 28px;
  font-weight: normal;
}
@media (max-width: 767px) {
  div.register-right h4 {
    font-size: 24px;
  }
}
div.register-right p {
  font-size: 18px;
  line-height: 20px;
}
div.register-right label {
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
}
div.register-right .register-gift-text {
  background: none;
  border: 2px solid #202020;
  height: 35px;
  line-height: 35px;
  width: 90%;
  padding-left: 5px;
}
div.register-right input.error {
  border: 2px solid #cc3300;
}
div.register-right label.error {
  padding-left: 8px;
}
div.register-right .register-gift-btn {
  background: url(../images/register-gift-btn.jpg) no-repeat;
  width: 217px;
  height: 27px;
  display: inline-block;
  margin-top: 15px;
  line-height: 27px;
  color: #fff;
  text-decoration: none;
}
div.register-right ::-webkit-input-placeholder {
  color: #666;
}
div.register-right input:-moz-placeholder {
  color: #666;
}
div.register-right p.gift-no {
  margin-top: 20px;
}
div.register-right p.gift-no a {
  font-size: 12px;
  text-decoration: underline;
  color: #666;
  letter-spacing: 0.04em;
}

.register-gift-phone {
  width: 320px !important;
  left: 50%;
  margin-left: -160px !important;
  position: absolute;
  z-index: 101;
  min-height: 385px;
  top: 10% !important;
  background: #fff !important;
  visibility: visible !important;
}
.register-gift-phone .register-form-phone {
  margin-top: 30px;
}

.register-gift-2 {
  background: #fff !important;
}
.register-gift-2 input.error {
  border: 2px solid #cc3300;
}
.register-gift-2 .img-left {
  float: left;
}
.register-gift-2 .img-left ul {
  margin-left: 40px;
  width: 255px;
  margin-top: 30px;
}
.register-gift-2 .img-left ul li {
  height: 165px;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
}
.register-gift-2 .img-left ul li img {
  max-height: 145px;
}
.register-gift-2 .img-left ul li:hover, .register-gift-2 .img-left ul li.select {
  border: 1px solid #bdbdbd;
}
.register-gift-2 .img-left ul li:hover .img-select, .register-gift-2 .img-left ul li.select .img-select {
  position: absolute;
  right: 0;
  bottom: 0;
}
.register-gift-2 p {
  font-size: 12px !important;
  line-height: 20px;
  font-weight: bold;
}

.register-gift-2-phone {
  width: 320px !important;
  left: 50%;
  margin-left: -160px !important;
  position: absolute;
  z-index: 101;
  min-height: 385px;
  top: 10% !important;
  visibility: visible !important;
  background: #fff !important;
}
.register-gift-2-phone p {
  font-size: 12px !important;
  line-height: 20px;
  font-weight: bold;
}
.register-gift-2-phone ul {
  overflow: hidden;
  height: 100px;
  padding-left: 10px;
}
.register-gift-2-phone ul li {
  float: left;
  height: 100px;
  width: 145px;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
}
.register-gift-2-phone ul li img {
  max-height: 100px;
}
.register-gift-2-phone ul li:hover, .register-gift-2-phone ul li.select {
  border: 1px solid #bdbdbd;
}
.register-gift-2-phone ul li:hover .img-select, .register-gift-2-phone ul li.select .img-select {
  position: absolute;
  right: 0;
  bottom: 0;
}

.fb-tip {
  padding: 0;
  width: 660px;
  margin-left: -330px;
  height: 300px;
  top: 25%;
  visibility: visible !important;
}
@media (max-width: 767px) {
  .fb-tip {
    width: 320px;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    z-index: 101;
    height: 250px;
    top: 10% !important;
    background: #fff !important;
    visibility: visible !important;
  }
}
.fb-tip p.tips {
  width: 660px;
  height: 300px;
  margin: 0 auto;
  margin-top: 100px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .fb-tip p.tips {
    width: 90%;
    height: 160px;
    padding-top: 80px;
    font-size: 14px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .container-xs {
    padding-left: 0;
    padding-right: 0;
  }
}

.phone-hot {
  width: 100%;
}
.phone-hot tr {
  border-bottom: 1px solid #202020;
  width: 100%;
}
.phone-hot tr:first-child {
  border-top: 1px solid #202020;
}
.phone-hot td:nth-child(2n+1) {
  border-right: 1px solid #202020;
  border-left: 1px solid #202020;
}
.phone-hot td:nth-child(2n) {
  border-right: 1px solid #202020;
}
.phone-hot td {
  padding-left: 0;
  padding-right: 0;
  height: 45px;
  width: 46%;
  text-align: center;
  font-size: 14px;
  line-height: 45px;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #000;
  margin-right: 4%;
}
.phone-hot td a {
  color: #202020;
  text-decoration: none;
  padding: 10px 0;
  font-size: 1.3em;
}

/* you may also like */
.phone-also-like {
  /* ---- previous/next buttons ---- */
  /* right to left */
  /* color & size if no SVG - IE8 and Android 2.3 */
  /* ---- page dots ---- */
}
.phone-also-like h3 {
  font-size: 18px;
  text-align: center;
  line-height: 2.4em;
}
.phone-also-like .example-demo {
  width: 100%;
  margin-top: 20px;
}
.phone-also-like .flickity-enabled {
  position: relative;
}
.phone-also-like .flickity-enabled:focus {
  outline: none;
}
.phone-also-like .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.phone-also-like .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.phone-also-like .gallery {
  background: #FAFAFA;
  margin-bottom: 30px;
  counter-reset: gallery-cell;
  position: relative;
}
.phone-also-like .gallery-cell {
  background: #fff;
  counter-increment: gallery-cell;
  max-height: 560px;
  width: 100%;
}
.phone-also-like .gallery-cell .col-xs-6 {
  padding-right: 5px;
  padding-left: 25px;
}
.phone-also-like .gallery-cell .col-xs-6:nth-child(2) {
  padding-right: 25px;
  padding-left: 5px;
}
.phone-also-like .gallery-cell .col-xs-6 p {
  text-align: center;
  height: 20px;
  line-height: 15px;
  margin: 5px 0 0 0;
  font-size: 14px;
}
.phone-also-like .gallery-cell .col-xs-6 p a {
  overflow: hidden;
  color: #202020;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  line-height: 20px;
}
.phone-also-like .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.phone-also-like .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.phone-also-like .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.phone-also-like .flickity-prev-next-button {
  position: absolute;
  top: 42%;
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: none;
  opacity: 0.3;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .phone-also-like .flickity-prev-next-button {
    width: 35px;
    height: 35px;
  }
}
.phone-also-like .flickity-prev-next-button:hover {
  background: none;
  opacity: 1;
}
.phone-also-like .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.phone-also-like .flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}
.phone-also-like .flickity-prev-next-button.previous {
  left: 0;
}
@media (min-width: 767px) {
  .phone-also-like .flickity-prev-next-button.previous {
    left: -1%;
  }
}
.phone-also-like .flickity-prev-next-button.next {
  right: 0;
}
@media (min-width: 767px) {
  .phone-also-like .flickity-prev-next-button.next {
    right: -1%;
  }
}
.phone-also-like .flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.phone-also-like .flickity-prev-next-button svg {
  position: absolute;
  left: 25%;
  top: 20%;
  width: 48%;
  height: 60%;
}
.phone-also-like .flickity-prev-next-button .arrow {
  fill: #000;
}
.phone-also-like .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.phone-also-like .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.phone-also-like .flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
.phone-also-like .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display: none;
}
.phone-also-like .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.phone-also-like .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.phone-also-like .flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.phone-also-like .dot.is-selected {
  opacity: 1;
}

/* site-content */
.celection {
  margin-top: 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .celection {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .celection ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.celection ul li {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .celection ul li {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media (max-width: 767px) {
  .celection ul li:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 5px;
  }
  .celection ul li:nth-child(2n) {
    padding-left: 5px;
    padding-right: 0;
  }
}
.celection ul li a.img {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.celection ul li .arr-name {
  overflow: hidden;
  height: 2.8em;
  line-height: 2.8em;
  color: #707070;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  font-size: 16px;
}
.celection ul li p {
  height: 1em;
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
}
.celection ul li p .price {
  font-size: 18px;
  color: #E64545;
  padding-right: 10px;
}
.celection ul li p .price-old {
  color: #666666;
  padding-right: 10px;
  font-size: 16px;
}
.celection ul li p .sale-num {
  background-color: #E64545;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
}
@media (max-width: 767px) {
  .celection ul li p .sale-num {
    height: 20px;
    line-height: 22px;
  }
}
.celection ul li.hot {
  padding: 0 5px;
}

.flash-sale-p ul .pro-item {
  width: 19%;
  border-radius: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.flash-sale-p ul .pro-item:nth-child(4n) {
  margin-right: 1.2% !important;
}
.flash-sale-p ul .pro-item:nth-child(5n) {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .flash-sale-p ul .pro-item {
    width: 50%;
    margin-right: 0 !important;
  }
  .flash-sale-p ul .pro-item:nth-child(4n) {
    margin-right: 0 !important;
  }
}
.flash-sale-p ul .pro-item img {
  border-radius: 10px 10px 0 0;
}

.n-ad {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .n-ad {
    margin-top: 0;
  }
}

.arrivals {
  text-align: center;
}
.arrivals > img {
  display: inline-block;
  margin-top: 40px;
}
.arrivals .title {
  margin-top: 35px;
  margin-bottom: 35px;
  border: 2px solid #000;
  font-size: 28px;
  display: inline-block;
  padding: 5px 40px;
}
.arrivals .arr-pic {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.arrivals .row .arr-name {
  overflow: hidden;
  height: 2.8em;
  line-height: 2.8em;
  color: #444;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  font-size: 16px;
}
.arrivals .row li.col-xs-2 {
  padding-left: 15px;
  padding-right: 10px;
}

.follow-us {
  margin-top: 50px;
}
.follow-us .flo-pic {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.follow-us ul li {
  padding: 2px;
  padding-right: 0;
}
.follow-us ul li.col-xs-4 {
  width: 33.3333333333%;
}
.follow-us ul li a {
  float: left;
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
}
.follow-us ul li a.first {
  padding-right: 0;
}

.show-icon {
  width: 30%;
  height: 30px;
  line-height: 34px;
  background: #fff;
  left: 35%;
  font-size: 16px !important;
  position: absolute;
  bottom: -1px;
  margin: 0;
}

.sale-bd {
  overflow: hidden;
  margin: 15px 0;
}
.sale-bd .sale-ad li {
  float: left;
  width: 29%;
  text-align: center;
  background: #eeeeee;
}
.sale-bd .sale-ad li a {
  line-height: 35px;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.sale-bd .sale-ad li a p {
  margin-bottom: 0;
}
.sale-bd .sale-ad li a p .sale {
  color: #fb0093;
}
.sale-bd .sale-ad .sale-ad-left {
  margin-right: 6.5%;
}
.sale-bd .sale-ad .sale-ad-left .fs {
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url(../images/1801/free-shipping1.png);
}
.sale-bd .sale-ad .sale-ad-middle .oo {
  display: inline-block;
  width: 12px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url(../images/1801/free-shipping2.png);
}
.sale-bd .sale-ad .sale-ad-right {
  float: right;
}
.sale-bd .sale-ad .sale-ad-right .as {
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url(../images/1801/free-shipping3.png);
}

.d-ad {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .d-ad {
    margin-top: 10px;
  }
}
.d-ad .time-item {
  position: absolute;
  top: 26%;
  right: 40.5%;
}
@media (max-width: 767px) {
  .d-ad .time-item {
    top: 24%;
    right: 33%;
  }
}
.d-ad .time-item strong {
  background: #55909d;
  color: #fff;
  font-size: 3em;
  font-family: Arial;
  padding: 10px 13px;
  margin-right: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .d-ad .time-item strong {
    font-size: 11px;
    padding: 5px 7px;
    margin-right: 2px;
  }
}
.d-ad .time-item span {
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  margin: 0 4px 0 0;
}
@media (max-width: 767px) {
  .d-ad .time-item span {
    font-size: 1em;
    margin: 0;
  }
}
.d-ad .item-title .unit {
  background: none;
  line-height: 49px;
  font-size: 24px;
  padding: 0 10px;
  float: left;
}

#hour_show:before {
  content: '';
  width: 5px;
  height: 10px;
  background: #285661;
  position: absolute;
  top: -16px;
  left: 12%;
}
@media (max-width: 767px) {
  #hour_show:before {
    width: 3px;
    height: 6px;
    top: 5px;
  }
}

#minute_show:before {
  content: '';
  width: 5px;
  height: 10px;
  background: #285661;
  position: absolute;
  top: -16px;
  left: 47%;
}
@media (max-width: 767px) {
  #minute_show:before {
    width: 3px;
    height: 6px;
    top: 5px;
  }
}

#second_show:before {
  content: '';
  width: 5px;
  height: 10px;
  background: #285661;
  position: absolute;
  top: -16px;
  left: 82%;
}
@media (max-width: 767px) {
  #second_show:before {
    width: 3px;
    height: 6px;
    top: 5px;
  }
}

.col-5 {
  width: 19%;
}

.arrivals .phone-also-like .gallery-cell ul li {
  float: left;
  margin: 0 0.5%;
}
.arrivals .phone-also-like .gallery-cell ul li .arr-name {
  overflow: hidden;
  height: 2.8em;
  line-height: 2.8em;
  color: #707070;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  font-size: 16px;
}
.arrivals .phone-also-like .gallery-cell ul li .gallery-cell-a {
  height: 1em;
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
}
.arrivals .phone-also-like .gallery-cell ul li .gallery-cell-a .price {
  color: #E64545;
  padding-right: 10px;
}
.arrivals .phone-also-like .gallery-cell ul li .gallery-cell-a .price-old {
  color: #666666;
  padding-right: 10px;
  font-size: 16px;
}
.arrivals .phone-also-like .gallery-cell ul li .gallery-cell-a .sale-num {
  background-color: #E64545;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
}
.arrivals .phone-also-like .gallery-cell .slshow {
  position: relative;
}
.arrivals .phone-also-like .gallery-cell .slshow a:hover {
  position: relative;
  width: 230px;
  display: block;
  z-index: 2;
  border: 2px solid #ccc;
  box-shadow: 0px 0px 3px rgba(150, 150, 150, 0.8);
  border-radius: 5px;
}
.arrivals .phone-also-like .gallery-cell .slshow a img {
  border-radius: 5px;
}

.slideshow .example-demo {
  margin-top: 20px;
}
.slideshow .example-demo .flickity-prev-next-button {
  background: rgba(204, 208, 206, 0.5);
}
.slideshow .example-demo .flickity-prev-next-button .arrow {
  fill: #02120b;
}
.slideshow .gallery-cell ul li {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.slideshow .gallery-cell ul li a .sale-num {
  background-color: #E64545;
  color: #fff;
  padding: 2px 8px;
  padding-bottom: 0;
  position: absolute;
  left: 5%;
  bottom: 32px;
  width: 91%;
  text-align: center;
  opacity: 0.8;
  line-height: 16px;
}
.slideshow .gallery-cell ul li .gallery-cell-a {
  height: 1em;
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.slideshow .gallery-cell ul li .gallery-cell-a .price {
  color: #E64545;
  padding-right: 10px;
}
.slideshow .gallery-cell ul li .gallery-cell-a .price-old {
  color: #666666;
  padding-right: 10px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .celection {
    margin: 0 5px;
  }
}
.celection table {
  border-collapse: unset;
  border-spacing: 5px;
}
.celection .title {
  display: block;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 767px) {
  .celection .title {
    display: none;
  }
}
.celection .view-more {
  display: block;
  text-align: center;
  font-size: 2em;
  color: #666;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .celection .view-more {
    display: none;
  }
}

.product-cdown {
  background: #96c4cf;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-cdown {
    display: none;
  }
}

.color-cate-pink {
  background-color: #ffc0cb;
}

.color-cate-beige {
  background-color: #f5f5dc;
}

.color-cate-black {
  background-color: #000;
}

.color-cate-red {
  background-color: #ff0000;
}

.color-cate-blue {
  background-color: #0000ff;
}

.color-cate-brown {
  background-color: #8b4513;
}

.color-cate-gray {
  background-color: #808080;
}

.color-cate-green {
  background-color: #008000;
}

.color-cate-orange {
  background-color: #ffa500;
}

.color-cate-purple {
  background-color: #4b0082;
}

.color-cate-yellow {
  background-color: #ffff00;
}

.color-cate-white {
  background-color: #fff;
}

.color-cate-khaki {
  background-color: #bdab6b;
}

.color-cate-gold {
  background: url(../images/gold.jpg) no-repeat;
}

.color-cate-silver {
  background: url(../images/silver.jpg) no-repeat;
}

.color-cate-multi {
  background: url(../images/multi.jpg) no-repeat;
}

.list-word-banner {
  text-align: center;
  padding: 30px 8%;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .list-word-banner {
    padding: 20px 2%;
  }
}
.list-word-banner h3 {
  font-weight: bold;
  font-size: 28px;
}
.list-word-banner p {
  color: #666;
  line-height: 25px;
  font-size: 14px;
}
.list-word-banner ul {
  overflow: hidden;
  margin-top: 25px;
}
.list-word-banner ul li {
  width: 25%;
  float: left;
  text-align: center;
}
@media (max-width: 767px) {
  .list-word-banner ul li {
    width: 50%;
  }
}
.list-word-banner ul li a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.list-word-banner ul li a:hover {
  color: #666;
  text-decoration: underline;
}

.list-main {
  overflow: hidden;
  position: relative;
  clear: both;
}
.list-main .loading {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
  height: 100%;
}
.list-main .loading img {
  display: block;
  top: 20%;
  position: absolute;
  left: 50%;
}

.filter-left {
  width: 16%;
  float: left;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .filter-left {
    width: 18%;
  }
}
@media (max-width: 991px) {
  .filter-left {
    width: 24%;
  }
}
.filter-left .category-list {
  border-right: 2px solid #e8e8e8;
}
.filter-left .category-list .sub-menu {
  font-size: 14px;
  margin-bottom: 20px;
}
.filter-left .category-list h3 {
  background-color: #c8c8c8;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
.filter-left .category-list p.down {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  line-height: 30px;
  margin: 0 10px;
  padding: 10px 0;
  border-top: 1px solid #c8c8c8;
}
@media (max-width: 1200px) {
  .filter-left .category-list p.down {
    margin: 0 6px;
  }
}
.filter-left .category-list p.down a.fa {
  float: right;
  line-height: 30px;
  font-size: 26px;
}
.filter-left .category-list p.down a.fa:hover {
  text-decoration: none;
}
.filter-left .category-list p.down:first-child {
  border: none;
}
.filter-left .category-list .no-line {
  border: none !important;
}
.filter-left .category-list ul.sub-menu li a span {
  margin: 0;
}

.left-list-top {
  top: 0;
}

.left-list-bottom {
  bottom: 0;
}

.bar-l {
  overflow: hidden;
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 1200px) {
  .bar-l {
    margin: 0 6px;
  }
}
@media (max-width: 767px) {
  .bar-l {
    border-bottom: 0;
  }
}
.bar-l .item-l {
  height: 30px;
  line-height: 30px;
  width: 100%;
  cursor: pointer;
}
.bar-l .item-l a {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.bar-l .item-l span {
  color: #515151;
  overflow: hidden;
  width: 90%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  margin: 0;
}
.bar-l .item-l .fa {
  width: 10%;
  color: #c8c8c8;
  text-align: right;
  float: left;
  text-align: left;
  line-height: 30px;
  border: none;
}
@media (max-width: 767px) {
  .bar-l .item-l .fa {
    width: 5%;
  }
}
.bar-l .clear-li {
  border: none;
}
.bar-l .clear-li a {
  color: #515151;
}

.category-list ul {
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .category-list ul {
    margin: 0 6px;
  }
}
.category-list ul li {
  line-height: 30px;
}
.category-list ul li a {
  display: inline-block;
  color: #666;
}
.category-list ul li a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #909090;
  float: left;
  position: inherit;
}
.category-list ul li a span {
  line-height: 20px;
  margin-left: 10px;
  float: left;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  .category-list ul li a span {
    margin-left: 3px;
  }
}
.category-list ul li a:hover {
  text-decoration: none;
}
.category-list ul li a.selected i {
  background-color: #909090;
}
.category-list ul li a.disabled {
  color: #d2d2d2;
}
.category-list ul li a.disabled:hover {
  cursor: default;
}
.category-list ul li a.disabled i {
  border: 1px solid #d2d2d2;
}
.category-list ul li:first-child {
  background: none;
  color: #666;
}
.category-list ul li:first-child span {
  color: #666 !important;
}
.category-list ul.double {
  overflow: hidden;
}
.category-list ul.double li {
  width: 50%;
  float: left;
}
.category-list ul.double li:first-child {
  background: none;
  color: #666;
}
.category-list ul.double li:first-child span {
  color: #666 !important;
}

.filter-right {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .filter-right {
    width: 82%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-right {
    width: 76%;
  }
}
@media (max-width: 767px) {
  .filter-right {
    width: 100%;
  }
}
.filter-right .filter-bar {
  font-size: 14px;
  padding: 12px 8px;
  border-bottom: 1px solid #f0f0f0;
}
.filter-right .filter-bar:before, .filter-right .filter-bar:after {
  content: "";
  display: table;
}
.filter-right .filter-bar:after {
  clear: both;
}
@media (max-width: 767px) {
  .filter-right .filter-bar {
    display: none;
  }
}
@media (max-width: 768px) {
  .filter-right .filter-bar .hidden-xs {
    display: none !important;
  }
}
.filter-right .filter-bar .drop-down {
  width: auto;
}
.filter-right .filter-bar .drop-down span {
  font-weight: bold;
  color: #515151;
}
.filter-right .filter-bar .drop-down .drop-down-hd {
  border: 1px solid #c8c8c8;
  height: 25px;
  line-height: 25px;
  padding: 0 25px;
  float: left;
  color: #666;
}
.filter-right .filter-bar .drop-down .drop-down-hd .fa {
  position: static;
  line-height: 25px;
  margin-left: 10px;
}
.filter-right .filter-bar .drop-down .drop-down-list {
  right: -2px;
  top: 25px;
}
.filter-right .filter-bar .drop-down .drop-down-list .drop-down-option a {
  text-align: left;
}
.filter-right .filter-bar .hidden {
  visibility: hidden;
}
.filter-right .filter-bar .pagination {
  margin-top: 0;
}
@media (max-width: 768px) {
  .filter-right .filter-bar .pagination {
    display: none;
  }
}
.filter-right .filter-bar .pagination-mobile {
  margin-top: 0;
}
.filter-right .filter-bar .bar-r {
  float: left;
  margin-top: 5px;
}
.filter-right .filter-bar .bar-r .item-r {
  float: right;
  background: #fff;
  border: 1px solid #c8c8c8;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  color: #666;
  margin-right: 10px;
}
.filter-right .filter-bar .bar-r .pick {
  float: left;
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  vertical-align: middle;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 20px;
}
.filter-right .filter-bar .bar-r .pick a {
  color: #666;
}
.filter-right .filter-bar .bar-r .pick a:hover {
  text-decoration: none;
}
.filter-right .filter-bar .bar-r .pick-on {
  background: #ededed;
}
.filter-right .filter-list {
  padding: 40px 20px 20px 20px;
  color: #666;
}
.filter-right .filter-list .item {
  width: 155px;
  padding: 0 5px 0 15px;
  margin: 0 20px 10px 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  float: left;
  position: relative;
}
.filter-right .filter-list .item .fa {
  float: right;
  margin-top: 5px;
}
.filter-right .filter-list .choice-line {
  margin: 0 10px 5px;
}
.filter-right .filter-list .choice-list {
  padding: 0px 0px 5px;
  border-top: 0;
  position: absolute;
  background: #fff;
  width: 155px;
  left: -1px;
  border: 1px solid #e5e5e5;
  z-index: 9;
}
.filter-right .filter-list .choice-list .choice-option {
  margin-bottom: 3px;
  height: 24px;
  padding-left: 15px;
}
.filter-right .filter-list .choice-list .choice-option a {
  overflow: hidden;
  color: #666;
}
.filter-right .filter-list .choice-list .choice-option label {
  font-weight: normal;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0px;
}
.filter-right .filter-list .choice-list .choice-option label input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.filter-right .filter-list .choice-color .choice-option {
  width: 38px;
  height: 38px;
  margin: 7px 0 0px 8px;
  padding: 5px;
}
.filter-right .filter-list .choice-color .choice-option.on {
  color: #999;
}
.filter-right .filter-list .choice-color .choice-option label input[type="checkbox"] {
  margin: -18px 5px 0 0;
}
.filter-right .filter-selected {
  padding: 5px 2px;
}
.filter-right .filter-selected .item {
  margin-right: 15px;
}
.filter-right .filter-selected .fa {
  margin-right: 3px;
  color: #666;
  cursor: pointer;
}
.filter-right .reviews {
  color: #999;
  font-style: italic;
  font-size: 14px;
}
.filter-right .reviews .fa {
  color: #444;
  font-size: 12px;
}
.filter-right .pager {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  color: #444;
}
.filter-right .pager .result {
  margin-right: 15px;
}
.filter-right .pager a {
  margin: 0 3px;
}
.filter-right .pager .selected {
  margin: 0 3px;
  color: #cc3300;
  font-weight: 700;
}
.filter-right .pager .fa {
  margin: 0 3px;
  vertical-align: -3px;
  cursor: pointer;
}

.sidebar, .has-sidebar {
  width: 100% !important;
  margin: 0 !important;
}

.sidebar .page-header {
  text-align: left;
  margin-top: 0;
  font-size: 20px;
  cursor: pointer;
}
.sidebar .page-header span {
  vertical-align: middle;
}
.sidebar .category-nav-toggle {
  cursor: pointer;
}
.sidebar .selector {
  position: relative;
  text-align: left;
  margin-left: 15px;
  font-size: 14px;
}

.sidebar li {
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}
.sidebar li:hover {
  background-color: #fafafa;
}
.sidebar li a {
  text-decoration: none;
  color: #202020;
}
.sidebar li a span {
  height: 28px;
  display: block;
}

.choice-color li {
  margin: 5px;
  float: left;
}

.category-sidebar {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .category-sidebar {
    display: none;
  }
}
.category-sidebar .category-sidebar-container {
  position: relative;
}
.category-sidebar .category-filter {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.category-sidebar .sidebar-nav .category-nav-section, .category-sidebar .sidebar-nav .sort-nav-section {
  overflow: hidden;
}
.category-sidebar .sidebar-nav ul.unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.category-sidebar .sidebar-nav ul.unstyled a {
  font-size: 14px;
}

.pro-list {
  clear: both;
  padding-left: 1.2%;
}

.pro-list .row {
  margin: 0px;
}

.pro-item {
  position: relative;
  margin-right: 1.2% !important;
  margin-top: 1.5%;
  background: #fff;
  padding: 0px;
  width: 24.1%;
}
.pro-item img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .pro-item {
    margin-right: 10% !important;
    width: 45%;
  }
}
.pro-item:nth-child(4n) {
  margin-right: 0px !important;
}
@media (max-width: 767px) {
  .pro-item:nth-child(2n) {
    margin-right: 0px !important;
  }
}
@media (max-width: 992px) {
  .pro-item:hover .btn-qv {
    display: none !important;
  }
  .pro-item:hover .add-wish {
    display: none !important;
  }
}
.pro-item .pic {
  position: relative;
  text-align: center;
}
.pro-item .icon-fsale,
.pro-item .icon-psale {
  position: absolute;
  top: 0;
  right: 0;
}
.pro-item .icon-color {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 40px;
  height: 8px;
  background-image: url(../images/ico-color.png);
}
.pro-item .icon-rshipped {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 31px;
  height: 30px;
  background-image: url(../images/2016/ico-rshipped.png);
}
.pro-item .icon-new {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 31px;
  height: 30px;
  background-image: url(../images/2016/ico-new.png);
}
.pro-item .icon-fsale {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 31px;
  height: 30px;
  background-image: url(../images/2016/ico-fsale.png);
}
.pro-item .icon-psale {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 45px;
  height: 45px;
  background-image: url(../images/ico-psale.png);
}
.pro-item .icon-columbus {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 64px;
  height: 55px;
  background-image: url(../images/Columbus.png);
}
.pro-item .icon-bogo {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 45px;
  height: 45px;
  background-image: url(../images/bogo.png);
}
.pro-item .title {
  margin-top: 15px;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
}
.pro-item .title a {
  overflow: hidden;
  height: 20px;
  vertical-align: -1px;
  color: #444;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.pro-item .title .icon-pick {
  margin-right: 3px;
}
.pro-item .price {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-bottom: 19px;
}
@media (max-width: 767px) {
  .pro-item .price {
    padding-bottom: 0px;
  }
}
.pro-item .price .priceold {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}
.pro-item .price .pricenew {
  color: #000;
  font-weight: bold;
  margin-left: 10px;
}
.pro-item .price .pricenow {
  color: #202020;
  font-weight: bold;
}
.pro-item .star {
  height: 20px;
  margin-bottom: 20px;
}
.pro-item .star a:hover {
  text-decoration: none;
}
.pro-item .btn-qv {
  display: none;
  position: absolute;
  bottom: 92px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 26px;
  line-height: 26px;
  background: #e5e5e5;
  border: 1px solid #fafafa;
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
  cursor: pointer;
}
.pro-item .btn-qv:hover {
  text-decoration: none;
}
.pro-item .reviews {
  text-align: center;
}
.pro-item .add-wish {
  margin: 0 5px 0 0;
  text-align: right;
  font-size: 14px;
  display: none;
  height: 19px;
}
.pro-item .add-wish .fa {
  color: #666;
  cursor: pointer;
}
.pro-item .add-wish .red {
  color: #cc3300;
  cursor: pointer;
}
.pro-item .add-wish .text {
  display: none;
  margin: -2px 0 0 0;
  background: #fff;
}
.pro-item .add-wish .text span {
  padding: 2px;
  border-radius: 2px;
  border: 1px solid #666;
}
.pro-item .add-wish .text .fa {
  margin-left: -1px;
  color: #666;
}
.pro-item .add-wish:hover .text {
  display: inline-block;
  vertical-align: middle;
}
.pro-item .outstock {
  background-color: #999;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-left: 25%;
  padding: 2px 5px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 40%;
  font-weight: bold;
  opacity: 0.8;
}
.pro-item .overlay {
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 240px;
  height: 415px;
  background: #fff;
}
.pro-item .sign-warp {
  display: none;
  position: absolute;
  z-index: 10;
  top: 26%;
  left: 15%;
  width: 70%;
  height: 210px;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.pro-item .sign-warp .text {
  margin: 50px 0 10px 0;
  padding: 0 15% 0px 25%;
  text-align: left;
  font-size: 14px;
}
.pro-item .sign-warp .wish {
  margin: 10px 0;
  font-size: 18px;
  font-style: italic;
}
.pro-item .sign-warp .wish .fa {
  margin-right: 5px;
}
.pro-item .sign-warp .link {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  color: #fff;
}
.pro-item .sign-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #444;
  cursor: pointer;
}
.pro-item:hover {
  box-shadow: 0px 0px 4px 4px rgba(150, 150, 150, 0.8);
}
.pro-item:hover .add-wish {
  display: block;
}
.pro-item:hover .add-wish span {
  color: #666;
}
.pro-item:hover .star {
  margin-bottom: 0px;
}
.pro-item:hover .price {
  padding-bottom: 0px;
}
.pro-item:hover .btn-qv {
  display: inline-block;
  vertical-align: middle;
}
.pro-item .title-11 {
  font-weight: normal;
  text-align: center;
  font-size: 18px;
}
.pro-item .title-11 a {
  overflow: hidden;
  height: 20px;
  vertical-align: -1px;
  color: #444;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.pro-item .original-sale {
  font-size: 12px;
  color: #999;
  text-align: center;
}
@media (max-width: 1100px) {
  .pro-item .original-sale span {
    display: block;
    text-align: center;
  }
}
.pro-item .price-11 {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.pro-item .price-11 b {
  font-size: 18px;
}
.pro-item .view-11 {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.pro-item .view-11 a {
  text-decoration: underline;
}
.pro-item .pro-class {
  margin: 20px 0;
}
.pro-item .pro-class .icon-11 {
  overflow: hidden;
}
.pro-item .pro-class .icon-11 li {
  background: url(../images/11-11.png) no-repeat;
}
.pro-item .pro-class .icon-11 .dresses {
  background-position: 0 0;
}

.sidebar-nav .sort-nav-toggle {
  display: block !important;
  padding: 6px 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
  overflow: visible;
  vertical-align: middle;
  font-weight: 600;
  line-height: 1.4em;
  width: 100%;
  color: #000;
  background-color: #fff;
  text-align: center;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 12px;
}
.sidebar-nav .sort-nav-toggle span {
  vertical-align: middle;
}
.sidebar-nav .sort-nav-toggle:hover {
  color: #fff;
  background-color: #000;
}
.sidebar-nav .sort-nav-toggle .visible-phone {
  display: inherit !important;
}

.accordion-toggle {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "ff-super-grotesk-web",helvetica,arial;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
  padding: 5px 0;
  text-decoration: none;
  border-bottom: 1px solid #999;
}

.accordion-toggle:hover {
  border-color: #444;
  text-decoration: none;
}

.accordion-heading {
  padding-bottom: 10px;
}

.accordion-body {
  overflow: hidden;
  display: none;
}

@media (min-width: 767px) {
  .phone-category {
    display: none;
  }
}
.phone-category li {
  float: left;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 3px 0;
  margin-right: 4px;
}
@media (min-width: 375px) {
  .phone-category li {
    padding: 3px 7px;
  }
}
.phone-category li:last-child {
  margin-right: 0;
}

.newin-list {
  background-color: #f2f2f2;
  padding: 20px 0;
}
.newin-list ul {
  overflow: hidden;
}
.newin-list ul li {
  display: block;
  float: left;
  width: 8.3333333%;
  text-align: center;
}
@media (max-width: 767px) {
  .newin-list ul li {
    width: 16.66666667%;
  }
}

.choose-nav ul li {
  float: left;
  width: 18%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3em;
  border: 1px solid #888888;
  margin: 0 1%;
}
.choose-nav ul li a {
  color: #888888;
}
.choose-nav ul li a:hover {
  color: #000;
}
.choose-nav ul .active {
  border-color: #000;
}
.choose-nav ul .active a {
  color: #000;
}
.choose-nav select {
  width: 100%;
  border: 1px solid #ccc;
  padding-left: 37%;
}

@media (max-width: 767px) {
  .choose-nav ul li {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .pro-item .title {
    text-align: left;
  }
}
.pro-item .title .arr-name {
  overflow: hidden;
  height: 2.8em;
  line-height: 2.8em;
  color: #707070;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  font-size: 16px;
}
@media (max-width: 767px) {
  .pro-item .title .arr-name {
    height: 1.8em;
    line-height: 1.8em;
  }
}
.pro-item .title p {
  height: 1em;
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
}
.pro-item .title p .price {
  color: #E64545;
  padding-right: 10px;
  font-size: 1em;
}
@media (max-width: 767px) {
  .pro-item .title p .price {
    font-size: 13px;
    padding-right: 3px;
    float: left;
  }
}
.pro-item .title p .price-old {
  color: #666666;
  padding-right: 10px;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .pro-item .title p .price-old {
    font-size: 12px;
    padding: 0px;
    padding-right: 3px;
    float: left;
  }
}
.pro-item .title p .sale-num {
  background-color: #E64545;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  font-size: 1em;
}
@media (max-width: 767px) {
  .pro-item .title p .sale-num {
    text-align: center;
    font-size: 13px;
    background: #fff;
    color: #E64545;
    padding: 0px;
    float: left;
  }
}

#product_ul .pro-item .title {
  padding-bottom: 20px;
}
#product_ul .pro-item .add-wish {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pro-list .pro-item {
  box-shadow: none;
}
.pro-list .pro-item .pic a img:hover {
  box-shadow: 0px 0px 4px 4px rgba(150, 150, 150, 0.8);
}

/* product quickview */
.rating-show1 {
  background: url(../images/star22.png) no-repeat 0 -118px;
  width: 103px;
  z-index: 1;
  position: relative;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.star05 {
  background: url(../images/btxx-05.jpg) no-repeat;
}

.star1 {
  width: 103px;
  background-position: 0 -97px;
  z-index: 1;
}

.star15 {
  background: url(../images/btxx-15.jpg) no-repeat;
}

.star2 {
  width: 103px;
  background-position: 0 -76px;
  z-index: 1;
}

.star25 {
  background: url(../images/btxx-25.jpg) no-repeat;
}

.star3 {
  width: 103px;
  background-position: 0 -55px;
  z-index: 1;
}

.star35 {
  background: url(../images/btxx-35.jpg) no-repeat;
}

.star4 {
  width: 103px;
  background-position: 0 -34px;
  z-index: 1;
}

.star45 {
  background: url(../images/btxx-45.jpg) no-repeat;
}

.star5 {
  width: 103px;
  margin-right: 0;
  background-position: 0 -13px;
  z-index: 1;
}

.dwrapper {
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  z-index: 1001;
  padding: 20px;
  left: 50%;
  margin-left: -267px;
  margin-top: 100px;
  box-shadow: 0 0 8px #444;
  padding: 30px 10px;
}

.close-btn3 {
  right: 10px;
  top: 10px;
  background: url(../images/icons-2.png) no-repeat scroll -34px -568px transparent;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  position: absolute;
  width: 24px;
}

.close-btn2 {
  background: url("../images/icons-2.png") no-repeat scroll -34px -542px rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  position: absolute;
  width: 24px;
  top: -10px;
  right: -10px;
}

.product-note {
  border: 2px solid #ca8888;
}

#action_form p.product-note-title {
  height: 25px;
  background-color: #ca8888;
  padding-left: 5px;
  color: white;
  font-weight: bold;
  line-height: 25px;
  font-size: 16px;
}
#action_form p.product-note-title b {
  float: right;
  color: white;
  font-size: 22px;
  padding: 0 8px;
  cursor: pointer;
}
#action_form .product-pl {
  padding-left: 5px;
}
#action_form .select-down {
  width: auto;
  float: left;
}
@media (max-width: 767px) {
  #action_form .select-down {
    width: 60%;
    float: none;
  }
}
#action_form .select-down .drop-down-hd {
  text-align: left;
  padding-left: 5px;
}
#action_form .select-down .drop-down-list a {
  text-align: left;
}
#action_form .select-down .fa {
  top: 6px;
  right: 4px;
}
#action_form .select-down:hover .drop-down-hd .fa {
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
}
@media (max-width: 767px) {
  #action_form #only_left {
    display: block;
    margin-top: 10px;
  }
}
#action_form .qty-box input {
  height: 2em;
  line-height: 2em;
  border: 1px solid #e5e5e5;
  width: 70px;
  text-align: left;
  padding-left: 5px;
  padding-right: 0;
}
@media (max-width: 767px) {
  #action_form .qty-box input {
    width: 60%;
    margin-top: 10px;
  }
}
#action_form .size-charts {
  cursor: pointer;
  float: left;
  margin-top: 3px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  #action_form .size-charts {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #action_form .size-charts {
    float: none;
    text-align: center;
  }
}
#action_form #select_size {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
}
#action_form #select_size .drop-down-list {
  z-index: 9;
}
#action_form .wishlist {
  color: #666;
}
#action_form .btn-size-normal {
  background: #fff;
  height: 27px;
  margin-bottom: 10px;
  min-width: 62px;
  border: 1px solid #999;
}
#action_form .disable {
  background: url("../images/size_disable.png") no-repeat;
  border: none;
  width: 62px;
  height: 27px;
  cursor: auto;
  color: #666;
}
#action_form .btn-size-select {
  border: 1px solid #cc3300;
  color: #666;
  background-color: #fafafa;
}
#action_form .on-border:hover {
  border: 1px solid #202020;
  color: #666;
  background-color: #fafafa;
}

.size-dpn-box {
  position: absolute;
  top: 25px;
  left: -1px;
  text-align: left;
  z-index: 10;
  font-size: 12px;
}
.size-dpn-box .dpn-icon {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e7cfcf;
  position: absolute;
  top: 0px;
  left: 25px;
}
.size-dpn-box .dpn-property {
  width: 385px;
  border: 1px solid #e7cfcf;
  background-color: #fafafa;
  padding: 1px 5px;
  margin-top: 5px;
  line-height: 18px;
}
.size-dpn-box .dpn-property p {
  color: #666;
  text-align: left;
  margin-bottom: 0px;
}
.size-dpn-box .dpn-property p span {
  color: #444;
  padding: 0 5px;
}
.size-dpn-box .dpn-property .size-quide {
  text-align: left;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
}
.size-dpn-box .loc01 {
  margin-left: 0px;
}
.size-dpn-box .loc02 {
  margin-left: -67px;
}
.size-dpn-box .loc03 {
  margin-left: -134px;
}
.size-dpn-box .loc04 {
  margin-left: -201px;
}
.size-dpn-box .loc05 {
  margin-left: -268px;
}
.size-dpn-box .loc06 {
  margin-left: -335px;
}
.size-dpn-box .loc07 {
  margin-left: 0px;
}
.size-dpn-box .loc08 {
  margin-left: -67px;
}

.detail-tabcon {
  padding: 15px 0;
  font-size: 14px;
}
.detail-tabcon .bd {
  height: 220px;
  overflow-y: auto;
}
.detail-tabcon .bd p {
  word-wrap: break-word;
}

/* pro-detail */
.pro-left {
  overflow: visible;
  z-index: 10;
  float: left;
  width: 500px;
  position: relative;
}
.pro-left .myImages {
  margin-right: 5px;
  width: 420px;
  height: 560px;
  border: 1px solid #ccc;
  float: left;
}
.pro-left #scrollable {
  width: 62px;
  position: relative;
}
.pro-left #scrollable {
  width: 62px;
  position: relative;
}
.pro-left #scrollable .items {
  width: 62px;
  height: 530px;
  overflow: hidden;
  margin: 16px 0;
  position: relative;
}
.pro-left .scrollableDiv {
  height: 2000em;
  width: 62px;
  overflow: hidden;
  position: absolute;
}
.pro-left .scrollableDiv a {
  display: block;
  margin-bottom: 10px;
  width: 60px;
  height: 80px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.pro-left .scrollableDiv a.active {
  border-color: #cc3300;
}

.pro-left .prev3, .pro-left .next3 {
  left: 23px;
}

.pro-left .next3 {
  bottom: 0;
  top: auto;
}

/* pro-right */
.pro-right {
  width: 58%;
  font-size: 14px;
  float: right;
}
.pro-right h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 16px;
  line-height: 24px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pro-right {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pro-right {
    width: 35%;
  }
}
.pro-right .price-box {
  float: left;
}
.pro-right dd:before, .pro-right dd:after {
  content: "";
  display: table;
}
.pro-right dd:after {
  clear: both;
}
.pro-right dd .selected-box {
  margin: 0 0 10px;
  width: 100%;
}
.pro-right dd .selected-box:before, .pro-right dd .selected-box:after {
  content: "";
  display: table;
}
.pro-right dd .selected-box:after {
  clear: both;
}
.pro-right dd .selected-box p {
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1.8em;
  margin-right: 12px;
  float: left;
}
@media (max-width: 767px) {
  .pro-right dd .selected-box p {
    float: none;
    display: inline-block;
  }
}
.pro-right dd .selected-box .red {
  margin-left: 7px;
}
@media (max-width: 767px) {
  .pro-right dd .selected-box {
    margin: 0 auto;
  }
}
.pro-right dd .size {
  margin: 32px 0 0 0;
}
.pro-right dd span.selected {
  text-transform: uppercase;
}
.pro-right dd .review-box {
  margin-bottom: 10px;
  margin-top: 20px;
}
.pro-right dd .review-box .reviews {
  display: inline-block;
  vertical-align: middle;
}
.pro-right dd .review-box .text-underline {
  margin-left: 10px;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
  color: #000;
}
.pro-right dd .reviews {
  margin: 0 2px;
}
.pro-right dd .details {
  text-transform: uppercase;
  text-decoration: underline;
}
.pro-right dd.info p i {
  color: #cc3300;
}
.pro-right dd .price {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
.pro-right dd .price span {
  font-size: 24px;
  margin: 0 10px;
}
.pro-right dd .price del {
  font-weight: bold;
  font-size: 18px;
}
.pro-right dd .price i {
  font-size: 18px;
  font-style: normal;
  margin-left: 15px;
}
.pro-right dd .price .price-now {
  color: #cc3300;
  margin: 0 10px;
  font-size: 20px;
}
.pro-right dd .price-vip {
  color: #e7cfcf;
  text-transform: uppercase;
  font-size: 12px;
}
.pro-right dd .pro-sign {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
@media (max-width: 767px) {
  .pro-right dd .pro-sign {
    display: none;
  }
}
.pro-right dd .pro-sign a {
  text-transform: uppercase;
  text-decoration: underline;
}
.pro-right dd .total {
  margin: 10px 0 10px 0;
}
@media (max-width: 992px) and (min-width: 768px) {
  .pro-right dd .total {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .pro-right dd .total {
    text-align: center;
  }
}
.pro-right dd .total .same-paragraph {
  margin-bottom: 2%;
  text-align: left;
}
@media (max-width: 767px) {
  .pro-right dd .total .same-paragraph {
    text-align: center;
    margin-bottom: 4%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pro-right dd .total .same-paragraph {
    margin: 10% 0;
  }
}
.pro-right dd .total .same-paragraph label {
  font-size: 14px;
}
.pro-right dd .total .same-paragraph .color-choies li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.5% 1.5% 0;
  position: relative;
}
@media (max-width: 767px) {
  .pro-right dd .total .same-paragraph .color-choies li {
    margin: 0 0.8% 0 0.8%;
  }
}
.pro-right dd .total .same-paragraph .color-choies li.current-color {
  border: 1px solid #e7cfcf;
}
.pro-right dd .total .same-paragraph .color-choies li a {
  display: block;
}
.pro-right dd .total .same-paragraph .color-choies li .on {
  background: url(../images/icons-2.png) no-repeat -43px -1683px;
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.pro-right dd .total .same-paragraph .color-choies li img {
  width: 50px;
}
.pro-right dd .total .choise-size {
  margin-bottom: 2%;
}
.pro-right dd .total .choise-size .size-qty {
  display: block;
  margin-right: 1%;
  display: inline-block;
  vertical-align: middle;
}
.pro-right dd .total .choise-size .p-size {
  display: inline-block;
  vertical-align: middle;
}
.pro-right dd .total .choise-size .p-size .s-input {
  width: 50px;
}
.pro-right dd .total .text {
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}

.add-success {
  font-size: 12px;
  color: #000;
  width: 100%;
  padding-top: 5px;
  text-transform: uppercase;
}
.add-success .fa-check {
  color: #e6cfcf;
  font-size: 14px;
  margin-right: 5px;
}

.phone-product-info {
  display: none;
  text-align: left;
}
.phone-product-info .unstyled {
  font-size: 14px;
  word-break: break-word;
}

.pro-stock {
  padding-bottom: 12px;
  color: #999;
}
.pro-stock a {
  margin-left: 30px;
  color: #999;
  text-decoration: underline;
}

.two-bor {
  border-bottom: 2px solid #000;
  position: relative;
}
.two-bor:before, .two-bor:after {
  content: "";
  display: table;
}
.two-bor:after {
  clear: both;
}
.two-bor p {
  position: absolute;
  top: 35px;
  left: 0;
  width: 90px;
  height: 7px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}
.two-bor b {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-top: -7px;
  border-style: solid dashed dashed dashed;
  border-width: 9px;
  border-color: #000 #fff #fff #fff;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
}
.two-bor li {
  float: left;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
.two-bor li.on, .two-bor .track-con .track-detail .detail-tab li.current, .track-con .track-detail .detail-tab .two-bor li.current, .two-bor .track-con .track-detail .detail-tab li.on, .track-con .track-detail .detail-tab .two-bor li.on {
  color: #000;
  font-weight: bold;
}
.two-bor li.current, .two-bor .detail-tab li.on, .detail-tab .two-bor li.on, .two-bor .track-con .track-detail .detail-tab li.current, .track-con .track-detail .detail-tab .two-bor li.current {
  color: #000;
  font-weight: bold;
}
.two-bor .dt-s1 {
  width: 90px;
  margin: 0 0 -1px 0;
  padding: 0px;
}
.two-bor .dt-s2 {
  width: 150px;
  margin: 0 0 -1px 0;
}

/* product*/
.product-view {
  margin-bottom: 35px;
}
.product-view:before, .product-view:after {
  content: "";
  display: table;
}
.product-view:after {
  clear: both;
}

.product-big-pic-left {
  background: url("../images/scroll_bg.png") no-repeat scroll 0 -50px transparent;
  left: 0px;
  top: 270px;
  cursor: pointer;
}

.product-big-pic-right {
  background: url("../images/scroll_bg.png") no-repeat scroll -21px -50px transparent;
  left: 450px;
  top: 270px;
  cursor: pointer;
}

.product-big-pic-left, .product-big-pic-right {
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 10px;
}

.product-big-pic-left, .product-big-pic-right {
  position: absolute;
}

/* ====================================================================================================
 * Plugin Styles (插件样式)
 * ==================================================================================================== */
.four-partake {
  float: left;
  margin: 10px 0 0 0;
  width: 460px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .four-partake {
    width: 100%;
    text-align: center;
  }
}
.four-partake span {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  margin-bottom: 2px;
  display: block;
  float: left;
}
@media (max-width: 768px) {
  .four-partake span {
    display: inline-block;
    float: none;
  }
}

/* ---------- zoom-1.2.2 Styles ---------- */
.zoomdiv {
  z-index: 999;
  position: absolute;
  margin-left: 20px;
  top: 0px;
  left: 0px;
  width: 500px;
  height: 500px;
  background: url(../images/loading.gif) no-repeat 50% 50% #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .zoomdiv {
    display: none;
  }
}
.zoomdiv img {
  max-width: inherit;
}

/*.handle{ 
	z-index:10; 
	visibility:hidden; 
	position:absolute; 
	cursor:crosshair; 
	top:0px; 
	left:0px; 
	width:50px; 
	height:50px; 
	background:$brand-warning; 
	border:1px solid $brand-warning; 
	opacity: 0.5; 
	-moz-opacity:0.5; 
	-khtml-opacity:0.5; 
	filter:alpha(Opacity=50);
}*/
/* 取景框背景为填充色 */
.handle {
  z-index: 1000;
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 237px;
  height: 237px;
  background: url(../images/zoom_handle_bg.gif) repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .handle {
    display: none;
  }
}

/* Image Center Public Styles 图片居中公共样式 */
.img60,
.img480 {
  display: table-cell;
  *display: block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

.img60 img,
.img480 img {
  vertical-align: middle;
}

.img60 {
  width: 75px;
  height: 100px;
  *font-size: 52px;
}

/*新产品小图*/
.img480 {
  width: 420px;
  height: 560px;
  *font-size: 349px;
}

/*新产品大图*/
.img480 img {
  width: 420px;
  height: 560px;
}

/* Product Page background 产品页 聚合图背景 */
.gallery-tips-item,
.thumbnail
.trigger {
  background: url(../images/sprite_product_page.png) no-repeat 0 -9999px;
}

/* Product Page public styles 产品页 公共样式 */
.product-page-main {
  float: left;
  width: 750px;
}

.product-page-aside {
  float: right;
  width: 190px;
  background: #fafafa;
}

.product-page-main .mod {
  margin-bottom: 10px;
}
.product-page-main .mod .hd {
  height: 28px;
  padding: 0 6px;
  border-bottom: 1px solid #e5e5e5;
}
.product-page-main .mod h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #444;
  text-transform: uppercase;
}
.product-page-main .mod .bd {
  padding: 7px;
}

/* gallery ===== Begin */
#gallery {
  position: relative;
  float: left;
  width: 460px;
  z-index: 5;
}

/* roductPic */
.productpic {
  position: relative;
  width: 422px;
  height: 562px;
  margin: 0 0 15px 20px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

#gallery .loadding {
  background: url(../images/loading.gif) no-repeat 50% 50%;
  position: relative;
}

/* gallery-tips */
.gallery-tips {
  height: 16px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 10px;
}

.gallery-tips-item {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  line-height: 16px;
  padding-left: 18px;
  margin: 0 17px;
}

.gallery-tips-zoom {
  background-position: -196px 0;
}

.gallery-tips-view {
  background-position: -192px -22px;
}

/* thumbnail */
.thumbnail {
  height: 104px;
  clear: both;
  position: relative;
  width: 460px;
}
.thumbnail .trigger {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 19px;
  height: 100px;
  text-indent: -9999em;
}
.thumbnail .prev {
  float: left;
  margin: 0 5px 0 0;
  background-position: 0 0;
}
.thumbnail .prev-hover {
  background-position: -19px 0;
}
.thumbnail .prev-disabled {
  cursor: default;
  background-position: -38px 0;
}
.thumbnail .next {
  float: right;
  background-position: -57px 0;
}
.thumbnail .next-hover {
  background-position: -76px 0;
}
.thumbnail .next-disabled {
  cursor: default;
  background-position: -95px 0;
}

.thumbnail-slide {
  float: left;
  height: 104px;
  visibility: visible;
  overflow: hidden;
  position: relative;
  z-index: 2;
  left: 0px;
  width: 415px;
}
.thumbnail-slide .list-item {
  display: inline;
  float: left;
  cursor: pointer;
  width: 75px;
  height: 100px;
  margin: 0 2px;
  padding: 1px;
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.thumbnail-slide .list-item img {
  width: 75px;
  height: 100px;
}
.thumbnail-slide .hover {
  padding: 1px;
  border: 1px solid #cc3300;
}
.thumbnail-slide .selected {
  padding: 0px;
  border: 2px solid #cc3300;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.thumbnail-slist {
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style-type: none;
  z-index: 1;
  width: 664px;
  left: 0px;
}

/* first thumbnail */
.firstthumbnail {
  background: url(../images/scroll_bg.png) no-repeat 0 -9999px;
}
.firstthumbnail .firsttrigger {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 10px;
  height: 100px;
  text-indent: -9999em;
}
.firstthumbnail .firstprev {
  float: left;
  margin: 0 7px;
  background-position: 0 0;
}
.firstthumbnail .firstprev-hover {
  background-position: -19px 0;
}
.firstthumbnail .firstprev-disabled {
  cursor: default;
  background-position: -38px 0;
}
.firstthumbnail .firstnext {
  float: right;
  margin-right: 7px;
  background-position: -57px 0;
}
.firstthumbnail .firstnext-hover {
  background-position: -76px 0;
}
.firstthumbnail .firstnext-disabled {
  cursor: default;
  background-position: -95px 0;
}

/* gallery ===== End */
.product-view .pro-left .productpic .myImages-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.product-view .pro-left .productpic .click-enlarge {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 5;
}

/* -------------------------- user table -------------------------*/
.user-table {
  margin: 20px 0;
  width: 100%;
}
.user-table td {
  border: 1px solid #e5e5e5;
  padding: 5px;
  text-align: center;
}
.user-table td div {
  text-align: left;
}
.user-table td .btn26 {
  width: 95px;
  margin: 5px 0;
  height: 26px;
  line-height: 26px;
}
.user-table td .JS_shows_btn1 {
  position: relative;
}
.user-table td .share-box {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 10;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.user-table td .share-box a {
  background: url(../images/showdiv_bg.jpg) no-repeat;
  display: block;
  text-transform: uppercase;
  padding-left: 25px;
  margin-bottom: 2px;
}
.user-table td .share-box .a1 {
  background-position: 0 -19px;
}
.user-table td .share-box .a2 {
  background-position: 0 -42px;
}
.user-table td .share-box .a3 {
  background-position: 0 -65px;
}
.user-table td .left {
  float: left;
  width: 35%;
}
.user-table td .left img {
  width: 55px;
}
.user-table td .right {
  float: left;
  width: 60%;
  margin-left: 5px;
}
.user-table td .right .name {
  display: block;
  max-height: 33px;
  overflow: hidden;
  margin-bottom: 10px;
}
.user-table th {
  border: 1px solid #e5e5e5;
  padding: 5px;
  text-align: center;
  padding: 10px 5px;
  background-color: #fafafa;
  font-size: 14px;
  font-weight: bold;
}
.user-table .td {
  padding: 0;
}
.user-table .td.b {
  font-weight: bold;
}
.user-table .table1 {
  margin: -1px;
}
.user-table .table1 th {
  background: none;
}

.w-p30 {
  padding: 30px;
  width: 780px;
  margin-left: -420px;
}
.w-p30 h2 {
  font-size: 24px;
  line-height: 36px;
  color: #666;
  font-weight: normal;
  margin-bottom: 25px;
}
.w-p30 h3 {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  font-weight: normal;
  padding: 15px 0;
}
.w-p30 .bd {
  max-height: 560px;
  overflow: auto;
}

/* size_table */
.size-table {
  margin: 0 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.size-table th {
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}
.size-table td {
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.size-table .right {
  width: 500px;
  padding: 0 15px;
}
.size-table .right p {
  color: #fafafa;
  line-height: 22px;
  margin-bottom: 8px;
}

.size-mesurements .right {
  width: 600px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .size-mesurements .right {
    width: 270px;
  }
}

/* buyshow-box */
.buyshow-box {
  margin: 0 0 25px 0;
}
.buyshow-box:before, .buyshow-box:after {
  content: "";
  display: table;
}
.buyshow-box:after {
  clear: both;
}
.buyshow-box .dingbu li {
  width: 150px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #999;
  font-size: 18px;
  cursor: pointer;
  float: left;
  z-index: 100;
}
.buyshow-box .dingbu li.current, .buyshow-box .dingbu .detail-tab li.on, .detail-tab .buyshow-box .dingbu li.on, .buyshow-box .dingbu .track-con .track-detail .detail-tab li.current, .track-con .track-detail .detail-tab .buyshow-box .dingbu li.current {
  color: #000;
  font-weight: bold;
}
.buyshow-box .prev1 {
  top: 145px;
}
.buyshow-box .next1 {
  top: 145px;
}
.buyshow-box .dingbu p {
  position: absolute;
  top: 31px;
  width: 150px;
  height: 7px;
  overflow: hidden;
  text-align: center;
}
.buyshow-box .dingbu b {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid dashed dashed dashed;
  border-width: 9px;
  border-color: #000 #fff #fff #fff;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
}

.product-carousel {
  margin-top: 20px;
}
.product-carousel ul {
  width: 100%;
}
.product-carousel li {
  width: 22.5%;
  float: left;
  margin: 0 3.333333333% 2% 0;
}
.product-carousel li:nth-child(4n) {
  margin: 0 0 2% 0;
}

.view1 {
  width: 132px;
  height: 23px;
  background-color: #202020;
  color: #white;
  line-height: 23px;
  cursor: pointer;
  display: inline-block;
  float: right;
}
.view1 p {
  text-align: center;
}

/* pro-lookwith */
.pro-lookwith {
  margin: 20px 0 0 0;
  font-size: 14px;
}
.pro-lookwith ul {
  overflow: hidden;
  margin-top: 15px;
  margin: 0 6.2% 50px;
}
.pro-lookwith ul li {
  display: block;
  float: left;
}
.pro-lookwith h2 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  color: #999;
}
.pro-lookwith .left {
  float: left;
  width: 36%;
  text-align: center;
}
.pro-lookwith .product-carousel li {
  height: 515px;
}
.pro-lookwith .prev1 {
  top: 210px;
}
.pro-lookwith .next1 {
  top: 210px;
}
.pro-lookwith .right {
  float: right;
  width: 63.8%;
  max-width: 654px;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
.pro-lookwith .right li {
  margin: 20px 20px 15px;
  width: 93.8%;
  height: 500px;
}

.fashion-code {
  float: left;
  width: 25%;
  margin: 0 0 2% 8.33333%;
}
.fashion-code img {
  margin-bottom: 3px;
  border: 1px solid #e5e5e5;
}
.fashion-code .price {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1em;
  height: 1em;
  margin-top: 5px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .fashion-code .price {
    line-height: 2em;
    height: 2em;
  }
}
.fashion-code .price del {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}
.fashion-code .price b {
  color: #cc3300;
  font-size: 14px;
}

/* video-client */
.video-client {
  background-color: #000;
  padding: 12px;
  overflow: hidden;
  margin-top: 20px;
}
.video-client .img-big {
  width: 55%;
  padding: 0 12px 0 0;
  border-right: 1px solid #202020;
}
.video-client .right {
  width: 40%;
  font-size: 14px;
}
.video-client .right li {
  background-color: #444;
  margin-bottom: 6px;
  padding: 8px;
  cursor: pointer;
  overflow: hidden;
}
.video-client .right li .img {
  float: left;
  width: 40%;
}
.video-client .right li .con {
  float: right;
  width: 55%;
}
.video-client .right li .con .tit {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  max-height: 58px;
  overflow: hidden;
}
.video-client .right li .con .name {
  color: #666;
}
.video-client .right li.current-v {
  background-color: #202020;
}
.video-client .right .less {
  background-color: #000;
  margin: 20px 0;
  padding: 0;
  cursor: auto;
}
.video-client .right .less a {
  color: #c3325f;
  text-decoration: underline;
  line-height: 18px;
}
.video-client .right .less a span {
  display: block;
}

/* look-box */
.look-pro {
  overflow: hidden;
  position: relative;
  font-size: 14px;
}
.look-pro .scrollableDiv1 {
  position: relative;
  overflow: hidden;
  width: 2000em;
}
.look-pro li {
  width: 130px;
  margin: 0 10px 0 30px;
  float: left;
  position: relative;
}
.look-pro li input {
  display: inline-block;
}
.look-pro li img {
  border: 1px solid #fafafa;
  margin-top: 5px;
}
.look-pro li .name {
  display: block;
  margin: 5px 0 20px;
  color: #444;
  height: 2.4em;
  line-height: 1.2em;
  overflow: hidden;
}
.look-pro li .price {
  font-size: 14px;
  margin-bottom: 15px;
}
.look-pro li .price del {
  color: #999;
}
.look-pro li .price .red {
  color: #000;
}
.look-pro li .outstock {
  bottom: 202px;
}
.look-pro li .select {
  margin-bottom: 10px;
  font-size: 12px;
}
.look-pro li .select select {
  width: 95px;
  height: 20px;
  line-height: 20px;
}
.look-pro li .select .text {
  width: 95px;
  height: 20px;
  line-height: 20px;
}
.look-pro .a-underline {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  margin-left: 15px;
  text-transform: uppercase;
}
.look-pro .form3 {
  padding-top: 10px;
}
.look-pro .error {
  color: #d9534f;
}
.look-pro .add-bag {
  text-align: center;
}

/* other-customers */
.other-customers {
  margin: 0 0 25px 0;
}
.other-customers:before, .other-customers:after {
  content: "";
  display: table;
}
.other-customers:after {
  clear: both;
}
.other-customers .bt-view {
  height: 24px;
  color: #000;
  line-height: 24px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  float: right;
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  margin: 0 6.2%;
}

.w-tit {
  border-bottom: 1px solid #999;
  margin-bottom: 21px;
  text-align: center;
}
.w-tit h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  background-color: #fff;
  position: relative;
  top: 22px;
}
@media (max-width: 767px) {
  .w-tit h2 {
    font-size: 18px;
    top: 18px;
  }
}
.w-tit h2 a span {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
}
.w-tit h2 a span b {
  font-weight: bold;
  font-size: 20px;
}

/* emarsys code */
.box-dibu1 {
  width: 100%;
  overflow: hidden;
}

.hide-box1-0,
.hide-box1-1,
.hide-box1-2,
.hide-box1-3 {
  overflow: hidden;
  padding-top: 20px;
}
.hide-box1-0 li,
.hide-box1-1 li,
.hide-box1-2 li,
.hide-box1-3 li {
  float: left;
  margin-right: 2.077777777%;
  width: 12.5%;
}
.hide-box1-0 li:nth-child(7),
.hide-box1-1 li:nth-child(7),
.hide-box1-2 li:nth-child(7),
.hide-box1-3 li:nth-child(7) {
  float: left;
  margin-right: 0px;
  width: 12.5%;
}
.hide-box1-0 li img,
.hide-box1-1 li img,
.hide-box1-2 li img,
.hide-box1-3 li img {
  border: 1px solid #fafafa;
}
.hide-box1-0 li p,
.hide-box1-1 li p,
.hide-box1-2 li p,
.hide-box1-3 li p {
  text-align: center;
  padding-top: 10px;
}
.hide-box1-0 li p b,
.hide-box1-1 li p b,
.hide-box1-2 li p b,
.hide-box1-3 li p b {
  color: #202020;
  font-size: 14px;
  text-align: center;
}

.hide-box-0,
.hide-box-1,
.hide-box-2,
.hide-box-3 {
  overflow: hidden;
  padding-top: 20px;
}
.hide-box-0 li,
.hide-box-1 li,
.hide-box-2 li,
.hide-box-3 li {
  float: left;
  margin-right: 2.077777777%;
  width: 12.5%;
}
.hide-box-0 li:nth-child(7),
.hide-box-1 li:nth-child(7),
.hide-box-2 li:nth-child(7),
.hide-box-3 li:nth-child(7) {
  float: left;
  margin-right: 0px;
  width: 12.5%;
}
.hide-box-0 li img,
.hide-box-1 li img,
.hide-box-2 li img,
.hide-box-3 li img {
  border: 1px solid #fafafa;
}
.hide-box-0 li p,
.hide-box-1 li p,
.hide-box-2 li p,
.hide-box-3 li p {
  text-align: center;
  padding-top: 10px;
}
.hide-box-0 li p b,
.hide-box-1 li p b,
.hide-box-2 li p b,
.hide-box-3 li p b {
  color: #202020;
  font-size: 14px;
  text-align: center;
}

.box-current {
  width: 100%;
  height: 30px;
  text-align: center;
}
.box-current ul {
  text-align: center;
}
.box-current ul li {
  margin-left: 15px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: none repeat scroll 0 0 #e5e5e5;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.box-current ul li.on, .box-current ul .track-con .track-detail .detail-tab li.current, .track-con .track-detail .detail-tab .box-current ul li.current, .box-current ul .track-con .track-detail .detail-tab li.on, .track-con .track-detail .detail-tab .box-current ul li.on {
  background-color: #202020;
}

/* similar styles, recently reviewed */
.box-title {
  height: 45px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.box-title ul {
  width: 100%;
  border-bottom: 2px solid #000;
  position: relative;
}
.box-title ul li {
  width: 20%;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #999;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.box-title ul li.current, .box-title ul .detail-tab li.on, .detail-tab .box-title ul li.on, .box-title ul .track-con .track-detail .detail-tab li.current, .track-con .track-detail .detail-tab .box-title ul li.current {
  color: #000;
  font-weight: bold;
}
.box-title p {
  position: absolute;
  top: 34px;
  left: 0;
  width: 20%;
  height: 8px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}
.box-title p b {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-style: solid dashed dashed dashed;
  border-width: 7px;
  border-color: #000 #fff #fff #fff;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
}

/* flash sale new in top sellers recently reviewnd*/
.four-lay {
  margin: 0 0 25px 0;
}
.four-lay:before, .four-lay:after {
  content: "";
  display: table;
}
.four-lay:after {
  clear: both;
}

/* CUSTOMER'S Reviews  */
.cus-rev-bg {
  margin: 20px 0;
  padding: 10px 0;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
}

.customer-reviews {
  font-size: 14px;
  margin: 0 0 25px 0;
}

.rating {
  margin-top: 10px;
}
.rating .s1 {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: 30px;
}
.rating .rating-show {
  margin: 0 8px;
}

.rating-note {
  margin-bottom: 20px;
  clear: both;
}

.view-num span {
  margin-left: 2.916666666%;
}

.reviews-box .bgg {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
.reviews-box .bgg:before, .reviews-box .bgg:after {
  content: "";
  display: table;
}
.reviews-box .bgg:after {
  clear: both;
}
.reviews-box .left {
  border-right: 1px solid #e5e5e5;
}
.reviews-box .left dl dd {
  margin-bottom: 8px;
  color: #cc3300;
}
.reviews-box .left dl dd span {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
.reviews-box li {
  margin-bottom: 20px;
}
.reviews-box .right .rating1 .s1 {
  font-weight: bold;
  margin-right: 20px;
}

.reviews-boxcon {
  margin-top: 20px;
}
.reviews-boxcon .date {
  float: right;
  margin-right: 20px;
}

.product-reviews .bottom {
  margin: -10px 10px 35px 0;
}
.product-reviews .num {
  margin-right: 170px;
  color: #999;
}

/* rating */
.outbt {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DEDEDE;
  display: inline-block;
  height: 7px;
  width: 100px;
  margin-left: 10px;
}

.inbt {
  display: block;
  height: 7px;
}

/* product-phone */
@media (max-width: 991px) {
  .pc-review {
    display: none;
  }

  .phone-review {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .pc-review {
    display: inline-block;
  }

  .phone-review {
    display: none;
  }
}
.buyers-show {
  display: none;
}

#phoneProductPic .flex-viewport ul.slides li {
  text-align: center;
}

.flash-sale {
  margin: 0 0 25px 0;
}
.flash-sale .row {
  margin-left: -1.66666666%;
  margin-right: -1.66666666%;
}
.flash-sale .row li {
  padding-left: 1.6%;
  padding-right: 1.6%;
  padding-bottom: 5px;
  margin-bottom: 3%;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .flash-sale .row li .btn-qv, .flash-sale .row li .add-bag-hide, .flash-sale .row li .add-bag {
    display: none;
  }
}
@media (min-width: 992px) {
  .flash-sale .row li.col-xs-6 {
    width: 14.73%;
  }
}
@media (max-width: 996px) and (min-width: 768px) {
  .flash-sale .row li.col-xs-6 {
    width: 31.1111111111%;
  }
}
.flash-sale .row li .title {
  margin: 5px 0 0 0;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
}
.flash-sale .row li .price {
  margin: 5px 0 0 0;
  color: #000;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.flash-sale .row li .price del {
  font-size: 14px;
  color: #666;
  margin-left: 10px;
}
.flash-sale .row li .price b {
  color: #cc3300;
  font-size: 14px;
}
.flash-sale .row li .add-bag-hide {
  height: 26px;
}
.flash-sale .row li .add-bag {
  margin: 5px 0 0 0;
  text-align: center;
  display: none;
}
.flash-sale .row li .btn-qv {
  display: none;
  position: absolute;
  bottom: 93px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 26px;
  line-height: 26px;
  background: #e5e5e5;
  border: 1px solid #fafafa;
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
  cursor: pointer;
}
.flash-sale .row li:hover {
  box-shadow: 0px 0px 5px rgba(150, 150, 150, 0.8);
}
@media (max-width: 1024px) {
  .flash-sale .row li:hover .btn-qv, .flash-sale .row li:hover .add-bag-hide, .flash-sale .row li:hover .add-bag {
    display: none;
  }
}
@media (min-width: 1025px) {
  .flash-sale .row li:hover .add-bag, .flash-sale .row li:hover .btn-qv {
    display: block;
  }
  .flash-sale .row li:hover .add-bag-hide {
    display: none;
  }
}

/* ---------- order bottom ---------- */
.order-btns-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  width: 100%;
}
.order-btns-fixed .order-bg {
  position: relative;
  height: 50px;
  background-color: #000;
  border-top: 1px solid #000;
  border-width: 1px 0 0 0;
  box-shadow: 0 0 6px #000;
  opacity: 0.7;
  display: block;
}
@media (max-width: 767px) {
  .order-btns-fixed .order-bg {
    height: 60px;
  }
}
.order-btns-fixed .mybag {
  display: inline-block;
}

.order-btns-fixed-box {
  margin: 0 auto;
  position: absolute;
  top: 0px;
}
.order-btns-fixed-box .order-l-text {
  text-align: right;
  position: relative;
  top: 5px;
}
@media (max-width: 767px) {
  .order-btns-fixed-box .order-l-text {
    text-align: center;
  }
}
.order-btns-fixed-box .order-l-text b {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
}
.order-btns-fixed-box .order-l-text p {
  margin-bottom: 0px;
  color: #fff;
}
.order-btns-fixed-box .order-r-btn {
  position: relative;
  top: 10px;
}
@media (max-width: 767px) {
  .order-btns-fixed-box .order-r-btn {
    text-align: center;
    top: -10px;
  }
}
.order-btns-fixed-box .order-r-btn .form-control {
  width: 230px;
}
@media (max-width: 767px) {
  .order-btns-fixed-box .order-r-btn .form-control {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    width: 130px;
  }
}
.order-btns-fixed-box .order-r-btn .fa {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .order-btns-fixed-box .order-r-btn .fa {
    line-height: 22px;
  }
}
.order-btns-fixed-box .order-r-btn .btn-subscribe {
  background: #e7141a;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .order-btns-fixed-box .order-r-btn .btn-subscribe {
    height: 22px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .buyshow-box,
  .other-customers,
  .four-lay,
  .pc-size,
  .phone-product-pic,
  .product-view .pro-left,
  .pro-right .review-box {
    display: none;
  }

  .buyers-show,
  .phone-size,
  .product-view .flexslider {
    display: block;
  }

  .pro-right {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 23px;
  }
  .pro-right .price-box {
    float: none;
  }
}
@media (min-width: 768px) {
  .pc-size {
    display: block;
  }

  .phone-size,
  .product-view .flexslider {
    display: none;
  }
}
@media (min-width: 1024px) {
  .pc-size-choies {
    display: block;
  }

  .pad-size-choies {
    display: none;
  }

  .phone-size-choies {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc-size-choies {
    display: none;
  }

  .pad-size-choies {
    display: block;
  }

  .phone-size-choies {
    display: none;
  }
}
@media (max-width: 768px) {
  .pad-size-choies {
    display: none;
  }

  .phone-size-choies {
    display: block;
  }
}
@media (max-width: 992px) {
  .product-view .pro-right .free,
  .product-view .detail-tab,
  .product-view .detail-tabcon,
  .product-view .pc-size-choies {
    display: none;
  }
  .product-view .phone-product-info {
    display: block;
  }
  .product-view #action_form .size-list li {
    overflow: hidden;
  }

  .customer-reviews {
    display: none;
  }
}
#action_form .wishlist {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  border: 1px solid #ccc;
  background: #f7f7f7 linear-gradient(to bottom, #fff, #f0f0f0) repeat scroll 0 0;
  text-shadow: 0 1px #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 991px) and (min-width: 768px) {
  #action_form .wishlist {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #action_form .wishlist {
    margin-top: 1%;
    background: none;
    text-shadow: none;
    height: visible;
    border: none;
    padding: 0;
    display: block;
  }
  #action_form .wishlist #wishlists {
    background-color: #e7e7e7;
    border-radius: 10px;
    color: #777;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    margin-left: 5px;
  }
}
#action_form .wishlist .fa {
  border-radius: 16px;
  padding: 5px;
  font-size: 14px;
}
#action_form .wishlist .fa-heart-o {
  border: 1px solid #999;
  color: #999;
}
#action_form .wishlist .fa-heart {
  border: 1px solid #000;
  color: #000;
}
#action_form .wishlist:hover {
  text-decoration: none;
}

.color-empty {
  background-color: #eee;
  z-index: 5;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 67px;
  text-align: center;
}
.color-empty span {
  color: #666;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
}

.tags {
  float: left;
  margin: 10px 0 30px 0;
  width: 460px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .tags {
    width: 100%;
  }
}
.tags .img-tag {
  width: 7%;
  min-width: 29px;
}
.tags .tags-detail {
  width: 90%;
}
@media (max-width: 767px) {
  .tags .tags-detail {
    text-align: left !important;
  }
}
.tags .tags-detail h4 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: normal;
}
.tags .tags-detail a {
  line-height: 25px;
}

.sale-adv {
  margin-top: 10px;
}

.pro-right .price-box p .price {
  color: #E64545;
  padding-right: 10px;
  font-size: 22px;
}
.pro-right .price-box p .price-old {
  color: #000;
  padding-right: 10px;
  font-size: 16px;
}
.pro-right .price-box p .sale-num {
  color: #E64545;
  font-size: 22px;
}

#personal-recs .hide-box1-0 ul .rec-item {
  width: 20%;
  margin-right: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #personal-recs .hide-box1-0 ul .rec-item {
    width: 33.3%;
    margin-bottom: 20px;
  }
}
#personal-recs .hide-box1-0 ul .rec-item .arr-name {
  overflow: hidden;
  height: 2.8em;
  line-height: 2.8em;
  color: #707070;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  font-size: 16px;
}
@media (max-width: 767px) {
  #personal-recs .hide-box1-0 ul .rec-item .arr-name {
    height: 2em;
    line-height: 2em;
  }
}
#personal-recs .hide-box1-0 ul .rec-item p {
  height: 1em;
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
  padding-top: 0;
}
#personal-recs .hide-box1-0 ul .rec-item p .price {
  color: #E64545;
  padding-right: 10px;
}
@media (max-width: 767px) {
  #personal-recs .hide-box1-0 ul .rec-item p .price {
    font-size: 0.8em;
  }
}
#personal-recs .hide-box1-0 ul .rec-item p .price-old {
  color: #666666;
  padding-right: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #personal-recs .hide-box1-0 ul .rec-item p .price-old {
    font-size: 0.6em;
  }
}
#personal-recs .hide-box1-0 ul .rec-item p .sale-num {
  background-color: #E64545;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
}
@media (max-width: 767px) {
  #personal-recs .hide-box1-0 ul .rec-item p .sale-num {
    width: 95%;
    text-align: center;
    font-size: 0.8em;
    height: 20px;
    line-height: 20px;
  }
}

.btn-bnow {
  display: block;
  margin: auto;
  margin-top: 10px;
  width: 159.14px;
}

.cart {
  margin: 30px 0;
  position: relative;
}
.cart strong {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.cart .cart-accept {
  margin-bottom: 20px;
  font-size: 14px;
}
.cart .cart-accept span.show img {
  margin-left: 10px;
}

.shopping-bag {
  margin-bottom: 20px;
  font-size: 14px;
}

.shopping-table th,
.shopping-table td {
  text-align: left;
}

.shopping-table {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.shopping-table .stock {
  background-color: #e5e5e5;
}
.shopping-table th {
  height: 35px;
  line-height: 35px;
  background-color: #fafafa;
  border-bottom: 1px solid #999;
  font-weight: bold;
  background: none;
}
.shopping-table th.first {
  text-align: left;
  padding-left: 10px;
}
.shopping-table td {
  padding: 20px 0px;
  text-align: left;
  border-bottom: 1px solid #fafafa;
  vertical-align: top;
}
.shopping-table td .clearfix .left {
  float: left;
  width: 22%;
}
.shopping-table td .clearfix .left a {
  margin-left: 10%;
}
.shopping-table td .clearfix .right {
  float: right;
  width: 73%;
}
.shopping-table td .clearfix .right .name {
  display: block;
  margin: 5px 0;
  color: #000;
}
.shopping-table td .clearfix .right .item {
  color: #999;
}
.shopping-table td .clearfix .right .delete .a-underline {
  font-style: italic;
}
.shopping-table td .clearfix .right .delete .green {
  color: #51B148;
}
.shopping-table td .clearfix .right .v-line {
  float: left;
  margin: 3px 10px;
  color: #999;
}
.shopping-table td p.bottom {
  margin-top: 15px;
}
.shopping-table td .cart-option li {
  margin-bottom: 10px;
}
.shopping-table td .cart-option li .btn {
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.shopping-table td .cart-option li .change_cancel {
  background-color: #e5e5e5;
}
.shopping-table td .cart-option li label {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin-right: 3px;
  text-align: left;
  margin-bottom: 0px;
}
.shopping-table td .cart-option li select {
  width: 40%;
  height: 20px;
  line-height: 20px;
}
.shopping-table td .cart-option li .text {
  width: 40%;
  height: 20px;
  line-height: 20px;
}
.shopping-table td.offers {
  padding-left: 15px;
  text-align: left;
  font-size: 14px;
}
.shopping-table td .cart-size {
  display: inline-block;
  vertical-align: middle;
}
.shopping-table .share a.a1 {
  background: url("../images/themes-new.png") no-repeat scroll 0 -331px rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin: 0 0 0 5px;
  width: 20px;
}
.shopping-table .share a.a2 {
  background: url("../images/themes-new.png") no-repeat scroll 0 -331px rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin: 0 0 0 5px;
  width: 20px;
  background-position: -23px -331px;
}

.shopping-total {
  text-align: right;
  position: relative;
}
.shopping-total li.first {
  position: absolute;
  top: 116px;
  left: 22px;
  text-align: left;
  font-style: italic;
  width: 50%;
}
.shopping-total li.first a {
  color: #666;
}

.shopping-total li label {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-right: 10px;
}
.shopping-total li span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 150px;
}
.shopping-total li.bottom {
  background-color: #fafafa;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .shopping-total li.bottom .btn {
    width: 100%;
  }
}
.shopping-total li.b1 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 142px;
}
.shopping-total li.b1 p {
  background-color: #f5eae6;
  padding: 5px 18px;
  border: 1px solid #e7cfcf;
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -3px;
  right: 8px;
}
.shopping-total li.b1 p span {
  color: #cc3300;
  width: auto;
}
.shopping-total li.b1 p b {
  background: url(../images/cart-icon.jpg) no-repeat;
  position: absolute;
  right: -8px;
  top: 6px;
  width: 8px;
  height: 13px;
}
.shopping-total li.last {
  padding: 0 20px 15px;
}
.shopping-total li.c1 strong {
  font-size: 14px;
}
.shopping-total .cart-phone-tip {
  clear: both;
  text-align: center;
}
.shopping-total .cart-phone-tip span {
  width: auto;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shopping-total li.b1 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    float: right;
    width: 73%;
    padding-left: 0;
  }
  .shopping-total li.c1 {
    float: right;
    width: 73%;
  }
  .shopping-total li.bottom {
    background-color: #fff;
    padding: 0;
  }
}
.cartbag-bottom {
  margin: 30px 0;
  border: 1px solid #e5e5e5;
  padding: 15px 4.5%;
  text-align: center;
}
.cartbag-bottom a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3%;
  background: url(../images/themes-new.png) no-repeat;
  padding: 15px 0;
  font-size: 14px;
  color: #666;
}
.cartbag-bottom .s1 {
  background-position: -279px -502px;
  padding-left: 4.5%;
}
.cartbag-bottom .s2 {
  background-position: -255px -565px;
  padding-left: 7%;
}
.cartbag-bottom .s3 {
  background-position: -273px -628px;
  padding-left: 5%;
}

.saved-items {
  margin-bottom: 20px;
  font-size: 14px;
}
.saved-items .title {
  margin-bottom: 15px;
}
.saved-items .title strong {
  font-size: 18px;
  font-weight: bold;
}
.saved-items .delete-invalid-items {
  margin-bottom: 20px;
  font-size: 14px;
}
.saved-items .delete-invalid-items a {
  color: #202020;
}

/* cart_empty */
.cart-empty {
  background: url(../images/cart_empty_bg.png) no-repeat;
  padding: 2% 0 2% 100px;
  margin: 5% 15% 6%;
}
.cart-empty p {
  font-size: 18px;
  margin-bottom: 1.2em;
}
.cart-empty p .a-underline {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #202020;
  text-decoration: underline;
}

/* phone screen adaptation */
@media (min-width: 768px) {
  .cart-accept-phone {
    display: none;
  }

  .phone-tb {
    display: none;
  }

  .phone-t {
    margin-left: 25%;
  }
}
@media (max-width: 767px) {
  .cart-empty {
    background: none;
    padding: 0%;
    margin: 5% 5%;
  }

  .cart-accept {
    display: none;
  }

  .shopping-total {
    text-align: left;
  }
  .shopping-total li.first {
    display: none;
  }

  .other-customers {
    display: block;
  }

  .cartbag-bottom {
    display: none;
  }

  .pc-tb {
    display: none;
  }

  .phone-t {
    margin-left: 0;
  }
}
.cart .sale-adv {
  margin-bottom: 20px;
}
.cart .sale-adv a {
  margin-right: 10px;
}

.shopping-bag .red {
  color: #E64545;
}

.cart .btn-primary {
  background: #000;
  border-color: #000;
}

.sale-dis a {
  display: block;
  margin-bottom: 20px;
  font-size: 2em;
}
.sale-dis a:hover {
  text-decoration: none;
}
.sale-dis a img {
  display: inline-block;
  margin-right: 20px;
}
.sale-dis a p {
  display: inline-block;
  color: #E64545;
}

.lookbook-list {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.lookbook-list .row {
  margin: 0px;
}

.lookbook-box {
  position: relative;
}
.lookbook-box .lookbook-ul li.lookbook-item {
  margin-right: 3.33334% !important;
  width: 22.5%;
  margin-top: 1.5%;
  padding: 0px;
}
.lookbook-box .lookbook-ul li.lookbook-item:nth-child(4n) {
  margin-right: 0px !important;
}
@media (max-width: 767px) {
  .lookbook-box .lookbook-ul li.lookbook-item {
    width: 45%;
    margin-right: 10% !important;
  }
}

.outfit {
  position: relative;
  background: #fafafa;
}
.outfit:hover {
  box-shadow: 0px 0px 5px rgba(227, 227, 227, 0.8);
}
.outfit .viewport {
  overflow: hidden;
  height: 357px;
}
.outfit .viewport .products {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: max-height 300ms cubic-bezier(0.15, 0.07, 0.51, 0);
  -moz-transition: max-height 300ms cubic-bezier(0.15, 0.07, 0.51, 0);
  -o-transition: max-height 300ms cubic-bezier(0.15, 0.07, 0.51, 0);
  transition: max-height 300ms cubic-bezier(0.15, 0.07, 0.51, 0);
  max-height: 0;
}
.outfit .viewport .products.expanded {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  max-height: 130px;
}
.outfit .viewport .products ul.product-list {
  margin: 0;
}
.outfit .viewport .products ul.product-list li.product {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 0 0;
}
.outfit .viewport .products ul.product-list li.product a {
  display: block;
}
.outfit .viewport .products ul.product-list li.product a img {
  max-width: 67px;
}
.outfit a.gallery-overlay-trigger {
  display: block;
  position: relative;
  text-align: center;
}
.outfit a.gallery-overlay-trigger .outfit-image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.outfit .meta-bar {
  padding: 5px 10px;
  overflow: hidden;
}
.outfit .meta-bar .meta-pro-name {
  line-height: 18px;
  text-align: center;
  height: 36px;
  overflow: hidden;
  color: #666;
}
.outfit .meta-bar .meta-pro-botton {
  margin-top: 10px;
}

.meta-sns,
.meta-review,
.meta-heart,
.meta-sns:hover,
.meta-review:hover,
.meta-heart:hover,
.meta-heart-on,
.meta-sns1,
.meta-sns2,
.meta-sns3,
.meta-sns4,
.meta-sns1:hover,
.meta-sns2:hover,
.meta-sns3:hover,
.meta-sns4:hover {
  background: url(../images/lookbook-icon.png) no-repeat;
  display: block;
}

.met-pc {
  width: 20px;
  height: 20px;
  float: left;
}

.meta-sns {
  background-position: -115px 0;
}

.meta-review {
  background-position: -142px 0;
}

.meta-heart {
  background-position: -167px 0;
}

.meta-heart-on {
  background-position: -167px -22px;
}

.meta-sns:hover {
  background-position: -115px -22px;
}

.meta-review:hover {
  background-position: -142px -22px;
}

.meta-heart:hover {
  background-position: -167px -22px;
}

.meta-sns1 {
  background-position: 0 0;
}

.meta-sns2 {
  background-position: -21px 0;
}

.meta-sns3 {
  background-position: -43px 0;
}

.meta-sns4 {
  background-position: -86px 0;
}

.meta-sns1:hover {
  background-position: 0px -22px;
}

.meta-sns2:hover {
  background-position: -21px -22px;
}

.meta-sns3:hover {
  background-position: -43px -22px;
}

.meta-sns4:hover {
  background-position: -86px -22px;
}

.meta-sns-list {
  position: relative;
  top: -27px;
  left: -8px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #e5e5e5;
  cursor: text;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
  text-align: center;
  width: 68px;
}
.meta-sns-list a {
  margin: 2px 0 0 2px;
}
.meta-sns-list .sc-b {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #e5e5e5 #fafafa #fafafa #fafafa;
  bottom: -8px;
  left: 8px;
}

.loves-count {
  font-size: 14px;
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #999;
  cursor: text;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin-left: 5px;
  text-align: center;
  width: 35px;
}
.loves-count:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  right: 100%;
  border-color: rgba(255, 255, 255, 0);
  border-width: 4px;
  top: 50%;
  border-right-color: #e5e5e5;
  margin-top: -4px;
}

.lookbook-details .row {
  background-color: #fafafa;
}
.lookbook-details .container .row {
  padding: 20px;
}
.lookbook-details .con h4 {
  font-size: 18px;
  color: #444;
}
.lookbook-details .con h2 {
  font-size: 36px;
  color: #000;
}
.lookbook-details .con .lookbook-share:before, .lookbook-details .con .lookbook-share:after {
  content: "";
  display: table;
}
.lookbook-details .con .lookbook-share:after {
  clear: both;
}
.lookbook-details .con .lookbook-share span {
  display: block;
  float: left;
  line-height: 32px;
  margin-right: 10px;
}
.lookbook-details .flexslider .col-sm-3 {
  padding: 2px;
}

.reviews-sign {
  font-size: 14px;
}
.reviews-sign .text {
  width: 80%;
}
.reviews-sign h3 {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 15px;
}
.reviews-sign .con li {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.reviews-sign .con li .time {
  color: #666;
}
.reviews-sign .con li p {
  margin-top: 5px;
}

/* phone screen adaptation */
@media (max-width: 767px) {
  .lookbook-ul li.lookbook-item:nth-child(2n) {
    margin-right: 0px !important;
  }
}
@media (max-width: 1030px) {
  .lookbook-ul .products,
  .lookbook-ul .meta-pro-botton {
    display: none;
  }

  .outfit .viewport {
    height: auto;
  }
}
@media (max-width: 779px) {
  .lookbook-details .pc-btn {
    display: none;
  }

  .lookbook-details .phone-btn {
    display: block;
  }
}
@media (min-width: 780px) {
  .lookbook-details .pc-btn {
    display: block;
  }

  .lookbook-details .phone-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-btn {
    display: none;
  }

  .phone-btn {
    display: block;
  }
}
@media (min-width: 768px) {
  .pc-btn {
    display: block;
  }

  .phone-btn {
    display: none;
  }
}
/*
*@module: product doc 
*@Author: zhangxi 2015-01-22
*@Update: 
*/
.crumbs {
  border-bottom: 1px solid #202020;
  margin: 20px 0;
  padding: 0 0 3px;
  text-transform: capitalize;
}
.crumbs:before, .crumbs:after {
  content: "";
  display: table;
}
.crumbs:after {
  clear: both;
}
.crumbs .back {
  float: right;
  color: #000;
  font-weight: bold;
}

@media (max-width: 767px) {
  .crumbs {
    border: none;
  }
  .crumbs a {
    color: #666;
  }
}
#aside .category-box {
  margin-bottom: 25px;
  position: relative;
}
#aside h3 {
  padding: 2px 0 2px 10px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#aside .scroll-list {
  padding: 0 0 0 10px;
  font-size: 14px;
}
#aside .scroll-list li {
  padding: 0 12px 0 0;
}
#aside .scroll-list li a {
  background: url("../images/icons-2.png") no-repeat scroll 0px -275px rgba(0, 0, 0, 0);
  display: block;
  line-height: 18px;
  margin-bottom: 12px;
  max-height: 32px;
  overflow: hidden;
  padding-left: 15px;
}
#aside .scroll-list li a.on {
  background: url("../images/icon-doc-on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.user {
  font-size: 14px;
}
.user .tit {
  border-bottom: 1px solid #e5e5e5;
  height: 18px;
  margin-bottom: 30px;
  text-align: center;
  z-index: 0;
}
.user .tit h2 {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  padding: 0 15px;
  position: relative;
  top: 8px;
  z-index: 1;
}
.user .doc-box p {
  font-size: 14px;
  margin-bottom: 15px;
}
.user .doc-box h3 {
  border-bottom: 0 none;
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
  text-transform: inherit;
}
.user .doc-box h5 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
}
.user .doc-box .doc-fll {
  float: left;
}
.user .doc-box img.about-us-pic {
  float: left;
}

.doc-box div {
  font-size: 14px;
}
.doc-box h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.doc-box h4.doc-fontweight {
  font-weight: bold;
}
.doc-box p a {
  color: #cc3300;
  text-decoration: underline;
}
.doc-box p.affiliate-img a {
  padding: 8px;
  display: inline-block;
  vertical-align: middle;
}

.contect div {
  clear: both;
}
.contect span {
  float: left;
  line-height: 36px;
  margin: 0 5px 10px;
  display: block;
}
.contect span strong {
  color: #cc3300;
  font-size: 14px;
  text-transform: uppercase;
}
.contect span a {
  color: #00A3CF;
  text-decoration: underline;
  display: block;
}
.contect span a:hover {
  color: #00A3CF;
}

.ti50 {
  text-indent: 50px;
}

@media screen and (max-width: 767px) {
  .ti50 {
    text-indent: 0 !important;
  }
}
.icon-contect1, .icon-contect2, .icon-contect3, .icon-contect4, .icon-contect5, .icon-contect6 {
  background: url("../images/docs/icon_contect.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 36px;
  width: 36px;
}

.icon-contect2 {
  background-position: 0 -38px;
}

.icon-contect3 {
  background-position: 0 -76px;
}

.icon-contect4 {
  background-position: 0 -114px;
}

.icon-contect5 {
  background-position: 0 -152px;
}

.icon-contect6 {
  background-position: 0 -190px;
}

.btn-contect1 {
  background: url("../images/docs/btn_contect.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 32px;
  margin-top: 2px;
  width: 104px;
}
.btn-contect1:hover {
  background-position: 0 -33px;
}

.last-contect {
  margin: 10px 0 0 10px;
}

.doc-contact-1230 {
  text-align: center;
}
.doc-contact-1230 div {
  width: 100%;
}
.doc-contact-1230 div h4 {
  font-size: 28px;
  font-weight: normal;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .doc-contact-1230 div h4 {
    font-size: 20px;
  }
}
.doc-contact-1230 div p {
  font-size: 14px;
  color: #1b1b1b;
  width: 80%;
  margin: 0 auto;
}
.doc-contact-1230 div ul li {
  float: left;
  width: 50%;
  display: inline-block;
}
.doc-contact-1230 div ul li img {
  margin: 5px 0;
}
.doc-contact-1230 div ul li span {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 6px 52px;
  display: inline-block;
  line-height: 25px;
}
@media (max-width: 767px) {
  .doc-contact-1230 div ul li span {
    padding: 6px 25px;
    line-height: 18px;
  }
}
.doc-contact-1230 div ul li p.big-icon {
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .doc-contact-1230 div ul li p.big-icon {
    font-size: 32px;
  }
}

.detail-tab {
  border-bottom: 1px solid #e5e5e5;
  margin: 15px 0 0 0;
  border-bottom: 2px solid;
}
.detail-tab:before, .detail-tab:after {
  content: "";
  display: table;
}
.detail-tab:after {
  clear: both;
}
.detail-tab li {
  float: left;
  margin: 0 1px -1px 0;
  padding: 0 2%;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  cursor: pointer;
  color: #999;
}
.detail-tab li.first {
  margin-left: 0;
}
.detail-tab li.current, .detail-tab li.on, .track-con .track-detail .detail-tab li.current {
  color: #000;
  font-weight: bold;
}

.helpcenter-con {
  border-top: 1px solid #e5e5e5;
  margin: -1px 0 20px;
  padding: 25px 0 15px;
  font-size: 14px;
}
.helpcenter-con .conbox > li {
  line-height: 22px;
  margin-bottom: 25px;
}
.helpcenter-con .conbox li .help-tabel {
  line-height: 16px;
}
.helpcenter-con .conbox li .help-tabel th {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  color: #cc3300;
  font-weight: bold;
  padding: 12px 8px;
  text-align: center;
}
.helpcenter-con .conbox li .help-tabel td {
  border: 1px solid #e5e5e5;
  padding: 8px;
  text-align: center;
}
.helpcenter-con .conbox li .help-tabel td div {
  text-align: left;
}
.helpcenter-con .conbox li .help-tabel td.box {
  padding: 0;
}
.helpcenter-con .conbox li .help-tabel td.box .table-in {
  margin: -1px;
}
.helpcenter-con .conbox li .help-tabel td.box .table-in th {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px 5px;
}
.helpcenter-con .conbox p.middle {
  margin: 25px 0 35px;
  text-align: center;
}
.helpcenter-con .conbox h3 {
  border: 0 none;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.doc-box h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.doc-box h4 h5 {
  font-size: 14px;
}

.user-table {
  margin: 20px 0;
  width: 100%;
}
.user-table td {
  border: 1px solid #e5e5e5;
  padding: 5px;
  text-align: center;
}
.user-table th {
  border: 1px solid #e5e5e5;
  padding: 5px;
  text-align: center;
  background-color: #fafafa;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px;
}

@media (max-width: 768px) {
  .size-table-box {
    width: 100%;
    overflow-y: hidden;
  }
}

.vip {
  margin: 20px 0;
  font-size: 14px;
}
.vip h5 {
  text-transform: uppercase !important;
}
.vip ul li {
  margin-top: 20px;
}
.vip ul li span {
  background: url("../images/icon-doc-on.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  line-height: 20px;
  width: 10px;
  height: 20px;
  position: relative;
  top: -10px;
  left: -30px;
}
.vip ul li span i {
  font-size: 28px;
  font-family: "Times New Roman",Georgia,Serif;
  float: left;
  padding-left: 10px;
}
.vip ul li p.title {
  border-top: 1px solid #e5e5e5;
  margin-left: 30px;
}

.icon-nonvip, .icon-vip, .icon-bronze, .icon-silver, .icon-gold, .icon-diamond {
  background: url(../images/docs/icon_vip.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 18px;
  margin-right: 2px;
  width: 20px;
  background-position: 0 -98px;
}

.icon-vip {
  background-position: 0 -80px;
}

.icon-bronze {
  background-position: 0 -42px;
}

.icon-silver {
  background-position: 0 -21px;
}

.icon-gold {
  background-position: 0 0;
}

.icon-diamond {
  background-position: 0 -63px;
}

.user .f00 {
  color: #f00;
}

#aside .category-box-mobile {
  margin-bottom: 25px;
  position: relative;
}
#aside .category-box-mobile h3.bg {
  background-color: #e5e5e5;
  color: #444;
}

#aside .scroll-list-mobile {
  padding: 0;
}
#aside .scroll-list-mobile li {
  padding: 0 12px 0 0;
}
#aside .scroll-list-mobile li a {
  display: block;
  line-height: 18px;
  margin-bottom: 12px;
  max-height: 32px;
  overflow: hidden;
  padding-left: 15px;
}

/*
*@module: product sign in&sign up 
*@Author: zhangxi 2015-01-27
*@Update: 
*/
.w-signup {
  padding-top: 60px;
  font-size: 14px;
}
.w-signup .signpage:before, .w-signup .signpage:after {
  content: "";
  display: table;
}
.w-signup .signpage:after {
  clear: both;
}
.w-signup .signpage .signin-top {
  border: 1px dashed #e5e5e5;
  margin: 0 0 30px;
  padding: 5px;
  text-align: center;
}
.w-signup .signpage .signin-top span {
  color: #cc3300;
}
.w-signup h3 {
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 25px;
  line-height: 24px;
}
.w-signup .left {
  border-right: 1px dashed #e5e5e5;
  padding: 0 100px;
}
.w-signup .right {
  padding: 0 100px;
}
.w-signup .sign-form ul {
  text-align: left;
}
.w-signup .sign-form ul li {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .w-signup .sign-form ul li a.text-underline {
    display: block;
  }
}
.w-signup .sign-form ul li label {
  font-size: 14px;
  font-weight: normal;
}
.w-signup .sign-form ul li .text {
  background-color: #fff;
  text-align: left;
  width: 260px;
  height: 24px;
  line-height: 24px;
}
.w-signup .sign-form ul li .btn-lg {
  text-transform: uppercase;
}
.w-signup .sign-form ul li .text-underline {
  color: #999;
  text-decoration: underline;
}
.w-signup .sign-form ul li .facebook-btn {
  background: url("../images/themes-new.png") no-repeat scroll -108px -449px rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: middle;
  height: 33px;
  margin: 10px 0;
  width: 222px;
  color: #fff;
  padding: 7px 5px 0 47px;
}

@media screen and (max-width: 991px) {
  .w-signup .left {
    padding: 0 15px;
    border: none;
  }
  .w-signup .right {
    padding: 0 15px;
  }
  .w-signup .sign-form .text {
    width: 100% !important;
  }
}
.forgot-psd-form p {
  margin: 25px 0;
  font-size: 14px;
}
.forgot-psd-form li {
  margin-bottom: 25px;
}
.forgot-psd-form li:before, .forgot-psd-form li:after {
  content: "";
  display: table;
}
.forgot-psd-form li:after {
  clear: both;
}
.forgot-psd-form li label {
  float: left;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
}
.forgot-psd-form li label span {
  color: #cc3300;
}
.forgot-psd-form li div:before, .forgot-psd-form li div:after {
  content: "";
  display: table;
}
.forgot-psd-form li div:after {
  clear: both;
}
.forgot-psd-form li div .text {
  background-color: #fff;
  height: 24px;
  line-height: 24px;
  width: 260px;
}
.forgot-psd-form li input.error {
  border: 1px solid #cc3300;
}
.forgot-psd-form li label.error {
  color: #cc3300;
  display: block;
  float: none;
  line-height: 16px;
  margin-top: 2px;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 767px) {
  .forgot-psd-form li .text {
    width: 100% !important;
  }
}
.forgot-psd-form li .btn-lg {
  text-transform: uppercase;
}

/*
*@module: user account 
*@Author: zhangxi 2015-01-29
*@Update: 
*/
.btn-lg {
  text-transform: uppercase;
}

.btn-sm {
  text-transform: uppercase;
}

.btn-xsorder-list-btn {
  text-transform: uppercase;
}

.user-home {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: url(../images/icons-2.png) no-repeat -48px -1052px;
  padding-left: 20px;
}

input.error {
  border: 1px solid #cc3300;
}

textarea.error {
  border: 1px solid #cc3300;
}

label.error {
  color: #cc3300;
  display: block;
  float: none;
  line-height: 16px;
  margin-top: 2px;
  text-align: left;
  width: auto;
}

.remind {
  color: #222;
  line-height: 25px;
  margin: 20px 0;
  padding: 0 10px;
  text-align: center;
}

.remind-error {
  background: #ffd7d7 none repeat scroll 0% 0%;
  border: 1px solid #c3325f;
}

.remind-notice {
  background: #fffbcc none repeat scroll 0% 0%;
  border: 1px solid #e6db55;
}

.remind-success {
  background: #d1ecb8 none repeat scroll 0% 0%;
  border: 1px solid #81c445;
}

.user-account dt {
  font-size: 20px;
  margin-bottom: 18px;
  margin-top: 25px;
}
.user-account dd {
  font-size: 16px;
}
.user-account .user-vip {
  margin: 50px 0 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .user-account .user-vip .user-vip-b {
    background: url(../images/user-account/user-vip.png) no-repeat;
    width: 760px;
    height: 38px;
    background-position: 0 0;
    position: relative;
    left: 20px;
    z-index: 1;
  }
  .user-account .user-vip .user-vip-t {
    background: url(../images/user-account/user-vip.png) no-repeat;
    background-position: 10px -43px;
    width: 46px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 3;
  }
}
@media screen and (max-width: 1199px) {
  .user-account .user-vip .user-vip-b {
    background: url(../images/user-account/user-vip-sm.png) no-repeat;
    width: 650px;
    height: 35px;
    background-position: 0 0;
    position: relative;
    left: 20px;
    z-index: 1;
  }
  .user-account .user-vip .user-vip-t {
    background: url(../images/user-account/user-vip-sm.png) no-repeat;
    background-position: 10px -38px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 3;
  }
}
.user-account .user-vip .user-vip-cursor {
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 4;
}
.user-account .user-vip .user-vip-cursor em {
  background: url(../images/user-account/user-vip.png) no-repeat -780px 0;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 27px;
}
.user-account .user-vip .user-vip-cursor span {
  display: block;
  background-color: #f64141;
  padding: 3px 10px;
  color: #fff;
  border-radius: 5px;
}
.user-account .user-vip .user-vipname span {
  display: inline-block;
  vertical-align: middle;
  width: 16.3%;
  text-align: center;
}
.user-account .user-vip .user-vipname span.first {
  text-align: left;
  width: 90px;
  margin-left: 12px;
}
.user-account .user-vip .user-vipname span.last {
  width: 108px;
}
.user-account .user-vip-btn {
  text-align: center;
  margin-top: 30px;
}
.user-account .user-vip-btn .btn-red-mid {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #cc3300;
  border-color: none;
  padding: 0 25px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.user-account .user-vip-btn .btn-red-mid:hover, .user-account .user-vip-btn .btn-red-mid:focus, .user-account .user-vip-btn .btn-red-mid.focus, .user-account .user-vip-btn .btn-red-mid:active, .user-account .user-vip-btn .btn-red-mid.active, .open > .user-account .user-vip-btn .btn-red-mid.dropdown-toggle {
  color: #fff;
  opacity: 0.8;
}
.user-account .user-vip-btn .btn-red-mid:active, .user-account .user-vip-btn .btn-red-mid.active, .open > .user-account .user-vip-btn .btn-red-mid.dropdown-toggle {
  background-image: none;
}
.user-account .user-vip-btn .btn-red-mid .badge {
  color: #cc3300;
  background-color: #fff;
}
.user-account .order-list {
  margin-top: 38px;
}
.user-account .order-list td {
  padding: 10px;
  text-align: center;
  border: #e5e5e5 1px solid;
  text-transform: capitalize;
}
.user-account .order-list th {
  padding: 10px;
  text-align: center;
  border: #e5e5e5 1px solid;
  text-transform: capitalize;
  padding: 8px;
  background-color: #fafafa;
}
.user-account .order-list td:second-child {
  text-decoration: underline;
}
.user-account .best-seller {
  margin-top: 40px;
  overflow: hidden;
}
.user-account .best-seller .w-tit {
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  text-align: center;
}
.user-account .best-seller .w-tit h2 {
  background-color: #fff;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  padding: 0 15px;
  position: relative;
  text-transform: capitalize;
  top: 8px;
}
.user-account .best-seller .box-dibu1 {
  overflow: hidden;
  width: 100%;
}
.user-account .best-seller .box-dibu1 img {
  max-width: 100%;
}
.user-account .best-seller .box-dibu1 .hide-box1_0, .user-account .best-seller .box-dibu1 .hide-box1_1, .user-account .best-seller .box-dibu1 .hide-box1_2, .user-account .best-seller .box-dibu1 .hide-box1_3 {
  overflow: hidden;
  padding-top: 20px;
  width: 100%;
}
.user-account .best-seller .box-dibu1 .hide-box1_0 li, .user-account .best-seller .box-dibu1 .hide-box1_1 li, .user-account .best-seller .box-dibu1 .hide-box1_2 li, .user-account .best-seller .box-dibu1 .hide-box1_3 li {
  float: left;
  padding-right: 11px;
  width: 19%;
}
.user-account .best-seller .box-dibu1 .hide-box1_0 li img, .user-account .best-seller .box-dibu1 .hide-box1_1 li img, .user-account .best-seller .box-dibu1 .hide-box1_2 li img, .user-account .best-seller .box-dibu1 .hide-box1_3 li img {
  border: 1px solid #e5e5e5;
}
.user-account .best-seller .box-dibu1 .hide-box1_0 li p, .user-account .best-seller .box-dibu1 .hide-box1_1 li p, .user-account .best-seller .box-dibu1 .hide-box1_2 li p, .user-account .best-seller .box-dibu1 .hide-box1_3 li p {
  text-align: center;
}
.user-account .best-seller .box-dibu1 .hide-box1_0 li p b, .user-account .best-seller .box-dibu1 .hide-box1_1 li p b, .user-account .best-seller .box-dibu1 .hide-box1_2 li p b, .user-account .best-seller .box-dibu1 .hide-box1_3 li p b {
  color: #202020;
  font-size: 18px;
  margin-top: 13px;
  text-align: center;
}
.user-account .best-seller .box-current {
  width: 100%;
  margin-top: 10px;
}
.user-account .best-seller .box-current ul {
  display: block;
  margin: 0 auto;
  width: 200px;
}
.user-account .best-seller .box-current ul li {
  float: left;
  margin-left: 15px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: none repeat scroll 0 0 #e5e5e5;
  background-repeat: no-repeat;
  cursor: pointer;
}
.user-account .best-seller .box-current ul li.on, .user-account .best-seller .box-current ul .track-con .track-detail .detail-tab li.current, .track-con .track-detail .detail-tab .user-account .best-seller .box-current ul li.current {
  background-color: #202020;
}

.user-table tr.tol-table th {
  background-color: #202020;
  color: #fff;
  border: 0 none;
}
.user-table tr.sub-table th {
  background-color: #fafafa;
  font-weight: normal;
  text-align: left;
  padding-left: 15px;
}
.user-table tr.sub-table th span {
  margin-left: 15px;
}
.user-table td.sub-table-box {
  padding: 0;
}
.user-table td.sub-table-box td {
  border: 0 none;
  padding: 15px 5px;
}
.user-table td.sub-table-box td + div:before, .user-table td.sub-table-box td + div:after {
  content: "";
  display: table;
}
.user-table td.sub-table-box td + div:after {
  clear: both;
}
.user-table td.sub-table-box td .left {
  float: left;
  width: 35%;
}
.user-table td.sub-table-box td .right {
  float: left;
  margin-left: 5px;
  width: 60%;
}
.user-table td.sub-table-box td .right .name {
  display: block;
  margin-bottom: 10px;
  max-height: 35px;
  overflow: hidden;
}
.user-table td.sub-table-box tr {
  border-bottom: 1px solid #e5e5e5;
}
.user-table td.sub-table-box tr.last {
  border-bottom: none;
}
.user-table td div {
  text-align: left;
}
.user-table td p.red {
  color: #cc3300;
}
.user-table td p {
  margin: 0;
}
.user-table td .JS_shows_btn1 {
  cursor: pointer;
  text-decoration: underline;
  position: relative;
}
.user-table td .track-order-hidecon {
  width: 300px;
  margin: 0;
  padding: 15px 15px 0;
  top: 18px;
  left: -201px;
  background-color: #f8f8f8;
  border: 1px solid #202020;
  cursor: auto;
  text-decoration: none;
  position: absolute;
  z-index: 10;
}
.user-table td .track-order-hidecon a {
  text-transform: none;
  color: #cc3300;
  text-decoration: underline;
  background: none;
  padding: 0;
  display: inline;
}
.user-table td .track-ul {
  margin: 20px 0;
}
.user-table td .track-ul li {
  margin: 0 0 20px 15px;
  list-style: disc;
}
.user-table td .track-ul li.first {
  margin: 0 0 10px 0;
  list-style: none;
}

.tol-page:before, .tol-page:after {
  content: "";
  display: table;
}
.tol-page:after {
  clear: both;
}
.tol-page .records {
  float: left;
  margin-top: 20px;
}

.order-history-mobile td {
  text-align: left;
  border: 0 none;
  border-bottom: 1px solid #e5e5e5;
}
.order-history-mobile p {
  padding: 3px 0;
  font-size: 14px;
}
.order-history-mobile .mobile-btn {
  display: block;
  width: 40px;
  height: 60px;
  margin: 0 auto;
}

.user-step {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .user-step em {
    display: inline-block;
    text-align: center;
    background: url(../images/user-account/user-step.png) no-repeat 0 0;
    width: 655px;
    height: 28px;
  }
  .user-step em.step1-on {
    background-position: 0 -29px;
  }
  .user-step em.step1-pass {
    background-position: 0 -58px;
  }
  .user-step em.step2-on {
    background-position: 0 -87px;
  }
  .user-step em.step2-pass {
    background-position: 0 -116px;
  }
  .user-step em.step3-on {
    background-position: 0 -145px;
  }
  .user-step em.step3-pass {
    background-position: 0 -174px;
  }
}
@media screen and (max-width: 992px) {
  .user-step em {
    display: inline-block;
    text-align: center;
    background: url(../images/user-account/user-step-sm.png) no-repeat 0 0;
    width: 526px;
    height: 28px;
  }
  .user-step em.step1-on {
    background-position: 0 -29px;
  }
  .user-step em.step1-pass {
    background-position: 0 -58px;
  }
  .user-step em.step2-on {
    background-position: 0 -87px;
  }
  .user-step em.step2-pass {
    background-position: 0 -116px;
  }
  .user-step em.step3-on {
    background-position: 0 -145px;
  }
  .user-step em.step3-pass {
    background-position: 0 -174px;
  }
}
.user-step .user-step-bottom {
  margin: 5px 0 0;
  width: 115%;
}
.user-step .user-step-bottom span {
  font-weight: bold;
  color: #939393;
  display: inline-block;
  width: 21%;
  margin-right: 12%;
  text-align: center;
}
.user-step .user-step-bottom span.on {
  color: #cc3300;
}
.user-step .user-step-bottom span.pass {
  color: #000;
}

.order-top {
  margin-bottom: 20px;
}
.order-top span {
  margin-right: 20px;
}

.user ul.total {
  border: 0 none;
  border-bottom: 1px solid #202020;
  padding: 0 10px;
  margin-bottom: 15px;
  background: none;
  text-align: right;
  font-weight: bold;
}
.user ul.total li {
  margin-bottom: 15px;
}
.user ul.total li label {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  width: 66%;
}
.user ul.total span {
  display: inline-block;
  vertical-align: middle;
  max-width: 75px;
  width: 29%;
  margin-left: 5px;
}
.user .order-dl {
  margin: 30px 0;
}
.user .order-dl:before, .user .order-dl:after {
  content: "";
  display: table;
}
.user .order-dl:after {
  clear: both;
}
.user .order-dl dl {
  float: left;
  width: 25%;
  margin-right: 10px;
}
.user .order-dl dl dt {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.user .order-dl dl dd {
  margin-bottom: 5px;
  color: #666;
}
.user .order-dl dl dd .shipping-methods {
  border: none;
}
.user .order-dl dl.first {
  width: 33%;
}
.user .order-dl dl.last {
  width: 38%;
  margin: 0;
}
.user .order-dl dl.last .shipping-methods ul {
  margin: 20px 0;
}
.user .order-dl dl.last .shipping-methods ul:before, .user .order-dl dl.last .shipping-methods ul:after {
  content: "";
  display: table;
}
.user .order-dl dl.last .shipping-methods ul:after {
  clear: both;
}
.user .order-dl dl.last .shipping-methods ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 15px 10px 0;
  float: left;
}
.user .order-dl dl.last .shipping-methods ul li input {
  display: inline-block;
}
.user .order-dl dl.last .shipping-methods ul li label {
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  width: 138px;
}
.user .order-dl dl.last .shipping-methods ul li label img {
  vertical-align: middle;
}
.user .order-dl dl.last .shipping-methods ul li.last {
  margin: 10px 0 10px 15px;
}
.user .order-dl dl.last .shipping-methods p {
  float: right;
  margin-top: 35px;
}
.user .order-dl .icon-tips {
  background: url(../images/icons-2.png) no-repeat 0 -1029px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}
.user .order-dl .icon-tips .icon-tipscon {
  position: absolute;
  top: 25px;
  left: -445px;
  width: 470px;
  background-color: #fff;
  border: 1px solid #999;
  padding: 10px;
  z-index: 1;
  font-weight: normal;
}
.user .order-dl .icon-tips .icon-tipscon img {
  display: block;
  margin-top: 5px;
}
.user .cartbag-bottom {
  padding: 15px 0;
  border: 1px solid #e5e5e5;
  margin: 30px 0;
}
.user .cartbag-bottom a {
  margin: 0 3.0%;
  background: url("../images/themes-new.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #666;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 50px;
  border: none;
}
.user .cartbag-bottom .s1 {
  padding-left: 5.6%;
  background-position: -279px -502px;
}
.user .cartbag-bottom .s2 {
  padding-left: 8.5%;
  background-position: -255px -565px;
}
.user .cartbag-bottom .s3 {
  padding-left: 6.5%;
  background-position: -273px -628px;
}

.order-detail-unpaid-mobile td {
  text-align: left;
  border: 0 none;
}
.order-detail-unpaid-mobile p {
  padding: 3px 0;
}
.order-detail-unpaid-mobile tr {
  border: 0 none;
}
.order-detail-unpaid-mobile tr.last {
  border-bottom: 1px solid #e5e5e5;
}
.order-detail-unpaid-mobile .tol-mobile {
  text-align: right;
}
.order-detail-unpaid-mobile .tol-mobile .align-right {
  text-align: right;
}
@media (max-width: 767px) {
  .order-detail-unpaid-mobile .tol-mobile {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.order-detail-unpaid-mobile .shipping-methods li {
  margin: 10px 30px;
}
.order-detail-unpaid-mobile .shipping-methods li input {
  display: inline-block;
  vertical-align: middle;
}
.order-detail-unpaid-mobile .tol-message-mobile span {
  display: inline-block;
  vertical-align: middle;
}
.order-detail-unpaid-mobile .tol-message-mobile span.title {
  font-weight: bold;
}
.order-detail-unpaid-mobile .icon-tips1 {
  background: url(../images/icons-2.png) no-repeat 0 -1029px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}
.order-detail-unpaid-mobile .icon-tips1 .icon-tipscon1 {
  position: absolute;
  top: 25px;
  left: -180px;
  width: 300px;
  background-color: #fff;
  border: 1px solid #999;
  padding: 10px;
  z-index: 1;
  font-weight: normal;
}
.order-detail-unpaid-mobile .icon-tips1 .icon-tipscon1 img {
  display: block;
  margin-top: 5px;
  width: 100%;
}

.review .red {
  color: #cc3300;
}
.review dd {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .review h6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .review img {
    display: block;
    width: 120px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .review h6 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .review img {
    display: block;
    width: 90px;
    height: 120px;
  }
}
.review .oh {
  overflow: hidden;
}
.review .oh .pic {
  float: left;
}
.review .oh .retit {
  margin-left: 35px;
}
.review .oh .retit:before, .review .oh .retit:after {
  content: "";
  display: table;
}
.review .oh .retit:after {
  clear: both;
}
.review .oh .retit .price {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review .oh .retit .price del {
  font-weight: normal;
}
.review .oh .retit .price .price-now {
  color: #cc3300;
  margin: 0 10px;
}
.review .oh .sub-tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.review .review-form .review-ul {
  margin-top: 20px;
}
.review .review-form .review-ul:before, .review .review-form .review-ul:after {
  content: "";
  display: table;
}
.review .review-form .review-ul:after {
  clear: both;
}
.review .review-form .review-ul-second {
  margin-top: 0;
}
.review .review-form .review-ul-second:before, .review .review-form .review-ul-second:after {
  content: "";
  display: table;
}
.review .review-form .review-ul-second:after {
  clear: both;
}
.review .review-form li {
  margin-bottom: 10px;
}
.review .review-form li label {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.review .review-form li .text {
  background-color: #e5e5e5;
  height: 26px;
  line-height: 26px;
  width: 80px;
  z-index: 99;
}
.review .review-form li .right-box {
  float: left;
  width: 250px;
}
.review .review-form li .right-box .text {
  background-color: #fff;
}
.review .review-form li .right-box textarea {
  background-color: #fff;
  width: 240px;
}
.review .review-form li ul.star-ul {
  background: url("../images/star22.png") no-repeat scroll 0 -118px rgba(0, 0, 0, 0);
  height: 15px;
  position: relative;
  width: 120px;
  z-index: 10;
  display: inline;
  float: left;
}
.review .review-form li ul.star-ul li {
  float: left;
  height: 15px;
  margin-right: 1px;
  width: 16px;
}
.review .review-form li ul.star-ul li a {
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -999em;
}
.review .review-form li ul.square-ul {
  background: url("../images/star22.png") no-repeat scroll 0 -172px rgba(0, 0, 0, 0);
  height: 9px;
  margin-top: 8px;
  position: relative;
  width: 160px;
  z-index: 10;
  float: left;
}
.review .review-form li ul.square-ul li {
  float: left;
  height: 9px;
  margin-right: 1px;
  width: 30px;
}
.review .review-form li ul.square-ul li a {
  display: block;
  height: 9px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -999em;
}
.review .review-form li ul.radio-ul li {
  float: left;
}
.review .review-form li ul.radio-ul li label {
  font-weight: normal;
}
.review .review-form li .active-star {
  background: url("../images/star22.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.review .review-form li .one-star {
  background-position: 0 -97px;
  width: 15px;
  z-index: 50;
}
.review .review-form li .actived-star {
  background: url("../images/star22.png") no-repeat;
}
.review .review-form li .two-star {
  background-position: 0 -76px;
  width: 36px;
  z-index: 40;
}
.review .review-form li .three-star {
  background-position: 0 -55px;
  width: 56px;
  z-index: 30;
}
.review .review-form li .four-star {
  background-position: 0 -34px;
  width: 76px;
  z-index: 20;
}
.review .review-form li .five-star {
  background-position: 0 -13px;
  margin-right: 0;
  width: 97px;
  z-index: 10;
}
.review .review-form li .active-square {
  background: url("../images/star22.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.review .review-form li .actived-square {
  background: url("../images/star22.png") no-repeat;
}
.review .review-form li .square-1 {
  background-position: 0 -187px;
  width: 30px;
  z-index: 50;
}
.review .review-form li .square-2 {
  background-position: 0 -202px;
  width: 59px;
  z-index: 40;
}
.review .review-form li .square-3 {
  background-position: 0 -217px;
  width: 88px;
  z-index: 30;
}
.review .review-form li .square-4 {
  background-position: 0 -232px;
  width: 117px;
  z-index: 20;
}
.review .review-form li .square-5 {
  background-position: 0 -247px;
  margin-right: 0;
  width: 146px;
  z-index: 10;
}
.review .review-form textarea {
  color: #999;
  height: 150px;
  line-height: 20px;
  width: 80%;
}
.review p.btn-two input {
  margin-right: 15px;
  margin-top: 10px;
}

.wish-list-table th {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
}
.wish-list-table .product-info {
  text-align: left;
}
.wish-list-table .product-info:before, .wish-list-table .product-info:after {
  content: "";
  display: table;
}
.wish-list-table .product-info:after {
  clear: both;
}
.wish-list-table .product-info .left {
  width: 16%;
  float: left;
}
.wish-list-table .product-info .right {
  width: 80%;
}
.wish-list-table .product-info .right .name {
  display: block;
  margin-bottom: 10px;
  max-height: 33px;
  overflow: hidden;
}
.wish-list-table .del-btn {
  background: url("../images/icons-2.png") no-repeat scroll 0 -1001px rgba(0, 0, 0, 0);
  display: block;
  height: 16px;
  width: 16px;
  margin: 5px auto;
}

.wish-list-mobile td {
  text-align: left;
  border: 0 none;
  border-bottom: 1px solid #e5e5e5;
}
.wish-list-mobile p {
  padding: 3px 0;
}
.wish-list-mobile .del-btn {
  background: url("../images/icons-2.png") no-repeat scroll 0 -1001px rgba(0, 0, 0, 0);
  display: block;
  height: 16px;
  width: 16px;
  margin: 5px auto;
}

.a-red, .trial-winners .a-red:hover {
  color: #cc3300;
  text-decoration: underline;
}
.a-red:hover, .trial-winners .a-red:hover {
  color: #cc3300;
  text-decoration: underline;
}

.cart {
  margin: 30px 0;
}
.cart .order-track-tit {
  background-color: #e5e5e5;
  margin-bottom: 45px;
  padding: 10px 15px;
}
.cart .order-track-tit h4 {
  background: url("../images/themes-new.png") no-repeat scroll -272px -693px rgba(0, 0, 0, 0);
  font-size: 14px;
  padding: 10px 0 10px 50px;
}
.cart .order-track-con {
  margin-bottom: 20px;
  padding-bottom: 40px;
  font-size: 14px;
}
.cart .order-track-con:before, .cart .order-track-con:after {
  content: "";
  display: table;
}
.cart .order-track-con:after {
  clear: both;
}
.cart .order-track-con li {
  margin-bottom: 20px;
}
.cart .order-track-con li .text {
  width: 90%;
  height: 24px;
  line-height: 24px;
}
.cart .order-track-con li .btn-lg {
  text-transform: uppercase;
}
.cart .order-track-con .right dd {
  margin-bottom: 5px;
  word-break: break-word;
}
.cart .order-track-con .right dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.red {
  color: #cc3300;
}

.track-none p {
  color: #cc3300;
}
.track-none table {
  margin-top: 25px;
  margin-bottom: 50px;
}
.track-none table td {
  padding: 10px;
  text-align: center;
  border: #e5e5e5 1px solid;
}
.track-none table th {
  padding: 10px;
  text-align: center;
  border: #e5e5e5 1px solid;
}
.track-none table th th {
  padding: 8px;
}

.track-con-no {
  margin-bottom: 50px;
  padding: 30px 20px;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
}

.track-con {
  border: 0 none;
  background: none;
  margin: 0;
  padding: 0;
}
.track-con .track-detail {
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  padding: 0 20px;
  margin: 30px 0;
}
.track-con .track-detail .detail-tab {
  margin: 50px 0 30px;
  border-bottom-color: #202020;
}
.track-con .track-detail .detail-tab:before, .track-con .track-detail .detail-tab:after {
  content: "";
  display: table;
}
.track-con .track-detail .detail-tab:after {
  clear: both;
}
.track-con .track-detail .detail-tab li {
  margin: 0 10px 0 0;
  border-bottom: none;
  border-color: #e5e5e5;
}
.track-con .track-detail .detail-tab li.current, .track-con .track-detail .detail-tab li.on {
  color: #202020;
}
.track-con .box1 {
  margin-bottom: 20px;
}
.track-con .box1:before, .track-con .box1:after {
  content: "";
  display: table;
}
.track-con .box1:after {
  clear: both;
}
.track-con .box1 li {
  margin-bottom: 10px;
}
.track-con .box2 {
  margin-bottom: 20px;
}
.track-con .box2:before, .track-con .box2:after {
  content: "";
  display: table;
}
.track-con .box2:after {
  clear: both;
}
.track-con .box2 li {
  margin-bottom: 10px;
  font-weight: bold;
}
.track-con .box2 li a {
  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
  color: #666;
  font-weight: normal;
}
.track-con p {
  color: #666;
}
.track-con .box3 {
  margin: 0 0 20px 0;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.track-con .box3 dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.track-con .box3 dd {
  margin-bottom: 10px;
  color: #666;
}

.user-form {
  font-size: 14px;
}
.user-form .text-long {
  height: 24px;
  line-height: 24px;
  background-color: #fff;
}
.user-form .textarea-long {
  height: 50px;
}
.user-form .selected-option {
  border: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  z-index: 3;
}
.user-form .btn-grid12 .btn-sm {
  margin-top: 10px;
  text-transform: uppercase;
}

.user-form {
  position: relative;
  z-index: 2;
}
.user-form li {
  margin-bottom: 10px;
}
.user-form li:before, .user-form li:after {
  content: "";
  display: table;
}
.user-form li:after {
  clear: both;
}
.user-form li label {
  display: inline-block;
  vertical-align: middle;
  float: left;
  font-weight: normal;
  font-size: 14px;
}
.user-form li label span {
  color: #cc3300;
}
.user-form li .last {
  margin-right: 0;
}
.user-form li .w-radio {
  margin-right: 15px;
}
.user-form li .wdrop-chip {
  float: left;
}
.user-form li .pl {
  padding-left: 0;
  padding-right: 5px;
}

.user-share-form p {
  font-size: 12px;
  margin-bottom: 25px;
  padding: 0;
}
.user-share-form p.change-password {
  padding: 0 15px;
}
.user-share-form .radio {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.phone-tips {
  font-style: italic;
  margin: 5px 0 15px;
}

.address-book dd {
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  padding: 0 0 30px 0;
}
.address-book dd.last {
  border: 0 none;
}
.address-book .address-book-form ul {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  margin: 0 0 20px;
  padding: 10px 0 5px;
}
.address-book .address-book-form ul li {
  padding: 0 15px;
}
.address-book .address-book-form ul li label {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 5px;
  width: 60px;
}
.address-book .address-book-form .top-btn {
  margin: 20px 0 30px;
}
.address-book .address-book-form .top-btn .delete {
  margin-left: 15px;
  display: inline;
}
.address-book .address-book-form .w-address-book-con ul {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}
.address-book .address-book-form .w-address-book-con .address-book-con {
  font-size: 14px;
}
.address-book .address-book-form .w-address-book-con .address-book-con li:before, .address-book .address-book-form .w-address-book-con .address-book-con li:after {
  content: "";
  display: table;
}
.address-book .address-book-form .w-address-book-con .address-book-con li:after {
  clear: both;
}
.address-book .address-book-form .w-address-book-con.selected ul {
  background-color: #fafafa;
}
.address-book .address-book-form .w-address-book-con.selected .address-book-con li:before, .address-book .address-book-form .w-address-book-con.selected .address-book-con li:after {
  content: "";
  display: table;
}
.address-book .address-book-form .w-address-book-con.selected .address-book-con li:after {
  clear: both;
}

.points-dl dt {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
}
.points-dl dd {
  color: #666;
}
.points-dl dd span {
  padding: 0 15px;
}

.icon-turn {
  background: url(../images/icons-2.png) no-repeat -44px -1287px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  vertical-align: middle;
}

.user .detail-tab1 {
  border-bottom: 2px solid;
  margin: 35px 0 0;
  position: relative;
}
.user .detail-tab1:before, .user .detail-tab1:after {
  content: "";
  display: table;
}
.user .detail-tab1:after {
  clear: both;
}
.user .detail-tab1 li {
  color: #999;
  cursor: pointer;
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin: 0 1px -1px 0;
  width: 23%;
  text-align: center;
}
.user .detail-tab1 li.current, .user .detail-tab1 .detail-tab li.on, .detail-tab .user .detail-tab1 li.on, .user .detail-tab1 .track-con .track-detail .detail-tab li.current, .track-con .track-detail .detail-tab .user .detail-tab1 li.current {
  color: #000;
  font-weight: bold;
}
.user .detail-tab1 li.on, .user .detail-tab1 .track-con .track-detail .detail-tab li.current, .track-con .track-detail .detail-tab .user .detail-tab1 li.current, .user .detail-tab1 .track-con .track-detail .detail-tab li.on, .track-con .track-detail .detail-tab .user .detail-tab1 li.on {
  color: #000;
  font-weight: bold;
}
.user .detail-tab1 p {
  font-size: 12px;
  height: 7px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 34px;
  width: 23%;
}
.user .detail-tab1 p b {
  border-color: #000 #fff #fff;
  border-style: solid dashed dashed;
  border-width: 9px;
  display: inline-block;
  font-size: 0;
  height: 0;
  margin-top: -3px;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
}
.user .detail-tabcon1 {
  padding: 15px 0;
  position: relative;
  font-size: 12px;
}

/* opacity */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  z-index: 99;
}

.reveal-modal {
  visibility: hidden;
  top: 120px;
  left: 50%;
  margin-left: -445px;
  width: 870px;
  background: #fff;
  position: absolute;
  z-index: 101;
  padding: 30px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) and (max-width: 992px) {
  .reveal-modal {
    width: 80%;
    margin-left: -40%;
  }
}
@media (max-width: 767px) {
  .reveal-modal {
    width: 90%;
    margin-left: -45%;
    overflow-x: hidden;
  }
}
.reveal-modal h2 {
  font-size: 24px;
  line-height: 2em;
  color: #666;
  font-weight: normal;
}
.reveal-modal h3 {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.reveal-modal .order-addtobag .prompt {
  font-size: 14px;
  margin: 15px 0;
}
.reveal-modal .order-addtobag .cancel {
  text-decoration: underline;
  margin-left: 15px;
}
.reveal-modal .tit {
  border-bottom: 1px solid #999;
  text-align: center;
  margin-bottom: 30px;
}
.reveal-modal .tit h2 {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  background-color: #fff;
  position: relative;
  top: 8px;
  z-index: 1;
}
.reveal-modal .phone-tips {
  margin: 5px 0;
}
.reveal-modal .select2 {
  margin-bottom: 10px;
}

.reveal-modal-1 {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -445px;
  width: 870px;
  background: #fff;
  position: absolute;
  z-index: 101;
  padding: 30px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) and (max-width: 992px) {
  .reveal-modal-1 {
    width: 80%;
    margin-left: -40%;
  }
}
@media (max-width: 767px) {
  .reveal-modal-1 {
    width: 90%;
    margin-left: -45%;
    overflow-x: hidden;
  }
}
.reveal-modal-1 h2 {
  font-size: 24px;
  line-height: 2em;
  color: #666;
  font-weight: normal;
}
.reveal-modal-1 h3 {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.reveal-modal-1 .order-addtobag .prompt {
  font-size: 14px;
  margin: 15px 0;
}
.reveal-modal-1 .order-addtobag .cancel {
  text-decoration: underline;
  margin-left: 15px;
}
.reveal-modal-1 .tit {
  border-bottom: 1px solid #999;
  text-align: center;
  margin-bottom: 30px;
}
.reveal-modal-1 .tit h2 {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  background-color: #fff;
  position: relative;
  top: 8px;
  z-index: 1;
}
.reveal-modal-1 .phone-tips {
  margin: 5px 0;
}
.reveal-modal-1 .select2 {
  margin-bottom: 10px;
}

.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .reveal-modal.small {
    width: 80%;
    margin-left: -40%;
  }
}
@media (max-width: 767px) {
  .reveal-modal.small {
    width: 90%;
    margin-left: -45%;
    overflow-x: hidden;
  }
}

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .reveal-modal.medium {
    width: 80%;
    margin-left: -40%;
  }
}
@media (max-width: 767px) {
  .reveal-modal.medium {
    width: 90%;
    margin-left: -45%;
    overflow-x: hidden;
  }
}

.reveal-modal-1.medium {
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .reveal-modal-1.medium {
    width: 80%;
    margin-left: -40%;
  }
}
@media (max-width: 767px) {
  .reveal-modal-1.medium {
    width: 90%;
    margin-left: -45%;
    overflow-x: hidden;
  }
}

.reveal-modal.large {
  width: 600px;
  margin-left: -300px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .reveal-modal.large {
    width: 80%;
    margin-left: -40%;
  }
}
@media (max-width: 767px) {
  .reveal-modal.large {
    width: 90%;
    margin-left: -45%;
    overflow-x: hidden;
  }
}

.reveal-modal.xlarge {
  width: 940px;
  margin-left: -460px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .reveal-modal.xlarge {
    width: 80%;
    margin-left: -40%;
  }
}
@media (max-width: 767px) {
  .reveal-modal.xlarge {
    width: 90%;
    margin-left: -45%;
    overflow-x: hidden;
  }
}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}

.opacity {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  z-index: 1000;
}

.popwincon {
  font-size: 14px;
  background-color: #fff;
  width: 875px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -480px;
  margin-top: 100px;
  z-index: 1030;
  box-shadow: 0 0 8px #666;
  padding: 30px 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .popwincon {
    width: 80%;
    margin-left: -40%;
  }
}
@media (max-width: 767px) {
  .popwincon {
    width: 90%;
    margin-left: -45%;
    overflow-x: hidden;
  }
}
.popwincon h2 {
  font-size: 24px;
  line-height: 2em;
  color: #666;
  font-weight: normal;
}

.popwincon-user {
  padding: 30px;
  width: 600px;
  margin-left: -330px;
}
@media (max-width: 767px) {
  .popwincon-user {
    width: 90%;
    margin-left: -45%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .popwincon-user {
    width: 80%;
    margin-left: -40%;
  }
}
.popwincon-user h3 {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.popwincon-user .order-addtobag {
  border-top: 2px solid #fafafa;
}
.popwincon-user .order-addtobag .prompt {
  font-size: 14px;
  margin: 15px 0;
}
.popwincon-user .order-addtobag .cancel {
  text-decoration: underline;
  margin-left: 15px;
}
.popwincon-user .tit {
  border-bottom: 1px solid #999;
  text-align: center;
  margin-bottom: 30px;
}
.popwincon-user .tit h2 {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  background-color: #fff;
  position: relative;
  top: 8px;
  z-index: 1;
}
.popwincon-user .phone-tips {
  margin: 5px 0;
}
.popwincon-user .select2 {
  margin-bottom: 10px;
}

.close-btn2 {
  background: url("../images/icons-2.png") no-repeat scroll -34px -542px rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  position: absolute;
  width: 24px;
  top: -10px;
  right: -10px;
}

.link-input {
  border: 1px solid #e5e5e5;
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
  width: 320px;
  margin-bottom: 5px;
}

.track-pop {
  background-color: #fff;
  box-shadow: 0 0 8px #5e5e5e;
  left: 50%;
  margin-left: -280px;
  margin-top: 100px;
  padding: 60px 100px;
  position: absolute;
  top: -35px;
  width: 500px;
  z-index: 1001;
}

.paysuccess-h {
  text-align: center;
}

.paysuccess-t {
  color: #666;
  font-size: 18px;
  margin-bottom: 35px;
  padding-bottom: 20px;
  text-align: center;
}
.paysuccess-t li {
  margin-bottom: 10px;
}
.paysuccess-t li a.success {
  color: #cc3300;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .paysuccess-h {
    text-align: center;
    font-size: 18px;
  }

  .paysuccess-t {
    font-size: 12px;
  }
}
/* shipping&payment */
.cart-header {
  height: 70px;
  line-height: 70px;
  background-color: #f7f7f7;
}
.cart-header .col-md-4 {
  text-align: right;
}

.phone-cart-header {
  margin-top: 10px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .pc-step {
    display: none;
  }
}

.step-nav {
  width: 100%;
  background: #e5e5e5;
  position: relative;
}

.step-nav ul {
  height: 32px;
  overflow: hidden;
}

.step-nav li {
  float: left;
  width: 33.3333333%;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
}

.step-nav li em {
  position: absolute;
  right: -24px;
  top: -8px;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 24px 0 24px 24px;
  border-color: transparent  transparent transparent #fff;
  border-style: dashed dashed dashed solid;
}

.step-nav li i {
  position: absolute;
  right: -16px;
  top: 0;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #e5e5e5;
  border-style: dashed dashed dashed solid;
}

.step-nav li.current, .step-nav .detail-tab li.on, .detail-tab .step-nav li.on, .step-nav .track-con .track-detail .detail-tab li.current, .track-con .track-detail .detail-tab .step-nav li.current {
  background: #000;
  color: #fff;
  z-index: 1;
}

.step-nav li.current i, .step-nav .detail-tab li.on i, .detail-tab .step-nav li.on i, .step-nav .track-con .track-detail .detail-tab li.current i, .track-con .track-detail .detail-tab .step-nav li.current i {
  border-color: transparent transparent transparent #000;
}

.step-nav1 li {
  width: 25%;
}

.cart-step {
  text-align: center;
  line-height: normal;
  width: 100%;
}
.cart-step .cart-step-bottom {
  color: #666;
}
.cart-step .cart-step-bottom span {
  display: inline-block;
  vertical-align: middle;
  width: 31%;
  text-transform: capitalize;
}
.cart-step .cart-step-bottom span.on {
  color: #fff;
}

.cart-header a,
.cart-header
.cart-step {
  display: inline-block;
  vertical-align: middle;
}

.shipping-information {
  margin-bottom: 40px;
}
.shipping-information h2 {
  border-bottom: 2px solid #000;
  line-height: 40px;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .shipping-information .mt20 .btn-primary {
    width: 100%;
  }
}

.information-con {
  border: 1px solid #e5e5e5;
  padding: 2%;
  margin-bottom: 30px;
  font-size: 14px;
}
.information-con:before, .information-con:after {
  content: "";
  display: table;
}
.information-con:after {
  clear: both;
}
.information-con .billing-address:before, .information-con .billing-address:after {
  content: "";
  display: table;
}
.information-con .billing-address:after {
  clear: both;
}
.information-con .billing-address h3 {
  font-size: 16px;
  line-height: 20px;
}
.information-con .billing-address h3 span {
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}
.information-con .billing-address a {
  float: right;
  font-style: italic;
  font-size: 12px;
  text-decoration: underline;
}
.information-con dl {
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  padding: 0 2%;
}
@media (max-width: 767px) {
  .information-con dl {
    margin-bottom: 20px;
  }
}
.information-con dl input[type="radio"], .information-con dl input[type="checkbox"] {
  margin: 0px;
}
.information-con dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.information-con dt a {
  margin-left: 5px;
  position: relative;
  font-style: italic;
  text-decoration: underline;
}
.information-con dd {
  color: #666;
  margin-bottom: 10px;
}
.information-con dd:before, .information-con dd:after {
  content: "";
  display: table;
}
.information-con dd:after {
  clear: both;
}
.information-con dd label {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  margin-bottom: 0px;
}
.information-con dd span {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  margin-bottom: 0px;
  word-break: break-all;
}

.method {
  width: 93%;
  float: right;
  color: #000;
  position: relative;
}
.method .me-ra {
  width: 4%;
}
.method .me-wt {
  width: 40%;
}
@media (max-width: 767px) {
  .method .me-wt {
    width: 75%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .method .me-wt {
    width: 60%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .method .me-wt {
    width: 50%;
  }
}
.method .me-pr {
  width: 20%;
}
@media (max-width: 767px) {
  .method .me-pr {
    width: 10%;
  }
}
.method p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}
.method .insurance {
  width: 100%;
}
.method .insurance b {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  color: #999;
  cursor: pointer;
  font-weight: normal;
}
.method .ins-info {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1;
  width: 100%;
}
.method .ins-info .arrow-up {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 5px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  border-width: 5px;
  /*如果想改变倒三角形的大小,就改变这里的像素值*/
  border-style: solid;
  border-color: #e5e5e5 #fafafa #fafafa #fafafa;
  /*如果倒三角形的父元素背景不是白色,就把后面三个#fff改为对应的背景色*/
  top: -3px;
  left: 40px;
  /*如果倒三角形前面的字多于两个,就设置这里的像素值大些*/
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
.method .ins-info .ins-tipscon {
  margin-top: 7px;
  position: relative;
  display: inline-block;
  /*这一句不可少*/
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  padding: 10px;
  text-align: left;
}

.shipping-add-address {
  margin: 25px 0 50px;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 2%;
}

.shipping-address {
  margin: 10px 0 0;
}
.shipping-address li {
  margin-bottom: 10px;
  border: 1px solid #fafafa;
  background: #fafafa;
  padding: 1% 2%;
}
.shipping-address li div.flr {
  height: 26px;
  line-height: 26px;
}
.shipping-address li div.flr:before, .shipping-address li div.flr:after {
  content: "";
  display: table;
}
.shipping-address li div.flr:after {
  clear: both;
}
@media (max-width: 767px) {
  .shipping-address li div.flr {
    margin-bottom: 22px;
  }
}
.shipping-address li .radio {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 5px;
}
.shipping-address li:hover {
  border: 1px solid #e5e5e5;
  background: #fff;
}
.shipping-address li span.b {
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.shipping-address li .a-underline {
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.shipping-address li a {
  margin: 0 0 0 5px;
}
.shipping-address li p.bottom {
  margin: 10px 0 0 20px;
  color: #666;
  padding: 0;
}
.shipping-address li p.bottom span.tel {
  margin: 0 20px;
}
.shipping-address li.last {
  font-weight: bold;
}
.shipping-address .view-btn {
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  border: 0 none;
  vertical-align: middle;
}
.shipping-address div.clearfix {
  height: auto;
}
.shipping-address div.clearfix label b {
  padding-right: 200px;
}

/* user-share-form */
.address-fill {
  font-size: 14px;
}
.address-fill h4 {
  margin: 10px 0;
}

.payment-form {
  margin: 10px 0;
}
.payment-form li {
  margin-bottom: 15px;
}
.payment-form li label {
  line-height: 30px;
  margin-bottom: 0px;
}
.payment-form li * {
  font-weight: normal;
  padding: 0px;
}
.payment-form li label.error {
  margin-top: 2px;
  display: block;
  width: auto;
  text-align: left;
  line-height: 16px;
  color: #cc3300;
  float: none;
}
@media (min-width: 768px) {
  .payment-form li label.error {
    margin-left: 25%;
  }
}

.form li {
  margin-bottom: 10px;
}
.form li:before, .form li:after {
  content: "";
  display: table;
}
.form li:after {
  clear: both;
}
.form li label span {
  color: #cc3300;
}
.form li .text {
  height: 30px;
  line-height: 30px;
  background-color: #fff;
}
.form li input.error {
  border: 1px solid #cc3300;
  background-color: #ffd7d7;
}
.form li textarea.error {
  border: 1px solid #cc3300;
  background-color: #ffd7d7;
}
.form li textarea {
  background-color: #fff;
  height: 48px;
}

.errorInfo {
  color: #cc3300;
}
.errorInfo .error {
  border: 0 none;
}

.select-style {
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.select-style option {
  background-color: #fff;
}

.shipping-methods {
  margin: 10px 0 30px;
}
.shipping-methods ul {
  margin: 0 0 30px;
}
.shipping-methods input {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}

.payment-information:before, .payment-information:after {
  content: "";
  display: table;
}
.payment-information:after {
  clear: both;
}

.shipping-payment {
  margin: 25px 0 50px;
}
.shipping-payment input {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}
.shipping-payment dt {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.shipping-payment dd {
  margin-bottom: 10px;
}
.shipping-payment dd li label img {
  vertical-align: middle;
}
.shipping-payment .shipping-infor {
  margin: 0 0 20px;
  padding: 3px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 14px;
}
.shipping-payment .shipping-infor:hover {
  background: #fafafa;
  border: 1px solid #e5e5e5;
}
.shipping-payment .shipping-infor label {
  display: block;
}

.order-summary {
  border: 1px solid #e5e5e5;
  font-size: 14px;
}
.order-summary h3 {
  margin: 15px;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .order-summary h3,
  .order-summary .pro-con1,
  .order-summary .additional-payment {
    display: none;
  }
}

.pro-con1 {
  max-height: 240px;
  overflow-y: scroll;
  margin-bottom: 10px;
  padding: 0 15px;
}
.pro-con1 li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.pro-con1 li .left {
  width: 24%;
  float: left;
}
.pro-con1 li .right {
  width: 66%;
  float: left;
  margin-left: 10px;
}
.pro-con1 li .right p {
  margin-bottom: 0px;
}
.pro-con1 li .right .name {
  height: 17px;
  overflow: hidden;
  display: block;
}

.font14, .font18 {
  font-size: 14px;
  font-weight: bold;
}

ul.total {
  border-top: 1px solid #e5e5e5;
  padding: 20px 15px;
  background-color: #fafafa;
}
ul.total li {
  margin-bottom: 15px;
}
ul.total li label {
  display: inline-block;
  vertical-align: middle;
  max-width: 176px;
  width: 66%;
  margin-bottom: 0px;
}
ul.total li span {
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
  width: 29%;
  margin-left: 5px;
}

.promo-choies {
  background-color: #fafafa;
}
.promo-choies ul li.promo-code {
  margin-bottom: 20px;
  position: relative;
}

.promo-code .pc-apply {
  text-align: left;
  line-height: 1.8em;
}
.promo-code .pc-apply a {
  text-decoration: underline;
}
.promo-code .pc-apply p {
  line-height: 26px;
  text-align: center;
}
.promo-code .pc-apply .pc-ibutton {
  padding: 5px 10px;
  overflow: hidden;
}
.promo-code .pc-apply .pc-ibutton a {
  line-height: 22px;
  margin: 0px;
}
.promo-code .pc-apply .points-info {
  margin-top: 5px;
  color: #666;
  text-align: left;
}

.po-equal {
  float: left;
  margin: 0 10px;
  line-height: 22px;
}

.input-promo-code {
  display: block;
  width: 44%;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  padding-left: 10px;
}

.additional-payment {
  margin: 0px 10px 10px;
}
.additional-payment p {
  font-style: italic;
  font-weight: bold;
}
.additional-payment .message {
  padding-bottom: 10px;
  cursor: pointer;
}
.additional-payment .message .messageHeader {
  font-weight: bold;
}
.additional-payment .message .messageDropdownIcon {
  color: #999;
}
.additional-payment .message .messageDropdownIcon .fa {
  -webkit-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.additional-payment .message .messageDropdownIcon.open .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.codelist-con {
  width: 180px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 1;
  padding-bottom: 10px;
}
.codelist-con .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(../images/icons-2.png) no-repeat -50px -376px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.codelist-con .tit {
  background-color: #f4f4f0;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.codelist-con .tit h3 {
  margin: 0 0 0 10px;
  font-weight: bold;
  color: #666;
  font-size: 14px;
}
.codelist-con .list-con li a {
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
}
.codelist-con .list-con li a:hover {
  background-color: #e5e5e5;
}
.codelist-con .codenone {
  text-align: center;
  padding: 15px 0;
}

.icon-tips {
  background: url(../images/icons-2.png) no-repeat 0 -1029px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}

.icon-tipscon {
  position: absolute;
  top: -6px;
  left: auto;
  right: 25px;
  z-index: 1;
  border: 1px solid #666;
  background-color: #fff;
  padding: 10px;
  text-align: left;
  width: 433px;
}
@media (max-width: 767px) {
  .icon-tipscon {
    width: 345px;
    left: -211px;
  }
}
.icon-tipscon i {
  margin-left: 32px;
  display: block;
}

/* payment-wrap */
.payment-wrap {
  color: #202020;
  border: solid 1px #e5e5e5;
  background: #fafafa;
}
.payment-wrap .f14 {
  font-size: 14px;
}
.payment-wrap .f16 {
  font-size: 16px;
}
.payment-wrap .f18 {
  font-size: 18px;
}
.payment-wrap .bold {
  font-weight: bold;
  color: #202020;
}
.payment-wrap label {
  margin-bottom: 0px;
}
.payment-wrap .payment-h1 {
  border-bottom: solid 1px #e5e5e5;
  padding-left: 20px;
  background: #fafafa;
}
.payment-wrap .payment-p .payment-card-time {
  line-height: 18px;
  color: #999;
  padding-left: 25px;
  font-size: 14px;
}
.payment-wrap .payment-p em {
  color: #cc3300;
  margin-right: 5px;
}
.payment-wrap .payment-ul {
  float: left;
}
.payment-wrap .payment-ul ul {
  margin: 0 0 0 15px;
}
.payment-wrap .payment-ul ul li {
  float: left;
  margin: 10px 0 0 5px;
  line-height: 24px;
}
.payment-wrap .payment-ul ul li.visa {
  background-position: 0 0;
}
.payment-wrap .payment-ul ul li.master {
  background-position: -90px 0;
}
.payment-wrap .payment-ul ul li.jcb {
  background-position: -180px 0;
}
.payment-wrap .payment-td-right {
  text-align: left;
  padding-right: 10px;
  padding-left: 15px;
  white-space: nowrap;
  display: block;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
}
.payment-wrap .payment-icon-box-pic-en {
  float: left;
  margin: 5px 0 0 10px;
}
.payment-wrap .payment-message {
  text-align: left;
  border: none;
  padding: 10px 15px;
  margin-bottom: 0;
  color: #999;
}
.payment-wrap .card-num {
  position: relative;
}
.payment-wrap .card-num-box {
  width: 265px;
  background: #fafafa;
  border: solid 1px #e5e5e5;
  padding: 0 10px;
  position: absolute;
  bottom: -10px;
  display: none;
  left: 15px;
}
.payment-wrap .ui-input {
  height: 30px;
  color: #666;
  padding: 0 0 0 5px;
  border: solid 1px #ccc;
  background: #fff;
  outline: none;
  margin: 10px 0 0px 15px;
  display: block;
  float: left;
  width: 40%;
}
.payment-wrap .ui-input:hover {
  background: #fff;
}
.payment-wrap .ui-input:focus {
  background: #fff;
  border: solid 1px #999;
  -webkit-box-shadow: 0px 0px 5px #999;
  -moz-box-shadow: 0px 0px 5px #999;
  box-shadow: 0px 0px 5px #999;
}

.cart-side {
  padding: 15px;
  color: #999;
}
.cart-side strong {
  color: #000;
  font-size: 14px;
  display: block;
}
.cart-side .add-payment strong {
  font-style: italic;
}
.cart-side .add-payment .encryption b {
  background: url(../images/icons-2.png) no-repeat 0px -1655px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 18px;
  margin-right: 10px;
}

.os h3 {
  margin: 0;
  padding: 15px;
  background: #eeeeee;
  font-weight: 600;
}

.mt20 .btn-pay {
  background: #000000;
  border-color: #000000;
}

.total .red {
  color: #cc3300;
}

/*
*@module: flash-sale 
*@Author: zhangxi 2015-02-28
*@Update: 
*/
.cate-sales {
  background-color: #fafafa;
}

.flash-sale-prolist {
  padding: 15px 0;
  width: 100%;
}
.flash-sale-prolist ul:before, .flash-sale-prolist ul:after {
  content: "";
  display: table;
}
.flash-sale-prolist ul:after {
  clear: both;
}
.flash-sale-prolist li.prolist-li {
  background-color: #fafafa;
  margin-left: 2.5%;
  margin-top: 30px;
  width: 30%;
  float: left;
  text-align: center;
}
.flash-sale-prolist li.prolist-li .price {
  font-size: 16px;
  margin: 10px 0 5px 0;
  width: auto;
  text-align: center;
  font-weight: bold;
  max-width: 100%;
}
@media (max-width: 992px) {
  .flash-sale-prolist li.prolist-li .price .hidden-xs {
    display: none !important;
  }
  .flash-sale-prolist li.prolist-li .price .hidden-sm {
    display: block !important;
  }
}
.flash-sale-prolist li.prolist-li .price span {
  font-size: 14px;
  font-weight: normal;
}
.flash-sale-prolist li.prolist-li a.name {
  color: #666666;
  text-align: center;
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
}
.flash-sale-prolist li.prolist-li a.btn {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
  font-weight: bold;
  text-decoration: none;
}
.flash-sale-prolist li.prolist-li .num {
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #e3e3e3;
  margin: 0 0 5px;
}
.flash-sale-prolist li.prolist-li .reviews {
  text-align: center;
  color: #aaa;
  font-style: italic;
  height: 19px;
}
.flash-sale-prolist li.prolist-li .reviews .fa {
  color: #ecb123;
}
.flash-sale-prolist li.prolist-li .saletime {
  position: static;
  background: none;
  font-size: 12px;
  text-align: center;
  margin: 8px 5px 15px;
  height: auto;
  line-height: 18px;
  color: #333333;
  font-weight: bold;
}
.flash-sale-prolist .JS_shows_btn1 {
  position: relative;
}
.flash-sale-prolist .JS_shows_btn1 a {
  display: block;
  text-align: center;
}
.flash-sale-prolist .JS_shows1 {
  position: absolute;
  left: 0;
  top: 125px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
}
.flash-sale-prolist .JS_shows1 .size {
  padding-top: 15px;
  overflow: hidden;
}
.flash-sale-prolist .JS_shows1 .size span.onesize-detail {
  display: block;
  text-align: center;
  font-weight: bold;
}
.flash-sale-prolist .JS_shows1 .size .size-detail {
  text-align: center;
  font-weight: bold;
  display: block;
}
.flash-sale-prolist .showscon {
  background-color: #fff;
  opacity: 0.5;
  width: 100%;
  min-height: 80px;
  z-index: 1;
}
.flash-sale-prolist .tab-bottom {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  height: 380px;
}
.flash-sale-prolist .tab-bottom .tab-menu {
  overflow: hidden;
}
.flash-sale-prolist .tab-bottom .tab-menu li {
  float: left;
  width: 16.6%;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  margin-top: 3px;
  border: 1px solid #4d4d4d;
  border-bottom: none;
  background: #000;
  color: #fff;
}
.flash-sale-prolist .tab-bottom .tab-menu li.hover {
  background-image: url(../images/flash-sale/flash-sale-btn.jpg);
  color: #fff;
  font-size: 20px;
  border: 1px solid #be360b;
  margin-top: 1px;
}
.flash-sale-prolist .tab-bottom .tab-menu li.selected {
  background-image: url(../images/flash-sale/flash-sale-btn.jpg);
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #be360b;
  overflow: visible;
  margin-top: 2px;
}
.flash-sale-prolist .tab-bottom .tab-box {
  height: 265px;
  width: 100%;
}
.flash-sale-prolist .tab-bottom .tab-box .v-show .v-content {
  position: relative;
  height: 265px;
}
.flash-sale-prolist .tab-bottom .tab-box .v-show .v-content .scarab-itemlist {
  width: 100%;
}
.flash-sale-prolist .tab-bottom .tab-box .v-show .v-content .scarab-prev, .flash-sale-prolist .tab-bottom .tab-box .v-show .v-content .scarab-next {
  vertical-align: middle;
  line-height: 265px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  width: 1%;
  text-align: center;
  float: left;
}
@media (min-width: 768px) and (max-width: 992px) {
  .flash-sale-prolist .tab-bottom .tab-box .v-show .v-content .scarab-prev, .flash-sale-prolist .tab-bottom .tab-box .v-show .v-content .scarab-next {
    line-height: 180px;
  }
}
.flash-sale-prolist .tab-bottom .tab-box .v-show .v-content span.scarab-item {
  display: inline;
  float: left;
  margin: 10px 0;
  text-align: center;
  width: 18.5%;
  margin-left: 1%;
  border: none;
}
.flash-sale-prolist .tab-bottom .tab-box .v-show .v-content span.scarab-item a {
  display: block;
  overflow: hidden;
}
.flash-sale-prolist .tab-bottom .tab-box .v-show .v-content span.scarab-item img {
  max-width: 100%;
}
.flash-sale-prolist .tab-bottom .tab-box .v-show .v-content span.scarab-item span {
  color: #ff0000;
}
.flash-sale-prolist .tab-bottom-mobile .w-tit {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  text-align: center;
}
.flash-sale-prolist .tab-bottom-mobile .w-tit h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  background-color: #f6f6f6;
  position: relative;
  top: 14px;
  font-weight: bold;
}
.flash-sale-prolist .tab-bottom-mobile .flash-sale {
  margin: 0 0 25px 0;
}
.flash-sale-prolist .tab-bottom-mobile .flash-sale a {
  display: block;
  text-align: center;
}
.flash-sale-prolist .tab-bottom-mobile .flash-sale .price {
  margin: 10px 0 0 0;
  color: #cc3300;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .flash-sale-prolist li.prolist-li {
    width: 95%;
  }
}
.flash-sale-filter {
  position: relative;
  max-width: 100%;
  margin-bottom: 20px;
}
.flash-sale-filter .con {
  position: absolute;
  left: 18%;
  top: 40%;
  z-index: 99;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flash-sale-filter .con {
    left: 17%;
  }
}
.flash-sale-filter .con li {
  border: 1px solid #ccc;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 10% 18px 0;
  text-align: center;
  width: 85px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flash-sale-filter .con li {
    margin: 0 3% 18px 0;
  }
}
.flash-sale-filter .con li a {
  font-size: 16px;
  cursor: pointer;
}
.flash-sale-filter .con li.on a, .flash-sale-filter .con .track-con .track-detail .detail-tab li.current a, .track-con .track-detail .detail-tab .flash-sale-filter .con li.current a, .flash-sale-filter .con .track-con .track-detail .detail-tab li.on a, .track-con .track-detail .detail-tab .flash-sale-filter .con li.on a {
  color: #f00;
}

.sale-filter {
  position: relative;
  max-width: 100%;
  margin-bottom: 20px;
}
.sale-filter .con {
  position: absolute;
  left: 12%;
  top: 68%;
  z-index: 99;
  display: block;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sale-filter .con {
    left: 6%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sale-filter .con {
    left: 8%;
  }
}
.sale-filter .con li {
  background-color: #fff;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 5% 18px 0;
  text-align: center;
  width: 95px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sale-filter .con li {
    margin: 0 2% 18px 0;
  }
}
.sale-filter .con li a {
  font-size: 20px;
  cursor: pointer;
  color: #cc3300;
  font-weight: bold;
  padding: 8px 22px;
}
.sale-filter .con li.on, .sale-filter .con .track-con .track-detail .detail-tab li.current, .track-con .track-detail .detail-tab .sale-filter .con li.current, .sale-filter .con .track-con .track-detail .detail-tab li.on, .track-con .track-detail .detail-tab .sale-filter .con li.on {
  background-color: #cc3300;
}
.sale-filter .con li.on a, .sale-filter .con .track-con .track-detail .detail-tab li.current a, .track-con .track-detail .detail-tab .sale-filter .con li.current a, .sale-filter .con .track-con .track-detail .detail-tab li.on a, .track-con .track-detail .detail-tab .sale-filter .con li.on a {
  color: #fff;
}

.flash-sale-dwrapper {
  background-color: #fff;
  box-shadow: 0 0 8px #5e5e5e;
  left: 50%;
  margin: 100px auto 0 -380px;
  padding: 20px 10px 50px;
  position: absolute;
  z-index: 1001;
  width: 720px;
  position: absolute;
  top: 181px;
}
.flash-sale-dwrapper .close-btn3 {
  right: 10px;
  top: 10px;
  background: url("../images/icons-2.png") no-repeat scroll -34px -568px transparent;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  position: absolute;
  width: 24px;
}
.flash-sale-dwrapper .pro-left {
  width: 300px;
  overflow: visible;
  position: relative;
  z-index: 10;
}
.flash-sale-dwrapper .pro-left .myImages {
  width: 300px;
  height: 400px;
  border: 1px solid #ccc;
}
.flash-sale-dwrapper .pro-left .saletime1 {
  position: static;
  background: none;
  font-size: 14px;
  text-align: center;
  margin: 0 5px 15px;
  height: auto;
  line-height: 18px;
  color: #333333;
  font-weight: bold;
  padding: 15px 0;
}
.flash-sale-dwrapper .pro-right {
  width: 380px;
  margin-left: 20px;
  margin-top: 20px;
}
.flash-sale-dwrapper .pro-right dd {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.flash-sale-dwrapper .pro-right dd h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 16px;
}
.flash-sale-dwrapper .pro-right dd .price {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px;
}
.flash-sale-dwrapper .pro-right dd .reviews {
  margin: 0 2px;
}
.flash-sale-dwrapper .pro-right dd .size {
  margin: 20px 0 0;
}
.flash-sale-dwrapper .pro-right dd .selected-box {
  margin: 0 0 10px;
  width: 150px;
}
.flash-sale-dwrapper .pro-right dd .submit1, .flash-sale-dwrapper .pro-right dd .color {
  margin: 10px 0 10px 0;
  margin-top: 86px;
}
.flash-sale-dwrapper .pro-right dd.last {
  border-bottom: 0 none;
  margin: 0;
  padding: 0;
}
.flash-sale-dwrapper .pro-right dd.last #action-form {
  border: medium none;
  margin-top: 10px;
}
.flash-sale-dwrapper .pro-right dd.last #action-form #select-size {
  font-weight: bold;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .btn-size-select {
  border: 1px solid #d8271c;
  background-color: #f4f4f4;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .btn-size-normal {
  background: none repeat scroll 0 0 #fff;
  height: 27px;
  line-height: 27px;
  text-align: center;
  min-width: 62px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  padding: 0 5px;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li {
  float: left;
  margin-right: 5px;
  position: relative;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box {
  left: -1px;
  position: absolute;
  text-align: left;
  top: 26px;
  z-index: 5;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box .dpn-icon {
  border-bottom: 6px solid #ffcc66;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  height: 0;
  left: 25px;
  position: absolute;
  top: 0;
  width: 0;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box .dpn-icon p {
  color: #666;
  text-align: left;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box .dpn-icon p span {
  color: #333;
  padding: 0 5px;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box .dpn-icon .size-quide {
  display: inline-block;
  text-align: left;
  text-decoration: underline;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box .dpn-icon .loc01 {
  margin-left: 0;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box .dpn-icon .loc02 {
  margin-left: -67px;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box .dpn-icon .loc03 {
  margin-left: -134px;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box .dpn-icon .loc04 {
  margin-left: -201px;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box .dpn-icon .loc05 {
  margin-left: -268px;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box .dpn-icon .loc06 {
  margin-left: -335px;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box .dpn-icon .loc07 {
  margin-left: 0;
}
.flash-sale-dwrapper .pro-right dd.last #action-form .size-list li .size-dpn-box .dpn-icon .loc08 {
  margin-left: -67px;
}
.flash-sale-dwrapper .pro-right dd.info p span {
  margin: 0 8px 0 0;
  height: 12px;
  display: inline-block;
  line-height: 12px;
  border: none;
}

.countdown {
  position: relative;
}
.countdown .countdown-time {
  position: absolute;
  top: 40%;
  left: 721px;
  font-size: 550%;
  width: 440px;
  color: #fff;
}
@media (max-width: 1024px) {
  .countdown .countdown-time {
    top: 41.55555%;
    left: 550px;
    font-size: 400%;
    width: 360px;
  }
}
@media (max-width: 768px) {
  .countdown .countdown-time {
    top: 42%;
    left: 424px;
    font-size: 300%;
    width: 290px;
  }
}
.countdown .countdown-time span {
  display: block;
  float: left;
  letter-spacing: 12px;
}
.countdown .countdown-time span#t_d {
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .countdown .countdown-time span#t_d {
    margin-left: 18px;
  }
}
@media (max-width: 768px) {
  .countdown .countdown-time span#t_d {
    margin-left: 10px;
  }
}
.countdown .countdown-time span#t_h {
  margin-left: 12px;
  width: 98px;
}
@media (max-width: 1024px) {
  .countdown .countdown-time span#t_h {
    width: 76px;
    margin-left: 9px;
  }
}
@media (max-width: 768px) {
  .countdown .countdown-time span#t_h {
    width: 63px;
    margin-left: 3px;
  }
}
.countdown .countdown-time span#t_m {
  margin-left: 13px;
  width: 98px;
}
@media (max-width: 1024px) {
  .countdown .countdown-time span#t_m {
    width: 76px;
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  .countdown .countdown-time span#t_m {
    width: 63px;
    margin-left: 3px;
  }
}
.countdown .countdown-time span#t_s {
  margin-left: 12px;
  width: 98px;
}
@media (max-width: 1024px) {
  .countdown .countdown-time span#t_s {
    width: 76px;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .countdown .countdown-time span#t_s {
    width: 63px;
    margin-left: 2px;
  }
}

.nov-ele {
  position: relative;
}
.nov-ele .nov-ele-time {
  position: absolute;
  top: 41%;
  left: 714px;
  font-size: 550%;
  width: 440px;
  color: #000;
}
@media (max-width: 1024px) {
  .nov-ele .nov-ele-time {
    top: 42%;
    left: 545px;
    font-size: 400%;
    width: 360px;
  }
}
@media (max-width: 768px) {
  .nov-ele .nov-ele-time {
    top: 43%;
    left: 421px;
    font-size: 300%;
    width: 290px;
  }
}
.nov-ele .nov-ele-time span {
  display: block;
  float: left;
  letter-spacing: 12px;
}
.nov-ele .nov-ele-time span#t_d {
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .nov-ele .nov-ele-time span#t_d {
    margin-left: 18px;
  }
}
@media (max-width: 768px) {
  .nov-ele .nov-ele-time span#t_d {
    margin-left: 10px;
  }
}
.nov-ele .nov-ele-time span#t_h {
  margin-left: 12px;
  width: 98px;
}
@media (max-width: 1024px) {
  .nov-ele .nov-ele-time span#t_h {
    width: 76px;
    margin-left: 9px;
  }
}
@media (max-width: 768px) {
  .nov-ele .nov-ele-time span#t_h {
    width: 63px;
    margin-left: 3px;
  }
}
.nov-ele .nov-ele-time span#t_m {
  margin-left: 13px;
  width: 98px;
}
@media (max-width: 1024px) {
  .nov-ele .nov-ele-time span#t_m {
    width: 76px;
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  .nov-ele .nov-ele-time span#t_m {
    width: 63px;
    margin-left: 3px;
  }
}
.nov-ele .nov-ele-time span#t_s {
  margin-left: 12px;
  width: 98px;
}
@media (max-width: 1024px) {
  .nov-ele .nov-ele-time span#t_s {
    width: 76px;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .nov-ele .nov-ele-time span#t_s {
    width: 63px;
    margin-left: 2px;
  }
}

/*
*@module: blogger 
*@Author: zhangxi 2015-3-10
*@Update: 
*/
.blogger-step1-phone a {
  text-decoration: underline;
  color: #cc3300;
}

.blogger-img {
  margin-bottom: 25px;
}

.blogger-wanted .fashion-policy {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 25px;
}
.blogger-wanted h3 {
  font-size: 14px;
  font-weight: bold;
  color: #444;
}
.blogger-wanted p {
  color: #666;
  font-size: 14px;
}
.blogger-wanted a {
  color: #cc3300;
}
.blogger-wanted a:hover {
  opacity: 0.8;
}
.blogger-wanted .blogger-form {
  margin-top: 30px;
}
.blogger-wanted .blogger-form .fashion-tit {
  color: #999;
  font: 18px/40px "Verdana";
  text-transform: uppercase;
}
.blogger-wanted .blogger-form .sub-info {
  font-size: 14px;
}
.blogger-wanted .blogger-form .sub-info label {
  font-weight: normal;
}
.blogger-wanted .blogger-form .sub-info label span {
  color: #cc3300;
}
.blogger-wanted .blogger-form .sub-info li {
  margin-top: 20px;
}
.blogger-wanted .blogger-form .sub-info li td {
  padding-bottom: 10px;
}
.blogger-wanted .blogger-form .sub-info .selected-option {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  vertical-align: middle;
  z-index: 3;
}
.blogger-wanted .blogger-form .sub-info .sub-info-text {
  border: 1px solid #e5e5e5;
  height: 24px;
  line-height: 24px;
}
.blogger-wanted .blogger-form .sub-info textarea {
  height: 50px;
  color: #999;
  line-height: 18px;
  word-wrap: break-word;
}
.blogger-wanted .fashion-tit {
  color: #999;
  font: 18px/40px "Verdana";
  text-transform: uppercase;
}
.blogger-wanted .fashion-banner p {
  color: #666;
}
.blogger-wanted .fashion-banner p a {
  color: #cc3300;
  text-decoration: underline;
}
.blogger-wanted .banner-area {
  text-align: center;
}
.blogger-wanted .banner-area table {
  margin: auto;
  padding: 0;
}
.blogger-wanted .banner-area table td {
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
}
.blogger-wanted .banner-area table td img {
  border: 1px solid #e5e5e5;
}
.blogger-wanted .add-more {
  color: #cc3300;
  text-decoration: underline;
  background-color: #fff;
}

.fashion-thank {
  color: #666;
  height: 180px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 95%;
}
.fashion-thank h4 {
  font-size: 16px;
  margin: 60px 0 36px;
}

#site_link {
  display: none;
  position: fixed;
  z-index: 1100;
  height: 480px;
  width: 22%;
  top: 20%;
  left: 20%;
  margin-left: 0px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  #site_link {
    width: 100%;
    margin-left: -30%;
    margin-top: 10%;
  }
}
#site_link .closebtn {
  height: 32px;
  width: 25px;
  position: absolute;
  right: 5px;
  top: 320px;
  z-index: 129;
  cursor: pointer;
}
#site_link img {
  position: fixed;
  z-index: 119;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url("../images/blogger/border1.png") no-repeat 0 0;
}

#cboxTopCenter {
  height: 25px;
  background: url("../images/blogger/border1.png") repeat-x 0 -50px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url("../images/blogger/border1.png") no-repeat -25px 0;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url("../images/blogger/border1.png") no-repeat 0 -25px;
}

#cboxBottomCenter {
  height: 25px;
  background: url("../images/blogger/border1.png") repeat-x 0 -75px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url("../images/blogger/border1.png") no-repeat -25px -25px;
}

#cboxMiddleLeft {
  width: 25px;
  background: url("../images/blogger/border2.png") repeat-y 0 0;
}

#cboxMiddleRight {
  width: 25px;
  background: url("../images/blogger/border2.png") repeat-y -25px 0;
}

#cboxContent {
  background: #fff;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}

#catalog_link {
  display: none;
  z-index: 1100;
  height: 480px;
  width: 640px;
  top: 50%;
  left: 50%;
  margin-left: 0px;
  margin-top: 100px;
}

.order {
  position: fixed;
  padding: 10px 10px 20px;
  top: 30%;
  left: 30%;
  width: 34%;
  height: 230px;
  z-index: 1000;
  background: none repeat scroll 0% 0% white;
  border: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .order {
    width: 100%;
    margin-left: -30%;
    margin-top: 10%;
  }
}

.fashion-thank h3 {
  font: 24px Arial;
  margin-top: 86px;
  text-transform: uppercase;
}

.fashion-thank p {
  font: 12px Arial;
  margin-top: 10px;
}

.trial-winners {
  margin: 20px 0;
  border: 4px solid #e5e5e5;
  font-size: 14px;
  padding: 20px 30px;
  text-align: center;
}
.trial-winners h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.trial-winners ul {
  margin: 20px 0 15px;
}
.trial-winners ul:before, .trial-winners ul:after {
  content: "";
  display: table;
}
.trial-winners ul:after {
  clear: both;
}
.trial-winners ul li {
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden;
  text-align: left;
}
.trial-winners .a-red, .trial-winners .a-red:hover {
  color: #cc3300;
  text-decoration: underline;
}

.report-details {
  background: url(../images/freetrial/trial_pro_bg.jpg) repeat-x bottom;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.report-details .report-left {
  position: relative;
}
.report-details .report-left .pro-img {
  position: relative;
  overflow: hidden;
}
.report-details .report-left .pro-img a {
  display: block;
  text-align: center;
}
.report-details .report-left .pro-img a img {
  text-align: center;
}
.report-details .report-left .pro-small {
  margin: 5px 0;
}
.report-details .report-left .pro-small li {
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.report-details .report-left .pro-small li:hover {
  border-color: #cc3300;
}
.report-details .report-left .pro-small li a {
  display: block;
  text-align: center;
}
.report-details .report-left .pro-small li.current, .report-details .report-left .pro-small .detail-tab li.on, .detail-tab .report-details .report-left .pro-small li.on {
  border-color: #cc3300;
}
.report-details .report-left .pro-small .pro-items {
  position: relative;
}
.report-details .report-left .chances, .report-details .report-left .chances1, .report-details .report-left .chances2, .report-details .report-left .chances3 {
  background: url(../images/freetrial/icon_chance.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  z-index: 1;
}
.report-details .report-left .chances1 {
  background-position: 0 0;
}
.report-details .report-left .chances2 {
  background-position: 0 -71px;
}
.report-details .report-left .chances3 {
  background-position: 0 -141px;
}
.report-details .report-right {
  float: right;
}
.report-details .report-right h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 780px) {
  .report-details .report-right h3 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
  }
}
.report-details .report-right dl {
  font-size: 14px;
}
.report-details .report-right dl dt {
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  color: #666;
  background-color: #fafafa;
  margin-bottom: 15px;
}
.report-details .report-right dl dt .timeleft-box strong {
  color: #D92628;
  margin: 0 5px 0 0;
  font-size: 18px;
}
.report-details .report-right dl dd {
  margin-bottom: 15px;
}
.report-details .report-right dl dd .price li {
  margin: 5px 0;
}
.report-details .report-right dl dd .price li .f00 {
  color: #cc3300;
  margin-bottom: 0;
}
.report-details .report-right dl dd .price li label {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
}
.report-details .report-right dl dd .price li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.report-details .report-right dl dd .price li span em {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
}
.report-details .report-right dl dd .price li.m {
  line-height: 36px;
}
.report-details .report-right dl dd .share a {
  margin: 5px 0 0 5px;
  background: url(../images/themes-new.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.report-details .report-right dl dd .share .a1 {
  background-position: 0 -331px;
}
.report-details .report-right dl dd .share .a2 {
  background-position: -23px -331px;
}
.report-details .report-right dl dd .share .a3 {
  background-position: -46px -331px;
}
.report-details .report-right dl dd dl {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
.report-details .report-right dl dd dt {
  background: none;
  margin: 0;
  font-weight: bold;
}
.report-details .report-right dl dd dd {
  margin: 0;
}

.trial-report {
  background: url(../images/freetrial/trial_report.jpg) no-repeat left top;
  padding-left: 38px;
}
.trial-report h2 {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.trial-report .trial-report-listcon:before, .trial-report .trial-report-listcon:after {
  content: "";
  display: table;
}
.trial-report .trial-report-listcon:after {
  clear: both;
}
.trial-report .trial-report-listcon li {
  padding-bottom: 25px;
}
.trial-report .trial-report-listcon li img {
  margin-bottom: 10px;
}
.trial-report .trial-report-listcon li h3 {
  font-size: 14px;
}
.trial-report .trial-report-listcon li .name {
  display: block;
  margin: 5px 0 10px;
  height: 36px;
  overflow: hidden;
}
.trial-report .trial-report-listcon li .name:hover {
  color: #666;
}
.trial-report .bottom {
  text-align: right;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  background-color: #FCF2ED;
  padding: 0 10px;
}
.trial-report .bottom a {
  font-size: 14px;
  font-weight: bold;
  color: #cc3300;
}

.trial-report-list {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 0;
}
.trial-report-list .report-details {
  background: none;
}
.trial-report-list .report-details .right-top span {
  color: #999;
}
.trial-report-list .report-details .right-top .price {
  color: #666;
  margin: 3px 0 15px;
}
.trial-report-list .report-details .right-top .price a {
  margin-left: 5%;
}
.trial-report-list .report-details .right-trial .right-tit {
  background: url(../images/freetrial/report_right_titbg.png) no-repeat top left;
  padding-top: 9px;
}
.trial-report-list .report-details .right-trial .right-tit h4 {
  background-color: #e5e5e5;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.trial-report-list .report-details .right-trial .right-con {
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-top: 0 none;
}
.trial-report-list .report-details .right-trial .right-con .right-con-t {
  margin-bottom: 10px;
  color: #cc3300;
  font-weight: bold;
}
.trial-report-list .report-details .right-trial .right-con .right-con-t span {
  margin-right: 15px;
}
.trial-report-list .report-details .right-trial .right-con p {
  font-size: 14px;
  line-height: 20px;
}
.trial-report-list .report-details .right-trial .right-con p img {
  margin: 12px 0 0;
}

.tol-page {
  font-size: 12px;
}

.searchon-wp {
  border: 1px solid #e7e7e7;
  background-color: #f5f5f6;
  padding: 15px 0 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .searchon-wp {
    padding: 15px 0 180px;
  }
}
.searchon-wp .searchon-404 {
  text-align: center;
}
.searchon-wp .searchon-404 h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 25px;
}
.searchon-wp .searchon-404 .font24 {
  line-height: 40px;
  font-size: 24px;
}
.searchon-wp .searchon-404 .mt50 {
  margin-top: 50px;
}
.searchon-wp .searchon-404 p.ss {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .searchon-wp .searchon-404 p.ss {
    font-size: 14px;
    font-weight: bold;
  }
  .searchon-wp .searchon-404 h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
.searchon-wp .searchon-404 p.b {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0;
}
.searchon-wp .searchon-404 p.b b {
  font-size: 18px;
}
.searchon-wp .searchon-404 .text-upper {
  margin-bottom: 20px;
}
.searchon-wp .searchon-404 a.b {
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
.searchon-wp .banner-404 {
  margin: 20px 0 0;
  background: url("../images/404/not_found_b.png") no-repeat;
  height: 120px;
}
.searchon-wp .banner-404 img {
  float: left;
  margin-right: 5%;
}
.searchon-wp .banner-404 .left {
  float: left;
  margin-top: 60px;
}
.searchon-wp .banner-404 .left b {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.searchon-wp .banner-404 .left .text {
  height: 24px;
  line-height: 24px;
  color: #a2a2a2;
  border: 1px solid #c7c7c7;
  margin-right: 5px;
  vertical-align: middle;
}
.searchon-wp .banner-404 .left .btn {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  background-color: #202020;
  padding: 0 10px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-top: 2px;
}
.searchon-wp .banner-404 .right {
  float: left;
  margin-top: 65px;
  text-transform: uppercase;
}
.searchon-wp .banner-404 .right b {
  text-decoration: underline;
  margin-top: 5px;
  display: block;
}

/*
*@module: how to order 
*@Author: zhangxi 2015-03-29
*@Update: 
*/
article.top-follow p {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  padding-top: 25px;
  padding: 0 15px;
}

.aside-active {
  overflow: hidden;
  position: fixed;
  float: left;
  width: 18%;
  min-height: 1px;
  padding: 0 15px;
}
.aside-active ul {
  overflow: hidden;
  margin-top: 12px;
}
.aside-active ul li {
  height: 50px;
  margin-top: 5px;
}
.aside-active ul li a {
  display: block;
}
.aside-active ul li a span {
  height: 48px;
  width: 48px;
  background: url(../images/how-to-order/btn-how-to-order2.jpg) no-repeat scroll 0 0;
  color: white;
  text-align: center;
  padding-top: 15px;
  float: left;
  display: block;
}
.aside-active ul li a p {
  float: left;
  display: block;
  margin-top: 5px;
  color: #666;
}
.aside-active ul li.on a span, .aside-active ul .track-con .track-detail .detail-tab li.current a span, .track-con .track-detail .detail-tab .aside-active ul li.current a span, .aside-active ul .track-con .track-detail .detail-tab li.on a span, .track-con .track-detail .detail-tab .aside-active ul li.on a span {
  background: url(../images/how-to-order/btn-how-to-order1.jpg) no-repeat scroll 0 0;
  display: block;
  height: 48px;
  width: 48px;
  float: left;
}
.aside-active ul li.on a p, .aside-active ul .track-con .track-detail .detail-tab li.current a p, .track-con .track-detail .detail-tab .aside-active ul li.current a p, .aside-active ul .track-con .track-detail .detail-tab li.on a p, .track-con .track-detail .detail-tab .aside-active ul li.on a p {
  color: black;
}

.main-how {
  overflow: hidden;
  position: relative;
  float: right;
}
.main-how h1 {
  height: 52px;
  background: url(../images/how-to-order/line.jpg) no-repeat scroll left bottom;
}
.main-how h1 p {
  color: black;
  font-size: 14px;
  line-height: 35px;
}
.main-how h1 p span.list-circle {
  background: url(../images/how-to-order/list.jpg) no-repeat scroll 0 0;
  height: 40px;
  width: 35px;
  display: block;
  text-align: center;
}
.main-how h1 p span {
  float: left;
}
@media screen and (max-width: 767px) {
  .main-how h1 {
    height: 30px !important;
    background: none !important;
  }
}
.main-how p.tips {
  color: #666;
  font-size: 14px;
  margin: 10px 0 0 10px;
}
.main-how img {
  margin-top: 10px;
  display: block;
}

/*
*@module: user account 
*@Author: wanlong 2015-10-13
*@Update: 
*/
.luck-lay {
  background-color: #e5e5e5;
  width: 1200px;
  overflow: hidden;
}
.luck-lay .luck-step {
  width: 140px;
  position: relative;
  line-height: 50px;
  height: 50px;
}
.luck-lay .luck-step h3 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 140px;
}
.luck-lay .luck-step .fa-play {
  position: absolute;
  right: -24px;
  top: 62px;
  font-size: 30px;
  color: #e5e5e5;
}
.luck-lay .luck-reg {
  width: 1060px;
  padding-left: 40px;
  background-color: #fff;
}
.luck-lay .luck-reg h3 {
  font-size: 22px;
  line-height: 50px;
  height: 50px;
  font-weight: bold;
}
.luck-lay .luck-reg .turntable .tur-box {
  background-color: #fcdedc;
  padding: 30px;
  width: 800px;
  float: right;
  position: relative;
  margin: 120px 0;
}
.luck-lay .luck-reg .turntable .tur-box .tur-user {
  width: 450px;
  float: right;
}
.luck-lay .luck-reg .turntable .tur-box .tur-user .tur-r-t {
  width: 450px;
  height: 50px;
  background-color: #f55b6d;
  text-align: center;
}
.luck-lay .luck-reg .turntable .tur-box .tur-user .tur-r-t b {
  font-size: 20px;
  color: #000;
}
.luck-lay .luck-reg .turntable .tur-box .tur-user .tur-r-t p {
  font-size: 14px;
  color: #fff;
}
.luck-lay .luck-reg .turntable .tur-box .tur-user .tur-r-line {
  border: 1px solid #f55b6d;
  border-width: 0px 1px 1px 1px;
  width: 420px;
  margin-left: 15px;
  padding: 30px;
  overflow: hidden;
}
.luck-lay .luck-reg p {
  font-size: 18px;
}
.luck-lay .luck-reg .reg-win {
  border: 1px solid #fcdedc;
  overflow: hidden;
  margin-top: 30px;
}
.luck-lay .luck-reg .reg-win .signup-success {
  text-align: center;
  margin-right: 25px;
  width: 350px;
  margin-top: 80px;
}
.luck-lay .luck-reg .reg-win .signup-success b {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.luck-lay .luck-reg .reg-win .signup-success p {
  font-size: 14px;
  font-weight: normal;
}
.luck-lay .luck-reg .reg-win .w-signup {
  width: 350px;
}
.luck-lay .luck-reg .luck-notes {
  margin-bottom: 50px;
}
.luck-lay .luck-reg .luck-notes dl dt {
  font-weight: bold;
  color: #cc3300;
  font-size: 14px;
}
.luck-lay .luck-reg .luck-notes dl dd {
  line-height: 30px;
  font-size: 14px;
}

.fontscroll {
  width: 230px;
  height: 120px;
  line-height: 30px;
  overflow: Hidden;
  padding: 5px 0;
  margin: 0 auto;
  font-size: 14px;
}
.fontscroll .line {
  text-align: left;
  width: 100%;
}
.fontscroll .line span {
  color: #cc3300;
  padding-left: 30px;
}

#result {
  display: none;
}

#resultTxt {
  position: fixed;
  width: 400px;
  height: 300px;
  background: url("../images/code-bg.png") no-repeat;
  z-index: 101;
  top: 100px;
  left: 50%;
  margin-left: -200px;
}
#resultTxt .res-box {
  margin-top: 99px;
  margin-left: 22px;
  width: 358px;
}
#resultTxt .res-title {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#resultTxt .res-title span {
  color: #cc3300;
}
#resultTxt .res-img {
  text-align: center;
  margin-top: 25px;
}
#resultTxt .res-back {
  text-align: center;
  margin-top: 25px;
}
#resultTxt .res-back a {
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.result-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
}

#dowebok {
  position: absolute;
  width: 460px;
  height: 460px;
  left: -200px;
  top: -83px;
  padding: 20px;
}
#dowebok .plate {
  position: relative;
  float: left;
  width: 460px;
  height: 460px;
}
#dowebok .pla-bg {
  background: url("../images/lyplate.png");
}
#dowebok .pla-bg-de {
  background: url("../images/lyplate-de.png");
}
#dowebok .pla-bg-es {
  background: url("../images/lyplate-es.png");
}
#dowebok .pla-bg-fr {
  background: url("../images/lyplate-fr.png");
}
#dowebok .pla-bg-ru {
  background: url("../images/lyplate-ru.png");
}
#dowebok #plateBtn, #dowebok #plateBtnHide {
  position: absolute;
  left: 196px;
  top: 196px;
  width: 119px;
  height: 104px;
  text-indent: -9999px;
  overflow: hidden;
}
#dowebok .pla-play {
  background: url("../images/rotate-static.png");
}
#dowebok .pla-play-de {
  background: url("../images/rotate-static-de.png");
}
#dowebok .pla-play-es {
  background: url("../images/rotate-static-es.png");
}
#dowebok .pla-play-fr {
  background: url("../images/rotate-static-fr.png");
}
#dowebok .pla-play-ru {
  background: url("../images/rotate-static-ru.png");
}

.brand-list p {
  margin: 15px 0;
}
.brand-list .brand-w {
  padding: 15px 0;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.brand-list .brand-w p {
  float: left;
}
.brand-list .brand-w p.tit {
  line-height: 35px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: Times New Roman,serif;
  font-weight: bold;
  width: 43%;
  padding: 0 5%;
}
.brand-list .brand-w p.tit span {
  color: #d20286;
}
.brand-list .brand-w p.con {
  font-size: 14px;
  border-left: 2px solid #eeeeee;
  width: 57%;
  line-height: 24px;
  color: #666666;
  padding: 0 5%;
}
@media (max-width: 767px) {
  .brand-list .brand-w p {
    float: none;
  }
  .brand-list .brand-w p.tit, .brand-list .brand-w p.con {
    width: 100%;
  }
  .brand-list .brand-w p.con {
    border: none;
  }
}
.brand-list .brand-m h3 {
  font-size: 24px;
  border-bottom: 5px solid #000;
  line-height: 40px;
  margin-top: 50px;
  font-family: 'Times New Roman',Arial,sans-serif;
}
.brand-list .brand-m h3 span {
  font-size: 90px;
}
@media (max-width: 767px) {
  .brand-list .brand-m h3 {
    font-size: 16px;
    border-bottom: 2px solid #000;
    line-height: 30px;
    margin-top: 20px;
    font-family: 'Times New Roman',Arial,sans-serif;
  }
  .brand-list .brand-m h3 span {
    font-size: 32px;
  }
}
.brand-list ul {
  overflow: hidden;
  padding: 0 15px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .brand-list ul {
    padding: 0 10px;
  }
}
.brand-list ul li.td1 {
  width: 10%;
  float: left;
  padding: 20px 0;
}
.brand-list ul li.td1 span.index {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  font-family: 'Times New Roman',Arial,sans-serif;
}
@media (max-width: 768px) {
  .brand-list ul li.td1 span.index {
    font-size: 28px;
  }
}
.brand-list ul li.td2 {
  width: 90%;
  float: left;
  padding: 20px 0;
}
.brand-list ul li.td2 ul {
  border-bottom: none;
}
.brand-list ul li.td2 li {
  width: 16.66%;
  float: left;
  text-transform: capitalize;
  padding: 10px 0;
}
@media (min-width: 767px) and (max-width: 768px) {
  .brand-list ul li.td2 li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .brand-list ul li.td2 li {
    width: 50%;
  }
}
.brand-list ul li.td2 li span {
  color: #666666;
  font-size: 14px;
  display: block;
  line-height: 30px;
}
.brand-list ul li.td2 li span a {
  color: #666666;
}

.model {
  background: #f0f0f0;
  padding-bottom: 70px;
}
.model .model-banner {
  padding: 30px 50px;
  border-bottom: 8px solid #f0b9a5;
  color: #000;
  background: #fbe7e1;
  text-align: center;
}
.model .model-banner h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 38px;
}
.model .model-banner h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.model .model-banner p {
  font-size: 18px;
  line-height: 24px;
}
.model .model-detail {
  background: #fff;
  width: 100%;
  overflow: hidden;
  padding: 4% 0 0 4%;
}
.model .model-detail .detail li {
  background: #f1f1f1;
  width: 46%;
  overflow: hidden;
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
}
.model .model-detail .detail li img {
  float: left;
  width: 38%;
}
.model .model-detail .detail li div {
  float: left;
  width: 62%;
  padding: 0 5%;
}
.model .model-detail .detail li div h3 {
  padding: 10% 0 3% 0;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.model .model-detail .detail li div p {
  font-size: 14px;
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .model p {
    margin: 0;
  }
  .model .model-banner h3 {
    font-size: 30px;
  }
  .model .model-detail .detail li div h3 {
    padding: 0;
    padding-top: 10px;
  }
  .model .model-detail .detail li div p {
    margin: 0;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .model p {
    margin: 0;
  }
  .model .model-banner {
    padding: 0;
  }
  .model .model-banner h3 {
    font-size: 18px;
  }
  .model .model-banner h4 {
    font-size: 16px;
  }
  .model .model-banner p {
    font-size: 14px;
  }
  .model .model-detail {
    padding: 0 !important;
    padding-top: 4% !important;
  }
  .model .model-detail li {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
  .model .model-detail li h3 {
    padding: 0 !important;
    padding-top: 3% !important;
    font-size: 16px !important;
    line-height: 28px;
  }
  .model .model-detail li p {
    line-height: 16px;
  }
  .model .model-detail li .btn {
    margin-top: 10px;
  }
}

.reds {
  margin-top: 30px;
  font-size: 14px;
}
.reds .reds-left .reds-detail {
  overflow: hidden;
  width: 95%;
}
.reds .reds-left .reds-detail img {
  width: 18%;
}
.reds .reds-left .reds-detail .r-detail {
  float: right;
  width: 80%;
}
.reds .reds-left .reds-detail .r-detail h4 {
  font-size: 16px;
  padding-bottom: 5px;
}
.reds .reds-left .reds-detail .r-detail p {
  padding-bottom: 5px;
}
.reds .reds-left .reds-detail .r-detail ul {
  overflow: hidden;
}
.reds .reds-left .reds-detail .r-detail ul li {
  float: left;
  width: 25%;
  margin-right: 2%;
  padding: 8px 0;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  text-align: center;
}
.reds .reds-left .reds-detail .r-detail ul li:hover {
  background: #e5e5e5;
}
.reds .reds-left .reds-detail .r-detail ul li a {
  width: 100%;
  text-decoration: none;
  display: inline-block;
}
.reds .reds-left .reds-detail .r-detail ul li:first-child {
  border: 0;
  background: none;
  width: 10%;
  text-align: left;
}
.reds .reds-left .reds-detail .r-detail ul li:first-child:hover {
  background: none;
}
.reds .reds-left .mission .mission-li {
  overflow: hidden;
  padding: 50px 20px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.reds .reds-left .mission .mission-li div {
  width: 80%;
  float: left;
}
.reds .reds-left .mission .mission-li div p span {
  font-weight: bold;
  margin-right: 20px;
}
.reds .reds-left .mission .mission-li img {
  float: right;
  max-width: 20%;
}
.reds .reds-left .title {
  padding: 50px 0;
}
.reds .reds-left .title h4 {
  float: left;
  font-weight: bold;
  font-size: 16px;
}
.reds .reds-left #reds-show {
  position: relative;
  width: 100%;
}
.reds .reds-left #reds-show .item {
  padding: 8px;
  border-radius: 6px;
  float: left;
  width: 33%;
}
.reds .reds-left #reds-show .item .item-box {
  border-radius: 6px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}
.reds .reds-left #reds-show .item .item-box img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  cursor: pointer;
}
.reds .reds-left #reds-show .item .item-box .bottom {
  background: #fff;
  border-radius: 0 0 6px 6px;
}
.reds .reds-left #reds-show .item .item-box .bottom .author {
  font-weight: bold;
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}
.reds .reds-left #reds-show .item .item-box .bottom .pic-name {
  padding: 5px 10px;
  text-align: center;
}
.reds .reds-left #reds-show .item .item-box .bottom .review-first {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}
.reds .reds-right {
  float: left;
}
.reds .reds-right .follow-p {
  overflow: hidden;
}
.reds .reds-right .follow-p p {
  width: 30%;
  margin-right: 5%;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  text-align: center;
  padding: 6px 0;
  float: left;
}
.reds .reds-right .follow-p p.messa {
  margin-right: 0;
}
.reds .reds-right .follow-p p.messa a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.reds .reds-right .follow-p p.messa:hover {
  background: #e5e5e5;
}
.reds .reds-right .level {
  border: 1px solid #e5e5e5;
  padding: 20px 0;
  margin-top: 10px;
}
.reds .reds-right .level p {
  margin: 0;
  padding-left: 20px;
}
.reds .reds-right .level p span {
  font-weight: bold;
  font-size: 16px;
  background: url(../images/docs/icon_vip.jpg) 0 -61px no-repeat;
  padding-left: 30px;
}
.reds .reds-right .sign {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 50px 0;
  margin-top: 20px;
  background: #fafafa;
}
.reds .reds-right .sign .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.reds .reds-right .comment {
  border: 1px solid #e5e5e5;
  text-align: center;
  margin-top: 20px;
  background: #fafafa;
}
.reds .reds-right .comment ul {
  overflow: hidden;
}
.reds .reds-right .comment li {
  padding: 6%;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.reds .reds-right .comment li span {
  width: 60px;
  display: inline-block;
  float: left;
  position: relative;
}
.reds .reds-right .comment li span img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
.reds .reds-right .comment li li {
  padding: 5px;
}
.reds .reds-right .comment li li span {
  width: auto;
}
.reds .reds-right .comment li p {
  width: 70%;
  float: right;
  text-align: left;
}
.reds .reds-right .comment li:last-child {
  padding: 15px;
}
.reds .reds-right .recommend {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
}
.reds .reds-right .recommend ul.re {
  overflow: hidden;
}
.reds .reds-right .recommend ul.re li {
  float: left;
  width: 34%;
  margin: 0 8%;
  padding: 8px 0;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  text-align: center;
}
.reds .reds-right .recommend ul.re li:hover {
  background: #e5e5e5;
}
.reds .reds-right .recommend ul.re li a {
  width: 100%;
  text-decoration: none;
  display: inline-block;
}
.reds .reds-right .recommend ul.pic {
  overflow: hidden;
}
.reds .reds-right .recommend ul.pic li {
  float: left;
  width: 50%;
  padding: 5%;
}
.reds .reds-right .recommend-four {
  text-align: center;
  margin-top: 20px;
}
.reds .reds-right .recommend-four ul.pic {
  overflow: hidden;
}
.reds .reds-right .recommend-four ul.pic li {
  float: left;
  width: 50%;
  padding: 2%;
}

.noScroll {
  overflow: hidden;
}

#containers {
  margin: 20px auto 0;
}

.modular {
  margin: 0 auto;
  width: 100%;
  position: relative;
  min-height: 768px;
}
.modular .box {
  padding: 0 0 0 16px;
  padding-bottom: 16px;
  float: left;
  transition: all 0.3s ease;
}
.modular .box .all {
  width: 222px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  background-color: #fff;
}
.modular .box .all .img {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.modular .box .all .img img {
  width: 220px;
  height: auto;
  border-radius: 5px;
}
.modular .box .all .title {
  padding: 10px 5px;
  line-height: 20px;
  display: block;
  border-bottom: 1px solid #ccc;
  max-width: 236px;
}
.modular .box .all .pic {
  padding: 10px 5px;
}
.modular .box .all .pic .con-pic {
  margin-right: 5px;
  float: left;
  position: relative;
}
.modular .box .all .pic .con-pic img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.modular .box .all .pic .creditname {
  height: 15px;
  line-height: 15px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.modular .box .all .pic .credittitle {
  height: 15px;
  line-height: 15px;
  color: #999;
}

.pin-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(229, 229, 229, 0.95);
  z-index: 9999;
  overflow: auto;
}
.pin-layer .close-layer {
  border-radius: 0;
  position: fixed;
  top: 20px;
  right: 33px;
  position: fixed;
  cursor: pointer;
  opacity: 1;
}
.pin-layer .close-layer .close {
  display: block;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  background: url(../images/waterfall/them.png) no-repeat;
  background-position: -100px 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
}
.pin-layer .close-layer .close:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.pin-layer .pin-arrows .layer-view {
  width: 40px;
  height: 80px;
  display: block;
  background: url(../images/waterfall/them.png) no-repeat;
  position: fixed;
  top: 40%;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
}
.pin-layer .pin-arrows .layer-view:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.pin-layer .pin-arrows .next {
  background-position: -50px 0;
  right: 34px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.pin-layer .pin-arrows .prev {
  background-position: 0 0;
  left: 20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.pin-layer .pin-wrapper {
  margin: 32px auto;
  width: 640px;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(34, 25, 25, 0.4);
  margin-bottom: 16px;
  background-color: #fff;
}
.pin-layer .pin-wrapper .main-image {
  padding: 20px;
}
.pin-layer .pin-wrapper .main-image .b-image {
  text-align: center;
  display: block;
  position: relative;
}
.pin-layer .pin-wrapper .main-image .image-holder {
  position: relative;
}
.pin-layer .pin-wrapper .main-image .image-holder .likebutton {
  background: rgba(0, 0, 0, 0.5);
  background-image: none;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-shadow: none;
  padding: 0 12px;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.pin-layer .pin-wrapper .main-image .image-holder .likebutton:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #000;
  border: 1px solid #fff;
  text-decoration: none;
}
.pin-layer .pin-wrapper .main-image .pin-info {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.pin-layer .pin-wrapper .main-image .pin-info .info-image {
  margin-right: 10px;
  float: left;
}
.pin-layer .pin-wrapper .main-image .pin-info .info-image img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.pin-layer .pin-wrapper .main-image .pin-info .info-activity {
  color: #333;
  width: 520px;
  float: left;
}
.pin-layer .pin-wrapper .main-image .pin-send .message {
  padding-bottom: 20px;
  cursor: pointer;
}
.pin-layer .pin-wrapper .main-image .pin-send .message .messageHeader {
  color: #b5b5b5;
  font-size: 18px;
  font-weight: normal;
}
.pin-layer .pin-wrapper .main-image .pin-send .message .messageDropdownIcon .fa {
  -webkit-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pin-layer .pin-wrapper .main-image .pin-send .message .messageDropdownIcon.open .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pin-layer .pin-wrapper .main-image .pin-send .pinMessageBox {
  width: 90%;
  margin: 0 auto 20px;
}
.pin-layer .pin-wrapper .main-image .pin-send .pinMessageBox .TextField .content {
  border-radius: 5px;
  color: #999;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
  width: 100%;
  padding: 5px;
  background: #efefef;
  border: 0;
  height: 60px;
}
.pin-layer .pin-wrapper .main-image .pin-send .pinMessageBox .TextField .send {
  background: #cc3300;
  background-image: none;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  padding: 2px 12px;
  font-size: 20px;
  float: right;
  margin-top: 5px;
}
.pin-layer .pin-wrapper .main-image .pin-send .pin-box {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}
.pin-layer .pin-wrapper .main-image .pin-send .pin-box ul.pin-sns {
  float: left;
}
.pin-layer .pin-wrapper .main-image .pin-send .pin-box ul.pin-sns li {
  display: block;
  float: left;
  margin-right: 30px;
}
.pin-layer .pin-wrapper .main-image .pin-send .pin-box ul.pin-sns li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.pin-layer .pin-wrapper .main-image .pin-send .pin-box ul.pin-sns li a:hover {
  background-color: #f5eae6;
  color: #444;
}
.pin-layer .pin-wrapper .main-image .pin-send .pin-box .pin-gif {
  float: right;
}
.pin-layer .pin-wrapper .main-image .pin-send .pin-box .pin-gif .follow {
  float: left;
  width: 40px;
  margin-right: 30px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.pin-layer .pin-wrapper .main-image .pin-send .pin-box .pin-gif .follow .fa {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}
.pin-layer .pin-relatedlook {
  margin: 10px auto 0;
}
.pin-layer .pin-relatedproduct .row li .rel-title {
  overflow: hidden;
  height: 2.8em;
  line-height: 2.8em;
  color: #666;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
