html, body {
    background-color: #fff;
}

.right {
    float: right;
}

.left {
    float: left;
}

.hidden {
    display: none;
}

input {
    -webkit-appearance:none; 
}

input[type = number] {
    -moz-appearance: textfield;
}

input[type = text], input[type = password],input[type = number], select {
    width: 100%;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #E6E6E6;
    border-radius: none; 
}

.login-box-input input {
    border: solid 1px #999 !important;
}

.container.container-shop {
    margin-top: 20px;
}

.container.container-cart {
    margin-top: 10px;
}

.no-list {
    width: 80%;
    margin: 0 auto;
}

.no-list p {
    font-size: 20px;
    text-align: center;
    color: #ccc;
}

.header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
    z-index: 99;
}

.top-box {
    border-bottom: 1px solid #dcdddd;
}

.header .m-free {
    display: none;
    background-color: #000000;
    color: #fff;
    font-family: Arial;
    text-align: center;
    padding: 4px;
    font-size: 12px;
    position: relative;
}

.header .top .free {
    color: #fff;
    font-size: 14px;
}

/* notice */
.header  .header-notice {
	display: flex;
    height: 46px;
    background-color: #f8f8f8;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header  .header-notice-container {
    max-width: 1640px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 46px;
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
	position: relative;
}

.header  .header-notice .header-notice-desc {
	color:#221e1f;
	font-family: abelRegular;
	font-size: 16px;
}

.header  .header-notice a.header-notice-desc {
    cursor: pointer;
}

.header  .header-notice a.header-notice-desc:hover {
    text-decoration: underline;
}


.header  .header-notice-close {
	position: absolute;
    right: 20px;
	font-size: 16px;
	color: #221e1f;
	cursor: pointer;
}
/*  */

.m-header  .header-notice {
	display: flex;
    height: 46px;
    background-color: #f8f8f8;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.m-header  .header-notice-container {
    max-width: 1640px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 46px;
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
	position: relative;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.m-header  .header-notice .header-notice-desc {
	color:#221e1f;
	font-family: abelRegular;
	font-size: 14px;
	cursor: pointer;
    width: 75%;
    text-align: center;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    justify-content: center;
    display: -webkit-inline-box;
}

.m-header  .header-notice-close {
	position: absolute;
    right: 26px;
	font-size: 16px;
	color: #221e1f;
	cursor: pointer;
}

/* notice end */

.top .free,
.top .log-box a {
    font-family: abelRegular;
}

.top .free {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}

.top .free em,
.top .free a,
.m-free a {
    font-size: 16px;
    font-family: "abelRegular";
}

.top .free a,
.m-free a {
    text-decoration: underline;
}

.top .icon-free,
.icon-free-m {
    width: 6px;
    height: 8px;
    background-image: url(../images/morearrow.png);
    background-image: image-set(url(../images/morearrow.png) 1x ,url(../images/morearrow_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/morearrow.png) 1x ,url(../images/morearrow_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 10px 0 4px;
}

.free-list {
    display: none;
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 19;
    background-color: #000;
    padding: 10px 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.6);
}

.free-list li {
    line-height: 26px;
    padding: 0 20px;
}

.top .free:hover .free-list {
    display: block;
}

.m-free .free-list {
    right: 0;
}

.icon-menu p {
    font-family: Montserrat-SemiBold;
}

.shop-nav a {
    font-family: abelRegular;
}

.top,
.top-menus {
    max-width: 1640px;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
}

.top {
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0px 10px 0px 20px;
    height: 46px;
    position: relative;
    -ms-transition: height .4s linear;
    -moz-transition: height .4s linear;
    -webkit-transition: height .4s linear;
    transition: height .4s linear;
}



.top-menus-box {
    background-color: #fff;
    border-bottom: 1px solid #dcdddd;
}

.top-menus {
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 20px;
}

.top-menus a {
    font-size: 16px;
}

.top-menus-right {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 100%;
}
.header .top .top-menus-right .log-brand {
    cursor: pointer;
    font-size: 20px;
    font-family: AlternateGothicLT-No1;
}


.header .top .top-menus-right .log-in {
    margin-right: 0px;
    padding-left: 0px;
    color: #221e1f;
    font-size: 20px;
    font-family: AlternateGothicLT-No1;
}

.top-box .log-brand {
    line-height: 30px;
    position: relative;
    padding-right: 16px;
}

.header .top .top-menus-right  .log-brand {
    padding-right: 32px;
    margin-right: 30px;
}


.header .top .top-menus-right .logined-brand {
    margin-right: 0px;
}

.top-box .log-brand.logined-brand::after {
    width: 0;
}

.top-box .log-brand::after {
    top: 6px;
    right: 0;
    position: absolute;
    content: '';
    width: 2px;
    height: 18px;
    background: #221e1f;
}

.top-box .logo {
    display: block;
    width: 158px;
    height: 53px;
    background-image: url(../images/logo.png);
    background-image: image-set(url(../images/logo.png) 1x ,url(../images/logo_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/logo.png) 1x ,url(../images/logo_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80%;
}

.top-box .log-box {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.top-box .log-box a {
    height: 32px;
    line-height: 32px;
    padding: 0 30px;
    cursor: pointer;
}

.top-box .log-box .sign-up {
    font-size: 20px;
    font-family: AlternateGothicLT-No1;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    position: relative;
    color: #000;
    background-color: #f9d00e;
    padding: 0 16px;
    margin-right: 10px;
}

.top-box .log-box .sign-up:hover {
    color: #000;
    background-color: #f8e245;
}

.top-box .log-box .sign-up:after {
    content: ' ';
    display: none;
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
}

.top-box .search-box {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    margin-right: 30px;
}

.top-box .search-box .radio input {
    display: none;
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

.top-box .search-box .radio i {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 0 10px;
    cursor: pointer;
}

.top-box .search-box .radio i:hover {
    color: #000;
    background-color: #f6d806;
}

.top-box .search-box .radio input:checked + i {
    color: #000;
    background-color: #f6d806;
}

.top-box .search-box .icon-search {
    width: 24px;
    height: 24px;
    background-color: #000;
    background-image: url(../images/search.png);
    background-image: image-set(url(../images/search.png) 1x ,url(../images/searchx_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/search.png) 1x ,url(../images/search_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    position: absolute;
    left: 6px;
    top: 4px;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border: 0;
    border-radius: 0;
}


.favorite-action {
    padding: 0 10px;
    height: 100%;
    width: 40px;
    position: relative; 
    font-size: 16px;
}

.favorite-action:hover .icon-shop_favorites:before {
    content: "\e730";
}

.favorite-action .icon-favorite {
    position: absolute;
    background-image: url(../images/index/pc_favorite.png);
    background-image: image-set(url(../images/index/pc_favorite.png) 1x ,url(../images/index/pc_favoriter_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/index/pc_favorite.png) 1x ,url(../images/index/pc_favoriter_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.favorite-action .icon-favorite:hover {
    background-image: url(../images/index/pc_favorite_hove.png);
    background-image: image-set(url(../images/index/pc_favorite_hove.png) 1x ,url(../images/index/pc_favorite_hove_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/index/pc_favorite_hove.png) 1x ,url(../images/index/pc_favorite_hove_x2.png) 2x);
}

.head-favorite {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    color: #262626;
    text-align: center;
    background-color: #F6D806;
    position: absolute;
    top: 13px;
    right: 1px;
    z-index: 11;
    border-radius: 50%;
    overflow: hidden;
}

.header .top .head-favorite {
    font-size: 12px;
    color: #262626;
}

.header .favorite-tips * {
    color: #221e1f;
}

.header .favorite-tips {
    display: none;
    position: absolute;
    width: 288px;
    top: 44px;
    color: #000;
    background: #fff;
    padding: 24px;
    z-index: 999;
    right: -28px;
    box-shadow: 0px 1px 2px #999;
}

.header .favorite-tips::before,
.header .favorite-tips::after {
    content: '';
    display: inline;
    position: absolute;
    border-width: 0 9px 9px;
    border-style: solid;
    top: -8px;
    right: 38px;
    border-color: transparent transparent #fff;
    z-index: 2;
}
.header .favorite-tips::after {
    top: -9px;
    border-color: transparent transparent #eee;
    z-index: 1;
}

.header .tips-title,
.header .top .tips-title {
    font-family: AlternateGothicLT-No1;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px; 
    width: 244px;
}

.header .tips-info,
.header .top .tips-info {
    text-align: center;
    font-family: abelRegular;
    font-size: 16px;
    color: #231f20;
    margin-bottom: 24px; 
}

.header .tips-info span,
.header .top .tips-info span {
    cursor: pointer;
    text-decoration: underline;
}

.header .show-favorite,
.header .top .show-favorite {
    display: block;
    cursor: pointer;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f9d00e;
    font-size: 24px;
    font-family: AlternateGothicLT-No1;
}

.header .show-favorite:hover,
.header .top .show-favorite:hover {
    background-color: #221e1f;
    color: #fff;
}

.top-box .search-box .icon-search.move {
    -ms-transform: translateX(164px);
    -moz-transform: translateX(164px);
    -webkit-transform: translateX(164px);
    transform: translateX(164px);
}

.top-box .search-box input {
    width: 200px;
    height: 32px;
    font-family: abelRegular;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 0 30px 0 10px;
}

.header .icon-box,
.top-box .icon-share,
.header .cart,
.top-box .search,
.icon-box .user,
.favorite-action,
.icon-colle {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .icon-box {
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.header .share {
    margin-right: 20px;
}

.header .icon-box .icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 20px;
}

.header .icon-box .icon-packup {
    width: 16px;
    height:16px;
    font-size:16px;
}

.header .icon-share {
    width: 32px;
    height: 32px;
    background-image: url(../images/shoppingcart.png);
    background-image: image-set(url(../images/shoppingcart.png) 1x ,url(../images/shoppingcart_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/shoppingcart.png) 1x ,url(../images/shoppingcart_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.header .icon-share:hover {
    background-image: url(../images/shopshareyellow.png);
    background-image: image-set(url(../images/shopshareyellow.png) 1x ,url(../images/shopshareyellow_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/shopshareyellow.png) 1x ,url(../images/shopshareyellow_x2.png) 2x);
}

.header .logo-box {
    width: 110px;
}
.logo-box {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .icon-box> a,
.header .icon-box .user {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:  0 10px;
    margin:  0 5px;
}

/* icon */
.user-create {
    background-image: url(../images/index/user.png);
    background-image: image-set(url(../images/index/user.png) 1x ,url(../images/index/user_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/index/user.png) 1x ,url(../images/index/user_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: center;
}


.header .icon-box .icon {
    cursor: pointer;
}

.null-block {
    height: 30px;
    width: 40px;
}

.block-null {
    height: 60px;
    width: 40px;
    position: absolute;
}

.icon-box .user .user-menus {
    display: none;
    width: 250px;
    background-color: #ffffff;
    right: -104px;
    position: absolute;
    top: 46px;
    z-index: 9999;
    box-shadow: 0px 4px 6px 1px rgba(118, 118, 118, 0.52);
}

.icon-box .user .user-menus.logined {
    top: 46px;
}


.icon-box .user .user-menus .item {
    height: 56px;
    cursor: pointer;
}

.icon-box .user .user-menus .item .hr {
    border-bottom: 1px solid #221e1f; 
}   

.icon-box .user .user-menus .item  a {
    font-family: abelRegular;
    font-size: 16px;
    color: #221e1f;
    display: flex;
    align-items: center;
    height: 56px;
    margin: 0 30px;
}

.icon-box .user .user-menus .item  span {
    font-family: abelRegular;
    font-size: 16px;
    color: #221e1f;
}


.icon-box .user .user-menus .item:hover {
	height: 56px;
	background-color: #f4f0ed;
}


/* icons */

.menus-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.menus-icon-user {
    min-width: 18px;
    background-image: url(../images/mob_shopuseryellow.png);
    background-image: image-set(url(../images/mob_shopuseryellow.png) 1x ,url(../images/mob_shopuseryellow_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/mob_shopuseryellow.png) 1x ,url(../images/mob_shopuseryellow_x2.png) 2x);
}

.menus-icon-creatorstudio {
    background-image: url(../images/index/creatorstudio.png);
    background-image: image-set(url(../images/index/creatorstudio.png) 1x ,url(../images/index/creatorstudio_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/index/creatorstudio.png) 1x ,url(../images/index/creatorstudio_x2.png) 2x);
}



.menus-icon-order {
    background-image: url(../images/newmyorders.png);
    background-image: image-set(url(../images/newmyorders.png) 1x ,url(../images/newmyorders_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/newmyorders.png) 1x ,url(../images/newmyorders_x2.png) 2x);

}

.menus-icon-favorites {
    background-image: url(../images/index/favorites.png);
    background-image: image-set(url(../images/index/favorites.png) 1x ,url(../images/index/favorites_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/index/favorites.png) 1x ,url(../images/index/favorites_x2.png) 2x);

}

.menus-icon-trackorder {
    background-image: url(../images/index/trackorder.png);
    background-image: image-set(url(../images/index/trackorder.png) 1x ,url(../images/index/trackorder_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/index/trackorder.png) 1x ,url(../images/index/trackorder_x2.png) 2x);

}

.menus-icon-signout {
    background-image: url(../images/index/signout.png);
    background-image: image-set(url(../images/index/signout.png) 1x ,url(../images/index/signout_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/index/signout.png) 1x ,url(../images/index/signout_x2.png) 2x);

}



.icon-box .user .user-menu {
    display: none;
    width: 120px;
    position: absolute;
    top: 32px;
    left: -10px;
    z-index: 10;
    background-color: #000;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.6);
    padding-top: 10px;
}

.icon-box .user:hover .user-menu {
    display: block;
}

.icon-box .user .user-menu a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
}

.icon-box .user .user-menu a:hover {
    color: #f9d00e;
}

.icon-box .user .icon-user {
    background-image: url(../images/index/icon-user.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 200%;
    border: 0;
    border-radius: 0;
}

.icon-box .user:hover .icon-user {
    background-image: url(../images/index/pc_shopuseryellow.png);
    background-image: image-set(url(../images/index/pc_shopuseryellow.png) 1x ,url(../images/index/pc_shopuseryellow_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/index/pc_shopuseryellow.png) 1x ,url(../images/index/pc_shopuseryellow_x2.png) 2x);
    background-size: 100%;
}

.icon-box .user:hover .user-menus {
    display: block;
}

.header .icon-cart {
    background-image: url(../images/index/cartbag.png);
    background-image: image-set(url(../images/index/cartbag.png) 1x ,url(../images/index/cartbag_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/index/cartbag.png) 1x ,url(../images/index/cartbag_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.user-menus .item span{
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}

.head-cart {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background-color: #f9d00e;
    border-radius: 50%;
    display: inline-block;
    color: #262626;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -4px;
    overflow: hidden;
    z-index: 11;
}
.header .top .head-cart {
    font-size: 12px;
    color: #262626;
}

.header .cart:hover .icon-top_shopping_bag:before {
    content: "\e72a";
}

.header .icon-search:hover .icon-mob_search1:before {
    content: "\e728";
}


.header .cart:hover .icon-cart {
    background-image: url(../images/index/pc_shopshoppingcartyellow.png);
    background-image: image-set(url(../images/index/pc_shopshoppingcartyellow.png) 1x ,url(../images/index/pc_shopshoppingcartyellow_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/index/pc_shopshoppingcartyellow.png) 1x ,url(../images/index/pc_shopshoppingcartyellow_x2.png) 2x);
}

.icon-box .search .icon-search {
    background-image: url(../images/index/mobileshopsearch.png);
    background-image: image-set(url(../images/index/mobileshopsearch.png) 1x ,url(../images/index/mobileshopsearch_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/index/mobileshopsearch.png) 1x ,url(../images/index/mobileshopsearch_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: 0;
    border-radius: 0;
}

.icon-box .search:hover .icon-search {
    background-image: url(../images/index/pc_shopsearchyellow.png);
    background-image: image-set(url(../images/index/pc_shopsearchyellow.png) 1x ,url(../images/index/pc_shopsearchyellow_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/index/pc_shopsearchyellow.png) 1x ,url(../images/index/pc_shopsearchyellow_x2.png) 2x);
}

.header .icon-box.m-icon-box .icon {
    display: block;
    width: 20px;
    height: 20px;
}

.header .m-icon-box {
    display: none;
}

/* 头部通知 */
.kin-bridge {
	display: block;
    width: 20px;
    height: 20px;
	line-height: 20px;
	font-family: abelRegular;
    font-size: 12px;
    text-align: center;
    color: #221e1f;
    position: absolute;
    bottom: -10px;
    right: -14px;
    background-color: #f9d00e;
    border-radius: 50%;
	overflow: hidden;
	-moz-user-select: -moz-none; 
    -moz-user-select: none; 
    -o-user-select:none; 
    -khtml-user-select:none; 
    -webkit-user-select:none; 
    -ms-user-select:none; 
    user-select:none;
}
.header .top .kin-bridge {
    font-size: 12px;
    color: #221e1f;
}
.head-notify-section {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    position: relative;
    z-index: 100;
    padding: 0 10px;
    margin: 0 5px;
    display: none;
}
.notify-bull {
    width: 40px;
    height: 60px;
    position: absolute;
    left: -10px;
    cursor: pointer;
}
.head-notify-section:hover .head-notify-list-view {
	display: block;
}
.head-notify-box {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.head-notify-section .icon {
    font-size: 20px;
    color: #fff;
	cursor: pointer;
}
.head-notify-section .head-notify-box:hover .icon-top_notice_line::before {
	content: "\e72b";
}
.notify-cur {
	cursor: pointer;
}
/* 头部通知列表 */
.head-notify-list-view {
	display: none;
	width: 330px;
	position: absolute;
	top: 46px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 2px 6px 0px rgba(118, 118, 118, 0.52);
}
.head-notify-item {
	display: block;
	line-height: 24px;
	padding: 9px 30px;
	border-bottom: 1px solid #dcdddd;
}
.head-notify-item:hover {
	background-color: #f3f3f3;
}
.head-notify-item-head {
	font-family: abelRegular;
	font-weight: normal;
	font-size: 14px;
	color: #11ae01;
	position: relative;
}
.head-notify-item-head.unread::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d30000;
	position: absolute;
	left: -12px;
	top: 50%;
	margin-top: -3px;
}
.head-notify-item-body {
	width: 100%;
	font-family: Montserrat-SemiBold;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.head-notify-item-time {
	font-family: abelRegular;
	font-size: 14px;
	color: #777;
}

.head-notify-foot {
	display: block;
	line-height: 50px;
	font-family: abelRegular;
	font-size: 16px;
	padding: 0 30px;
}
.head-notify-foot:hover {
	background-color: #f8f8f8;
}

.notify-empty {
    height: 250px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
	-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.header .notify-empty .icon-notify-empty {
    width: auto;
    height: auto;
    font-size: 90px;
    color: #999;
}
.notify-empty p {
    font-family: abelRegular;
    font-size: 16px;
    color: #999;
}

.header .m-icon-box .icon-user {
    background-image: url(../images/user.png);
    background-image: image-set(url(../images/user.png) 1x ,url(../images/user_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/user.png) 1x ,url(../images/user_x2.png) 2x);
    background-position: center;
    background-size: 100%;
}

.header .m-icon-box .icon-cart {
    background-image: url(../images/cartbag.png);
    background-image: image-set(url(../images/cartbag.png) 1x ,url(../images/cartbag_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/cartbag.png) 1x ,url(../images/cartbag_x2.png) 2x);
}

.header .m-icon-box .icon-search {
    background-image: url(../images/newsearch.png);
    background-image: image-set(url(../images/newsearch.png) 1x ,url(../images/newsearch_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/newsearch.png) 1x ,url(../images/newsearch_x2.png) 2x);
    margin-right: 5px;
}
.icon-menu .icon {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.header .m-icon-box .icon-favorite {
    background-image: url(../images/BlackFavorite.png);
    background-image: image-set(url(../images/BlackFavorite.png) 1x ,url(../images/BlackFavorite_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/BlackFavorite.png) 1x ,url(../images/BlackFavorite_x2.png) 2x);
    margin-right: 5px;
}

/* 菜单 */

.nav-box,
.shop-nav {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.nav-box {
    max-width: 1640px;
    height: 60px;
    line-height: 60px;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.shop-nav {
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
}

.shop-nav .sup-nav {
    display: inline-block;
    position: relative;
    margin-left:5%;
    padding: 0 2px;
    height: 100%;
}

.shop-nav .sup-nav:nth-last-child(1):hover>.sub-nav,
.shop-nav .sup-nav:nth-last-child(2):hover>.sub-nav,
.shop-nav .sup-nav:nth-last-child(3):hover>.sub-nav
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    right: -18px;
    left: auto;
}

@media screen and (min-width: 1025px){
    .shop-nav .sup-nav:hover>.sub-nav {
        display: block;
    }
}



.shop-nav .sup-nav .sub-nav{
    display: none;
    width: 230px;
    position: absolute;
    top: calc(100% + 1px);
    left: -18px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(159, 159, 159, 0.41);
    border: solid 1px #dcdddd;
    padding-top: 10px;
    padding-bottom: 10px;
}
.shop-nav .sup-nav:last-child .sub-nav {
    left: auto;
    right: 0;
}

.shop-nav .sup-nav .sub-nav.sub-nav-last{
    font-weight: normal;
}

.shop-nav .sup-nav .sub-nav a{
    display: table;
    padding: 5px 18px;
    font-size: 14px;
    color: #777;
    line-height: normal;
    border-bottom: 1px solid transparent;
}

.shop-nav .sup-nav .sub-nav a:hover{
    color: #221e1f;
    text-decoration: underline;
}

.shop-nav .sup-nav a{
    line-height: 1;
    font-family: abelRegular;
    color: #777;
    font-size: 14px;
    cursor: pointer;
}

.shop-nav .sup-nav .icon {
    width: 8px;
    height: 8px;
    background-image: url(../images/arrow_bold.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-left: 6px;
    float: right;
    margin-top: 36px;
}



.shop-nav .sup-nav.active,
.shop-nav .sup-nav:hover
{
    border-bottom: 2px solid #f6d806; 

}

.shop-nav .sup-nav:hover>a {
    color: #221e1f;
}

.shop-nav .nav-login,
.shop-nav .nav-item {
    display: none;
    padding-left: 10px;
}

.icon-menu {
    display: none;
}

.byb-nav-head.shop-nav .sup-nav a {
    font-size: 14px;
}
.byb-nav-head.shop-nav .sup-nav {
    margin-left: 60px;
}



.byb-nav-head .sup-nav::after {
    content: '';
    display: none;
    height: 2px;
    background-color: #f9d00e;
    position: absolute;
    bottom: -2px;
    left: -2px;
    right: -2px;
}
.byb-nav-head.shop-nav .sup-nav.active::after,
.byb-nav-head.shop-nav .sup-nav:hover::after {
    display: block;
}
.byb-nav-head.shop-nav .sup-nav.active>a,
.byb-nav-head.shop-nav .sup-nav:hover>a {
    color: #221e1f;
}

/* 分享 */
.share-box {
    display: none;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 995;
    background-color: rgba(255, 255, 255, .9);
}

.share-box .share-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 18;
}

.share-box .share-content {
    width: 600px;
    padding: 50px 100px;
    background-color: #fff;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1999;
    margin-left: -300px;
    margin-top: -120px;
    border: 1px solid #ccc;
}

.share-box .share-content p {
    margin-bottom: 16px;
}

.share-box .share-content ul {
    padding-top: 20px;
}

.share-box .share-content ul li {
    display: inline-block;
}

.share-box .share-content ul li .icon {
    width: 44px;
    height: 44px;
    border-radius: 2px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 10px;
    cursor: pointer;
}

.share-box .share-content ul li .icon-faceback {
    background-image: url(__STATIC__/index/images/goods_detail/facebook.png);
    background-image: image-set(url(__STATIC__/index/images/goods_detail/facebook.png) 1x ,url(__STATIC__/index/images/goods_detail/facebook_x2.png) 2x);
    background-image: -webkit-image-set(url(__STATIC__/index/images/goods_detail/facebook.png) 1x ,url(__STATIC__/index/images/goods_detail/facebook_x2.png) 2x);
}

.share-box .share-content ul li .icon-in {
    background-image: url(__STATIC__/index/images/goods_detail/in.png);
    background-image: image-set(url(__STATIC__/index/images/goods_detail/in.png) 1x ,url(__STATIC__/index/images/goods_detail/in_x2.png) 2x);
    background-image: -webkit-image-set(url(__STATIC__/index/images/goods_detail/in.png) 1x ,url(__STATIC__/index/images/goods_detail/in_x2.png) 2x);
}

.share-box .share-content ul li .icon-ins {
    background-image: url(__STATIC__/index/images/goods_detail/ins.png);
    background-image: image-set(url(__STATIC__/index/images/goods_detail/ins.png) 1x ,url(__STATIC__/index/images/goods_detail/ins_x2.png) 2x);
    background-image: -webkit-image-set(url(__STATIC__/index/images/goods_detail/ins.png) 1x ,url(__STATIC__/index/images/goods_detail/ins_x2.png) 2x);
}

.share-box .share-content ul li .icon-pinterest {
    background-image: url(__STATIC__/index/images/goods_detail/pinterest.png);
    background-image: image-set(url(__STATIC__/index/images/goods_detail/pinterest.png) 1x ,url(__STATIC__/index/images/goods_detail/pinterest_x2.png) 2x);
    background-image: -webkit-image-set(url(__STATIC__/index/images/goods_detail/pinterest.png) 1x ,url(__STATIC__/index/images/goods_detail/pinterest_x2.png) 2x);
}
/* 底部样式 */
/* 
.footer-block {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px 50px;
    margin-top: 50px;
}
.foot {
    text-align: left;
    border-top: 1px solid #999;
    padding: 35px 118px 0;
}
.link-list {
    font-size: 0;
    margin-bottom: 10px;
}
.link-list a {
    display: inline-block;
    font-size: 16px;
    color: #262626;
    border-left: 1px solid #e6e6e6;
    padding: 0 18px;
    margin-bottom: 10px;
}
.link-list a:first-child {
    padding-left: 0;
}
.link-list a:first-child {
    border-left: 0;
}
.link-list a:hover {
    text-decoration: underline;
}
.newsletter {
    margin-bottom: 10px;
}
.newsletter h6 {
    font-weight: normal;
    font-size: 20px;
}
.contact {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 80px;
}
.subscribe-box {
    width: 320px;
    height: 50px;
    position: relative;
}
.subscribe-box input {
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    padding: 0 110px 0 10px;
    font-family: "abelRegular";
}
.subscribe-box input::placeholder{
    color: #999999;
}
.subscribe-box .btn-subscribe {
    width: 100px;
    height: 40px;
    color: #fff;
    background-color: #262626;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    font-family: "abelRegular";
}
.subscribe-box .subscribe-text {
    line-height: 20px;
    font-size: 16px;
    padding: 4px 0;
    color: #000;
}
.foot-share {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.foot-share a {
    width: 32px;
    height: 32px;
    margin-left: 16px;
    cursor: pointer;
}
.foot-share a:hover {
    opacity: .8;
}
.copy-right {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
}
.partner {
    max-width: 700px;
    margin: 0 auto;
} */

footer{
    margin-top: 50px;
}

footer hr {
    height: 1px;
    border: 0;
    background-color: #b8b8b8;
}

.footer-wapper{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 7%;
    border-top: 1px solid #b8b8b8;
    padding-top: 40px;
}

.footer-inner {
    margin-bottom: 100px;
}

.footer-inner:after{
    content: '';
    display: table;
    clear: both;
    height: 0;
}
.footer-inner .part-item{
    width: 18%;
    float: left;
    margin-left: 4.5%;
}

.footer-inner .part-item:last-child {
    width: 32%;
}

.footer-inner .part-item:first-child{
    margin-left: 0;
}

.footer-inner .footer-title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #b8b8b8;
}
.footer-inner .footer-title .icon-arrow {
    display: none;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(/static/shop/images/foot/footer_packup_x2.png);
    transition: all .2s ease-in-out;
}
.footer-inner .footer-title .icon-arrow.on {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.footer-inner .part-item h5{
    line-height: 1;
    color: #221e1f;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}
.footer-inner .part-item .part-contain{
    padding-top: 15px;
}

.footer-inner .part-item .part-contain ul li{
    margin-bottom: 20px;
}
.footer-inner .part-item .part-contain ul li a{
    font-size: 14px;
}
.footer-inner .part-item .part-contain ul li a:hover{
    text-decoration: underline;
}
.footer-inner .part-item .part-contain p{
    font-family: abelRegular;
    font-size: 14px;
}

.footer-inner .part-item .part-contain p a {
    text-decoration: underline;
}
.footer-inner .part-item .part-contain p a:hover{
    text-decoration: underline;
}
.newsletter-form{
    position: relative;
    border: solid 1px #999999;
    margin-top: 20px;
}

.newsletter-form input[type=email]{
    display: block;
    height: 30px;
    margin: 8px 10px;
    width: 60%;
    font-family: "abelRegular";
}

.newsletter-form input[type=email]::placeholder{
    color: #999999;
}

.newsletter-form button{
    position: absolute;
    width: 86px;
    height: 40px;
    background-color: #000000;
    color: white;
    top: 3px;
    right: 3px;
    font-family: "abelRegular";
    cursor: pointer;
}

.foot-shop-share {
    margin-top: 10px;
}

.foot-shop-share a {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
}

.foot-shop-share .share-facebook {
    background-image: url(/static/shop/images/share/facebook.png);
    background-image: image-set(url(/static/shop/images/share/facebook.png) 1x ,url(/static/shop/images/share/facebook_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/shop/images/share/facebook.png) 1x ,url(/static/shop/images/share/facebook_x2.png) 2x);
}
.foot-shop-share .share-ins {
    background-image: url(/static/shop/images/share/ins.png);
    background-image: image-set(url(/static/shop/images/share/ins.png) 1x ,url(/static/shop/images/share/ins_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/shop/images/share/ins.png) 1x ,url(/static/shop/images/share/ins_x2.png) 2x);
}
.foot-shop-share .share-twitter {
    background-image: url(/static/shop/images/share/twitter.png);
    background-image: image-set(url(/static/shop/images/share/twitter.png) 1x ,url(/static/shop/images/share/twitter_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/shop/images/share/twitter.png) 1x ,url(/static/shop/images/share/twitter_x2.png) 2x);
}
.foot-shop-share .share-youtube {
    background-image: url(/static/shop/images/share/youtube.png);
    background-image: image-set(url(/static/shop/images/share/youtube.png) 1x ,url(/static/shop/images/share/youtube_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/shop/images/share/youtube.png) 1x ,url(/static/shop/images/share/youtube_x2.png) 2x);
}

.foot-shop-share .share-pinterest {
    background-image: url(/static/shop/images/share/pinterest.png);
    background-image: image-set(url(/static/shop/images/share/pinterest.png) 1x ,url(/static/shop/images/share/pinterest_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/shop/images/share/pinterest.png) 1x ,url(/static/shop/images/share/pinterest_x2.png) 2x);
    margin-right: 0px;
}

.foot-shop-share .share-facebook:hover {
    background-image: url(/static/shop/images/share/facebookcolor.png);
    background-image: image-set(url(/static/shop/images/share/facebookcolor.png) 1x ,url(/static/shop/images/share/facebookcolor_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/shop/images/share/facebookcolor.png) 1x ,url(/static/shop/images/share/facebookcolor_x2.png) 2x);
}
.foot-shop-share .share-ins:hover {
    background-image: url(/static/shop/images/share/insclolor.png);
    background-image: image-set(url(/static/shop/images/share/insclolor.png) 1x ,url(/static/shop/images/share/insclolor_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/shop/images/share/insclolor.png) 1x ,url(/static/shop/images/share/insclolor_x2.png) 2x);
}
.foot-shop-share .share-twitter:hover {
    background-image: url(/static/shop/images/share/twittercolor.png);
    background-image: image-set(url(/static/shop/images/share/twittercolor.png) 1x ,url(/static/shop/images/share/twittercolor_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/shop/images/share/twittercolor.png) 1x ,url(/static/shop/images/share/twittercolor_x2.png) 2x);
}
.foot-shop-share .share-youtube:hover {
    background-image: url(/static/shop/images/share/youtubecolor.png);
    background-image: image-set(url(/static/shop/images/share/youtubecolor.png) 1x ,url(/static/shop/images/share/youtubecolor_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/shop/images/share/youtubecolor.png) 1x ,url(/static/shop/images/share/youtubecolor_x2.png) 2x);
}

.foot-shop-share .share-pinterest:hover {
    background-image: url(/static/shop/images/share/pinterestcolor.png);
    background-image: image-set(url(/static/shop/images/share/pinterestcolor.png) 1x ,url(/static/shop/images/share/pinterestcolor_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/shop/images/share/pinterestcolor.png) 1x ,url(/static/shop/images/share/pinterestcolor_x2.png) 2x);
}

.copyright{
    font-size: 14px;
    font-family: abelRegular;
    text-align: center;
}
.copyright a:hover{
    text-decoration: underline;
}
.partner{
    max-width: 700px;
    margin: 24px auto;
}

.partner img {
    width: 70%;
    margin: 0 auto;
}

/* 面包屑 */
.breadcrumbs{
    max-width: 1640px;
    padding: 25px 25px 27px;
    margin: 0 auto;
    overflow: hidden;
}
.breadcrumbs a{
    font-size: 14px;
    color: #777;
    font-family: abelRegular;
}

.breadcrumbs span {
    color: #777;
}

.breadcrumbs a:hover {
    color: #221e1f;
    text-decoration: underline;
}

.search-pannel{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 999999;
}
.search-pannel .search-inner{
    width: 100%;
    height: 100%;
    position: relative;
}
.search-pannel .search-inner .search-input{
    position: absolute;
    width: 550px;
    height: 50px;
    border: solid 2px white;
    top: 20%;
    left: 50%;
    margin-left: -250px;
}

.search-pannel .search-inner .search-input input{
    height: 46px;
    background-color: transparent;
    color: white;
    vertical-align: middle;
    font-family: abelRegular;
}
.search-pannel .search-inner .search-input input[type=text]{
    width: 420px;
    padding-left: 20px;
    font-size: 20px;
    border: none;
    border-radius: 0;
}

.search-pannel .search-inner .search-input input::placeholder{
    color: #999;
}

.search-pannel .search-inner .search-input button{
    display: block;
    width: 70px;
    height: 32px;
    font-size: 20px;
    background-image: url("../images/findyouthing.png");
    background-image: image-set(url("../images/findyouthing.png") 1x ,url("../images/findyouthing_x2.png") 2x);
    background-image: -webkit-image-set(url("../images/findyouthing.png") 1x ,url("../images/findyouthing_x2.png") 2x);
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border-left: solid 2px white;
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer;
}


.search-pannel .search-inner .search-input .search-contain{
    width: 100%;
    height: 100%;
    position: relative;
}

.search-pannel .search-input .search-suggest{
    display: none;
    position: absolute;
    left: -2px;
    right: -2px;
    top: 58px;
    max-height: 400px;
    overflow-y: auto;
    background-color: #282828;
}

.search-pannel .search-suggest .search-type{
    background-color: #efc313;
    padding: 5px 0;
    padding-left: 12px;
    font-family: abelRegular;
    font-size: 16px;
    margin-bottom: 10px;
}

.search-pannel .search-suggest .artist-suggest li{
    padding: 12px;
}
.search-pannel .search-suggest .artist-suggest li:hover{
    background-color: #343434;
}
.search-pannel .search-suggest .artist-suggest li a{
    font-size: 16px;
    font-family: abelRegular;
    color: white;
}

.search-pannel .search-suggest .view-all{
    padding: 8px 20px 8px 0;
    background-color: #343434;
    text-align: right;
}
.search-pannel .search-suggest .view-all a{
    display: none;
    font-size: 16px;
    color: #f8d00e;
    font-family: abelRegular;
}

.search-pannel .search-suggest .view-all a:hover{
    text-decoration: underline;
}

.search-pannel .search-suggest .product-suggest .img,
.search-pannel .search-suggest .product-suggest .info{
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.search-pannel .search-suggest .product-suggest a{
    display: block;
}

.search-pannel .search-suggest .product-suggest .img{
    width: 55px;
    height: 55px;
    margin-right: 10px;
}

.search-pannel .search-suggest .product-suggest .info div{
    color: white;
    font-size: 16px;
}
.search-pannel .search-suggest .product-suggest .info div{
    font-family: abelRegular;
}
    /* 分页 */
.pagination-wraper.simple {
    margin: 20px 0 50px;
}

/* 上下滑动隐藏显示 */
.header .m-free {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.header .m-free.slide-down {
    height: 38px;
}
.header .m-free.slide-up {
    height: 0;
    padding: 0;
    overflow: hidden;
}

.top .free a, .m-free a.notice-toc {
    text-decoration: none;
    font-size: 14px;
}

.copy_right_a:hover {
    text-decoration: underline;
}

.foot-share a img,.partner img {
    width: 70%;
    margin: 0 auto;
}

/* 移动端reset */

.m-header {
    flex-direction: column;
    /* background: #fff;
    position: fixed;
    z-index: 995;
    width: 100%;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    top: 0;
    height: 50px;
    border-bottom:solid 1px #dcdddd; */
}

.m-header-login {
    display: inline-block;
    width: 90px;
}

.m-header-menu {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.m-header-right .cart {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-header-right .cart .icon-cart {
    color: #221e1f;
    font-size: 24px;
}
.m-header-left {
    position: absolute;
    left: 20px;
}
.m-header-right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    right: 20px;
}
.m-header-contet {
    margin: 0 auto;
}
.m-header-right .cart .head-cart {
    top: 12px;
    right: -10px;
}
.m-header .kin-bridge {
    right: -12px;
    bottom: -6px;
}
.m-header .head-notify-section {
    margin-right: 26px;
    position: static;
}
.m-header .head-notify-section .icon {
    color: #221e1f;
    font-size: 24px;
}
.m-header .head-notify-section .head-notify-box:hover .icon-top_notice_line::before {
    content: "\e71f";
}
.m-header .head-notify-list-view {
    width: 90%;
    position: fixed;
    top: 50px;
    right: 5%;
}
.m-header .head-notify-section .icon-notify-empty {
    font-size: 90px;
    color: #999;
}
/* m-breadcrumb */
.m-breadcrumb {
    margin-top: 50px; 
    height: 36px;
    display: none;
    justify-content: center;
    align-items: center;
    border-bottom:solid 1px #dcdddd;
}



.breadcrumb-title {
    font-size: 18px;
    color: #221e1f;
    font-family:AlternateGothicLT-No1;
    margin-right:4px; 
}

.breadcrumb-warpper li {
    position: relative;
    float: left;
    margin-right:8px; 
    font-family: abelRegular;
    font-size: 14px;
    color: #221f20;
}

.breadcrumb-warpper li:last-child {
    margin-right:0px; 
}

.breadcrumb-warpper li::after{
    left: 4px;
    content: '>>';
    display: inline-block;
    position: relative;
}

.breadcrumb-warpper li:last-child::after {
    content: '';
}

.m-search {
    position: relative;
    height: 60px;
    padding: 0 20px;
    width: 100%;
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.seachWarpper {
    position: relative;
    width: 100%;
    height: 36px;
    border-radius: 18px;
}

.seachWarpper input[type = text] {
    height: 36px;
    font-size: 16px;
    color: #221e1f;
    border-radius: 18px;
    border: solid 1px #b8b8b8;
    font-family: "abelRegular";
}

.seachWarpper input[type = text]::-webkit-input-placeholder {
    font-family: abelRegular;
    font-size: 16px;
    color: #999;
}

.seachWarpper  button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    margin: 0;
    padding: 0;
    height: 20px;
    transform: translate(0,-50%);
    border: none;
}

.seachWarpper  button .icon-mob_search {
    font-size: 20px;
}

.search-list {
    background: #fff;
    position: absolute;
    width:100%;
    max-height: 380px;
    overflow-y: scroll;
    top: 110%;
    z-index: 9999;
    box-shadow: 0px 1px 7px 1px 
		rgba(24, 24, 24, 0.09);
}

.search-type-title {
    width: 100%;
    line-height: 32px;
    padding-left:  18px;
    background-color: #f9d00e;
	height: 32px;
	font-family: abelRegular;
	font-size: 16px;
	color: #221e1f;
}

.mjs-shop li {
    /* padding: 13px 18px; */
}

.mjs-shop li a {
    display: block;
    padding: 13px 18px;
    width: 100%;
    font-family: abelRegular;
    font-size: 16px; 
    color: #221e1f;
}

.m-view-all {
    padding: 18px 15px;
    display: flex;
    justify-content: flex-end;
}   
.m-view-all a {
    font-family: abelRegular;
    text-decoration: underline;
    font-size: 16px;
    color: #221e1f; 
}

.mjs-product li {
    padding: 13px 18px;
}

.mjs-product li a {
    display: flex;
}

.mjs-product img {
    height: 54px;
    width: 54px;
    margin-right: 13px; 
}

.mjs-product-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mjs-product-info span {
    font-family: abelRegular;
    font-size: 16px;
    color: #221e1f;
    display: block;
    white-space: nowrap;
    width: 201px;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 移动端菜单 */

.m-menu {
    display: flex;
    flex-direction: column;
    color: #221e1f;
    width: 315px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    z-index: 9999;
    background: #fff;
}

.border-bottom {
    border-bottom: solid 1px #dcdddd;
}
.m-menu-header {
    line-height: 50px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin: 0px 20px;
    align-items: center;
}

.m-menu-body {
    overflow-y: auto;
    position: relative;
    height: 100%;
}

.m-menu-user-warpper {
    display: flex;
    font-family: abelRegular;
    font-size: 16px;
}

.m-menu-user-icon {
   width: 20px;
   height: 50px;
   background-image: url(../images/user.png);
   background-image: image-set(url(../images/user.png) 1x ,url(../images/user_x2.png) 2x);
   background-image: -webkit-image-set(url(../images/user.png) 1x ,url(../images/user_x2.png) 2x);
   background-position: center;
   background-size: 100%;
   margin-right:6px; 
   background-repeat: no-repeat;
}

.user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    font-size: 20px;
    font-family: AlternateGothicLT-No1;
}  

.m-menu-close {
    display: block;
    width: 20px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/common/images/menu_close.png);
    background-image: image-set(url(/static/common/images/menu_close.png) 1x ,url(/static/common/images/menu_close_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/common/images/menu_close.png) 1x ,url(/static/common/images/menu_close_x2.png) 2x);
}

.m-menu-login {
    height: 50px;
    padding: 0px 20px;
    background-color: #f9d00e;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.menu-login-title {
    color: #333333;
    font-size: 24px;
    font-family: AlternateGothicLT-No1;
}

.menu-login-btn,.menu-sign-btn {
    font-family: AlternateGothicLT-No1;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 92px;
    font-size: 24px;
}

.menu-login-btn {

    background-color: #221e1f;
    color: #ffffff; 
}

.menu-sign-btn{
    border: solid 1px #221e1f;
    margin-left:14px; 
}


.m-menu-department {
    padding: 14px 0; 
    margin:  0 20px;
    border-bottom: solid 1px #dcdddd;
}

.m-menu-about{
    padding: 14px 0; 
    margin:  0 20px; 
}

.m-menu-logout {
    margin:  0px 20px;  
    border-top: solid 1px #dcdddd;
}




.m-menu-list  li a {
    position: relative;
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    font-family: AlternateGothicLT-No1;
    color: #221e1f;
}

.m-menu-list  li a::after {
    display: inline-block;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    background-image: url(/static/common/images/menu_next.png);
    background-image: image-set(url(/static/common/images/menu_next.png) 1x ,url(/static/common/images/menu_next_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/common/images/menu_next.png) 1x ,url(/static/common/images/menu_next_x2.png) 2x);
}

.m-menu-logout .m-menu-list  li a {
    height:auto;
    line-height: unset;
    padding-top: 14px;
    padding-bottom: 14px;
}

.m-menu-logout  .m-menu-list  li a::after {
    display: none;
}

.department-warpper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1px;
    right: 100%;
    background: #fff;
}

.department-nav,.department-nav-item {
    height: 50px;
    line-height: 50px;
    font-size: 20px;  
    margin: 0 20px;
    font-family: AlternateGothicLT-No1;
    border-bottom: solid 1px #dcdddd;
}

.department-back {
    display: inline-block;
    transform: scaleX(-1);
    margin-right:6px; 
    width: 14px;
    height: 14px;
    background-image: url(/static/common/images/menu_next.png);
    background-image: image-set(url(/static/common/images/menu_next.png) 1x ,url(/static/common/images/menu_next_x2.png) 2x);
    background-image: -webkit-image-set(url(/static/common/images/menu_next.png) 1x ,url(/static/common/images/menu_next_x2.png) 2x);
}

.department-list {
    margin: 4px 20px;
}

.m-menu-item {
    overflow-y: auto;
    position: absolute;
    background: #fff;
    padding-bottom: 20px;
    width: 100%;
    right: 100%;
    top: 0;
    z-index: 99;
    height: 100%;
}

.m-menu-list li .m-menu-item  a {
    padding:  0 20px;
    font-family: abelRegular;
    font-size: 16px;
}

.m-menu-list li .m-menu-item a::after{
    display: none !important;
}

/* 头像 */
.head-user-section {
    height: 100%;
	position: relative;
	cursor: pointer;
}
.head-user-section::before {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background-color: #221e1f;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

 .head-user {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    padding: 0 30px;
    padding-right: 12px;
    justify-content: space-between;
}
 .icon-packup {
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.user-info {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	padding-right: 18px;
}
.user-info .icon {
	font-size: 20px;
	margin-right: 8px;
}
.user-info span {
	font-family: AlternateGothicLT-No1;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.icon-top_shopping_bag {
	font-size: 20px;
}
.head-user-list {
	display: none;
	width: 200px;
	position: absolute;
	top: 47px;
	right: 0;
    background-color: #fff;
    z-index: 99;
	box-shadow: 0px 2px 6px 0px rgba(118, 118, 118, 0.52);
}

.user-list-top {
	display: none;
}
.head-user-item {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 56px;
	color: #221e1f;
	padding: 0 20px;
	cursor: pointer;
}

.head-user-item#logout{
	position: relative; 
}

.head-user-item#logout:before {
	content: "";
    height: 1px;
    width: calc( 100% - 40px );
    background: #221e1f;
    position: absolute;
    top: 0;
}

.head-user-item:hover {
	background-color: #f3f3f3;
}
.head-user-item .icon {
	font-size: 20px !important;
	margin-right: 12px;
}
.head-user-item span {
    font-family: AlternateGothicLT-No1;
    font-size: 20px;
    color: #221e1f;
}
.head-user-section:hover .head-user-list {
	display: block;
}

.head-user-section:hover .icon-top_user_line:before {
	content: "\e72f";
}

.head-user-section:hover .icon-packup {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.head-go-shop {
	font-family: AlternateGothicLT-No1;
	font-size: 20px;
	margin-right: 30px;
}

.kc-notice {
    display: none;
}

.m-header-container,.m-header {
    display: none; 
}

.header .icon-box > .cart {
    margin-right: 0;
}
@media screen and (max-width: 1600px) {
    .footer-wapper {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1400px){

    .foot {
        padding: 35px 10px 0;
    }

    /* .shop-nav .sup-nav {
        margin-left: 30px;
    } */

}

@media screen and (max-width: 1100px){
    .byb-nav-head.shop-nav .sup-nav {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px){

    /* 通知 */
    .kc-notice {
        display: flex;
        padding: 10px 20px;
        border-bottom: solid 1px #dcdddd;
        min-height: 36px;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
        max-height: 50px;
    }

    .m-header-container {
        background: #fff;
        /* position: fixed; */
        z-index: 995;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        top: 0;
        height: 50px;
        border-bottom: solid 1px #dcdddd;
    }

    .kc-notice-content {
        color: #221e1f;
        text-align: center;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; 
        font-family: abelRegular;
    }

    .kc-notice .icon-packup {
        margin-left: 24px;
        color: #b8b8b8;
        font-size: 14px;
        height: 14px;
        width: 14px;
    }

    .show-all .kc-notice-content {
        overflow:unset;
        text-overflow: unset;
        white-space: inherit;
    }

    .show-all.kc-notice .icon-packup:before {
        content: "\e713";
    }

    /*  */

    .seachWarpper input[type = text]::-webkit-input-placeholder , .seachWarpper input[type = text]{
        font-size: 14px;
    }

    .header{
        display: none;
    }

    .m-header,.m-breadcrumb,.m-search{
        display: flex;
    }

    .m-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999; 
    }

    .footer-inner {
        margin-bottom: 0px;
    }

    .header .icon-box> a, .header .icon-box .user {
        margin: 0px ;
        padding: 0px 10px;
    }

    .free-list {
        top: 38px;
    }

    .header .top * {
        font-size: 14px;
    }

    .container.container-shop {
        margin-top: 88px; 
    }

    .container.container-cart {
        margin-top: 0px; 
    }
    
    .search-pannel .search-inner .search-input input[type=text]{
        width: 220px;
        border: none;
        border-radius: none;
    }
    .search-pannel .search-inner .search-input{
        width: 300px;
        margin-left: -150px;
        border: 1px solid white;
        top: 10%;
    }
    .search-pannel .search-inner .search-input .search-suggest{
        max-height: 480px;
        overflow-y: scroll;
    }
    .search-pannel .search-inner .search-input button{
        background-image: url(../images/mobile/findyouthing.png);
        background-image: image-set(url(../images/mobile/findyouthing.png) 1x ,url(../images/mobile/findyouthing_x2.png) 2x);
        background-image: -webkit-image-set(url(../images/mobile/findyouthing.png) 1x ,url(../images/mobile/findyouthing_x2.png) 2x);
        background-repeat: no-repeat;
        background-position: center;
    }

    .header {
        border-bottom: 0;
        position: fixed;
    }
    .header .logo-box {
        width: 100px;
        padding: 4px 0;
    }

    .top-box {
        display: none;
    }

    .header .m-free {
        height: 38px;
        line-height: 30px;
        font-size: 18px;
        font-family: AlternateGothicLT-No1;
        display: block;
    }
    .m-free a {
        font-size: 14px;
    }

    .top {
        height: 112px;
        padding: 10px;
        overflow: hidden;
    }

    .header.hide-top .top {
        height: 0;
        padding: 0 10px;
    }

    .top .log-box .start {
        padding: 0 6px 0 0;
    }

    .top .log-box .sign-up:after {
        top: 2px;
        height: 14px;
    }

    .top .free {
        width: 100%;
        padding-top: 4px;
        margin-bottom: 14px;
    }

    .top .top-menus {
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .head-cart {
        top: 10px;
    }

    .favorite-action {
        width: 45px;
    }
    
    .head-favorite {
        top: 10px;
    }

    .top .log-box {
        margin-bottom: 10px;
    }

    .top .search-box .icon-search {
        top: 2px;
    }

    .top .search-box .radio i {
        height: 28px;
        line-height: 28px;
    }

    .top .search-box {
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        margin-right: 0;
    }

    .top .search-box form {
        width: 100%;
    }

    .top .search-box .icon-search.move {
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .top .search-box input {
        width: 100%;
        height: 28px;
        padding: 0 40px 0 10px;
        border-radius: 0;
    }

    .top .icon-box {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .top .icon {
        width: 24px;
        height: 24px;
    }

    .top .log-box a {
        padding: 0 6px;
    }

    .top .share {
        margin-right: 10px;
    }

    .nav-box {
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0 20px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    }

    .nav-mask{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, .5);
        z-index: 9998;
        display: none;
    }

    .menu-mask  {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .5);
        z-index: 9998;
        display: none;
    }

    .shop-nav {
        width: 240px;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9999;
        background-color: #fff;
        -ms-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        overflow: auto;
        padding: 0;
    }

    .shop-nav.show {
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        background-color: #000;
    }

    .shop-nav a {
        display: block;
        font-size: 16px;
        line-height: 3;
        border-bottom: 1px solid #4f4f4f;
    }

    .icon-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: 10px;
    }

    .icon-menu p {
        font-size: 12px;
    }

    .shop-nav .sup-nav{
        width: 100%;
        display: block;
        height: auto;
        line-height: normal;
        margin: 0;
        padding: 0 10px;
    }
    .shop-nav .sup-nav.active > a {
        background-image: url(../images/pulldown.png);
        background-image: image-set(url(../images/pulldown.png) 1x ,url(../images/pulldown_x2.png) 2x);
        background-image: -webkit-image-set(url(../images/pulldown.png) 1x ,url(../images/pulldown_x2.png) 2x);
    }
    .shop-nav .sup-nav.active .sub-nav {
        display: block;
    }
    .shop-nav .sup-nav>a{
        font-size: 16px;
        color: #fff;
        background-image: url(../images/mobile/packup.png);
        background-image: image-set(url(../images/mobile/packup.png) 1x ,url(../images/mobile/packup_x2.png) 2x);
        background-image: -webkit-image-set(url(../images/mobile/packup.png) 1x ,url(../images/mobile/packup_x2.png) 2x);
        background-repeat: no-repeat;
        background-position: right center;
    }
    /* .shop-nav .sup-nav:first-child:hover > a {
        background-image: none;
    } */
    .shop-nav .sup-nav.nav-new>a{
        background-image: none;
        color: #fff;
    }
    .shop-nav .sup-nav:hover>a{
        color: #fff;
    }

    .shop-nav .sup-nav>a.active{
        color: #fff;
        background-image: url(../images/mobile/pulldown.png);
        background-image: image-set(url(../images/mobile/pulldown.png) 1x ,url(../images/mobile/pulldown_x2.png) 2x);
        background-image: -webkit-image-set(url(../images/mobile/pulldown.png) 1x ,url(../images/mobile/pulldown_x2.png) 2x);
    }
    .shop-nav .sup-nav.nav-new>a.active {
        background-image: none;
    }
    .shop-nav .sup-nav .sub-nav{
        position: static;
        border: none;
        box-shadow: none;
    }
    .shop-nav .sup-nav .sub-nav a{
        padding: 14px 10px;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border: 0;
    }
    .shop-nav .sup-nav .sub-nav a:hover{
        background: none;
        color: #f6d806;
    }

    .shop-nav .sup-nav .sub-nav {
        background-color: #000;
    }

    .shop-nav .sup-nav .sub-nav a {
        color: #fff;
    }

    .shop-nav .sup-nav:hover>.sub-nav{
        display: none;
    }

    .shop-nav .sup-nav.active:hover > .sub-nav {
        display: block;
    }
    .floor-banner{
        width: 100%;
    }

    .top .search-box .icon-search{
        background-size: 80%;

    }

    .top .search-box .icon-search{
        left: calc(50% - 24px);
    }

    .header .m-icon-box {
        display: -ms-flexbox;
        display: -moz-box;
        display: -webkit-flex;
        display: flex;
    }

    .contact {
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    /* 底部样式 */
    /* .subscribe-box {
        width: 100%;
        height: 40px;
        margin-bottom: 30px;
    }

    .subscribe-box .btn-subscribe {
        top: 0;
        right: 0;
        border: 1px solid #262626;
    }

    .foot-share a {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-block {
        padding-bottom: 40px;
    }

    .link-list a {
        font-size: 14px;
        padding: 0 10px;
    }

    .link-list a:first-child {
        border-left: 1px solid #e6e6e6;
        padding-left: 10px;
    }

    .copy-right {
        font-size: 14px;
        margin-bottom: 20px;
    } */
    .footer-wapper{
        width: 100%;
        padding: 20px 10px 0;
        border-top: 0;
        margin: 0;
    }
    .footer-inner .part-item{
        width: 100%;
        margin-left: 0;
        margin-bottom: 23px;
    }

    .footer-inner .part-item:last-child {
        width: 100%;
    }

    .footer-inner .part-item .part-contain{
        padding-top: 10px;
    }
    .footer-inner .part-item .part-contain ul li{
        margin-bottom: 10px;
    }
    .footer-inner .part-item .part-contain p a{
        text-decoration: underline;
    }

    .breadcrumbs {
        padding: 0px 20px 15px;
    }
    .breadcrumbs a {
        font-size: 14px;
    }

    .newsletter h6{
        text-align: center;
    }
    .newsletter p{
        text-align: center;
    }
    .foot-share a{
        width: 26px;
        height: 26px;
        margin-right: 12px;
        margin-left: 12px;
    }
    .shop-nav .nav-login,
    .shop-nav .nav-item {
        display: block;
    }
    .shop-nav .sup-nav.nav-creator {
        display: block;
    }
    .shop-nav a {
        color: #fff;
    }
    .menu-tages .shop-nav .sup-nav {
        display: block;
    }
    .foot-shop-share {
        text-align: center;
    }

    .shop-nav .nav-login,
    .shop-nav .nav-item {
        padding: 0 10px;
    }

    .icon-box .user .user-menu {
        width: 240px;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9999;
        background-color: #000;
        -ms-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        overflow: auto;
        padding: 0;
        margin-left: 0;
    }

    .icon-box .user .user-menu.show {
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .icon-box .user .user-menu>a {
        display: block;
        height: auto;
        font-family: abelRegular;
        color: #fff;
        font-size: 16px;
        line-height: 3;
        border-bottom: 1px solid #4f4f4f;
    }
    .shop-nav .sup-nav .icon {
        display: none;
    }
    /* favorite tips */
    .header .favorite-tips {
        right: -70px;
        top: 40px;
    }
    .header .favorite-tips::before, .header .favorite-tips::after {
        right: 82px;
    }

    /* footer 移动端 */
    .kc-footer .part-contain {
        display: none;
    }
    .kc-footer .part-item.show .part-contain {
        display: block;
    }
    .footer-inner .footer-title {
        padding-bottom: 10px;
    }
    .footer-inner .footer-title .icon-arrow {
        display: inline-block;
    }

    .search-list {
        z-index: 9;
    }

    .footer-inner .part-item h5 {
        font-size: 14px;
    }
    .footer-inner .part-item .part-contain ul li a {
        font-size: 12px;
    }
    .footer-inner .part-item .part-contain ul li:last-child {
        margin-bottom: 2px;
    }

    /* hide_notice */
    .hide_notice  .white-search,.hide_notice  {
        margin-top: 50px;
    }
}
@media screen and (max-width: 640px){
    .banner.top_banner {
        margin-top: 50px;
    }
}
@media screen and (max-width: 360px){
    .top .search-box .icon-search{
        left: calc(50% - 50px);
    }
    .nav-box {
        padding: 0 10px;
    }
}




