@charset "utf-8";

@font-face {
  font-family: 'CAMBRIA';
  src: url("fonts/CAMBRIA/CAMBRIA.eot");
  src: url("fonts/CAMBRIA/CAMBRIA.eot?#iefix") format('embedded-opentype'), url("fonts/CAMBRIA/CAMBRIA.woff") format('woff'), url("fonts/CAMBRIA/CAMBRIA.TTF") format('truetype');
  font-weight: normal;
  font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  font-size: 12px;
  font-style: normal;
  font-family: 'CAMBRIA', Arial, Helvetica, sans-serif;
  color: #333;
  background: #f8f8f8;
  overflow-x: hidden;
  overflow-y: scroll;
}

small {
  font-size: 12px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4, h5, h6 {
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: #333;
}

a:hover, a:active {
  outline-width: 0;
  text-decoration: none;
  color: #e1244e;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  height: 1px;
}

img {
  border-style: none;
  border: 0;
  vertical-align: middle;
}

img:not([src]) {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

s, i, em {
  font-style: normal;
  text-decoration: none;
}

html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}

input, textarea, button, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  outline-style: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]), video:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, select, textarea {
  font-size: 100%;
  outline: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

textarea {
  overflow: auto;
  resize: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.clearfix:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@font-face {
  font-family: 'iconfont';  /* project id 257148 */
  src: url('//at.alicdn.com/t/font_b3wy1jvvhm48ia4i.eot');
  src: url('//at.alicdn.com/t/font_b3wy1jvvhm48ia4i.eot#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_b3wy1jvvhm48ia4i.woff') format('woff'),
  url('//at.alicdn.com/t/font_b3wy1jvvhm48ia4i.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_b3wy1jvvhm48ia4i.svg#iconfont') format('svg');
}

.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;}

a, input, textarea, b, button, i, span, figure img, img.avatar, ul.children, .post-social > div, .gallery_popup, .popup, .swiper-button, .sub-menu, .widget_shopping_cart_content, *:before, *:after {
  -moz-transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -o-transition: ease-in-out .5s;
  -ms-transition: ease-in-out .5s;
  transition: ease-in-out .5s;
}

textarea:focus, input:focus {
  border: 1px solid #e1244e !important;
  box-shadow: 0 0 10px #9ecaed;
}

/*滚轮*/
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  height: 50px;
  outline-offset: -2px;
  outline: 2px solid #fff;
  -webkit-border-radius: 4px;
  border: 2px solid #fff
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e1244e;
  height: 50px;
  -webkit-border-radius: 4px
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0
}

::-webkit-scrollbar-thumb:active {
  height: 50px;
  background-color: #e1244e;
  -webkit-border-radius: 4px
}

@keyframes bounceInUp {
  0%,60%,75%,90%,100% {
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
  }
  
  0% {
    opacity: 0;
    transform: translate3d(0,100px,0)
  }
  
  60% {
    opacity: 1
  }
  
  100% {
    transform: translate3d(0,0,0)
  }
}