@charset "utf-8";
/* 公用部分 */
/* 图标icon */
@font-face {
	font-family: 'icomoon';
	src:url('/public/themes/images/font/icomoon.eot?-xrg3r');
	src:url('/public/themes/images/font/icomoon.eot?#iefix-xrg3r') format('embedded-opentype'),
		url('/public/themes/images/font/icomoon.woff?-xrg3r') format('woff'),
		url('/public/themes/images/font/icomoon.ttf?-xrg3r') format('truetype'),
		url('/public/themes/images/font/icomoon.svg?-xrg3r#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-shipping:before {
	content: "\e600";
}
.icon-janrain-twitter:before {
	content: "\63";
}
.icon-janrain-google:before {
	content: "\64";
}
.icon-janrain-instagram:before {
	content: "\65";
}
.icon-janrain-facebook:before {
	content: "\66";
}
.icon-janrain-yahoo:before {
	content: "\67";
}
.icon-cart-stripe:before {
	content: "\e6a1";
}
.icon-cart:before {
	content: "\e6a2";
}
.icon-cart-alt:before {
	content: "\e6a3";
}
.icon-triangle-down:before {
	content: "\e7d2";
}
.icon-triangle-left:before {
	content: "\e02d";
}
.icon-triangle-right:before {
	content: "\e02e";
}
.icon-triangle-up:before {
	content: "\e02f";
}
.icon-alert:before {
	content: "\f101";
}
.icon-bag:before {
	content: "\f110";
}
.icon-sub-menu:before {
	content: "\f1ca";
}
.icon-arrow-left:before {
	content: "\f153";
}
.icon-arrow-right:before {
	content: "\f154";
}
.icon-arrow-thin-up:before {
	content: "\f281";
}
.icon-sub-menu-open:before {
	content: "\f1ae";
}
.icon-checkmark-empty:before {
	content: "\f16c";
}
.icon-checkmark-outline:before {
	content: "\f16d";
}
.icon-checkmark:before {
	content: "\f16e";
}
.icon-close:before {
	content: "\f2bd";
}
.icon-close-outline:before {
	content: "\f2bb";
}
.icon-email-outline:before {
	content: "\f186";
}
.icon-email:before {
	content: "\f187";
}
.icon-heart:before {
	content: "\f199";
}
.icon-help:before {
	content: "\f19c";
}
.icon-account:before {
	content: "\f1c2";
}
.icon-play-outline:before {
	content: "\f1c7";
}
.icon-play:before {
	content: "\f1c8";
}
.icon-search:before {
	content: "\f1da";
}
.icon-location:before {
	content: "\f1ff";
}
.icon-plus:before {
	content: "\f218";
}
.icon-share:before {
	content: "\f220";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-pinterest:before {
	content: "\f0d2";
}
.icon-googleplus:before {
	content: "\f0d5";
}
.icon-youtube:before {
	content: "\f16a";
}
.icon-instagram:before {
	content: "\f16f";
}
/* 图标icon --end */
/* 购物车页面收藏按钮 */
.cart-fav{position:relative;width:24px;height:21px;}
.cart-fav:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;}
/* 购物车也米娜收藏按钮 --end */
/* 商品展示 */
/* store */
.pdp-main > .container,
.giftcert-purchase .pdp-main > #main,
.pt_blog .blog-content .pdp-main > #pinterest-widget {
    padding: 0;
}
.pdp-main .product-col-3 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    margin: 2em 0 1em;
    padding-right: 15px;
    padding-left: 15px;
}
.pdp-main .recommendations {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.pdp-main #product-content:before,
.pdp-main #product-content:after {
    display: table;
    content: ' ';
}
.pdp-main #product-content:after {
    clear: both;
}
.pdp-main #product-social {
    margin-bottom: 1em;
}
.pdp-main .product-send-to-friend {
    font-family: 'Gotham-Book','黑体',sans-serif;
    font-weight: 400;
    float: left;
    padding: 1em 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pdp-main .product-send-to-friend > span {
    font-size: 1.1em;
    padding-left: 1em;
    border-left: 1px solid #F4F4F4;
}
.pdp-main .product-price {
    font-family: 'Gotham-Book','黑体',sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    float: left;
    padding: 9px 1em 9px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pdp-main .product-price .price-standard {
    text-decoration: line-through;
}
.pdp-main .short-description {
    line-height: 2;
    margin: 1em 0;
}
.pdp-main .attribute {
    position: relative;
    overflow: hidden;
    margin: 0 0 .5em;
    padding: 0;
    color: #909090;
}
@media (max-width: 991px) {
    .pdp-main .attribute {
        margin: 0;
    }
}
.pdp-main .attribute h3,
.pdp-main .attribute .label {
    font-family: 'Gotham-Book','黑体',sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pdp-main .attribute ul {
    margin: 0;
    padding: 0;
}
.pdp-main .attribute ul:before,
.pdp-main .attribute ul:after {
    display: table;
    content: ' ';
}
.pdp-main .attribute ul:after {
    clear: both;
}
.pdp-main .attribute .selected-value {
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pdp-main .attribute .size-chart-link > a {
    font-weight: 400;
    padding: 0;
}
.pdp-main .attribute .swatches li {
    float: left;
}
.pdp-main .attribute .swatches li a span.swatchanchor {
    font-size: 14px;
    display: block;
    min-width: 62px;
    margin: 0 .2em .4em .2em;
    padding: .5em 1em;
    color: #333;
    border: 1px solid #F4F4F4;
    background: #FFF;
}
.pdp-main .attribute .swatches li a.selected span.swatchanchor {
    text-decoration: none;
    color: #FFF;
    border-color: #111;
    background: #111;
}
.pdp-main .attribute .swatches li.unselectable a {
    opacity: .5;
}
.pdp-main .attribute .swatches li.selected-value {
    display: none;
}
.pdp-main .attribute .variationsize li {
    margin-left: -.2em;
}
.pdp-main .attribute .variationsize li a {
    min-width: 62px;
    padding: .5em 1em;
    text-align: center;
}
.pdp-main .attribute .variationsize li.selected a {
    color: white;
    background: #111;
}
.pdp-main .attribute .variationsize li.bisn-unselectable:hover {
    border-color: #CCC;
}
.pdp-main .attribute .variationsize li.bisn-unselectable.selected a:hover,
.pdp-main .attribute .variationsize li.bisn-unselectable.selected a {
    opacity: 1;
    border-color: #CCC;
}
.pdp-main .attribute .variationsize li.bisn-unselectable a {
    text-decoration: none;
    opacity: 1;
    color: #CCC;
    background: url('http://www.ugg.cn/public/themes/images/resources/interface/striped-border.jpg');
}
.pdp-main .attribute .variationsize li.bisn-unselectable a:hover {
    text-decoration: none;
    border-color: #CCC;
}
/*
.pdp-main .attribute li .Color{border-bottom:2px solid white;margin:.1em 0}
.pdp-main .attribute li a:hover .Color,.pdp-main .attribute li a.selected .Color{border-color:#111}
.pdp-main .attribute li a .Color{border:none;height:2em;margin:0 0 1px;padding:0;text-indent:-999em;width:2em}
*/
.pdp-main .product-variations {
    clear: both;
    margin: 1em 0;
}
.pdp-main .product-thumbnails {
    display: block;
    float: left;
    width: 9%;
}
.pdp-main .product-thumbnails > h2 {
    display: none;
}
.pdp-main .product-thumbnails ul {
    margin: 0;
    padding: 0;
}
.pdp-main .product-thumbnails ul > li {
    display: block;
    width: 100%;
    padding: 0 .5em .5em 0;
}
.pdp-main .product-thumbnails ul > li.current {
    opacity: .5;
}
.pdp-main .product-thumbnails ul > li .productthumbnail {
    display: block;
    max-width: 100%;
    height: auto;
}
.pdp-main .product-video {
    float: left;
    width: 100%;
}
.pdp-main .product-video a {
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -99em;
    background: url('http://www.ugg.cn/public/themes/images/resources/pdp-video-btn.jpg') no-repeat;
}
.pdp-main .product-video a:hover {
    text-decoration: none;
}
.pdp-main .product-actions:before,
.pdp-main .product-actions:after {
    display: table;
    content: ' ';
}
.pdp-main .product-actions:after {
    clear: both;
}
@media (max-width: 767px) {
    .pdp-main .product-actions .btn,
    .pdp-main .product-actions #cart-table .rowcoupons .button-text,
    #cart-table .rowcoupons .pdp-main .product-actions .button-text,
    .pdp-main .product-actions #cart-table .rowcoupons .store-availability .change-location,
    #cart-table .rowcoupons .store-availability .pdp-main .product-actions .change-location,
    .pdp-main .product-actions .store-availability #cart-table .rowcoupons .change-location,
    .store-availability #cart-table .rowcoupons .pdp-main .product-actions .change-location,
    .pdp-main .product-actions #cart-table .rowcoupons .store-availability .makemy,
    #cart-table .rowcoupons .store-availability .pdp-main .product-actions .makemy,
    .pdp-main .product-actions .store-availability #cart-table .rowcoupons .makemy,
    .store-availability #cart-table .rowcoupons .pdp-main .product-actions .makemy,
    .pdp-main .product-actions .refinement ul.Size li a,
    .refinement ul.Size li .pdp-main .product-actions a,
    .pdp-main .product-actions ul.folder-content-list .readmore,
    ul.folder-content-list .pdp-main .product-actions .readmore,
    .pdp-main .product-actions .product-set .product-set-item > h3 span,
    .pdp-main .product-set .product-set-item > h3 .product-actions span,
    .pdp-main .product-actions .store-availability .more-stores,
    .store-availability .pdp-main .product-actions .more-stores,
    .pdp-main .product-actions .pt_account .address-edit,
    .pt_account .pdp-main .product-actions .address-edit,
    .pdp-main .product-actions .pt_account .address-delete,
    .pt_account .pdp-main .product-actions .address-delete,
    .pdp-main .product-actions .pt_wish-list .item-list .edit-details-link,
    .pt_wish-list .item-list .pdp-main .product-actions .edit-details-link,
    .pdp-main .product-actions .pt_wish-list .wishlist-empty > a,
    .pt_wish-list .pdp-main .product-actions .wishlist-empty > a,
    .pdp-main .product-actions .pt_wish-list .wish-list-results-table .view a,
    .pt_wish-list .wish-list-results-table .view .pdp-main .product-actions a {
        width: 100%;
    }
}
.pdp-main .promotion {
    margin: 1em 0;
    padding: 0;
}
.pdp-main .recommendations-wrapper:before,
.pdp-main .recommendations-wrapper:after {
    display: table;
    content: ' ';
}
.pdp-main .recommendations-wrapper:after {
    clear: both;
}
.pdp-main .recommendations {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.pdp-main .recommendations ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.pdp-main .recommendations ul li {
    display: inline-block;
    width: 20%;
}
@media (max-width: 767px) {
    .pdp-main .recommendations ul li {
        width: 33.3333%;
    }
    .pdp-main .recommendations ul li:nth-child(4),
    .pdp-main .recommendations ul li:nth-child(5) {
        display: none;
    }
}
.pdp-main .product-tabs {
    border: none;
}
.pdp-main .product-tabs .print-page {
    float: right;
}
.pdp-main .product-tabs #reviewstab > h2 {
    text-align: center;
}
.pdp-main .product-sub-details {
    position: relative;
    margin: 2em 0;
    padding: 2em 0;
    background: #F4F4F4;
}
.pdp-main .product-sub-details:before,
.pdp-main .product-sub-details:after {
    display: table;
    content: ' ';
;
}
.pdp-main .product-sub-details:after {
    clear: both;
}
.pdp-main .product-sub-details:after {
    font-family: 'icomoon';
    font-size: 2em;
    position: absolute;
    bottom: -26px;
    width: 100%;
    content: '\e7d2';
    text-align: center;
    color: #F4F4F4;
}
.pdp-main .product-long-description {
    float: left;
    width: 60%;
    padding-right: 30px;
}
.pdp-main .product-long-description p {
    text-align: justify;
}
@media (max-width: 767px) {
    .pdp-main .product-long-description {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .pdp-main .product-long-description p {
        text-align: normal;
    }
    .pdp-main .product-long-description h2 {
        font-size: 1.5em;
    }
    .pdp-main .product-long-description .toggle {
        font-size: 1em;
    }
}
.pdp-main .product-fit {
    float: right;
    width: 40%;
}
@media (max-width: 767px) {
    .pdp-main .product-fit {
        float: none;
        width: 100%;
    }
    .pdp-main .product-fit h2 {
        font-size: 1.5em;
    }
    .pdp-main .product-fit .toggle {
        font-size: 1em;
    }
}
.pdp-main .product-fit .size-chart-link {
    display: inline-block;
    margin-top: 1em;
}
.pdp-main .product-fit .size-chart-link a {
    padding: 6px 12px;
}
.pdp-main .product-set .product-set-list {
    padding-bottom: 2em;
}
.pdp-main .product-set .product-col-1 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 991px) {
    .pdp-main .product-set .product-col-1 {
        width: 100%;
        padding-bottom: 1em;
    }
}
.pdp-main .product-set .product-col-2 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 991px) {
    .pdp-main .product-set .product-col-2 {
        width: 100%;
    }
}
.pdp-main .product-set .product-name {
    position: relative;
    float: left;
    float: right !important;
    width: 50%;
    min-height: 1px;
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .pdp-main .product-set .product-name {
        float: left !important;
        width: auto;
    }
}
.pdp-main .product-set .product-name .product-name-gender {
    font-size: .4em;
    line-height: .8;
    display: block;
}
.pdp-main .product-set .product-content {
    border-top: 1px solid #F4F4F4;
}
.pdp-main .product-set .product-content > .product-number .label {
    padding-left: 0;
    border: none;
}
.pdp-main .product-set .product-content > .product-price {
    display: none;
}
.pdp-main .product-set .product-short-description {
    width: 100%;
    padding-top: 1em;
    border-top: 1px solid #F4F4F4;
}
.pdp-main .product-set .product-short-description > p {
    display: inline;
}
.pdp-main .product-set .product-add-to-cart {
    margin-bottom: 2em;
}
@media (max-width: 991px) {
    .pdp-main .product-set .product-add-to-cart .btn,
    .pdp-main .product-set .product-add-to-cart #cart-table .rowcoupons .button-text,
    #cart-table .rowcoupons .pdp-main .product-set .product-add-to-cart .button-text,
    .pdp-main .product-set .product-add-to-cart #cart-table .rowcoupons .store-availability .change-location,
    #cart-table .rowcoupons .store-availability .pdp-main .product-set .product-add-to-cart .change-location,
    .pdp-main .product-set .product-add-to-cart .store-availability #cart-table .rowcoupons .change-location,
    .store-availability #cart-table .rowcoupons .pdp-main .product-set .product-add-to-cart .change-location,
    .pdp-main .product-set .product-add-to-cart #cart-table .rowcoupons .store-availability .makemy,
    #cart-table .rowcoupons .store-availability .pdp-main .product-set .product-add-to-cart .makemy,
    .pdp-main .product-set .product-add-to-cart .store-availability #cart-table .rowcoupons .makemy,
    .store-availability #cart-table .rowcoupons .pdp-main .product-set .product-add-to-cart .makemy,
    .pdp-main .product-set .product-add-to-cart .refinement ul.Size li a,
    .refinement ul.Size li .pdp-main .product-set .product-add-to-cart a,
    .pdp-main .product-set .product-add-to-cart ul.folder-content-list .readmore,
    ul.folder-content-list .pdp-main .product-set .product-add-to-cart .readmore,
    .pdp-main .product-set .product-add-to-cart .product-set-item > h3 span,
    .pdp-main .product-set .product-set-item > h3 .product-add-to-cart span,
    .pdp-main .product-set .product-add-to-cart .store-availability .more-stores,
    .store-availability .pdp-main .product-set .product-add-to-cart .more-stores,
    .pdp-main .product-set .product-add-to-cart .pt_account .address-edit,
    .pt_account .pdp-main .product-set .product-add-to-cart .address-edit,
    .pdp-main .product-set .product-add-to-cart .pt_account .address-delete,
    .pt_account .pdp-main .product-set .product-add-to-cart .address-delete,
    .pdp-main .product-set .product-add-to-cart .pt_wish-list .item-list .edit-details-link,
    .pt_wish-list .item-list .pdp-main .product-set .product-add-to-cart .edit-details-link,
    .pdp-main .product-set .product-add-to-cart .pt_wish-list .wishlist-empty > a,
    .pt_wish-list .pdp-main .product-set .product-add-to-cart .wishlist-empty > a,
    .pdp-main .product-set .product-add-to-cart .pt_wish-list .wish-list-results-table .view a,
    .pt_wish-list .wish-list-results-table .view .pdp-main .product-set .product-add-to-cart a {
        width: 100%;
    }
}
.pdp-main .product-set .product-set-item {
    padding: 1em 0;
    border-bottom: 1px solid #F4F4F4;
}
.pdp-main .product-set .product-set-item > h3 {
    margin: 1em;
    text-align: center;
}
.pdp-main .product-set .product-set-item > h3 span {
    font-family: arial;
    border-radius: 100%;
}
.pdp-main .product-set .product-set-item > h3 span:hover {
    opacity: 1;
    border-color: #111;
    background: #111;
}
@media (max-width: 991px) {
    .pdp-main .product-set .product-set-item .add-sub-product .btn,
    .pdp-main .product-set .product-set-item .add-sub-product #cart-table .rowcoupons .button-text,
    #cart-table .rowcoupons .pdp-main .product-set .product-set-item .add-sub-product .button-text,
    .pdp-main .product-set .product-set-item .add-sub-product #cart-table .rowcoupons .store-availability .change-location,
    #cart-table .rowcoupons .store-availability .pdp-main .product-set .product-set-item .add-sub-product .change-location,
    .pdp-main .product-set .product-set-item .add-sub-product .store-availability #cart-table .rowcoupons .change-location,
    .store-availability #cart-table .rowcoupons .pdp-main .product-set .product-set-item .add-sub-product .change-location,
    .pdp-main .product-set .product-set-item .add-sub-product #cart-table .rowcoupons .store-availability .makemy,
    #cart-table .rowcoupons .store-availability .pdp-main .product-set .product-set-item .add-sub-product .makemy,
    .pdp-main .product-set .product-set-item .add-sub-product .store-availability #cart-table .rowcoupons .makemy,
    .store-availability #cart-table .rowcoupons .pdp-main .product-set .product-set-item .add-sub-product .makemy,
    .pdp-main .product-set .product-set-item .add-sub-product .refinement ul.Size li a,
    .refinement ul.Size li .pdp-main .product-set .product-set-item .add-sub-product a,
    .pdp-main .product-set .product-set-item .add-sub-product ul.folder-content-list .readmore,
    ul.folder-content-list .pdp-main .product-set .product-set-item .add-sub-product .readmore,
    .pdp-main .product-set .product-set-item > h3 .add-sub-product span,
    .pdp-main .product-set .product-set-item .add-sub-product .store-availability .more-stores,
    .store-availability .pdp-main .product-set .product-set-item .add-sub-product .more-stores,
    .pdp-main .product-set .product-set-item .add-sub-product .pt_account .address-edit,
    .pt_account .pdp-main .product-set .product-set-item .add-sub-product .address-edit,
    .pdp-main .product-set .product-set-item .add-sub-product .pt_account .address-delete,
    .pt_account .pdp-main .product-set .product-set-item .add-sub-product .address-delete,
    .pdp-main .product-set .product-set-item .add-sub-product .pt_wish-list .item-list .edit-details-link,
    .pt_wish-list .item-list .pdp-main .product-set .product-set-item .add-sub-product .edit-details-link,
    .pdp-main .product-set .product-set-item .add-sub-product .pt_wish-list .wishlist-empty > a,
    .pt_wish-list .pdp-main .product-set .product-set-item .add-sub-product .wishlist-empty > a,
    .pdp-main .product-set .product-set-item .add-sub-product .pt_wish-list .wish-list-results-table .view a,
    .pt_wish-list .wish-list-results-table .view .pdp-main .product-set .product-set-item .add-sub-product a {
        width: 100%;
    }
}
.pdp-main .product-set .product-set-item .product-set-details {
    float: left;
    overflow: hidden;
    width: 67%;
    margin-left: 3%;
    border-bottom: 1px solid #F4F4F4;
}
@media (max-width: 767px) {
    .pdp-main .product-set .product-set-item .product-set-details {
        width: 100%;
        margin-left: 0;
    }
}
.pdp-main .product-set .product-set-item .product-set-image {
    float: left;
    overflow: hidden;
    width: 30%;
    margin-bottom: 1em;
}
.pdp-main .product-set .product-set-item .product-set-image img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .pdp-main .product-set .product-set-item .product-set-image {
        width: 100%;
    }
}
.pdp-main .product-set .product-set-item .product-name {
    font-size: 1.3em;
    float: none !important;
    width: 100%;
    margin: 0;
    padding: 0 0 1em;
    border-bottom: 1px solid #F4F4F4;
}
.pdp-main .product-set .product-set-item .product-variations {
    float: left;
    clear: both;
    width: 100%;
    margin: 1em 0;
}
.pdp-main .product-set .product-set-item .product-variations .size-chart-link {
    display: inline-block;
}
.pdp-main .product-set .product-set-item .availability {
    clear: both;
    width: 100%;
}
.pdp-main .product-set .product-set-item .availability .label {
    font-family: 'Gotham-Book','黑体',sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pdp-main .product-set .product-set-item .availability .availability-msg {
    display: inline-block;
}
.pdp-main .product-set .product-set-item .inventory {
    display: none;
    margin: 1em 0;
}
.pdp-main .product-set .product-set-item .inventory .quantity input {
    width: auto;
}
.pdtdetail .payproform {
    text-align:center;
}
.pdtdetail .payproform label {
    margin:0 15px;
}
/* store --end */
/* components */
.pdp-main .bisn-notify {
    display: inline-block;
    padding: 0;
}
.pdp-main .bisn-notify a {
    font-size: 1em;
}
.pdp-main .bisn-response h3 {
    font-size: 1.4em;
}
.pdp-main .bisn-response p {
    margin-bottom: 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #F4F4F4;
}
.pdp-main .showDeliveryEstimates {
    font-family: 'ff-good-headline-web-pro-con',sans-serif;
    font-weight: 400;
    position: relative;
    display: block;
    margin: 0;
    padding: 1em 0 1em 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pdp-main .showDeliveryEstimates > span {
    padding-right: .5em;
}
.pdp-main .showDeliveryEstimates:before {
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    content: '\e600';
}
.pdp-main .pr-snippet-rating-decimal {
    display: none !important;
}
.pdp-main .pr-snippet-read-write {
    font-family: 'ff-good-headline-web-pro-con','Gotham-Book','黑体',sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pdp-main .pr-snippet-read-write .pr-snippet-read-reviews {
    border-right: 1px solid #F4F4F4 !important;
}
@media (max-width: 767px) {
    .pdp-main .pr-snippet-read-write .pr-snippet-read-reviews {
        border-right: none !important;
    }
}
/*@media (max-width: 767px){.pdp-main .pr-snippet-read-write .pr-snippet-write-review{display:none}}"写评论被隐藏"*/
.pdp-main .pr-snippet-read-write a {
    color: #333 !important;
}
.pdp-main .pr-snippet-read-write .pr-snippet-link > span {
    font-weight: 400 !important;
}
.pdp-main .pr-snapshot-head {
    display: none;
}
.pdp-main .pr-snapshot-body {
    padding: 1em 0;
    text-align: center;
}
.pdp-main .pr-snapshot-body .pr-review-points,
.pdp-main .pr-snapshot-body .pr-other-attributes {
    display: none;
}
.pdp-main .pr-snapshot-body .pr-stars,
.pdp-main .pr-snapshot-body .pr-snapshot-consensus,
.pdp-main .pr-snapshot-body .pr-rating,
.pdp-main .pr-snapshot-body .pr-snapshot-average-based-on-text {
    display: inline-block;
    float: none;
}
.pdp-main .pr-snapshot-body .pr-snapshot-average-based-on-text {
    display: none;
}
.pdp-main .pr-snapshot-body .pr-snapshot-consensus-text {
    font-size: .9em;
}
.pdp-main .pr-snapshot-footer .pr-snapshot-write-review {
    float: none;
    background: none;
}
@media (max-width: 767px) {
    .pdp-main .pr-snapshot-footer .pr-snapshot-write-review {
        display: none;
    }
}
.pdp-main .pr-review-sort-wrapper {
    padding: 1em 0;
}
.pdp-main .pr-contents {
    padding: 1em 0;
}
@media (max-width: 991px) {
    .pdp-main .pr-contents .pr-review-author,
    .pdp-main .pr-contents .pr-review-rating-wrapper,
    .pdp-main .pr-contents .pr-review-main-wrapper {
        width: 100% !important;
    }
}
.pdp-main .pr-contents .pr-page-count-wrapper {
    width: 100%;
}
.pdp-main .pr-contents .pr-page-count-wrapper:before,
.pdp-main .pr-contents .pr-page-count-wrapper:after {
    display: table;
    content: ' ';
}
.pdp-main .pr-contents .pr-page-count-wrapper:after {
    clear: both;
}
.pdp-main .pr-contents .pr-page-count-wrapper .pr-nav-back-to-top {
    float: right;
}
@media (max-width: 991px) {
    .pdp-main .pr-contents .pr-page-count-wrapper .pr-nav-back-to-top {
        float: left;
        clear: both;
    }
    .pdp-main .pr-contents .pr-page-count-wrapper .pr-nav-back-to-top > a {
        margin-left: 0;
    }
}
.pdp-main .pr-contents .pr-page-nav-wrapper {
    width: 100%;
}
.pdp-main .pr-contents-wrapper,
.pdp-main .pr-snapshot-body-wrapper {
    padding: 0;
    border: none !important;
}
.pdp-main .pr-review-count {
    font-family: 'ff-good-headline-web-pro-con',sans-serif;
    font-weight: 400;
    float: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pdp-main .pr-review-author-date.pr-rounded {
    letter-spacing: 2px;
    border-color: #CCC;
    border-radius: 0;
    background: white;
}
.pdp-main .pr-snapshot-title,
.pdp-main .pr-review-author p span,
.pdp-main .pr-review-rating-headline,
.pdp-main .pr-attribute-key p,
.pdp-main .pr-other-attributes-list li.pr-other-attribute-label {
    font-weight: 500;
    color: #333 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pdp-main .pr-attribute-key p,
.pdp-main .pr-review-bottom-line-wrapper .pr-review-bottom-line,
.pdp-main .pr-other-attributes-list li.pr-other-attribute-label {
    color: #333 !important;
}
.pdp-main .pr-review-bottom-line-wrapper span,
.pdp-main .pr-review-text .pr-comments-header {
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pdp-main .pr-other-attributes-list li.pr-other-attribute-label {
    padding-left: 0 !important;
    background: none;
;
}
.pdp-main .pr-other-attributes {
    padding-left: 0 !important;
}
@media (max-width: 991px) {
    .pdp-main .pr-other-attributes-list li.pr-other-attribute-label,
    .pdp-main .pr-other-attributes-list li.pr-other-attribute-value {
        width: auto !important;
    }
}
@media (max-width: 991px) {
    .pdp-main .pr-review-rating-headline {
        display: block;
        clear: both;
        width: auto !important;
        padding: 1em 0;
    }
}
.pdp-main .prPaContainer p.prPaAnswerLnk a,
.pdp-main .prPaFooter p.prPaAnswerLnk a {
    font-weight: 500;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pdp-main .prPaFooter,
.pdp-main .prPaQuestionPromptIntro,
.pdp-main .askqa {
    display: none;
}
/* components --end */
/* 顶部商品展示 .goods-action */
/* 图片展示 product-col-1 */
.pdp-main .product-col-1 {
    position: relative;
    float: left;
    width: 58.33333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 1199px) {
    .pdp-main .product-col-1 {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .pdp-main .product-col-1 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}
/* 商品图片轮播点 */
.product-image-container .swiper-pagination-bullet-active {
    background: #BBB;
}
.product-image-container .swiper-pagination-bullet {
    border: 1px solid #BBB;
}
#mobile-pdp-main .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    margin: 0 4px !important;
    border: 1px solid #BBB;
}
/* 商品图片轮播点 --end */
/* 商品详情页相册图样式 */
.zoom-icon {
    display: none;
}
.pdp-main .product-image-container:before,
.pdp-main .product-image-container:after {
    display: table;
    content: ' ';
}
.pdp-main .product-image-container:after {
    clear: both;
}
.pdp-main .product-image-container .product-primary-image {
    float: right;
    width: 89%;
}
@media (max-width: 991px) {
    .pdp-main .product-image-container .product-primary-image {
        border-top: 0;
        border-bottom: 0;
    }
}
@media (min-width: 992px) {
    .pdp-main .product-image-container .product-primary-image {
        min-height: 20em;
    }
}
@media (min-width: 1200px) {
    .pdp-main .product-image-container .product-primary-image {
        min-height: 25em;
    }
}
.goods-detail-pic {
    position: relative;
    -webkit-box-shadow: 1px 1px 4px -1px #888;
       -moz-box-shadow: 1px 1px 4px -1px #888;
            box-shadow: 1px 1px 4px -1px #888;
}
.pdp-main .product-image-container .product-primary-image .primary-image {
    width: 100%;
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.pdp-main .product-image-container .product-primary-image .primary-image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
/*视频*/
.videoarea {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
}
.pcvideoheight {
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #FFF;
}
.product-primary-image .product-img-video {
    z-index: 3;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-primary-image .video-icon {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
}
.goods-detail-pic-thumbnail a.thumbnail-link {
    position: relative;
}
.goods-detail-pic-thumbnail a img.video-small-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px !important;
    margin-top: -20px;
    margin-left: -20px;
    background-color: transparent;
}
#mobile-pdp-main .swiper-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 左右箭头 */
.button-prev {
    position: absolute;
    z-index: 3;
    left: 0;
    overflow: hidden;
    width: 40px;
    height: 140px;
    margin-top: -70px;
    text-decoration: none;
    text-indent: -9999px;
    background-color: rgba(0,0,0,0) !important;
}
.button-next {
    position: absolute;
    z-index: 3;
    right: 0;
    left: auto;
    overflow: hidden;
    width: 40px;
    height: 140px;
    margin-top: -70px;
    text-decoration: none;
    text-indent: -9999px;
    background-color: rgba(0,0,0,0) !important;
}
.button-prev:hover,
.button-next:hover {
    background-color: rgba(0,0,0,0) !important;
}
div.pdp-right,
div.pdp-left {
    width: 40px;
    height: 66px;
    margin-top: 37px;
    transition: .3s ease-in-out;
    opacity: .4;
    background: url('../img//base/common/ico_sliding_910_sprite.png') no-repeat;
}
div.pdp-right {
    cursor: pointer;
    background-position: -80px -432px;
;
}
div.pdp-left {
    cursor: pointer;
    background-position: 0 -432px;
}
div.pdp-right:hover,
div.pdp-left:hover {
    transition: .3s ease-in-out;
    opacity: 1;
}
.scrolldisabled div.pdp-right:hover,
.scrolldisabled div.pdp-left:hover {
    transition: .3s ease-in-out;
    opacity: .4;
}
/* div.pdp-left:hover{background-position: 0 -384px;} */
/* div.button-next:hover .pdp-right{background-position:-80px -384px} */
/* div.left-pdp:hover .pdp-left{background-position:0 -565px} */
div.right-pdp,
div.left-pdp {
    z-index: 1;
    width: 40px;
    height: 140px;
    margin-top: -70px;
}
div.right-pdp {
    right: 0;
}
div.left-pdp {
    left: 0;
}
/* div.right-pdp:hover,div.left-pdp:hover{background-color:rgba(0,0,0,0.5);} */
/* 左右箭头 --end */
/* 商品详情页相册图样式 --end */
/* 缩略图 */
.goods-detail-pic-thumbnail li {
    padding: 0 !important;
}
.pdp-main .product-thumbnails ul > li .productthumbnail {
    margin: 0 auto;
}
.pdp-main .product-thumbnails ul > li.current {
    border: 0;
}
.goods-detail-pic-thumbnail {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
}
.goods-detail-pic-thumbnail li {
    display: block;
    float: none;
    width: 100%;
    padding: 0 .5em .5em 0;
}
.goods-detail-pic-thumbnail a img {
    padding: 0;
    border: none;
}
.goods-detail-pic-thumbnail li img {
    max-width: 56px;
    max-height: 62px;
}
.goods-detail-pic-thumbnail a {
    border: none;
}
.goods-detail-pic-thumbnail .current a,
.goods-detail-pic-thumbnail .current a:hover {
    border: none;
}
.product-image-container #thumbnails {
    height: 602px;
}
.goods-detail-pic-thumbnail {
    height: 512px;
}
.goods-detail-x {
    overflow: hidden;
}
.goods-detail-pic-thumbnail {
    overflow: visible !important;
}
.goods-detail-pic-thumbnail .thumb  a img {
    height: 62px !important;
}
/* 缩略图上下箭头 */
.product-thumbnails .scrollarrow {
    width: 100%;
    height: 40px;
    cursor: pointer;
}
.product-thumbnails .scrollarrow.totop {
    margin-bottom: 5px;
    transition: .3s ease-in-out;
    background: url(../img/base/common/iconfont-xiangshang.png) no-repeat center center / auto 10px;
    background-size: auto 10px;
}
.product-thumbnails .scrollarrow.tobottom {
    margin-top: 5px;
    transition: .3s ease-in-out;
    background: url(../img/base/common/iconfont-xiangxia.png) no-repeat center center / auto 10px;
    background-size: auto 10px;
}
.product-thumbnails .scrollarrow.totop.scrolldisabled,
.product-thumbnails .scrollarrow.tobottom.scrolldisabled {
    transition: .3s ease-in-out;
    opacity: .2;
}
div.scaleImg {
    display: none;
}
@media (max-width: 768px) {
    .scaleImg,
    .scaleImg img {
        width: 100%;
        -webkit-user-drag: none;
    }
}
/* 图片展示 product-col-1 --end*/
/* 顶部商品介绍描述 */
/* 顶部商品名称介绍 pc下 product-name */
.pdp-main .product-review-links {
    clear: both;
    padding: 9px 0;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
}
.pdp-main .product-name .product-review-links {
    font-size: .55em !important;
    padding: .7em 0 0 0 !important;
    text-transform: none;
}
@media (max-width: 991px) {
    .pt_cart .container,
    .pt_cart .giftcert-purchase #main,
    .giftcert-purchase .pt_cart #main,
    .pt_cart .pt_blog .blog-content #pinterest-widget,
    .pt_blog .blog-content .pt_cart #pinterest-widget {
        padding: 0;
    }
}
.pdp-main .product-name {
    font-size: 25px;
    position: relative;
    float: left;
    float: right !important;
    width: 41.66667%;
    min-height: 1px;
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}
.pdp-main .product-name .product-name-gender {
    font-size: .65em;
    line-height: 1.8em;
    display: block;
;
}
@media (max-width: 1199px) {
    .pdp-main .product-name {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .pdp-main .product-name {
        float: left !important;
        width: auto;
    }
}
/* 顶部商品名称介绍 pc下 product-name --end */
/* 顶部商品详细介绍 product-col-2  */
.pdp-main .product-col-2 {
    position: relative;
    float: left;
    width: 41.66667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 1199px) {
    .pdp-main .product-col-2 {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .pdp-main .product-col-2 {
        width: 100%;
    }
}
.pdp-main .product-number {
    font-family: 'Gotham-Book','黑体',sans-serif;
    font-size: 14px;
    font-weight: 400;
    float: left;
    padding: 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pdp-main .product-number .label {
    padding-left: 1em;
    border-left: 1px solid #F4F4F4;
}
@media(max-width:767px) {
    .pdp-main .product-number {
        font-size: 13px;
        float: right;
        padding: 9px 0;
    }
}
.pdp-main #product-content {
    border-top: 1px solid #F4F4F4;
}
@media (max-width: 991px) {
    /* .pdp-main .product-price {
        padding: 0 1em 0 0;
    } */
    .pdp-main #product-content {
        border-top: 0;
    }
}
@media (max-width: 767px) {
    .pdp-main #product-content {
        border-top: 0;
    }
}
@media (max-width: 767px) {
    .pdp-main .product-price {
        font-size: 14px !important;
        padding: 9px 0;
    }
    .out_container .product-price {
        font-size: 12px !important;
    }
    .pdp-main .product-name .product-name-gender {
        font-size: 14px;
        line-height: 1em;
        display: block;
    }
    .pdp-main .product-review-links.mobile-show {
        padding-bottom: 12px !important ;
    }
}
@media (max-width: 767px) {
    .pdp-main .product-price {
        letter-spacing: 0;
    }
    .pdp-main .product-review-links {
        padding: 6.5px 0;
    }
}
.stars-1 {
    background-position: 0 -36px;
}
.stars-1_ {
    background-position: 0 -54px;
}
.stars-2 {
    background-position: 0 -72px;
}
.stars-2_ {
    background-position: 0 -90px;
}
.stars-3 {
    background-position: 0 -108px;
}
.stars-3_ {
    background-position: 0 -126px;
}
.stars-4 {
    background-position: 0 -144px;
}
.stars-4_ {
    background-position: 0 -162px;
}
.stars-5 {
    background-position: 0 -180px;
}
.pr-snippet-wrapper .pr-snippet-stars {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    background: #FFF;
}
.pdp-main .pr-snippet-wrapper {
    overflow: hidden;
    padding: 0;
    border: 0 none;
    background: none;
}
.pr-snippet-stars {
    padding: 2px 0 !important;
}
.pr-snippet-stars .pr-stars-small {
    line-height: 15px;
    float: left;
    width: 83px;
    height: 15px;
    background-image: url('//www.ugg.cn/public/themes/images/resources/stars-small.png') !important;
}
.pr-snippet-read-reviews {
    float: left;
    padding: 0 1em;
    border-right: 1px dotted #CBCBCB;
}
.pr-snippet-write-review {
    float: left;
    padding: 0 1em;
}
/* 舒适设计与尺码不准的弹出层 */
div.pdp-pagination {
    right: 8px !important;
    left: auto !important;
    width: auto !important;
}
#function-pop,
#rule-pop {
    z-index: 1000;
}
@media(min-width:768px) {
    .fun-message {
        position: fixed;
        z-index: 100000;
        top: 0;
        left: 50%;
        background: #FFF none repeat scroll 0 0;
    }
    .fun-message .cont {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
}
.fun-message .tlt-close {
    line-height: 34px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    overflow: hidden;
}
.fun-message .tlt-close .fun-close {
    font-size: 5em;
    display: inline-block;
    float: right;
    overflow: hidden;
    margin-right: 18px;
    cursor: pointer;
}
@media(max-width:767px) {
    .fun-message {
        position: fixed;
        z-index: 100000;
        top: 0;
        left: 0;
        width: 100%;
        background: #FFF none repeat scroll 0 0;
    }
    .fun-message .cont {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
}
/* 舒适设计 */
#product-function .swatches li {
    width: 104px;
    border: 1px solid #FFF;
    border-radius: 3px;
}
@media(max-width:767px) {
    #product-function .swatches li {
        width: 94px;
    }
}
@media(max-width:400px) {
    #product-function .swatches li {
        width: 82px;
    }
}
@media(max-width:350px) {
    #product-function .swatches li {
        width: 72px;
    }
}
#product-function .swatches li:hover {
    border-color: #E85D00;
    border-radius: 3px;
}
#product-function .swatches img {
    width: 100%;
    border-radius: 3px;
}
/* 商品规格及购买 */
/* 商品颜色选择 */
.goods-buy-area {
    margin: 0;
    padding: 0;
    background: none;
}
.product-variations .specItem {
    position: relative;
    overflow: hidden;
    margin: 1em 0;
    padding: 0;
}
.goods-spec .spec-item li {
    margin: .1em 0;
    border: none;
    box-shadow: none;
}
.goods-spec a,
.goods-spec a:hover {
    border: none;
}
.goods-spec a img {
    width: 28px;
    height: 31px;
    padding: 0 0 1px;
    border: none;
    border-bottom: 2px solid white;
    _height: 28px;
}
.goods-spec .spec-item .value {
    height: 36px;
}
.goods-spec a.selected img.Color {
    border: none;
    border-bottom: 2px solid #111;
}
.goods-spec a span,
.goods-spec a img
.goods-spec a i,
.goods-spec .selected i {
    display: none;
}
#spec_area .boxwidth,
#relate-area .boxwidth,
#store_spec_area .boxwidth {
    margin-right: 4px;
    padding-bottom: 1px;
}
.relatd_sale .ec-spec-box .goods-spec {
    position: static;
}
/* 商品尺码选择 */
.pdp-speci-size a.goodsinp span {
    display: inline-block !important;
    padding: 0;
    border: 0;
    background: none;
}
.pdp-speci-size a.goodsinp,
.goodsinp {
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    width: 120px;
    height: 34px;
    padding: .5em 1em;
    text-align: center;
    border-radius: 3px;
    outline: 0 none !important;
    background: #DDD;
}
.pdp-speci-size a.goodsinp:hover,
.goodsinp:hover,
.pdp-speci-size a.goodsinp:focus,
.goodsinp:focus {
    text-decoration: none;
}
.pdp-speci-size {
    position: relative;
    float: left;
    border-radius: 3px;
    background-color: #DDD;
}
.pdp-speci-size a.goodsinp {
    position: relative;
}
@media(max-width:991px) {
    .pdp-speci-size a.goodsinp,
    .goodsinp {
        width: 120px;
    }
}
@media(max-width:767px) {
    .pdp-speci-size a.goodsinp,
    .goodsinp {
        line-height: 22px;
        height: 34px;
    }
}
.pdp-speci-size .sizelist-container {
    position: absolute;
    z-index: 2;
    top: 34px;
    left: 0;
    display: inline-block;
    width: 240px;
    max-height: none;
    margin-top: 3px;
    padding: 7px 7px 6px 6px;
    text-align: center;
    border: 0 none;
    border-radius: 0 0 3px 3px;
    background-color: #DDD;
    background-image: none;
}
.pdp-speci-size .sizelist-container .size-list {
    font-size: 13px;
    position: relative;
    z-index: 1;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    color: #111;
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: #E2E4E4;
    border-radius: 0 0 2px 2px;
    background-color: #E2E4E4;
}
.pdp-speci-size .sizelist-container .size-list li {
    line-height: 29px;
    position: relative;
    float: left;
    width: 111px;
    height: 29px;
    margin: 0 0 0 1px;
    border-bottom: 1px solid #E2E4E4;
    background-color: #F7F7F7;
}
/*.pdp-speci-size .sizelist-container .size-list li:after{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;z-index:100000;opacity:0;}*/
.pdp-speci-size .size-list li span {
    line-height: visible;
    line-height: 29px;
    display: inline;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: none;
}
.pdp-speci-size .size-list li:hover,
.pdp-speci-size .size-list li.sli-selected {
    color: #FFF;
    background-color: #333;
}
#relate-area .sizeval.check {
    font-size: 12px;
    vertical-align: top;
}
.size-list li:hover span,
.size-list li.sli-selected span {
    color: #FFF;
}
.pdp-speci-size .sizelist-container .size-list li a {
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    background: none;
}
.goodsinp .icon-sub-menu {
    display: inline-block;
    height: 15px;
    transform: translateY(3px);
}
.speci .spec-size {
    float: left;
    overflow: visible;
    margin-right: 5px;
    margin-bottom: 0;
}
.product-spec-size-open {
    height: 37px;
    margin-bottom: 0;
    border-radius: 0;
}
.product-spec-size-close {
    height: 33px;
}
@media (max-width:767px) {
    #spec_area {
        margin-bottom: 7px;
    }
    #spec_area .speci .spec-size {
        padding-top: 7px;
    }
}
/* 商品数量选择 */
#goods-viewer .buyinfo {
    margin: 0 5px 0 0;
}
#goods-viewer .buyinfo .num-goodslist {
    position: absolute;
    z-index: 2;
    top: 34px;
    left: 0;
    width: 120px;
    padding: 7px 7px 6px;
    border-radius: 0 0 3px 3px;
    background-color: #DDD;
}
#goods-viewer .buyinfo .goodslist {
    font-size: 13px;
    position: relative;
    z-index: 1;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    color: #111;
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: #E2E4E4;
    border-radius: 0 0 2px 2px;
    background-color: #E2E4E4;
}
#goods-viewer .buyinfo .goodslist li {
    line-height: 29px;
    float: none;
    height: 29px;
    text-align: center;
    border-bottom: 1px solid #E2E4E4;
    background-color: #F7F7F7;
}
#goods-viewer .buyinfo .goodslist li:hover {
    color: #FFF;
    background-color: #333;
}
@media (max-width:767px) {
    .likeBtn {
        float: right;
    }
}
@media (max-width:991px) {
    .likeBtn {
        margin-top: 5px;
    }
    .buyinfo {
        margin-top: 19px;
        margin-bottom: 2px;
    }
}
@media (min-width:991px) {
    .likeBtn {
        margin-top: 5px;
    }
    .buyinfo {
        margin-top: 7px;
        margin-bottom: 2px;
    }
}
/* 担心尺码不准按钮 */
.rulebtn {
    line-height: 34px;
    display: block;
    clear: both;
	margin-top:50px;
}
/* 购买与加入购物袋按钮 */
.pdp-main .product-add-to-cart .add-to-cart {
    position: relative;
    margin: .6em 0;
    -webkit-transition: background 100ms ease-in;
            transition: background 100ms ease-in;
}
.pdp-main .product-add-to-cart .add-to-cart:after {
    position: absolute;
    right: 2.5em;
    content: ' >';
    -webkit-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
    opacity: 0;
}
.pdp-main .product-add-to-cart .add-to-cart:hover {
    opacity: 1;
    border-color: #3D773E;
}
.pdp-main .product-add-to-cart .add-to-cart:hover:after {
    right: 2em;
    opacity: 1;
}
@media (max-width: 767px) {
    .pdp-main .product-add-to-cart .add-to-cart,
    .pdp-main .product-add-to-cart ul {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .pdp-main .product-add-to-cart .add-buy-btn {
        width: 49.3% !important;
    }
    .store-stock-button {
        margin-left: 2%;
    }
}
.pdp-main .product-add-to-cart .wl-action {
    margin: 1em 0;
}
@media (max-width: 767px) {
    .pdp-main .product-add-to-cart .wl-action {
        width: 100%;
    }
}
.pdp-main .product-add-to-cart .product-options ul {
    padding: 0;
}
.pdp-main .product-add-to-cart .inventory,
.pdp-main .product-add-to-cart .availability,
.pdp-main .product-add-to-cart .product-price {
    position: relative;
    overflow: hidden;
    margin: 1em 0;
    padding: 0;
}
.pdp-main .product-add-to-cart .inventory {
    display: none;
}
.pdp-main .product-add-to-cart .availability {
    margin: 0;
    padding: 1em 0;
}
.pdp-main .product-add-to-cart .availability .label {
    font-family: 'Gotham-Book','黑体',sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pdp-main .product-add-to-cart .availability .availability-msg {
    display: inline-block;
}
.pdp-main .product-add-to-cart .availability p {
    margin-bottom: 0;
}
.pdp-main .product-add-to-cart .low-stock-level {
    font-weight: 500;
}
.pdp-main .product-add-to-cart .product-price {
    display: none;
}
.pdp-main .product-add-to-cart .product-price > span {
    border-right: none;
}
.product-add-to-cart input.add-to-cart {
    -webkit-appearance: none;
}
.add-to-cart {
    cursor: pointer;
    border: none;
}
.add-to-cart-bg {
    width: 176px;
    height: 43px;
    background-color: black;
}
.add-to-cart-bg:hover {
    width: 176px;
    height: 43px;
}
@media (max-width:767px) {
    .goods-buy {
        text-align: center;
    }
}
/* 商品规格及购买 --end */
/* 查看门店库存弹窗 */
.store-dialog {
    position: fixed;
    z-index: 20000;
    display: none;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    background-color: white;
}
.store-dialog-div {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    opacity: .6;
    background-color: black;
}
.store-stock-button {
    font-size: 16px;
    line-height: 43px;
    display: block;
    width: 176px;
    height: 43px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    border: 1px solid #000;
    background-color: #FFF;
}
.store-stock-button:hover {
    border: 1px solid #E6E6E6;
}
#store_list ul li {
    float: left;
    width: 50px;
    margin: 0 10px 0 10px;
    text-align: center;
}
#store_list {
    display: block;
    width: 100%;
    height: 30px;
}
#store_info {
    display: block;
    width: 100%;
}
#store_info th {
    font-weight: bold;
}
#store_info td {
    font-size: 14px;
    height: 40px;
}
#store_info td.worktime {
    overflow-wrap: break-word;
}
#main_store_map {
    display: block;
    width: 100%;
    height: 600px;;
}
#main_store_map_top {
    display: block;
    width: 100%;
    height: 100px;
}
#main_store_map_buttom {
    position: absolute;
    display: block;
    width: 100%;
    height: 500px;
}
/* 顶部商品详细介绍 product-col-2 --end */
/* 顶部商品介绍描述 --end */
/* 顶部商品展示 .goods-action --end */
/* 商品展示 --end */
/* 公用id样式 */

/* 公用id样式 */
/* 公用弹窗背景 */
.pop-shade{background: #000 none repeat scroll 0 0;bottom: 0;height: 100%;left: 0;opacity: 0.4;position: fixed;right: 0;top: 0;width: 100%;}
/* redeem与home共用轮播箭头 */
div.change-left,div.change-right{background:url(../img/base/common/ico_sliding_910_sprite.png) no-repeat ;width:72px;height:72px;}
div.change-left{background-position:0 0;}
div.change-right{background-position:0 -72px;}
div.change-left:hover,div.change-right:hover{background-color:rgba(0, 0, 0, 0.5);}
/* redeem与home共用轮播箭头 --end */

/* 下划线商品标签 */
.new_span_underline{
	position:relative;
	white-space:nowrap;	
}
.new_span_underline:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background-color: currentColor;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.new_span_underline:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* 下划线商品标签 --end */

/*R-lable*/
.brand-text{
    display:inline;
}
.brand-text span{
    font-size: .7em;
    vertical-align: top;
}
/*R-lable --end*/

/* 星级评分 */
.star-div li,.pr-snippet-stars .pr-stars-small{
    width: 96px;
    height: 23px;
    padding: 0;
    float: left;
    line-height: initial;
    background-image: url("../img/base/common/sprite-black.svg")!important;
    background-repeat: no-repeat;
}
.star-div li{
    margin: 4px 0 2px 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    line-height: initial;
    float: none;
}
.star-div .star0,.stars-0 {
    background-position: -702px -177px;
}
.star-div .star0_,.stars-0_ {
    background-position: -582px -177px;
}
.star-div .star1,.stars-1 {
    background-position: -462px -177px;
}
.star-div .star1_,.stars-1_ {
    background-position: -342px -177px;
}
.star-div .star2,.stars-2 {
    background-position: -222px -177px;
}
.star-div .star2_,.stars-2_ {
    background-position: -102px -177px;
}
.star-div .star3,.stars-3 {
    background-position: -582px -157px;
}
.star-div .star3_,.stars-3_ {
    background-position: -462px -157px;
}
.star-div .star4,.stars-4 {
    background-position: -342px -157px;
}
.star-div .star4_,.stars-4_ {
    background-position: -222px -157px;
}
.star-div .star5,.stars-5 {
    background-position: -102px -157px;
}
/* pdp标题星评 */
.star-div li,.pr-snippet-stars span{
    line-height: 25px;
}
/* pdp评价星评 */
.scores_size{
    margin-top: 7px;
}
.disblack{
    background: url('/public/themes/images/dis_black.jpg?v=20190319') no-repeat center;
    height: 7px;
}
.star-point-items .b,.star-point-items .f{
    top:-3px;
    width: 96px;
    background-image: url("../img/base/common/sprite-black.svg");
    background-repeat: no-repeat;
    background-position: -102px -157px;
    transform: scale(0.9);
    -webkit-transform: scaleX(0.9);
}
.star-point-items .f{
background-position: -702px -177px;
}
/* 星级评分 --end */

/* plp商品卡片与pdp感兴趣样式 */
.primary-content .search-result-content{
    font-size: 14px;
    text-align: center;
}
/* 颜色 */
.product-tile .speci{
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 14px 60px;
}
.product-tile .speci img{
    border-radius: 50%;
    width: 13px;
    height: 13px;
}
.product-tile .product-pricing,.product-tile .product-color{
    display: inline-block;
    float: none;
    font-size: 0.9em;
}
.product-tile .product-name{
    margin: 10px 0 2px;
    line-height: initial;
    font-weight: bold;
    text-align: center;
}
.product-tile .product-color::before {
    content: "|";
    color: #ccc;
    display: inline-block;
}
.product-tile .product-color span{
    font-weight: normal;
    font-style: italic;
}
.product-tile .product-color:hover span{
    text-decoration: underline;
}
/* goshop */
.caret::after{
    content: " \3009";
    font-family: Courier New,monospace;
    speak: none;
    display: inline-block;
    margin: -3px -14px -4px 5px;
    font-weight: 700;
}
.product-tile .tile__shop{
    display: none;
}
@media only screen and (min-width: 767px){
    .isotope.search-result-content .search-result-items>.grid-tile {
        overflow: visible;
        font-weight: bold;
        z-index: 0;
        /* height: 415px; */
    }
    .isotope.search-result-content .search-result-items>.grid-tile:hover {
        z-index: 5;
    }
    .grid-tile__container{
        -webkit-transition: padding .3s;
        transition: padding .3s;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 1em;
        z-index: 0;
    }
    
    .grid-tile__container:hover {
        cursor: pointer;
        background: #fff;
        padding-bottom: 1.5em;
        box-shadow: 0 2px 5px rgba(0,0,0,.16);
        z-index:5;
    }
    #wrapper .GoodsSelector .product-tile .product-image,#goods_related .product-tile .product-image{
        margin: -14px -14px 0;
    }
    .grid-tile__container .tile__shop,.grid-tile__container .star-div li,.grid-tile__container .speci,.grid-tile__container .function_block{
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
    }
    .grid-tile__container:hover .tile__shop,.grid-tile__container:hover .star-div li,.grid-tile__container:hover .speci,.grid-tile__container:hover .function_block{
        opacity: 1;
        visibility: visible;
    }
    .product-tile .tile__shop{
        display: block;
        text-align: left;
        padding: 1em 0 0;
    }
    .product-tile .tile__shop .button{
        width: 100%;
        line-height: 25px;
        font-weight: bold;
    }
}
/* mob下 */
@media (max-width: 767px){
    .isotope.search-result-content .search-result-items{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
        clear: both;
    }
    .isotope.search-result-content .search-result-items>.grid-tile{
        height: inherit !important;
        width: 50%;
        padding: 1em;
        -webkit-transition: width .3s;
        transition: width .3s
        /* 控制是否留白边 */
        /* padding: 0 0 1em; */
    }
    .product-tile .speci,.product-tile .function_block{
        display: none;
    }
    .view-list.isotope.search-result-content .search-result-items>.grid-tile{
        width: 100%;
    }
    .view-list .product-tile .speci{
        display: block;
    }
    .grid-tile__container{
        position: relative;
    }
    .product-tile .product-name{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .primary-content .search-result-content{
        font-size: 1em;
    }
    #wrapper .GoodsSelector .product-tile .product-image {
        margin: 0;
    }
    .product-tile .product-pricing,.product-tile .product-color{
        margin: 0;
    }
}
/* mob下--end */
/* plp商品卡片与pdp感兴趣样式 --end */

/* 共用部分 --end */
/* header */
.c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* Basic */
.menu__item--men .menu__content {width: 58%;}
.c-m-menu .img-responsive {width: 100%; height: auto !important; align-self: flex-start;}
.c-m-menu .c-cta-top {top: .5em; left: .5em;}
.c-m-menu .c-cta-bot {bottom: .5em; left: .5em;}
.c-m-menu .c-pad-right-top {margin: 0 2% 2% 0}
.c-m-menu .c-pad-right {margin: 0 2% 0 0}
.c-m-menu .c-bg-white {background: #fff; padding: 5px;}

/* Late Loader */
.media-load {
    display: block;
    opacity: 0;
    min-height: 400px;
}

    .c-m-menu img {
    transition: opacity .5s;
    }

/* Flex Styles */
.c-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.c-flex-35 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
}
.c-flex-25 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
}
.c-flex-46 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 46%;
            flex: 1 1 46%;
}

.c-flex-70 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
}

@media (max-width: 1400px) {
.c-m-menu .c-small-break {width: 90px;}
.c-m-menu .c-hide {display: none;}
.c-m-menu .c-tiny-text {font-size: .8em !important;}
}


@media (max-width: 1199px) {
.c-m-menu {display: none;}
}
.c-cta-top {
    top: .5em;
    left: 0;
    right: 0;
}
.c-bold {
    font-weight: bold;
}
/* 主页面与导航 */
@media (max-width: 1200px) {
    #header {
        position: fixed;
        z-index: 70;
        top: 0;
        width: 100%;
    }
}
/* 导航图片上的文字样式 */
.header-span{
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 0.2vw 0.5vw;
    background: #fff;
}

.fixfixed #header {
    position: absolute;
}
#header header {
    font-family: "Gotham-Book","黑体","museo-sans";
    position: relative;
    padding: 0;
    transition: all .3s linear;
    background: white;
}
@media (min-width: 1200px) {
    #header header {
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    #wrapper {
        padding-top: 120px;
    }
}
@media (max-width: 1199px) {
    #header header {
        padding: 0;
    }
}
/* 主页面与导航 --end */
/* 置顶bar */
.header-utility {
    font-family: "Gotham-Book","黑体";
    font-size: 1.1em;
    height: 40px;
    padding: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #111;
}
.header-utility:before, .header-utility:after {
    display: table;
    content: " ";
}
.header-utility:after {
    clear: both;
}
.header-utility a {
    color: #FAFAFA;
}
.header-utility .secondary-nav li {
    color: #FAFAFA;
}
#header-free-shipping {
    font-family: "Gotham-Book","黑体",sans-serif;
    padding: 5px 0;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    background-color: #111;
}
#header-free-shipping:before, #header-free-shipping:after {
    display: table;
    content: " ";
}
#header-free-shipping:after {
    clear: both;
}
#header-free-shipping > h6 {
    margin: 0;
}
#scroll_none {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 40px;
}
.Absolute-Center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 840px;
    height: 60px;
    margin: auto;
}
#swiper-ad {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 67%;
    margin-left: 2em;;
}
#swiper-ad .swiper-slide {
    height: 40px;
}
#swiper-ad .swiper-slide p {
    line-height: 15px;
    margin-top: 7.5px;
    margin-bottom: 0;
    text-transform: none;
}
.ad-swiper-button-next, .ad-swiper-button-prev {
    position: absolute;
    z-index: 10;
    display: block;
    width: 27px;
    margin-top: -18px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 27px 44px;
}
#swiper-ad .swiper-slide p {
    display: flex;
    align-items: center;
    text-align: justify;
    justify-content: flex-start;
    height: 40px;
}
.ad-icon-second, .ad-icon-first, .ad-icon-third, .ad-icon-fourth {
    display: inline-block;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    margin-right: 10px;
    background: url(../img/base/header/topad-slide-1.png?v=20181019) no-repeat;
    background-size: contain;
}
.ad-icon-second {
    width: 28px;
    height: 28px;
    background: url(../img/base/header/topad-slide-2.png?v=20180312) no-repeat;
    background-size: contain;
}
.ad-icon-third {
    width: 28px;
    height: 28px;
    background: url(../img/base/header/topad-slide-3.png?v=20170413) no-repeat;
    background-size: contain;
}
.ad-icon-fourth {
    width: 28px;
    height: 28px;
    background: url(../img/base/header/topad-slide-4.png?v=20170510) no-repeat;
    background-size: contain;
}
.ad-swiper-button-next {
    right: 10px;
    left: auto;
    padding-left: 4px;
}
.ad-swiper-button-prev {
    right: auto;
    left: 10px;
}
#swiper-ad .ad-right, #swiper-ad .ad-left {
    font-family: monospace;
    font-size: 1.5em;
    line-height: 1.5em;
    position: absolute;
    top: 0;
    height: 30px;
    margin-top: 0;
    color: #FFF;
}
#swiper-ad .ad-right {
    border-left: 1px solid #FFF;
}
#swiper-ad .ad-left {
    border-right: 1px solid #FFF;
}
#swiper-ad .ad-right:after {
    content: "\203A";
}
#swiper-ad .ad-left:after {
    content: "\2039";
}
/* 登陆 */
.sign-up {
    float: right;
    height: 40px;
    margin-right: 1.5em;
}
.menu-utility-user {
    font-size: 1em;
    line-height: 40px;
    margin-top: 0;
}
.menu-utility-user li:hover {
    text-decoration: underline;
}
.menu-utility-user .stores a::before, .menu-utility-user .orders a::before {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    content: "";
    vertical-align: middle;
    background: url(../img/base/header/store.png) no-repeat;
    background-size: 22px;
    margin-top: -2px;
}
.menu-utility-user .orders a::before {
    background: url(../img/base/header/love.png) no-repeat;
    background-size: 22px;
}
@media(max-width:1199px) {
    .sign-up {
        display: none;
    }
    #scroll_none {
        height: 50px;
    }
    #swiper-ad {
        position: relative;
        width: auto;
        margin: 0 auto;
    }
    #swiper-ad .swiper-slide p {
        justify-content: center;
        height: 100%;
        margin: 0 15px;
    }
    #swiper-ad .swiper-slide a {
        justify-content: center ;
    }
    #swiper-ad .swiper-slide {
        height: 50px;
    }
    .ad-icon-second, .ad-icon-first, .ad-icon-third, .ad-icon-fourth {
        display: inline-block;
        flex: 0 0 auto;
        width: 28px;
        height: 28px;
        margin-right: 10px;
        background: url(../img/base/header/topad-slide-1.png?v=20180530) no-repeat;
        background-size: contain;
    }
    #swiper-ad .swiper-slide a {
        display: inline;
        align-items: center;
        justify-content: center;
    }
}
/* 弹窗 */
.pop-up-title {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
    color: #DBDBDB;
}
.pop-up {
    position: fixed;
    z-index: 1001;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.pop-up-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 114%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.pop-up-wrapper {
    position: relative;
    top: 58vh;
    width: 500px;
    height: 300px;
    transform: translateY(-50%);
}
.pop-icon-close {
    font-size: 2.3em;
    position: absolute;
    right: 0;
    margin: .6em .5em;
    cursor: pointer;
    color: #777;
}
.pop-up-content {
    position: absolute;
    top: 2%;
    width: 90%;
    height: 96%;
    padding: 2%;
}
.pop-up-content .scroll {
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
.pop-up-content .title {
    font-size: 1.4em;
    padding: .5em 0;
    border-bottom: 1px solid #F1F1F1;
}
.pop-up-content .text {
    font-size: 1.2em;
    margin: .5em 0;
    color: #999;
}
.back-close {
    position: fixed;
    display: none;
    width: 100%;
    height: 1000px;
    background: rgba(0, 0, 0, .4);
}
.back-close.is-active {
    display: block;
}
@media(min-width:767px){
    .pop-up-wrapper{
        padding: 0;
        height: 300px;
    }
    .pop-up-content {
        position: absolute;
        top:0;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .pop-up-content .scroll {
        overflow: visible;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .pop-icon-close {
        margin: .2em .4em;
        z-index: 1;
    }
}
@media(max-width:767px) {
    .pop-up-wrapper {
        width: 60.3vw;
        height: 82.2vw;
        padding: 0;
		top:50vh;
        color: #838383;
        /* border: 1px solid #999; */
        border-radius: 5px;
        /*background: #333;*/
    }
    .pop-icon-close {
        z-index: 1;
        margin: .1em .2em;
    }
    .pop-up-content {
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        background: transparent;
        padding: 0;
    }
    .pop-up-content .scroll {
        padding: 0;
        overflow: visible;
    }
    .pop-up-content .title {
        border-bottom: 1px solid #CBCBCB;
    }
    .pop-up-content .text {
        font-size: 1.2em;
        margin: .5em 0;
        color: #838383;
    }
}
/* 置顶bar --end */
/* pc-导航 */
.header-global {
    position: relative;
    height: 80px;
    padding: 0 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
}
.header-global:before, .header-global:after {
    display: table;
    content: " ";
}
.header-global:after {
    clear: both;
}
/* @media (max-width: 1199px){.header-global{display:none}} */
.header-global .container, .header-global .giftcert-purchase #main, .giftcert-purchase .header-global #main, .header-global .pt_blog .blog-content #pinterest-widget, .pt_blog .blog-content .header-global #pinterest-widget {
    text-align: center;
}
.header-global .container {
    float: left;
    margin-left: 0;
}
.header-global .inner-container {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: left;
}
/* pc导航logo */
#header .primary-logo {
    position: relative;
    left: 0;
    float: left;
    margin: 15px 15px 0;;;
}
#header .primary-logo:after {
    position: absolute;
    top: 10%;
    right: -25px;
    height: 80%;
    content: "";
}
#header .primary-logo a {
    display: block;
    width: 105px;
    height: 48px;
    background: url("../img/base/header/logo.svg") no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
}
#header .primary-logo span {
    position: absolute;
    left: -999em;
}
/* pc导航logo --end */
/* pc导航右侧 */
.header-global .right-nav {
    position: absolute;
    z-index: 601;
    top: 0;
    right: 0;
    height: 100%;
}
/* pc导航-search框 */
.header-search {
    position: relative;
    top: 0;
    right: 5em;
    display: inline-block;
    width: 280px;
    min-width: 90px;
    height: 39px;
    margin: 0;
    padding: 15px 0 0 0;
    border: none;
}
.header-search input {
    font-size: 1.2em;
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    min-height: 39px;
    margin-right: 0;
    padding-left: 28px;
    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: #F4F4F4 url("../img/base/header/search-btn.svg") 5px no-repeat;
    background-size: 6%;
    box-shadow: none;
}
.header-search button {
    position: absolute;
    left: 260px;
    display: inline-block;
    overflow: hidden;
    width: 39px;
    height: 39px;
    margin-left: -3px;
    padding: 0;
    color: #F4F4F4;
    border: none;
    background: #000;
}
.header-search legend {
    background: none;
}
/* 购物车样式mini-cart */
#mini-cart {
    position: relative;
    z-index: 200;
    right: 0;
    height: 100%;
    margin-right: 0;
    padding: 0 30px 0 15px;
}
#mini-cart:hover {
    background: #F4F4F4;
}
#mini-cart:hover .mini-cart-content {
    display: block;
}
.mini-cart-content {
    font-family: "ff-good-headline-web-pro-con","Gotham-Book","黑体";
    font-size: .9em;
    font-weight: 300;
    line-height: 1.42857;
    position: absolute;
    top: 80px;
    right: -30px;
    display: none;
    width: 450px;
    letter-spacing: normal;
    text-transform: none;
    border: 0;
    border-top-color: transparent;
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,.16);
}
.mini-cart-link {
    position: relative;
}
.mini-cart-link:hover {
    text-decoration: none;
    opacity: .7;
}
.mini-cart-label, .mini-cart-total-label, .mini-cart-item-word {
    display: none;
    margin: 0 .5em 0 0;
}
.icon-cart-stripe {
    font-size: 1.8em;
    vertical-align: text-bottom;
}
.mini-cart-item-total {
    font-family: arial;
    font-size: 9px;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    color: white;
    border-radius: 20px;
    background: #333;
}
.ie8 .mini-cart-item-total {
    top: -14px;
}
.mini-cart-header {
    font-family: "Gotham-Book","黑体","ff-good-headline-web-pro-con";
    position: relative;
    padding: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.mini-cart-products {
    overflow: auto;
    max-height: 360px;
    border-bottom: 1px solid #F4F4F4;
}
.mini-cart-product {
    overflow: hidden;
    padding: 10px;
    background: white;
}
.mini-cart-product .product-availability-list {
    font-size: .9em;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mini-cart-product.collapsed {
    background: #F4F4F4;
}
.mini-cart-product.collapsed .mini-cart-info {
    float: none;
    width: auto;
    margin-left: 1em;
}
.mini-cart-products:last-child {
    border-bottom: none;
}
.mini-cart-image {
    float: left;
    width: 23%;
    margin-right: 2%;
}
.mini-cart-image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.mini-cart-info {
    line-height: 21px;
    float: right;
    width: 73%;
    margin-left: 2%;
}
.mini-cart-name {
    font-family: "ff-good-headline-web-pro-con","Gotham-Book","黑体";
    font-size: 1.2em;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-overflow: ellipsis;
}
.mini-cart-name:hover {
    text-decoration: underline;
}
.mini-cart-attributes {
    font-size: .9em;
}
.mini-cart-pricing {
    font-size: .9em;
}
.mini-cart-subtotals {
    font-family: "ff-good-headline-web-pro-con","Gotham-Book","黑体";
    font-size: 1.1em;
    font-size: 14px;
    font-weight: bold;
    margin: 0 -1em;
    padding: 1em;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* .mini-cart-subtotals .label{margin:0 1em 0 0} */
.mini-cart-totals {
    padding: 1em;
}
.mini-cart-totals:before, .mini-cart-totals:after {
    display: table;
    content: " ";
}
.mini-cart-totals:after {
    clear: both;
}
.mini-cart-slot {
    font-size: .9em;
    text-align: center;
}
.mini-cart-link-cart {
    display: block;
    float: left;
    width: 49%;
    margin: 1em 15px 1em 0;
}
.mini-cart-link-checkout {
    display: block;
    float: left;
    width: 49%;
    margin: 1em 0;
    text-align: center;
}
.minicart_box {
    position: relative;
    right: 0;
    width: auto;
    height: 100%;
    text-indent: 0;
}
.mini-cart-total {
    display: inline-block;
    width: auto;
    height: 100%;
}
.mini-cart-total svg {
    height: 100%;
}
.cart-money-total {
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    top: -36px;
}
#mini-cart:hover .cart-money-total {
    text-decoration: underline;
}
.mini-cart-empty {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    position: absolute;
    top: 20px;
    right: -10px;
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    text-align: center;
    color: #FFF;
    border-radius: 20px;
    background: #3D773E;
}
.right-nav .minicart-title a {
    color: #FFF;
}
.mini-cart-link-cart, .mini-cart-link-checkout {
    line-height: 39px;
    width: 204px;
    height: 39px;
    padding: 0;
}
.mobile-cart-total {
    font-family: arial;
    font-size: 9px;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    top: 15px;
    right: -10px;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 20px;
    background: #468847;
}
.mobile-cart-total {
    font-size: .7em;
    position: static;
    margin: 2px 0 0 3px;
}
.mobile-cart-total:empty {
    display: none;
}
/* 购物车展开样式 */
#old-cart {
    overflow: auto;
    max-height: 260px;
}
.mini-cart-totals::after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    content: "";
}
.CartInfoItems {
    height: auto;
}
@media(max-width:1199px) {
    #mini-cart {
        position: absolute;
        top: -62px;
        height: 62px;
        padding: 0 30px;
    }
    .mini-cart-total svg {
        height: 112%;
    }
    .cart-money-total {
        display: none !important;
    }
    #mini-cart:hover .mini-cart-content {
        display: none !important;
    }
    #mini-cart:hover {
        background: #FFF;
    }
    .mini-cart-empty {
        top: 15px;
    }
}
/* 购物车样式mini-cart -end */
/* 导航菜单 */
#navigation {
    position: absolute;
    z-index: 600;
    left: 150px;
    float: left;
    width: 100%;
}
#navigation nav {
    width: auto;
    margin: 0;
    padding: 0;
}
ul.level-1 li a {
    font-size: 1.2em;
    display: block;
    padding: .5em;
    color: #333;
}
ul.level-1 li a.level-1 {
    line-height: 80px;
    position: relative;
    height: 80px;
    padding: 0 1.8em 0 .8em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
ul.level-1 li.is-active a.level-1 {
    border-color: #F4F4F4;
    background: #F9F9F9;
}
.has-children::before, .has-children::after {
    position: absolute;
    z-index: 1;
    top: 37px;
    right: 10px;
    display: inline-block;
    width: 8px;
    height: 1px;
    content: "";
    -webkit-transition: -webkit-transform .1s,-webkit-transform-origin .1s;
            transition: -webkit-transform .1s,-webkit-transform-origin .1s;
            transition:         transform .1s,transform-origin .1s;
            transition:         transform .1s,transform-origin .1s,-webkit-transform .1s,-webkit-transform-origin .1s,-ms-transform-origin .1s;
    background: #333;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.has-children::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: -1px -4px;
        -ms-transform-origin: -1px -4px;
            transform-origin: -1px -4px;
}
.has-children::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 7px 50%;
        -ms-transform-origin: 7px 50%;
            transform-origin: 7px 50%;
}
ul.level-1 li.is-active .has-children::before, ul.level-1 li.is-active .has-children::after {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}
ul.level-1 {
    font-family: "ff-good-headline-web-pro-con","Gotham-Book","黑体";
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
    background: white;
}
ul.level-1 li {
    float: left;
}
.pc-nav-title:hover {
    color: #333;
    border-color: #F4F4F4;
    background: #F9F9F9;
}
a.level-1:focus + .level-2 {
    display: block;
}
div.level-2 {
    position: absolute;
    top: 41px;
    left: auto;
    display: none;
    width: auto;
    padding: 0;
    border: 1px solid #F4F4F4;
    border-radius: 2px;
    background: white;
}

div.level-2 .menu-wrapper {
    overflow: hidden;
    padding: 20px 30px;
    background: rgba(250,250,250,.5);;
}
div.level-2 ul.level-2 {
    display: inline-block;
    padding-right: 30px;
    min-width: 12vw;
    list-style: none;
    vertical-align: top;
}
div.level-2 ul.level-2 li {
    float: none;
    min-width: 10em;
    padding-right: .5em;
}
div.level-2 ul.level-2 li.level-2-header {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
div.level-2 ul.level-2 a {
    font-family: "Gotham-Book","黑体",sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 29px;
    padding: 0;
    color: #111;
}
@media(min-width:1200px) {
    ul.level-2 li a:hover {
        text-decoration: underline;
    }
}
.is-active div.level-2 {
    display: block ;
}
li.first-level-2 {
    border: none;
}
div.level-2 .custom img {
    display: block;
    max-width: 100%;
    height: auto;
}
div.level-2 .corner-tab {
    display: none !important;
}
div.level-2.menu-horizontal ul.level-2 {
    float: none;
}
div.level-2.menu-horizontal li {
    float: left !important;
    height: 100%;
}
div.level-2.menu-horizontal li li {
    float: none !important;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #F4F4F4;
}
div.level-2.menu-horizontal .last > li {
    border-width: 0 !important;
}
div.level-2.menu-horizontal .custom {
    clear: both;
}
@media (min-width: 1199px) {
    div.level-2 ul.level-2 a:hover {
        text-decoration: underline;
        color: #111;
    }
}
@media (min-width: 1199px) {
    div.level-2 ul.level-2 a.empty-udli:hover {
        text-decoration: none;
        color: #111;
    }
}
.ie7 ul.level-1 {
    height: 30px;
}
.ie7 div.level-2 {
    width: 452px;
}
/* pc 一级标题 */
.pc-nav-title {
    cursor: pointer;
}
/* pc二级标题 */
#navigation div.level-2 {
    top: 80px;
    left: -150px;
    width: 100%;
    background: #F9F9F9;
}
div.level-2 ul.level-2 .title a {
    font-size: 1em;
    font-weight: bold;
}
/* 导航图片 */
.menu-div-2 .menu__content {
    display: inline-block;
    width: 60%;
    margin-left: 30px;
}
.c-m-menu .img-responsive {
    align-self: flex-start;
    width: 100%;
    height: auto !important;
}
ul.level-1 li .menu__content a {
    padding: 0;
}
.menu__content span {
    line-height: 1.42857;
}
div.level-2 ul.level-2 .has-sub-cat a {
    font-size: 1.2em;
}
.sale-text {
    line-height: 1;
    display: inline-block;
    margin-top: 20px;
}
.c-flex-25 a:hover .sale-text {
    text-decoration: underline;
}
/* pc-导航 --end */


/* mob下导航样式 */
@media(max-width:1199px) {
    .header-global {
        z-index: 1000;
        height: 0;
    }
    #header .primary-logo, .header-global .header-search {
        display: none;
    }
    .right-nav {
        float: right;
        height: 100%;
    }
}
.header-mobile {
    position: relative;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 62px;
    padding: 0 15px;
    background: #FFF url("../img/base/header/logo.svg") no-repeat scroll 50% center/57.2px !important;
    background-size: 48px;
    box-shadow: 0 2px 5px rgba(0,0,0,.16);
}
.header-mobile:before, .header-mobile:after {
    display: table;
    content: " ";
}
.header-mobile:after {
    clear: both;
}
@media (max-width: 1199px) {
    .header-mobile {
        display: block !important;
    }
}
.header-mobile > a {
    display: block;
    padding: 19px 10px;
    color: #FFF;
}
.header-mobile > a:hover {
    text-decoration: none;
}
.header-mobile > a span {
    font-size: 1em;
}
.header-mobile .mobile-menu-btn {
    display: none;
    overflow: hidden;
    -webkit-transform: translate3D(0%, 0, 0);
        -ms-transform: translate3D(0%, 0, 0);
            transform: translate3D(0%, 0, 0);
}
@media (max-width: 1199px) {
    .header-mobile .mobile-menu-btn {
        display: block;
    }
}
.header-mobile .mobile-menu-btn .burger {
    position: relative;
    top: 8px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.header-mobile .mobile-menu-btn .burger, .header-mobile .mobile-menu-btn .burger:before, .header-mobile .mobile-menu-btn .burger:after {
    display: block;
    width: 18px;
    height: 2px;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: background-color -webkit-transform;
            transition-property: background-color transform;
    background-color: #000;
}
.header-mobile .mobile-menu-btn .burger:before, .header-mobile .mobile-menu-btn .burger:after {
    position: absolute;
    content: "";
}
.header-mobile .mobile-menu-btn .burger:before {
    top: -5px;
}
.header-mobile .mobile-menu-btn .burger:after {
    top: 5px;
}
.header-mobile .mobile-menu-btn.is-active .burger {
    background-color: transparent;
}
.header-mobile .mobile-menu-btn.is-active .burger:before {
    -webkit-transform: translateY(5px) rotate(45deg);
        -ms-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
}
.header-mobile .mobile-menu-btn.is-active .burger:after {
    -webkit-transform: translateY(-5px) rotate(-45deg);
        -ms-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
}
.header-mobile .mobile-menu-btn span {
    display: inline-block !important;
}
.header-mobile .mobile-menu-logo-btn {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100px;
    height: 50px;
    margin-left: -50px;
    border-radius: 0;
}
.header-mobile .mobile-logo-btn {
    display: none;
    background: url("../img/base/header/logo.svg") no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
}
.header-mobile .mobile-help-btn, .header-mobile .mobile-account-btn {
    display: none;
}
.header-mobile .mobile-cart-btn, .header-mobile .mobile-search-btn, .header-mobile .mobile-location-btn {
    float: right;
}
.mobile-menu-logo-btn {
    position: absolute;
    top: 0;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
}
.mobile-account-btn, .mobile-cart-btn, .mobile-search-btn {
    margin-left: .5em;
}
.mobile-menu-btn, .mobile-search-btn {
    float: left;
}
.icon--white {
    background-image: url("http://www.ugg.cn/themes/redesign/images/resources/header/sprite--white.svg") !important;
}
.header-mobile .mobile-search-btn {
    float: left;
}
.header-mobile .mobile-account-btn {
    display: block;
    float: right;
}
.mobile-account-btn span, .mobile-cart-btn span, .mobile-menu-btn span, .mobile-search-btn span {
    line-height: 2;
    float: left;
    margin-top: 3px;
}
.mobile-menu-back {
    position: absolute;
    z-index: 69;
    top: 0;
    left: 0;
    width: 0;
    height: 150%;
    -webkit-transition: opacity .3s 0ms;
            transition: opacity .3s 0ms;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
}
.push .mobile-menu-back {
    width: 100%;
    opacity: 1;
}
@media (max-width: 1199px) {
    #navigation {
        display: none;
    }
}
@media (max-width: 1199px) {
    ul.level-1 li {
        position: relative;
        float: none;
        width: auto;
        padding: 0;
    }
    ul.level-1 ul.level-2 li {
        position: relative;
        float: none;
        width: auto;
        padding: 0;
        border-bottom: 0;
    }
    ul.level-1 li a {
        line-height: initial;
        position: relative;
        padding: 14px 20px;
        text-decoration: none;
    }
}
/* mob菜单 */
.mobile-menu {
    position: fixed;
    z-index: -1;
    top: 112px;
    left: -80%;
    width: 80%;
    height: 100%;
    -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
            transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -webkit-transform: translate3D(0%, 0, 0);
        -ms-transform: translate3D(0%, 0, 0);
            transform: translate3D(0%, 0, 0);
    opacity: 0;
    background: white;
}
@media (min-width: 1200px) {
    .mobile-menu {
        display: none;
    }
}
.push .mobile-menu {
    -webkit-transform: translate3D(100%, 0, 0);
        -ms-transform: translate3D(100%, 0, 0);
            transform: translate3D(100%, 0, 0);
    opacity: 1;
}
.mobile-menu .mobile-nav {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
@media(max-width:1199px) {
    .push {
        overflow: hidden;
    }
    #wrapper {
        position: static;
        left: 0;
        padding-top: 112px;
        -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
                transition: all 300ms cubic-bezier(1, 0, 0, 1);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
}
@media(max-width:770px) {
    #top-notification-bar {
        display: none;
    }
}
body {
    overflow-x: hidden;
}
@media (max-width: 768px) {
    .margin-0-sm {
        margin: 0 !important;
    }
    .padding-0-sm {
        padding: 0 !important;
    }
}
@media print {
    * {
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm .5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    select {
        background: #FFF !important;
    }
    .navbar {
        display: none;
    }
    .table td, .table th {
        background-color: #FFF !important;
    }
    .btn > .caret, #cart-table .rowcoupons .button-text > .caret, #cart-table .rowcoupons .store-availability .change-location > .caret, .store-availability #cart-table .rowcoupons .change-location > .caret, #cart-table .rowcoupons .store-availability .makemy > .caret, .store-availability #cart-table .rowcoupons .makemy > .caret, .refinement ul.Size li a > .caret, ul.folder-content-list .readmore > .caret, .pdp-main .product-set .product-set-item > h3 span > .caret, .store-availability .more-stores > .caret, .pt_account .address-edit > .caret, .pt_account .address-delete > .caret, .pt_wish-list .item-list .edit-details-link > .caret, .pt_wish-list .wishlist-empty > a > .caret, .pt_wish-list .wish-list-results-table .view a > .caret, .dropup > .btn > .caret, #cart-table .rowcoupons .dropup > .button-text > .caret, #cart-table .rowcoupons .store-availability .dropup > .change-location > .caret, .store-availability #cart-table .rowcoupons .dropup > .change-location > .caret, #cart-table .rowcoupons .store-availability .dropup > .makemy > .caret, .store-availability #cart-table .rowcoupons .dropup > .makemy > .caret, .refinement ul.Size li .dropup > a > .caret, ul.folder-content-list .dropup > .readmore > .caret, .pdp-main .product-set .product-set-item > h3 .dropup > span > .caret, .store-availability .dropup > .more-stores > .caret, .pt_account .dropup > .address-edit > .caret, .pt_account .dropup > .address-delete > .caret, .pt_wish-list .item-list .dropup > .edit-details-link > .caret, .pt_wish-list .wishlist-empty.dropup > a > .caret, .pt_wish-list .wish-list-results-table .view .dropup > a > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #DDD !important;
    }
    .pt_returns #header, .pt_returns #navigation, .pt_returns .breadcrumb, .pt_returns input[type="button"], .pt_returns button, .pt_returns #main-bottom, .pt_returns #footer, .pt_returns .noprint, .pt_returns .alert {
        display: none;
    }
    .pt_returns h3 {
        margin: 5px 0;
    }
    .pt_returns .return-form-label, .pt_returns .return-form-value {
        display: inline-block;
    }
    .pt_returns .summary-container, .pt_returns .return-instructions {
        float: left !important;
        width: 50% !important;
    }
}
@media (max-width: 460px) {
    .header-mobile span.header-mobile-span {
        display: none;
    }
}
@media(max-width:1199px) {
    #header {
        height: 64px;
    }
    .has-children::before, .has-children::after {
        top: 50%;
    }
    .has-children::before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 8px 0;
            -ms-transform-origin: 8px 0;
                transform-origin: 8px 0;
    }
    ul.level-1 li {
        position: static;
        border-bottom: 1px solid #F4F4F4;
    }
    ul.level-1 li a.level-1 {
        line-height: initial;
        height: 100%;
        padding: 14px 20px;
    }
    /* search框 */
    #mob-simple-search-form .form-control{
        font-size: 1.2em;
        font-weight: normal;
        position: initial;
        left: auto;
        display: inline-block;
        height: 45px;
        padding-left: 45px;
        letter-spacing: 2px;
        color: #A1A0A0;
        border: medium none;
        border-radius: 3px;
        background: #F4F4F4 url("../img/base/header/search-btn.svg") no-repeat scroll 15px center / 17px auto;
        box-shadow: none;
    }
    #mob-simple-search-form fieldset {
        padding: 0;
    }
    #mob-simple-search-form button {
        position: absolute;
        top: 0;
        width: 42px;
        height: 45px;
        background: transparent;
    }
    .mobile-nav .mob-close span {
        font-size: 20px;
        line-height: 30px;
        position: relative;
        left: 88%;
        display: inline-block;
        padding: 5px;
    }
    /* 子菜单 */
    .level-1 .menu--secondary, .level-1 .menu--tertiary {
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
    }
    .level-1 .menu--secondary {
        visibility: hidden;
    }
    .level-1 .menu--secondary.is-active {
        visibility: visible;
        color: #CCC;
    }
    .level-1 .menu--tertiary {
        z-index: 100;
        visibility: hidden;
        min-width: 0;
        opacity: 0;
    }
    .level-1 .menu--tertiary.is-active {
        visibility: visible;
        opacity: 1;
    }
    .mobile-nav .menu-category {
        -webkit-transition: -webkit-transform .3s ease-in-out;
                transition: -webkit-transform .3s ease-in-out;
                transition:         transform .3s ease-in-out;
                transition:         transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .mobile-nav .menu-category.secondary-active {
        -webkit-transition: -webkit-transform .3s ease-in-out;
                transition: -webkit-transform .3s ease-in-out;
                transition:         transform .3s ease-in-out;
                transition:         transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    .mobile-nav .menu-category.tertiary-active {
        -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
        -webkit-transform: translateX(-200%);
            -ms-transform: translateX(-200%);
                transform: translateX(-200%);
    }
    ul.level-1 li a.menu__text--back {
        padding-left: 40px;
        background-color: #F9F9F9;
    }
    .menu__text--back:after, .menu__text--back:before {
        position: absolute;
        z-index: 1;
        top: 48%;
        left: 15px;
        display: inline-block;
        width: 10px;
        height: 2px;
        content: "";
        -webkit-transition: -webkit-transform .1s,-webkit-transform-origin .1s;
                transition: -webkit-transform .1s,-webkit-transform-origin .1s;
                transition:         transform .1s,transform-origin .1s;
                transition:         transform .1s,transform-origin .1s,-webkit-transform .1s,-webkit-transform-origin .1s,-ms-transform-origin .1s;
        -webkit-transform-origin: 9px 50%;
            -ms-transform-origin: 9px 50%;
                transform-origin: 9px 50%;
        background: #333;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
    .menu__text--back:before {
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
    }
    .menu__text--back:after {
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
    }
    .nav-title .menu {
        overflow-x: visible;
        max-height: 500vh;
        padding-bottom: 110px;
    }
    .level-1 .only-title{
        border-bottom:0;
    }
    .only-title .level-1::before {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        content: "";
        vertical-align: middle;
    }
    .only-title .login::before{
        background: url(../img/base/header/mob_login.png) no-repeat;
        background-size: 20px;
    }
    .only-title .signup::before{
        background: url(../img/base/header/mob_signup.png) no-repeat;
        background-size: 20px;
    }
    .only-title .love::before{
        background: url(../img/base/header/mob_love.png) no-repeat;
        background-size: 20px;
    }
    .only-title .cart::before{
        background: url(../img/base/header/mob_cart.png) no-repeat;
        background-size: 20px;
    }
}
/* mob菜单 --end */
/* mob下导航样式 --end */

/* header --end */
/* footer */
#footer{margin-left:-15px;margin-right:-15px}
#footer:before,#footer:after{content:" ";display:table}
#footer:after{clear:both}
#footer>footer{  background: #f4f4f4 none repeat scroll 0 0;padding-top:4em;padding-bottom: 2em;position:relative;width:100%;}
#footer .back-to-top{z-index:1;position:absolute;top:-24px;left:50%;margin-left:-30px;padding:6px 24px;background:#000;-webkit-transition:60ms ease-in;transition:60ms ease-in}#footer .back-to-top:before{content:"\f281";font-family:icomoon;font-size:2em;color:white;line-height:36px}#footer .back-to-top:hover{position:absolute;top:-34px;text-decoration:none}#footer .footer-block{position:relative;min-height:1px;padding-left:60px;width:25%;float:right;}
@media (max-width: 1199px){#footer .footer-block{width:100%;padding-left:0;}}
#footer .footer-block .toggle{letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid #ccc;padding-bottom:.2em;position:relative; cursor:pointer;}
@media (max-width: 1199px){
	#footer .footer-block .toggle:after{content:"\f1ca";position:absolute;right:2px;top:-2px;font-family:'icomoon';font-size:1.2em;font-weight:300}
	#footer .footer-block .toggle.active:after{content:"\f1ae"}
	#footer .footer-block .footer-panel {display:none;}}
#footer .footer-block ul{margin:0;padding:0;list-style:none;line-height:24px;font-size:12px;}
#footer .footer-copy{margin-bottom:1em}
#footer .footer-copy:before,#footer .footer-copy:after{content:" ";display:table}
#footer .footer-copy:after{clear:both}
#footer .footer-social ul{display:block;padding:2em 0;text-align:center}
#footer .footer-social li{display:inline}
#footer .footer-social a{padding:.2em .4em;min-width:44px;display:inline-block;text-align:center}
#footer .footer-social a:hover{text-decoration:none;opacity:.7}
#footer .copyright{padding:0 30px}
#footer .copyright a{font-size:1em;font-family:"Gotham-Book","黑体";}
#footer .country-selector-wrapper{padding:0 15px;font-family:"Gotham-Book","黑体";}
/* email样式 */
.footer-email {
    float: left;
    margin-bottom: 2em;
    min-height: 1px;
    position: relative;
    width: 33.3333%;
  }
  @media (max-width: 1199px){.footer-email {
    text-align: center;
    width: 100%;
  }}
  .email-input {
      display: inline-block;
      position: relative;
  }
  .email-input > .form-row {
      width: 220px;
  }
  @media (min-width: 1200px){
  .email-input > .form-row {
      width: 271px;
  }}
  .emailoptin-button {
      display: inline-block;
      margin-left: -5px;
      position: relative;
      vertical-align: top;
  }
  .email-input .form-control {
      background: #ececec none repeat scroll 0 0;
      font-size: 0.8em;
      height: 50px;
      width: 100%;
  }
  .footer-email .button {
      background: #111 none repeat scroll 0 0;
      color: #fff;
      height: 50px;
      width: 50px;
  }
/*二维码样式*/
.erweima{position:absolute; top:10px; right:15px;}
.erweima-box{ width:170px;text-align:center;margin-top:10px;}
.erweima-box li{float:left; margin:0 15px;width:70px; overflow:hidden; line-height:1.5em;}
/* footer --end */


/* PDP微信小程序码弹窗 */
.wx-pop-up {
    position: fixed;
    z-index: 1001;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.wx-pop-up-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 114%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.wx-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}