@charset "utf-8";

/* ================================ */
/* 触屏版首页相关样式类型              */
/* by 33h ao.c om V-5               */
/* ================================ */

body { background-color: #f4f4f4;}

#header { 
    position: fixed; 
    z-index: 2 !important; 
    top: 0; 
    bottom: auto; 
    left: 0; 
    right: 0;
    background: -webkit-linear-gradient(to right,#ff9000,#ff5100);
    background: -moz-linear-gradient(to right,#ff9000,#ff5100);
    background: -ms-linear-gradient(to right,#ff9000,#ff5100);
    background: -o-linear-gradient(to right,#ff9000,#ff5100);
    background: linear-gradient(to right,#ff9000,#ff5100);
    height: 2.2rem;
}
#header .logo { 
    position: absolute; 
    z-index:1; 
    top: 0.25rem; 
    left: 0.4rem; 
    width: 3rem; 
    height: 1.5rem;  
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size: 100%;
}
#header .header-wrap {
    background: transparent;
}
#header .header-inp { 
    height: 1.4rem;
    margin: 0.4rem 2.5rem 0.4rem 2.5rem;
    background-color: #ebebeb;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
}
#header .header-inp .icon_search {
    background-image: url(../images/search_ico_new_w_c.png);
    opacity: 1;
    background-position: 0 0;
    background-size: 100%;
    margin: 0.4rem 0.32rem 0.4rem 0;
    width: 0.7rem;
    height: 0.7rem;
}
#header .header-inp .search-input {
    background: none;
    width: 9rem;
    margin: 0.2rem 0;
    padding: 0;
    font-size: 0.636363rem;
    color: #fff;
}
#header .header-r a { width: 1rem; height: 1rem; }
#header .header-r a i.message { width: 1.2rem; height: 1.2rem; margin: 0.2rem 0.2rem 0.4rem 0.4rem; background-image: url(../images/message_b.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 90%; opacity: 0.55;}
#header .header-r a p { font-size: 0.55rem; line-height: 0.9rem; text-align: center; color: #333; display: none;}
#header .header-r a sup { display: none; right: 0.35rem; top: 0.35rem;}

#header.transparent { 
    position: absolute!important;
    top: auto!important;
    bottom: auto!important;
    background: transparent!important;
    height: auto!important;
}
#header.transparent .header-wrap {
    background: none;
}
#header.transparent .logo { display: none;}
#header.transparent .header-inp { 
    margin: 0.4rem 2.5rem 0.4rem 2.5rem; 
    background-color: #ebebeb; 
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
}
#header.transparent .header-inp .search-input {
    background: none;
    width: 9rem;
    margin: 0.2rem 0;
    padding: 0;
    font-size: 0.636363rem;
    color: #fff;
}
#header.transparent .header-inp .icon_search {
    background-image: url(../images/search_ico_new_w_c.png);
    opacity: 1;
    background-position: 0 0;
    background-size: 100%;
    margin: 0.4rem 0.32rem 0.4rem 0;
    width: 0.7rem;
    height: 0.7rem;
}
#header.transparent .header-r a i.message { 
    width: 1rem; 
    height: 1rem; 
    margin: 0 auto; 
    background-image: url(../images/message_ws.png); 
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size: 90%; 
    opacity: 1;
}
#header.transparent .header-r a p { color: #FFF; display: block;}
#header.transparent .header-r a sup { width: 0.25rem; height: 0.25rem; right: 0.35rem; top: 0;}
#header .header_index_l {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    font-size: 0;
}
#header .header_index_l a,#header .header-r a {
    display: inline-block;
    height: 1.6rem;
    width: 1.6rem;
    position: relative;
    z-index: 1;
    margin: 0.3rem 0.5rem;
    text-align: center;
}
#header .header_index_l a .text_taobao,#header .header-r a .text_taobao {
    display: block;
    width: 100%;
    text-align: center;
}
#header .header_index_l a .text_taobao img,#header .header-r a .text_taobao img {
    display: inline-block;
    height: 0.55rem;
    margin-top: 0.2rem;
}
#header .header_index_l i.member,#header .header-r a i.cart {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.4rem;
}
#header .header_index_l i.member {
    background-image: url(../images/member_b_new_w.png);
}
/*#header .header-r a {
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    margin: 0.3rem 0.5rem;
    text-align: center;
}*/
/*#header .header-r a .text_taobao {
    display: block;
    width: 100%;
    text-align: center;
}*/
/*#header .header-r a .text_taobao img {
    display: inline-block;
    height: 0.55rem;
    margin-top: 0.2rem;
}*/
#header .header-r a i.cart {
    background-image: url(../images/cart_b_new_w.png);
}
.nctouch-home-top { 
    display: block; 
    min-height: 2.2rem; 
    position: relative;  
    z-index: 2; 
    background-color: #fff; 
    overflow: hidden;
    background: -webkit-linear-gradient(to right,#ff9000,#ff5100);
    background: -moz-linear-gradient(to right,#ff9000,#ff5100);
    background: -ms-linear-gradient(to right,#ff9000,#ff5100);
    background: -o-linear-gradient(to right,#ff9000,#ff5100);
    background: linear-gradient(to right,#ff9000,#ff5100);
}
.nctouch-home-top .cohesive { 
    position: absolute; 
    z-index: 2; 
    top: 0; 
    left: 0; 
    right: 0; 
    display: block; 
    height: 1.5rem; 
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.5),  rgba(0,0,0,0.0));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5),  rgba(0,0,0,0.0));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5),  rgba(0,0,0,0.0));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5),  rgba(0,0,0,0.0));
    background-image: linear-gradient(top, rgba(0,0,0,0.5),  rgba(0,0,0,0.0));
}
.adv_list { position: relative; z-index: 1; overflow: hidden;}
.swipe { position: relative; overflow: hidden; visibility: hidden; }
.swipe-wrap { overflow: hidden; position: relative; }
.swipe-wrap > div { float: left; width: 100%; position: relative; }
.swipe-wrap img { width: 100%;}

.nctouch-home-nav { 
    background-color: #FFF; 
    position: relative; 
    z-index: 0; 
    /*border-bottom: solid 0.05rem #EEE;*/
}
.nctouch-home-nav ul { font-size: 0; overflow: hidden;}
.nctouch-home-nav li { 
    float: left; 
    width: 20%; 
    height: 3.5rem; 
    padding: 0.5rem 0 0 0;
}
.nctouch-home-nav li a { display: block; text-align: center;}
.nctouch-home-nav li span { 
    display: inline-block; 
    width: 2.1rem; 
    height: 2.1rem; 
    margin: 0 auto 0.3rem auto; 
    /*border-radius: 100%;*/
}
/*.nctouch-home-nav li:nth-child(1) span { background-color: #FB6E52;}
.nctouch-home-nav li:nth-child(2) span { background-color: #48CFAE;}
.nctouch-home-nav li:nth-child(3) span { background-color: #4FC0E8;}
.nctouch-home-nav li:nth-child(4) span { background-color: #AC92ED;}
.nctouch-home-nav li:nth-child(5) span { background-color: #FF9300;}
.nctouch-home-nav li:nth-child(6) span { background-color: #62BA1E;}
.nctouch-home-nav li:nth-child(7) span { background-color: #1A8DE5;}
.nctouch-home-nav li:nth-child(8) span { background-color: #EC87BF;}
.nctouch-home-nav li:nth-child(9) span { background-color: #1A8DE5;}
.nctouch-home-nav li:nth-child(10) span { background-color: #EC87BF;}*/
.nctouch-home-nav li span i { 
    display: block; 
    width: 100%; 
    height: 100%; 
    /*background-position: 50% 50%;*/
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50%;
    background-size: 100%;
}
.nctouch-home-nav li:nth-child(1) span i { background-image: url(../images/x_01_ju.png);}
.nctouch-home-nav li:nth-child(2) span i { background-image: url(../images/x_02_store.png);}
.nctouch-home-nav li:nth-child(3) span i { background-image: url(../images/x_03_sign.png);}
.nctouch-home-nav li:nth-child(4) span i { background-image: url(../images/x_04_cart.png);}
.nctouch-home-nav li:nth-child(5) span i { background-image: url(../images/x_05_list.png);}
.nctouch-home-nav li:nth-child(6) span i { background-image: url(../images/x_06_mine.png);}
.nctouch-home-nav li:nth-child(7) span i { background-image: url(../images/x_07_order.png);}
.nctouch-home-nav li:nth-child(8) span i { background-image: url(../images/x_08_pro.png);}
.nctouch-home-nav li:nth-child(9) span i { background-image: url(../images/x_09_fav.png);}
.nctouch-home-nav li:nth-child(10) span i { background-image: url(../images/x_10_foot.png);}
.nctouch-home-nav li p { 
    display: block; 
    font-size: 0.5rem; 
    line-height: 0.8rem; 
    color: #666;
}

.nctouch-home-layout { display: block; max-width: 640px; margin: 0 auto 2.2rem; overflow: hidden; position: relative; z-index: 0;}
.nctouch-home-block { width: 100%; clear: both;}
.nctouch-home-block .tit-bar { border-left: solid 0.15rem #ED5564; height: 0.8rem; margin: 0.5rem 0 0.5rem 0.3rem; padding-left: 0.3rem;  font-size: 0.7rem; line-height: 0.8rem;}
.nctouch-home-block .content { display: block;}
.item-goods ul.goods-list { font-size: 0; margin-bottom: 0.5rem;}
.item-goods ul.goods-list li { position:relative; background-color: #FFF; vertical-align: top; display: inline-block; width: 47%; overflow: hidden; border-radius: 0.2rem;}
.item-goods ul.goods-list li:nth-child(odd) { margin: 0.5rem 1% 0 2%;}
.item-goods ul.goods-list li:nth-child(even) { margin: 0.5rem 2% 0 1%;}
.item-goods ul.goods-list li a { display: block;}
.item-goods ul.goods-list li .goods-pic { width: 100%;}
.item-goods ul.goods-list li .goods-pic img { width: 100%;}
.item-goods ul.goods-list li dl { padding: 0.2rem;}
.item-goods ul.goods-list li dt.goods-name { display: block; font-size: 0.65rem; line-height: 0.8rem; color: #000; height: 1.6rem; overflow: hidden;}
.item-goods ul.goods-list li dd.goods-price { display: block; font-size: 0.55rem; line-height: 1rem; height: 1rem; margin-top: 0.4rem; padding-top: 0.4rem; color: #DB4453; border-top: solid 0.05rem #EEE;}
.item-goods ul.goods-list li dd.goods-price em { font-size: 0.7rem; font-weight: 600;}
.item-goods ul.goods-list i div{background: #f54246; font-size: 16px; width: 104px; height: 42px; position: absolute; color: #fff; top: -10px; left: -40px; z-index: 3; text-align: center; line-height: 62px; overflow: hidden; -webkit-transform: rotate(-45deg);}
.item-goods ul.goods-list .list-price { color: #777;font-size: 0.8em; margin-left: 5px;text-decoration: line-through;vertical-align:top}

/*热门市场*/
.m-ban-tit {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 1rem;
    text-align: center;
}
.m-2avg-ban .half img {
    width: 48%;
}
.u-img-wrapper img {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
/*全球好物商品列表*/
.m-ban-tits {
    height: 1.6rem;
    color: #ff5000;
    font-size: 0.7rem;
    line-height: 1.6rem;
    margin: 0.5rem 0 0;
    background: #fff;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.m-ban-tits span {
    background: #fff;
    padding: 0 0.5rem;
    display: block;
    z-index: 1;
}
.m-ban-tits img{
    height: 0.9rem;
    margin: 9% 0.2rem 0;
}
.m-ban-tits::before{
    content: '';
    position: absolute;
    left: 25%;
    top: 50%;
    width: 50%;
    height: 0.08rem;
    background: #ff5000;
    z-index: 0;
}
/*大图模式*/
.grid .goods-secrch-list { 
    font-size: 0; 
    display: block;
}
.grid .goods-secrch-list .goods-item { 
    /*background-color: #FFF; */
    vertical-align: top; 
    display: inline-block; 
    /*width: 49.25%; */
    width: 50%;
    /*box-shadow: 0 1px 0 rgba(0,0,0,0.02); */
    position: relative; 
    z-index: 1; 
    overflow: hidden;
}
.grid .goods-secrch-list .goods-item .goods-item-content {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02); 
    margin-bottom: 0.2rem; 
}
.grid .goods-secrch-list .goods-item:nth-of-type(odd) .goods-item-content {
    margin-right: 0.1rem;
}
.grid .goods-secrch-list .goods-item:nth-of-type(even) .goods-item-content { 
    /*margin-left: 1.5%;*/
    margin-left: 0.1rem;
}
/*商品图片*/
.grid .goods-secrch-list .goods-pic { display: block; width: 100%; height: 100%;}
.grid .goods-secrch-list .goods-pic a { display: block; width: 100%; height: 100%; overflow: hidden;}
.grid .goods-secrch-list .goods-pic img { width: 100%; /*padding: 1.5rem;*/}
/*下方商品介绍*/
.grid .goods-secrch-list .goods-info { 
    display: block; 
    padding: 0 0.5rem;
    margin-top: 0.4rem;
}
/*商品名称*/
.grid .goods-secrch-list .goods-name { 
    display: block; 
    min-height: 0.8rem; 
    overflow: hidden; 
}
.grid .goods-secrch-list a { 
    display: block; 
    color: #333;
}
.grid .goods-secrch-list .goods-name h4 { 
    font-size: 0.6rem;
    line-height: 0.8rem;
    height: 1.6rem;
    white-space: normal; 
    text-overflow: ellipsis; 
    overflow: hidden;
}
.fav-list .goods-name h4 { height: 1.8rem !important; text-overflow: clip !important; white-space: pre-wrap !important;}
.grid .goods-secrch-list .goods-name h6 { display: none;}
/*商品价格与促销*/
.grid .goods-secrch-list .goods-sale { 
    display: inline-block; 
    height: 0.8rem; 
    padding: 0.2rem 0; 
    overflow: hidden;
}
.grid .goods-secrch-list .goods-price { 
    color: #ff5000;
    font-size: 0.5rem;
    line-height: 0.8rem;
    display: block;
    float: left;
}
.grid .goods-secrch-list .goods-price em { 
    font-size: 0.6rem;
    line-height: 0.8rem;
    vertical-align: top;
    display: inline-block;
}
.grid .goods-secrch-list .goods-price .phone-sale { 
    font-size: 0;
    vertical-align: top;
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    /*border: solid #ff5000 0.02rem; */
    margin-top: 0.1rem;
}
.grid .goods-secrch-list .goods-price .phone-sale i { 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: #ff5000 url(../images/mobile_w.png) no-repeat 50% 50%; 
    background-size: 80%;
    border-radius: 0.1rem;
}
.grid .goods-secrch-list .sale-type { display: none;}
/*商品相关信息*/
.grid .goods-secrch-list .goods-assist { 
    display: block;
    height: 0.8rem;
    padding-bottom: 0.2rem;
    overflow: hidden;
}
.grid .goods-secrch-list .goods-sold { 
    font-size: 0.5rem;
    line-height: 0.8rem;
    color: #999;
    display: block;
    float: left;
}
.grid .goods-secrch-list .goods-sold em { 
    /*color: #000; 
    vertical-align: middle; 
    font-weight: 600;*/
    line-height: 0.8rem;
}
.grid .goods-secrch-list .goods-store { 
    float: right;
    font-size: 0.5rem;
    line-height: 0.8rem;
}
.grid .goods-secrch-list .goods-store .mall { 
    display: inline-block;
    padding: 0 0.1rem;
    font-size: 0.45rem;
    line-height: 0.8rem;
    color: #FFF;
    background-color: #ff5000;
    border-radius: 0.1rem;
    text-align: center;
}
.grid .goods-secrch-list .goods-store a { font-size: 0; color: #888;}
.grid .goods-secrch-list .goods-store a i { background-image: url(../images/more_b.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 60%; vertical-align: top; display: inline-block; width: 1rem; height: 1rem; margin: 0 0 0 0.15rem; opacity: 0.5;}
.grid .goods-secrch-list .store-credit { display: none;}
.grid .goods-secrch-list .sotre-creidt-layout { position: absolute; z-index: 2; top: 0; right: 0; left: 0; bottom: 0;}
.grid .goods-secrch-list .sotre-creidt-layout dl { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#F2EEEEEE', endColorstr='#F2EEEEEE');background:rgba(238,238,238,0.95); width: 90%; height: 4.2rem; padding: 5%; position: absolute; z-index: inherit; bottom: 0;}
/*商品收藏列表删除*/
.grid .goods-secrch-list .fav-del { position: absolute; z-index: 1; bottom: 0.2rem; right: 0.2rem; width: 1rem; height: 1rem; background-image: url(../images/del_b.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 65%;}


/*图片组左一右二*/
.item-pic-l1-r2 { background-color: #FFF; width: 100%; margin: 0 auto; position: relative; z-index: 1; border-bottom: solid 0.05rem #EEE;}
.item-pic-l1-r2 li a,
.item-pic-l1-r2 li img { display: block; width: 100%;}
.item-pic-l1-r2 li:nth-child(1) { position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; right: 50%;}
.item-pic-l1-r2 li:nth-child(2) { margin-left: 50%; border-left: solid 0.05rem #EEE;}
.item-pic-l1-r2 li:nth-child(3) { margin-left: 50%; border-left: solid 0.05rem #EEE; border-top: solid 0.05rem #EEE;}

/*图片组左二右一*/
.item-pic-l2-r1 { background-color: #FFF; width: 100%; margin: 0 auto; position: relative; z-index: 1; border-bottom: solid 0.05rem #EEE;}
.item-pic-l2-r1 li a,
.item-pic-l2-r1 li img { display: block; width: 100%;}
.item-pic-l2-r1 li:nth-child(3) { position: absolute; z-index: 1; right: 0; top: 0; bottom: 0; left: 50%; margin-right: 0.05rem; border-left: solid 0.05rem #EEE;}
.item-pic-l2-r1 li:nth-child(1) { margin-right: 50%;}
.item-pic-l2-r1 li:nth-child(2) { margin-right: 50%; border-top: solid 0.05rem #EEE;}


/*图片组*/
.item-pic-list { font-size: 0; width: 100%; margin: 0 auto; overflow: hidden;}
.item-pic-list li { width: 50%; float: left; border-bottom: solid #EEE 0.05rem;}
.item-pic-list li:nth-child(even) { border-left: solid #EEE 0.05rem; margin-right: -0.05rem;}
.item-pic-list li img { width: 100%;}


.item-pic { font-size: 0; width: 100%; margin: 0 auto;}
.item-pic img { width: 100%;}



.ath-viewport * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ath-viewport { position: relative; z-index: 2147483641; pointer-events: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -o-text-size-adjust: none; text-size-adjust: none; }
.ath-modal { pointer-events: auto !important; background: rgba(0,0,0,0.6); }
.ath-mandatory { background: #000; }
.ath-container { pointer-events: auto !important; position: absolute; z-index: 2147483641; padding: 0.7em 0.6em; width: 18em; background: #eee; background-size: 100% auto; box-shadow: 0 0.2em 0 #d1d1d1; font-family: sans-serif; font-size: 15px; line-height: 1.5em; text-align: center; }
.ath-container small { font-size: 0.8em; line-height: 1.3em; display: block; margin-top: 0.5em; }
.ath-ios.ath-phone { bottom: 1.8em; left: 50%; margin-left: -9em; }
.ath-ios6.ath-tablet { left: 5em; top: 1.8em; }
.ath-ios7.ath-tablet { left: 0.7em; top: 1.8em; }
.ath-ios8.ath-tablet { right: 0.4em; top: 1.8em; }
.ath-android { bottom: 1.8em; left: 50%; margin-left: -9em; }
/* close icon */
.ath-container:before { content: ''; position: relative; display: block; float: right; margin: -0.7em -0.6em 0 0.5em; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC); background-color: rgba(255,255,255,0.8); background-size: 50%; background-repeat: no-repeat; background-position: 50%; width: 2.7em; height: 2.7em; text-align: center; overflow: hidden; color: #a33; z-index: 2147483642; }
.ath-container.ath-icon:before { position: absolute; top: 0; right: 0; margin: 0; float: none; }
.ath-mandatory .ath-container:before { display: none; }
.ath-container.ath-android:before { float: left; margin: -0.7em 0.5em 0 -0.6em; }
.ath-container.ath-android.ath-icon:before { position: absolute; right: auto; left: 0; margin: 0; float: none; }
/* applied only if the application icon is shown */
.ath-container.ath-icon { }
.ath-action-icon { display: inline-block; vertical-align: middle; background-position: 50%; background-repeat: no-repeat; text-indent: -9999em; overflow: hidden; }
.ath-ios7 .ath-action-icon, .ath-ios8 .ath-action-icon { width: 1.6em; height: 1.6em; background-image: url(data:image/png;base64,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); margin-top: -0.3em; background-size: auto 100%; }
.ath-ios6 .ath-action-icon { width: 1.8em; height: 1.8em; background-image: url(data:image/png;base64,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); margin-bottom: 0.4em; background-size: 100% auto; }
.ath-android .ath-action-icon { width: 1.4em; height: 1.5em; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==); background-size: 100% auto; }
.ath-container p { margin: 0; padding: 0; position: relative; z-index: 2147483642; text-shadow: 0 0.1em 0 #fff; font-size: 1.1em; }
.ath-ios.ath-phone:after { content: ''; background: #eee; position: absolute; width: 2em; height: 2em; bottom: -0.9em; left: 50%; margin-left: -1em; -webkit-transform: scaleX(0.9) rotate(45deg); transform: scaleX(0.9) rotate(45deg); box-shadow: 0.2em 0.2em 0 #d1d1d1; }
.ath-ios.ath-tablet:after { content: ''; background: #eee; position: absolute; width: 2em; height: 2em; top: -0.9em; left: 50%; margin-left: -1em; -webkit-transform: scaleX(0.9) rotate(45deg); transform: scaleX(0.9) rotate(45deg); z-index: 2147483641; }
.ath-application-icon { position: relative; padding: 0; border: 0; margin: 0 auto 0.2em auto; height: 6em; width: 6em; z-index: 2147483642; }
.ath-container.ath-ios .ath-application-icon { border-radius: 1em; box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),  inset 0 0.07em 0 rgba(255,255,255,0.5); margin: 0 auto 0.4em auto; }

@media only screen and (orientation: landscape) {
.ath-container.ath-phone { width: 24em; }
.ath-android.ath-phone { margin-left: -12em; }
.ath-ios.ath-phone { margin-left: -12em; }
.ath-ios6:after { left: 39%; }
.ath-ios8.ath-phone { left: auto; bottom: auto; right: 0.4em; top: 1.8em; }
.ath-ios8.ath-phone:after { bottom: auto; top: -0.9em; left: 68%; z-index: 2147483641; box-shadow: none; }
}
.nctouch-footer-wrap { max-width:640px; margin:0 auto}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* S 淘宝手机端首页banner*/
#swiper-01 {
    width: 100%;
    background: #fff;
}
#swiper-01 .swiper-slide a,.swiper-container .swiper-slide a img {
    display: block;
    width: 100%;
}
#swiper-01 .swiper-pagination-x {
    bottom: 0.2rem!important;
}
#swiper-01 .swiper-pagination-x .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.12rem!important;
    background: #fff;
    opacity: .5;
    border: 1px solid #ddd;
}
#swiper-01 .swiper-pagination-x .swiper-pagination-bullet-active {
    background: #ff5000;
    opacity: 1;
    border-color: #ff5000; 
}
/* E 淘宝手机端首页banner*/

/* S 淘宝手机端首页头条*/
.nctouch-home-toutiao-wrap {
    display: block;
}
#swiper-02 {
    width: 100%;
    background: #fff;
    height: 2.8rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#swiper-02 .nctouch-home-toutiao {
    padding: 0.5rem 0.4rem 0.5rem 0.6rem;
    height: 1.8rem;
    width: 1.8rem;
}
#swiper-02 .nctouch-home-toutiao img {
    width: 1.6rem;
    padding: 0.1rem;
}
#swiper-02 .swiper-wrapper {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
#swiper-02 .swiper-wrapper .swiper-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: relative;
}
#swiper-02 .swiper-wrapper .swiper-slide>.home-toutiao-info {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    display: block;
    width: 70%;
    overflow: hidden;
    height: 1.8rem;
}
#swiper-02 .swiper-wrapper .swiper-slide>img {
    width: 30%;
    overflow: hidden;
}
#swiper-02 .swiper-wrapper .swiper-slide .home_zan {
    background-image: url(../images/x_home_zan.png);
    background-position: 0 0.15rem;
    font-size: 0.5rem;
    line-height: 0.9rem;
    height: 0.9rem;
    background-repeat: no-repeat;
    background-size: 1.4rem auto;
    padding-left: 1.6rem;
    color: #000;
    width: 8rem;
}
#swiper-02 .swiper-wrapper .swiper-slide .home_hot {
    background-image: url(../images/x_home_hot.png);
    background-position: 0 0.15rem;
    font-size: 0.5rem;
    line-height: 0.9rem;
    background-repeat: no-repeat;
    background-size: 1.4rem auto;
    padding-left: 1.6rem;
    color: #000;
    height: 0.9rem;
    width: 8rem;
}
#swiper-02 .swiper-wrapper .swiper-slide .home_toutiao_img {
    height: 2.8rem;
    width: 30%;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
}
#swiper-02 .swiper-wrapper .swiper-slide .home_toutiao_img img {
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    top: 50%;
    left: 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%);
}
/* E 淘宝手机端首页头条*/

.nctouch-home-newyear {
    background: #fff;
    padding: 0.25rem;
    margin: 0.5rem 0;
}
.nctouch-home-newyear a {
    display: block;
    width: 100%;
}
.nctouch-home-newyear img {
    width: 100%;
}

/*S 淘宝手机端达人*/
.nctouch-home-daren {
    margin: 1rem auto 0.5rem;
    background: #fff;
    position: relative;
}
.daren-mark-title {
    position: absolute;
    top: -0.5rem;
    left: 0;
    width: 4.6rem;
    height: 1.2rem;
    font-size: 0.7rem;
    color: #fff;
    line-height: 1.2rem;
    text-align: center;
    background: -webkit-linear-gradient(to right,#ffdc40,#FFBA06);
    background: -moz-linear-gradient(to right,#ffdc40,#FFBA06);
    background: -ms-linear-gradient(to right,#ffdc40,#FFBA06);
    background: -o-linear-gradient(to right,#ffdc40,#FFBA06);
    background: linear-gradient(to right,#ffdc40,#FFBA06);
    border-top-right-radius: 2.3rem;
    border-bottom-right-radius: 2.3rem;
    z-index: 1;
}
.nctouch-home-daren .daren-banner {
    width: 100%;
}
.daren-banner .daren-banner-l {
    width: 66.666667%;
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 33.333333%;
    float: left;
}
.daren-banner .daren-banner-r {
    width: 33.333333%;
    height: 0;
    position: relative;
    padding-bottom: 33.333333%;
    display: block;
    float: right;
}
.daren-banner a .daren-banner-img img {
    width: 100%;
    height: 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%);
}
.daren-banner a.daren-banner-l .daren-banner-img img {
    width: calc(100% - 1px);
    border-right: 1px solid #fff;
}
.daren-banner .daren-banner-r .daren-r-title {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    font-size: 0.6rem;
    width: 5rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    background: rgba(255,186,6,0.9);
    border-radius: 0.8rem 0;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nctouch-home-daren .daren-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nctouch-home-daren .daren-content a {
    display: block;
    width: 50%;
    border-bottom: 1px solid #f0f0f0;
}
.nctouch-home-daren .daren-content a:nth-of-type(odd) .daren-item {
    border-right: 1px solid #f0f0f0;
}
.daren-content a .daren-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0.5rem;
}
.daren-content a .daren-item-l {
    width: 50%;
}
.daren-content a .daren-item-r {
    width: 50%;
}
.daren-content a .daren-item-l h3 {
    font-size: 0.7rem;
    /*font-weight: 600;*/
}
.daren-content a .daren-item-l h3.tejia {
    color: #F91318;
}
.daren-content a .daren-item-l h3.goods {
    color: #098AFA;
}
.daren-content a .daren-item-l h3.guang {
    color: #5393DD;
}
.daren-content a .daren-item-l h3.qingdan {
    color: #FE2947;
}
.daren-content a .daren-item-l p {
    font-size: 0.6rem;
    color: #999;
}
.daren-content a .daren-item-l .daren-item-l-img {
    width: 100%;
    margin-top: 0.3rem;
}
.daren-content a .daren-item-l .daren-item-l-img img {
    width: 100%;
}
.daren-content a .daren-item-r img {
    width: 100%;
}
/*E 淘宝手机端达人*/

/*S 淘宝手机端短视频 */
.nctouch-home-live {
    margin: 1rem auto 0.5rem;
    background: #fff;
    position: relative;
}
.nctouch-home-live .daren-mark-title {
    background: -webkit-linear-gradient(to right,#FF71A6,#FD3866);
    background: -moz-linear-gradient(to right,#FF71A6,#FD3866);
    background: -ms-linear-gradient(to right,#FF71A6,#FD3866);
    background: -o-linear-gradient(to right,#FF71A6,#FD3866);
    background: linear-gradient(to right,#FF71A6,#FD3866);
}
.nctouch-home-live .live-list {
    width: 100%;
}
.live-list .live-list-top {
    width: 100%;
}
.live-list .live-list-top .live-item-first {
    float: left;
    width: 66.666667%;
    height: 0;
    padding-bottom: 33.333333%;
    display: block;
    position: relative;
    overflow: hidden;
}
.live-list .live-list-top .live-item-second {
    float: right;
    display: block;
    position: relative;
    width: 33.333333%;
    height: 0;
    padding-bottom: 33.333333%;
    overflow: hidden;
}
.live-list .live-list-top .live-item-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 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%);
}
.live-list .live-list-top .live-item-first .live-item-img img {
    width: calc(100% - 1px);
    border-right: 1px solid #fff;
}
.live-list .live-list-top .live-item-top-info {
    position: absolute;
    bottom: 0.25rem;
    left: 0.5rem;
    right: 0.5rem;
    color: #fff;
}
.live-list .live-list-top .live-item-top-info h3 {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-bottom: 0.15rem;
}
.live-list .live-list-top .live-item-top-info p {
    font-size: 0.5rem;
    line-height: 0.6rem;
}
.live-list .live-list-top .live-item-top-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.35));
    background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.35));
    background: -ms-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.35));
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.35));
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.35));
}
.live-list .live-list-top .live-item-first .fav-ico {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
}
.live-list .live-list-top .live-item-first .fav-ico img {
    width: 100%;
}
.live-list .live-list-bottom {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
}
.live-list .live-list-bottom>a {
    display: block;
    width: 33.333333%;
    position: relative;
    border-top: 1px solid #fff;
}
.live-list .live-list-bottom>a:nth-of-type(2) {
    /*width: 33.333334%;*/
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.live-list .live-list-bottom .live-item-img {
    width: 100%;
    height: 124px;
    overflow: hidden;
    position: relative;
}
.live-list .live-list-bottom .live-item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 100%;
}
.live-list .live-list-bottom .live-item-img .live-item-top-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
}
.live-list .live-list-bottom .live-item-bottom-info {
    line-height: 1rem;
    font-size: 0.5rem;
    padding: 0.5rem;
}
.live-list .live-list-bottom .live-item-bottom-info h3 {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-bottom: 0.15rem;
}
.live-list .live-list-bottom .live-item-bottom-info p {
    font-size: 0.5rem;
    line-height: 0.6rem;
    color: #999;
}
.live-list .live-list-bottom .live-item-top-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FE1E5A;
    color: #fff;
    font-size: 0.5rem;
    width: 1.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.9rem;
    border-top-right-radius: 0.4rem;
}
/*E 淘宝手机端短视频 */
.nctouch-home-live .live-bottom {
    height: 2rem;
    background: #fff;
}
.nctouch-home-live .live-bottom a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0.5rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.6rem;
}
.nctouch-home-live .live-bottom .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.nctouch-home-live .live-bottom .left img {
    width: 2.5rem;
    margin-right: 0.2rem;
}
.nctouch-home-live .live-bottom .right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.nctouch-home-live .live-bottom .right i {
    font-size: 0.6rem;
    color: #999;
    position: relative;
    top: 0.01rem;
    left: 0.2rem;
}
/* 首页商品列表无商品的样式 */
.taobao_index_list ul.goods-secrch-list {
    position: relative;
    height: 2rem;
}
.taobao_index_list ul.goods-secrch-list .norecord-touch.search {
    height: 100%;
} 
.taobao_index_list ul.goods-secrch-list .norecord-touch.search .index-no-list {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: .6rem;
    line-height: 2rem;

}
#footer {
    padding-top: 0;
    height: 2.2rem;
}
.nodata {
    height: 2.5rem;
    font-size: 0.6rem;
    line-height: 2.5rem;
    text-align: center;
    padding-top: 0.6rem;
}





































