@charset "utf-8";
/* CSS Document */
body{font-family:"proximanova",Helvetica,Verdana,sans-serif;}

@font-face {font-family: "proximanova";
    src: url('../webfont/proximanova/proximanova-regular.eot'); /* IE9*/
    src: url('../webfont/proximanova/proximanova-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfont/proximanova/proximanova-regular.woff') format('woff'), /* chrome, firefox */
    url('../webfont/proximanova/proximanova-regular.woff2') format('woff2'),
    url('../webfont/proximanova/proximanova-regular.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../webfont/proximanova/proximanova-regular.svg#iconfont') format('svg'); /* iOS 4.1- */
}

@font-face {font-family: "proximanova-sbold";
    src: url('../webfont/proximanova/proximanova-regular.eot'); /* IE9*/
    src: url('../webfont/proximanova/proximanova-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfont/proximanova/proximanova-regular.woff') format('woff'), /* chrome, firefox */
    url('../webfont/proximanova/proximanova-regular.woff2') format('woff2'),
    url('../webfont/proximanova/proximanova-regular.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../webfont/proximanova/proximanova-regular.svg#iconfont') format('svg'); /* iOS 4.1- */
}
@font-face {font-family: "proximanova-bold";
    src: url('../webfont/proximanova/proximanova-sbold.eot'); /* IE9*/
    src: url('../webfont/proximanova/proximanova-sbold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfont/proximanova/proximanova-sbold.woff') format('woff'), /* chrome, firefox */
    url('../webfont/proximanova/proximanova-sbold.woff2') format('woff2'),
    url('../webfont/proximanova/proximanova-sbold.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../webfont/proximanova/proximanova-sbold.svg#iconfont') format('svg'); /* iOS 4.1- */
}
@font-face {font-family: "proximanova-light";
    src: url('../webfont/proximanova/proximanova-light.eot'); /* IE9*/
    src: url('../webfont/proximanova/proximanova-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfont/proximanova/proximanova-light.woff') format('woff'), /* chrome, firefox */
    url('../webfont/proximanova/proximanova-light.woff2') format('woff2'),
    url('../webfont/proximanova/proximanova-light.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../webfont/proximanova/proximanova-light.svg#iconfont') format('svg'); /* iOS 4.1- */
}

@font-face {font-family: "opensans";
    src: url('../webfont/opensans/opensans-regular.eot'); /* IE9*/
    src: url('../webfont/opensans/opensans-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfont/opensans/opensans-regular.woff') format('woff'), /* chrome, firefox */
    url('../webfont/opensans/opensans-regular.woff2') format('woff2'),
    url('../webfont/opensans/opensans-regular.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../webfont/opensans/opensans-regular.svg#iconfont') format('svg'); /* iOS 4.1- */
}
/* woff 为他人网站找到，其他格式还没找到 */
@font-face {font-family: "utopia-bold";
    src: url('../webfont/proximanova/proximanova-regular.eot'); /* IE9*/
    src: url('../webfont/proximanova/proximanova-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfont/utopia-bold/utopia-bold.woff') format('woff'), /* chrome, firefox */
    url('../webfont/proximanova/proximanova-regular.woff2') format('woff2'),
    url('../webfont/proximanova/proximanova-regular.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../webfont/proximanova/proximanova-regular.svg#iconfont') format('svg'); /* iOS 4.1- */
}
/* css reset */
html {
    font-size: 11px;
}
ul > li, ol > li {
    margin-bottom: 0;
}
a:visited, .alink:visited {
    color: #333;
}
span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
  display: block;
}
ol, ul, li{
  list-style: none;
}
blockquote, q{
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
  content: '';
  content: none;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a{
  color: #333;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
a:hover{
  color: #E35300;text-decoration: none;
}
/* 目录标题 变色 add by nixh */
.navigation span{
  font-size: 18px;
}
.navigation span:hover{
  color: #E35300;text-decoration: none;
}

/* 去除主窗口的最底下的40px的留白 */
.columns .column.main {
  padding-bottom: 0px;
}

.message {
  border-radius: 25px;
}
/* end */

::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece{
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical{
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal{
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
html, body{
  width: 100%;
}
body{
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html{
  overflow-y: scroll;
}
button{
  cursor: pointer;border: 0;outline: none;
}
.heart-icon {
  display: none;
}
 .iconfont .icon-real-question{
   cursor: pointer;
 }

/*隐藏*/
.dn{
  display: none;
}

/*checked css*/
label.checkbox-wrap {
  display: flex;cursor: pointer;
  flex-direction: row;
  align-items: center;
  position: relative;
}

label.checkbox-wrap input {
  opacity: 0;
  position: absolute;
}

label.checkbox-wrap input + span {
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 10px;
  box-sizing: content-box;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  background:#fff;
}

label.checkbox-wrap input + span i {
  opacity: 0;
  color: #fff;
}

label.checkbox-wrap input:checked + span {
  background: #FF6A00;
}

label.checkbox-wrap input:checked + span i.icon-checked {
  opacity: 1;
  font-size: 14px;
  display: block
}

/*radio css*/
label.radio-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
}

label.radio-wrap input {
  opacity: 0;
}

label.radio-wrap input + span {
  width: 24px;
  height: 24px;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  left: 18px;
}

label.radio-wrap input + span::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -7px;
}

label.radio-wrap input:checked + span {
  border-color: #FF6A00;
}

label.radio-wrap input:checked + span::before {
  background: #FF6A00;
}

/*pagination css*/
.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.pagination li {
  width: 36px;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border:1px solid #ddd;
  margin-right: 10px;
}
.pagination li:hover{
  color: #fff;background: #333;
}
.pagination li a {
  color: #000; width: 100%;
}
.pagination .current{
  background: #333;color: #fff;
}
.pagination li:hover a {
  color: #fff;
}

.pagination .prev,
.pagination .next {
  display: inline-block;
  cursor: pointer;
  color: #333;
  border: 1px solid #ddd;
  font-family: "proximanova-bold";
}
.pagination .prev:hover,.pagination .next:hover{
  background: #fff;
}
.pagination .prev:hover i,.pagination .next:hover{
  color: #333;
}
.pagination .prev i,
.pagination .next i {
  font-size: 16px;
}

.pagination .disabled {
  border-color: #ddd;
  color: #dddddd;
}

.abs-account-blocks .block-title, .account .legend, .form-giftregistry-search .legend, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-form .block-title, .block-wishlist-search-results .block-title, .multicheckout .block-title, .multicheckout .block-content .title, .customer-review .review-details .title, .paypal-review .block .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.abs-account-blocks .block-title>strong, .abs-account-blocks .block-title>span, .account .legend>strong, .account .legend>span, .form-giftregistry-search .legend>strong, .form-giftregistry-search .legend>span, .block-giftregistry-results .block-title>strong, .block-giftregistry-results .block-title>span, .block-giftregistry-shared-items .block-title>strong, .block-giftregistry-shared-items .block-title>span, .block-wishlist-search-form .block-title>strong, .block-wishlist-search-form .block-title>span, .block-wishlist-search-results .block-title>strong, .block-wishlist-search-results .block-title>span, .multicheckout .block-title>strong, .multicheckout .block-title>span, .multicheckout .block-content .title>strong, .multicheckout .block-content .title>span, .customer-review .review-details .title>strong, .customer-review .review-details .title>span, .paypal-review .block .block-title>strong, .paypal-review .block .block-title>span, .account .column.main .block:not(.widget) .block-title>strong, .account .column.main .block:not(.widget) .block-title>span, .multicheckout .block-title>strong, .multicheckout .block-title>span, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title>span, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title>span, .sales-guest-view .column.main .block:not(.widget) .block-title>strong, .sales-guest-view .column.main .block:not(.widget) .block-title>span {
    font-size: 2.2rem;
    font-weight: 300;
}
