/* 店铺头部 */
header {
    position: relative;
}
header img {
   width: 100%;
}
.head_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    z-index: 998;
}
.head_nav.active {
    background: rgba(210,45,57,0.9);
}
.head_nav .go_back {
    width: 44px;
    height: 44px;
    background: url(../images/icon/left_arrow.png) no-repeat center;
    background-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.head_nav .search {
    display: block;
    margin: 9px 70px 0 44px;
    background: rgba(244,244,244,0.72) url(../images/icon/ic_search.png) no-repeat 14px center;
    background-size: 16px auto;
    line-height: 27px;
    height: 27px;
    color: #fff;
    font-size: 13px;
    padding-left: 42px;
    border-radius: 20px;
    width: calc(61.8vw - 42px);
    margin-left: calc(19.1vw - 11px);
}
.head_nav .classify {
    width: 29px;
    height: 44px;
    background: url(../images/icon/ic_menu.png) no-repeat center 16px;
    background-size: 25px auto;
    position: absolute;
    top: 0;
    right: 36px;
}
.head_nav .head_menu {
    width: 36px;
    height: 36px;
    background: url(../images/icon/ic_more.png) no-repeat center 13px;
    background-size: 25px auto;
    position: absolute;
    right: 0;
    top: 4px;
}

/* 商品分类头部 */
.classify .head_nav {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.classify .head_nav .go_back {
    background: url(../images/icon/left_arrow2.png) no-repeat center;
    background-size: 25px;
}
.classify .head_nav .search {
    margin: 5px 44px 0;
    outline: none;
    color: #999;
}
.classify .head_nav .search input {
    width: 90%;
    padding: 7px 0;
    font-size: 14px;
}
.classify .head_nav .head_menu {
    background: url(../images/icon/menu2.png) no-repeat center 6px;
    background-size: 25px auto;
}
/* 结束 */

/* 搜索结果页的头部 */
.search_result .head_nav {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.search_result .head_nav .go_back {
    background: url(../images/icon/left_arrow2.png) no-repeat center;
    background-size: 25px;
}
.search_result .head_nav .head_menu {
    background: url(../images/icon/menu2.png) no-repeat center 6px;
    background-size: 25px auto;
}
.search_result .head_nav .search {
    color: #333;
}
.search_result .head_nav .classify {
    background: url(../images/icon/classify2.png) no-repeat center 7px;
    background-size: 25px auto;
}
/* 结束 */


/* 搜索结果操作 */
.p_option {
    position: fixed;
    width: 100%;
    left: 0;
    top: 45px;
    border-bottom: 1px solid #ddd;
    z-index: 998;
}
.p_option a {
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    width: 33%;
    text-align: center;
    font-size: 15px;
    color: #999;
    box-sizing: border-box;
}
.p_option a.active {
    color: #d22d39;
    font-weight: bold;
}
.p_option a.active02 {
    color: #d22d39;
}
.p_option a em {
    display: inline-block;
    width: 13px;
    height: 18px;
    background: url(../images/icon/sort_icon.png) no-repeat center;
    background-size: cover;
    position: relative;
    top: 3px;
}
.p_option a.active em {
    background: url(../images/icon/sort_icon_cur.png) no-repeat center;
    background-size: cover;
    transform: rotate(180deg);
}
.p_option a.active02 em {
    background: url(../images/icon/sort_icon_cur.png) no-repeat center;
    background-size: cover;
    /* transform: rotate(180deg); */
}
.p_option .array {
    border-left: 1px solid #ddd;
    background: url(../images/icon/array.png) no-repeat center;
    background-size: 30px auto;
}
.p_option .array.active {
    background: url(../images/icon/array_active.png) no-repeat center;
    background-size: 25px auto;
}



header h2 {
    /*background:no-repeat left center ;
    background-size: 45px;*/
    font-size: 15px;
    padding-left: 50px;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 15px;
    line-height: 30px;
}
header .shop_focus {
    width: 50px;
    height: 21px;
    bottom: 8px;
    line-height: 21px;
    font-size: 12px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 21px;
    position: absolute;
    right: 0;
    text-align: center;
    margin-right: 13px;
}
header .shop_focus .icon {
    position: relative;
    top: 2px;
}
header .shop_focus.active .icon {

}
header .shop_focus em {
    display: inline-block;
}

.nav {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.nav a {
    float: left;
    width: 33.33%;
    display: block;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.nav a.active {
    border-bottom: 2px solid #d22d39;
    color: #000;
    font-weight: bold;
}

/* .shop_link .section:nth-last-of-type(1) {
    margin-bottom: 0;
} */
.shop_link .section a {
    display: block;
}
.shop_link .section img {
    width: 100%;
}

.shop_link .spe_section a:nth-child(1){
    margin-top: 0;
}
.shop_link .spe_section a:nth-child(2){
    margin-top: 0;
}
.shop_link .spe_section a:nth-child(2n+1) {
    width: 50%;
    float: left;
}
.shop_link .spe_section a:nth-child(2n) {
    width: 50%;
    float: right;
}
/*一行三图*/
.shop_link .three_section a {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
}

/* 标题 */
.i_caption {
    height: 40px;
    line-height: 40px;
    color: #ff921d;
    font-size: 16px;
    text-align: center;
}
.i_caption .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 2px;
}
.i_caption .icon1 {
    /*background: url(../images/icon/i_caption1.png) no-repeat;*/
    background-size: cover;
}
.i_caption .icon2 {
    background: url(../images/icon/i_caption2.png) no-repeat;
    background-size: cover;
}
.i_caption .icon3 {
    background: url(../images/icon/i_caption3.png) no-repeat;
    background-size: cover;
}

.p_item {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #666;
    display: block;
    position: relative;
    text-indent: 10px;
    box-shadow: 0px -2px 5px #eee;
    margin-top: 4px;
}
.p_item em {
    width: 48px;
    height: 48px;
    background: url("../images/icon/right_arrow.png") no-repeat center;
    background-size: 20px auto;
    position: absolute;
    right: 0;
    top: 0;
}


/* 商品分类 */
.classify .choose_item {
    padding-top: 54px;
}
.classify .p_item {
    margin-top: 0;
    box-shadow: none;
}
.classify .p_item em {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.classify .p_item em.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.classify .p_item em.no_active {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.classify .cell {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.classify .show {
    border-top: 1px solid #ddd;
    background: #fbfbfb;
    display: none;
}
.classify .row {
    border-bottom: 1px solid #eee;
}
.classify .row:nth-last-of-type(1) {
    border-bottom: none;
}
.classify .show a {
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    color: #333;
    border-right: 1px solid #eee;
    border-bottom: 1px #eee solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.classify .show a:nth-of-type(4n) {
    border-right: none;
}



/* 搜索结果为空 */
.search_result .empty_box {
    position: relative;
    top: 86px;
}
.search_result .empty {
    -webkit-transform: translate( 0,-80% );
    transform: translate( 0,-80% );
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
}
.search_result .empty .icon {
    width: 70px;
    height: 70px;
    background: url(../images/icon/empty.png) no-repeat center;
    background-size: cover;
    display: inline-block;
}
.search_result .empty .item1 {
    font-size: 17px;
    color: #666;
    padding: 10px 0 5px 0;
}
.search_result .empty .item2 {
    font-size: 14px;
    color: #999;
}


/* 搜索有结果 */
.full {
    padding-top: 96px;
}
.goods_end {
    padding: 20px 0 10px 0;
    text-align: center;
}
.goods_end .align_center {
    display: inline-block;
}
.goods_end span {
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #ccc;
    position: relative;
    top: 8px;
}
.goods_end em {
    display: inline-block;
    font-size: 13px;
    color: #ccc;
    margin: 0 5px;
}
/*清除浮动，与clearfix同理*/ 
.cf { zoom:1 }
.cf:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0 }
/*底部分享弹窗*/
.bottomPop{position:fixed;bottom:0;left: 0;width: 100%; background: #fff;z-index: 1111; }
.bottomPop .tit{height: 40px;line-height: 40px;font-size: 16px; color: #999; text-align: center;border-bottom:1px solid #ccc;margin:0 15px;}
.bottomPop  .bottomShareLIst{padding:0 20px 24px;}
.bottomPop  .bottomShareLIst a{display:block;float:left;width:25%;margin-top:18px;}
.bottomPop  .bottomShareLIst a img{display:block;margin: 0 auto;padding: 0;width: 60%;}
.bottomPop  .bottomShareLIst a p{height:34px;line-height: 34px;font-size: 14px;color: #333; text-align: center;}
/*.bottomPopBtn{display: block;margin: 0 auto 16px; width: 130px;height: 28px;line-height: 28px;font-size: 14px;color: #666; text-align: center;border: 1px solid #666; border-radius: 15px;}*/
.bottomPopBtn{display: block; height: 44px;line-height: 44px;font-size: 16px;color: #333; text-align: center;border-top:1px solid #ccc;margin:0 15px;}
.p_goods_list a:nth-of-type(odd){
    margin-right: 1.3vw !important;
    margin-left: 3.2vw !important;
}
.p_goods_list a{
    background: none !important;
    width: 46.15vw !important;
    margin-top: 1.3vw !important;
    margin-bottom: 0 !important;
}
.maintab .pic .salenumWrapper{
    height:25px;
    font-size:0;
    display:flex;
    line-height:29px;
}
.maintab .pic .salenumWrapper span{
    display:inline-block;
    height:100%;
}
.maintab .pic .sale-num-l{
    width:5px;
    background: url(../images/background/num_bg_1.png) no-repeat left top/100% 100%;
}
.maintab .pic .sale-num{
    font-size:10px;
    background: url(../images/background/num_bg_2.png) no-repeat left top/100% 100%;
}
.maintab .pic .sale-num-r{
    width:5px;
    background: url(../images/background/num_bg_3.png) no-repeat left top/100% 100%;
}
.p_goods_list .price .shopCart{
    width:22px;
    position:absolute;
    right:2px;
    bottom:10px;
}
.p_goods_list .price em {
    font-size: 17px;
}
/*搜索页销量*/
.search_result .p_goods_list .pic{
    position:relative;
}
.search_result .p_goods_list .pic .salenumWrapper{
    height:25px;
    font-size:0;
    display:flex;
    line-height:29px;
}
.search_result .p_goods_list .pic .salenumWrapper span{
    display:inline-block;
    height:100%;
}
.search_result .p_goods_list .pic .sale-num-l{
    width:5px;
    background: url(../images/background/num_bg_1.png) no-repeat left top/100% 100%;
}
.search_result .p_goods_list .pic .sale-num{
    font-size:10px;
    background: url(../images/background/num_bg_2.png) no-repeat left top/100% 100%;
}
.search_result .p_goods_list .pic .sale-num-r{
    width:5px;
    background: url(../images/background/num_bg_3.png) no-repeat left top/100% 100%;
}
/*搜索页销量*/
@media only screen and (max-width: 320px) {
    .p_goods_list .price em {
        font-size: 14px;
    }
}
.p_goods_list .price .origin-price{
    color:#666;
    margin-left:4px;
    text-decoration:line-through;
}
.p_goods_list .price .origin-price em {
    font-size: 12px;
    color:#666;
}
.p_goods_list .price{
    display:flex;
    align-items:baseline;
}
/* 购物车*/
.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.3);
}
.focus_tips {
    width: 180px;
    height: 80px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -40px;
    border-radius: 10px;
    background: #000;
    opacity: 0.8;
    z-index: 1004;
    font-size: 16px;
    color: #fff;
    display: none;
}
.focus_tips .box {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate( -50%,-50% );
    -moz-transform: translate( -50%,-50% );
    -ms-transform: translate( -50%,-50% );
    -o-transform: translate( -50%,-50% );
    transform: translate( -50%,-50% );
    text-align: center;
}
.focus_tips .box p{padding-top: 6px;}
.goods_choose {
    position: fixed;
    bottom: 0;
    height: 70%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1003;
    -webkit-transform: translate( 0,120% );
    -moz-transform: translate( 0,120% );
    -ms-transform: translate( 0,120% );
    -o-transform: translate( 0,120% );
    transform: translate( 0,120% );
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.goods_choose.active {
    -webkit-transform: translate( 0,0 );
    -moz-transform: translate( 0,0 );
    -ms-transform: translate( 0,0 );
    -o-transform: translate( 0,0 );
    transform: translate( 0,0 );
}
.goods_choose .top {
    min-height: 95px;
    width: 100%;
    border-bottom: 0.5px solid #e3e5e9;
}
.goods_choose .top .pic {
    position: absolute;
    left: 4px;
    top: -9px;
    width: 100px;
    height: 100px;
    border-radius: 3px;
    border: 0.5px solid #f0f1f3;
    background-color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center
}
.goods_choose .top .pic img {
    width: 100px;
    vertical-align: middle;
}
.goods_choose .top .goods_price {
    font-size: 16px!important;
    line-height: 15px;
    color: #f23030;
    padding-top: 10px;
    padding-left: 121px;
    font-weight: 700;
}
.goods_choose .top .goods_price {
    font-size: 15px!important;
    line-height: 15px;
    color: #f23030;
    padding-top: 10px;
    padding-left: 121px;
    font-weight: 700;
}
.goods_choose .top .close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/tradeunion/promotionIndex/images/spe_close_gray.png) no-repeat center;
    background-size: 24px;
}
.goods_choose .center {
    position: absolute;
    bottom: 43px;
    top: 105px!important;
    left: 0;
    right: 0;
    padding-left: 10px;
    overflow: auto;
}
.goods_choose .extra {
    height: auto;
    padding-bottom: 15px;
}
.goods_choose .choosen {
    display: flex;
    justify-content: space-between;
}
.goods_choose .center .name {
    display: block;
    font-size: 15px;
    color: #81838e;
    white-space: normal;
    height: auto;
    line-height: 40px;
}
.fr {
    float: right;
}
.goods_choose .choose-amount {
    margin-left: 34px;
}
.choose-amount {
    position: absolute;
    font-size: 15px;
    width: 120px;
    height: 30px;
    border: 1px solid #dcdcdc;
    margin: 5px 12px 0px 0px;
    right: 0;
}
.choose-amount a.btn-reduce {
    left: 0;
    border-right: 0.5px solid #dcdcdc;
    font-size: 20px;
}
.choose-amount a {
    display: block;
    position: absolute;
    top: 0;
    background: #fff;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
}
.choose-amount .amount-text {
    position: absolute;
    top: 0px;
    left: 41px;
    width: 38px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0;
    color: #000;
    font-weight: bold;
}
.choose-amount a.btn-add {
    right: 0;
    border-left: 1px solid #dcdcdc;
    font-size: 20px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.goods_choose .option {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
}
.goods_choose .option .buy_now {
    background: #fb082a;
    display: block;
    color: #fff;
}
/* 购物车*/
.u-flyer {
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    transform: scale(0.4)
}
.p_goods_list .u-flyer {
    display: block;
    width: 14.15vw !important;
    height: 14.15vw;
    border-radius: 50%;
    position: absolute;
    z-index: 9999;
    top: 46vw !important;
    right: 0 !important;
}

.saleChart {
    background-color: #fff;
    width: 94%;
    margin: 27px auto;
    border-radius: 8px;
}
.saleChart .i_caption {
    font-size: 21px;
    color: #675231;
    font-weight: bold;
    letter-spacing: 1.18px;
    line-height: 60px;
    height: 60px;
}
.saleChart .i_caption .titleLeft {
    display: inline-block;
    width: 25.2px;
    height: 26px;
    background: url(/touchshop/images/other/titleIcon1.png)no-repeat center;
    background-size: 100% 100%;
    margin-right: 6.4px;
    vertical-align: middle;
}
.saleChart .i_caption .titleRight {
    display: inline-block;
    width: 25.2px;
    height: 26px;
    background: url(/touchshop/images/other/titleIcon2.png)no-repeat center;
    background-size: 100% 100%;
    margin-left: 6.4px;
    vertical-align: middle;
}
.saleChart .cell a {
    position: relative;
    display: block;
    width: 100% !important;
    margin: 0 0 10px !important;
}
.saleChart img {
    width: 106px;
	height: 106px;
    margin-left: 8px;
    border-radius: 5px;
}
.saleChart .number_icon {
    display: block;
    width: 19px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 14px;
}
.saleChart .rightInfo {
    width: 54%;
    display: inline-block;
    margin-left: 14px;
}
.saleChart .mes {
    word-break:break-all;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    margin-bottom: 12px;
    padding:0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
}
.saleChart .bottomLine {
    background: url(/touchshop/images/other/saleLine.png)no-repeat bottom;
	width: 100%;
	height: 55px;
	background-size: 100%;
}
.saleChart .originPrice {
	font-size: 14px;
	color: #999999;
}
.saleChart .price {
    background: url(/touchshop/images/other/salePriceBG.png) no-repeat;
	height: 43.96px;
	background-size: 100% 100%;
	float: right;
	color: #fff;
	text-align: center;
    font-size: 19px;
    padding: 0px 12px;
    position: relative;
    bottom: 9px;
}
.saleChart .saleChartButton {
    width: 71.2%;
    height: 36px;
    line-height: 36px;
    margin: 20px auto 0;
    background: url(/touchshop/images/other/moreBottom.png)no-repeat center 0/100% #fff;
    display: block;
    padding-bottom: 20px;
}