body .m_t15 {
    margin-top: 12px;
}

.m_w1200 {
    min-width: 1200px;
}

#content {
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
    overflow-y: hidden;
}

.au_btn {
    background: #009a24;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
}

.au_btn .menu_title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

#video_ico {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: url(/images/icon/video-ico.png) no-repeat left center;
    margin-top: 13px;
    height: 28px;
    margin-right: 45px;
    font-family: Arial, Helvetica, sans-serif;
}

#video_ico a {
    line-height: 35px;
    color: #333;
    padding: 10px 0 10px 33px;
}

#video_ico a:hover {
    text-decoration: none;
}

#video_ico span.new {
    background: url(/media/default/images/icon_new.png);
    height: 11px;
    width: 28px;
    position: absolute;
    top: -5px;
    right: -20px;
}

.header_row {
    height: 72px;
    background: #ffffff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 1px;
}

.cur_fix {
    position: fixed;
    top: 0px;
    z-index: 999;
    background: #ffffff;
    height: 71px;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
}

.new_up {
    -webkit-animation: up 1s linear infinite;
    -moz-animation: up 1s linear infinite;
    -ms-animation: up 1s linear infinite;
    -o-animation: up 1s linear infinite;
    animation: up 1s linear infinite;
}

@-webkit-keyframes up {
    0% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(5px);
    }
}

@-o-keyframes up {
    0% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(5px);
    }
}

@-ms-keyframes up {
    0% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(5px);
    }
}

@-moz-keyframes up {
    0% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(5px);
    }
}

@keyframes up {
    0% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(5px);
    }
}

.right {
    float: left;
    width: 950px;
    margin-top: 3px;
}

.right01 {
    float: left;
    width: 935px;
   /* margin-left: 15px;*/
}

.bnr_box {
    width: 730px;
    height: 450px;
    overflow: hidden;
    float: left;
}

.ul_scroll {
    width: 210px;
    height: 444px;
    float: right;
    margin-left: 4px;
    padding-top: 5px;
}

.ul_scroll li {
    width: 210px;
    height: 105px;
    margin-bottom: 6px;
}

.ul_scroll li img {
    width: 210px;
    height: 105px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    right: 10px;
}

.flex-control-nav li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
}

.flex-control-nav li a {
    overflow: hidden;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: block;
    text-indent: -99999px;
    background: #fff;
    border-radius: 50%;
}

.flex-control-nav li .flex-active {
    background: #F10000;
}

.direct_faq_box {
    width: 265px;
    background: #D5D5D5;
    color: #333;
    padding: 0px 0;
    float: left;
}

.direct_faq_box h3 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    border: 1px solid #D5D5D5;
    font-family: Arial, Helvetica, sans-serif;
}

.lists {
    background: #EEEEEE;
    margin-top: 0;
    padding: 15px 0 0px 0px;
    border: 1px solid #D5D5D5;
}

.lists li {
    width: 240px
}


.lists .item .tit_1 {
    background: #f5f5f5 url(/images/icon/choose-faq-ico.png) no-repeat 0 0;
    width: 210px;
    height: 28px;
}

.lists .item .tit_2 {
    background: #f5f5f5 url(/images/icon/choose-faq-ico.png) no-repeat 0 -29px;
    width: 210px;
    height: 28px;
}

.lists .item .tit_3 {
    background: #f5f5f5 url(/images/icon/choose-faq-ico.png) no-repeat 0 -58px;
    width: 210px;
    height: 28px;
}

.lists .item .tit_4 {
    background: #f5f5f5 url(/images/icon/choose-faq-ico.png) no-repeat 0 -87px;
    width: 210px;
    height: 28px;
}

.lists .item ul {
    padding-bottom: 10px;
}

.lists .item li {
    list-style: disc inside;
    text-indent: 10px;
    margin-left: 8px;
    padding: 5px;
    font: -webkit-control;
}

.flex-direction-nav {
    display: none
}

.flex-prev {
    position: absolute;
    top: 200px;
    left: 0px;
    width: 30px;
    height: 50px;
    display: block;
    cursor: pointer;
    background: url("/media/default/images/left_op50.png") no-repeat;
}

.flex-next {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 30px;
    height: 50px;
    display: block;
    cursor: pointer;
    background: url("/media/default/images/right_op50.png") no-repeat;
}

.flex-prev:hover {
    background: url("/media/default/images/left_op90.png") no-repeat;
}

.flex-next:hover {
    background: url("/media/default/images/right_op90.png") no-repeat;
}

.daily_deal {
    float: right;
    width: 1200px;
    margin: 15px 0;
}

 .Recommendations_head, .NewArrivals_head {
    width: 932px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #009a24;
}
.daily_head{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #009a24;
    width: 1200px;
}

.daily_deal .daily_ttl, .Recommendations_head, .Recommendations_ttl, .NewArrivals_head .NewArrivals_ttl {
    font-size: 20px;
    color: #666;
    border-left: 2px solid #f66907;
    padding-left: 7px;
}

.view_more {
    font-size: 12px;
    color: #164aa3;
    background: url(/images/icon/more-link-ico.jpg) no-repeat right center;
    padding-right: 10px;
    margin-right: 5px;
}

#tabsHeader .view_more {
    line-height: 42px;
}

.add_to_cart, .product_con_brand_name a {
    color: #fff;
    display: block;
}

.add_to_cart:hover, .product_con_brand_name a {
    text-decoration: none;
}

.Recommendations {
    float: right;
    width: 935px;
    margin-top: 5px;
}

.try_luck {
    color: #333;
    display: block;
    width: 131px;
    height: 35px;
    line-height: 35px;
    text-indent: 37px;
    font-size: 12px;
    background: url(/images/icon/luck-try-ico.jpg) no-repeat;
    margin-right: 1px;
}
.try_luck a:active {
    text-decoration: none;
    color: #009a24;
}
.cate_bar {
    height: 42px;
    border-bottom: solid 1px #009a24;
    position: relative;
    margin-bottom: 15px;
}

.ul_bar {
    position: absolute;
    left: 0;
    bottom: -1px;
    border-left: 2px solid #f66907;
}

.ul_bar li {
    line-height: 42px;
    position: relative;
    background-image: none;
    float: left;
    color: #009a24;
    font-size: 20px;
    margin-right: 1px;
    font-weight: 700;
    padding: 0 15px;
}

.spotlight .tabs_header .ul_bar a {
    color: #009a24;
    display: block;
}

.ul_bar li.active {
    background-image: none;
    border-bottom: 0 none;
  /*  border: 1px solid #009a24;*/
    border-bottom-color: #fff;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
}

.ul_bar li.active a, .ul_bar li a:hover {
    text-decoration: none;
    color: #009a24;
}

.cate_bar a.more {
    font-size: 12px;
    margin-top: 15px;
    float: right;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 13px;
    position: relative;
}

/********************* Spotlight product  start **********************************************/
.sel_productList {
    overflow: hidden;
    margin-left: 15px;
}

.sel_productList li {
    float: left;
    width: 215px;
    height: 300px;
    border: 1px solid #fff;
    position: relative;
    text-align: center;
    margin: 0 0 10px 7px;
}

.sel_productList li .photo img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.sel_productList li.first .photo img {
    width: 270px;
    height: 270px;
}

.sel_productList li .pi {
    line-height: 13px;
    text-align: center;
}

.sel_productList li:hover {
    border-color: #009a24;
}

.sel_productList .title, .sel_productList li:nth-child(1) .title {
    height:27px;
    margin-top: 10px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-size: 14px;*/
    padding: 5px;
}

.sel_productList li.first .title {
    margin: 10px 0;
}

.ul_bar li a, .sel_productList li.first .title a, .sel_productList li .title a {
    color: #333;
}

.sel_productList li.first .title a, .sel_productList .title a, .sel_productList li.first .title a {
    font-size: 12px;
    color: #262626;
}

.sel_productList .price {
    line-height: 18px;
    text-align: center;
    color: #f66907;
    font-weight: 700;
    font-size: 14px;
    padding-top: 5px;
    overflow: hidden;
}

.sel_productList li.first .price {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding-top: 5px;
    overflow: hidden;
}

.sel_productList .f_shipping {
    display: inline-block;
}

.sel_productList .toll_free_shipping {
    margin-top: 10px;
}

.f_shipping {
    width: 80px;
}

.sel_productList .review {
    margin: 5px 0 0;
}

.sel_productList .cate {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.sel_productList .cate a {
    background: #f66907;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.sel_productList li.first {
    margin-left: 0;
    height: 450px;
    width: 280px;
    margin-top: 70px;
}

.sel_productList li.first .promotion_classification {
    width: 281px;
    height: 29px;
    background: #009a24;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
    display: none;
    position: absolute;
    bottom: 0px;
}

.sel_productList li.first .promotion_classification a, .sel_productList li .promotion_classification a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.sel_productList li .promotion_classification {
    width: 216px;
    height: 29px;
    background: #009a24;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 29px;
    display: none;
    position: absolute;
    bottom: 0px;
}

/********************* Spotlight product  end **********************************************/
/* left banner */
.left_banner{
    margin-left: 10px;
}
.left_banner h3 {
    width: 250px;
    height: 40px;
    line-height: 40px;
    color: #666;
    text-align: center;
    font-size: 20px;
    /* background: #ebebeb; */
    /* margin-bottom: 10px; */
    border-right: 2px solid #f66907;
    padding-left: 3px;
}

.left_banner ul li {
    margin-bottom: 10px;
    vertical-align: middle;
}

.tabs {
    width: 935px;
    margin-left: 2px;
}

.product_con {
    width: 935px;
    overflow: hidden;
    /*height: 560px;*/
}

.product_con li {
    margin-top: 15px;
    float: left;
    width: 184px;
    height: 255px;
    text-align: left;
    font-size: 12px;
    color: #333;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}

.product_con li figure {
    margin: 0;
    padding: 0;
}

.product_con li .c-price, .sel_c-price {
    color: #f66907;
    text-decoration: none;
   /* padding: 0 10px;*/
    font-size: 14px;
    font-weight: 600;
    margin: 9px 0;
    position: relative;
    word-break: break-word;
}

.product_con li .o-price, .sel_o-price {
    text-decoration: line-through;
    color: #888888;
    font-size: 12px;
    font-weight: normal;
}

.product_con_brand_name {
    width: 186px;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    background: #009a24;
    font-weight: 700;
    display: none;
    position: absolute;
    bottom: 0;
}

/*  go to top */
.footer_fixed {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 99;
}

.cus_survey, .feed_back, .go_bottom, .go_top {
    display: block;
    width: 43px;
    height: 40px;
    margin: 0 0 -1px;
    background: url(/media/default/images/footer_fixed.png) no-repeat;
    text-indent: -999em;
}

.go_top {
    height: 42px;
}

.cus_survey, .feed_back, .go_bottom, .go_top {
    display: block;
    width: 43px;
    height: 40px;
    margin: 0 0 -1px;
    background: url(/media/default/images/footer_fixed.png) no-repeat;
    text-indent: -999em;
}

.footer_fixed .ph {
    display: block;
    height: 42px;
}

.cus_survey, .feed_back, .go_bottom, .go_top {
    display: block;
    width: 43px;
    height: 40px;
    margin: 0 0 -1px;
    background: url(/media/default/images/footer_fixed.png) no-repeat;
    text-indent: -999em;
}

.go_bottom {
    height: 43px;
    background-position: 0 -119px;
}

.cus_survey {
    background-position: 0 -41px;
}

.cus_survey:hover {
    background-position: -45px -41px
}

.go_top:hover {
    background-position: -45px -0px
}

.go_bottom:hover {
    background-position: -45px -119px
}






/*********new arrivals******/
/*----------reset---------*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li,p,img,h1,h2,h3,h4,h5,dt,dd,dl,body,.sharp .cicle img{padding:0px;margin:0px;}
ul{list-style:none;}
img{border:none;}
.class_tab_box ul li a{text-decoration:none;}
.tabs a{
    margin: 5px;
}
.clear{clear:both;}
a:visited,a:link{outline:none;}
.clearfix:after{display:block; content:''; height:0; clear:both;}
.pr{ position:relative;}
.pa{ position:absolute;}
body{font-family: Arial,Verdana,sans-serif, Tahoma;line-height:18px;font-size:12px;}
/*---------- �л�������ʽ begin---------*/

li.color {color:#fff}
.tabs li {
    text-align: center;
    width: 92px;
  /*  background: #ebebeb;*/
    border-left: 1px solid #fff;
    font-size: 12px;
    color:#939292;
    padding-top: 47px;
    padding-bottom:4px;
    line-height: 16px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 32px;
}
/*          1
Cell Phones &
Accessories
*/

.icon_3{
    background:#ebebeb url("/media/default/images/ico-1-1.png") no-repeat center 6px;
}
.icon_3.current1{
    background:#009a24 url("/media/default/images/ico-1-2.png") no-repeat center 6px;
    color: #fff;
    cursor: default;
}
/*       2
Electrical
 & Tools
*/

.icon_4{
    background:#ebebeb url("/media/default/images/ico-2-1.png") no-repeat center 11px;
}
.icon_4.current1{
    background:#009a24 url("/media/default/images/ico-2-2.png") no-repeat center 11px;
    color: #fff;
    cursor: default;
}
/*       3
Consumer
Electronics
*/

.icon_5{
    background:#ebebeb url("/media/default/images/ico-3-1.png") no-repeat center 12px;
    width: 93px;
}
.icon_5.current1{
    background:#009a24 url("/media/default/images/ico-3-2.png") no-repeat center 12px;
    color: #fff;
    cursor: default;
}
/*        4
Computers &
Networking
*/
.icon_6{
    background:#ebebeb url("/media/default/images/ico-4-1.png") no-repeat center 8px;
    width: 93px;
}
.icon_6.current1{
    background:#009a24 url("/media/default/images/ico-4-2.png") no-repeat center 8px;
    color: #fff;
    cursor: default;
}
/*      5
Hobbies &
Toys
*/

.icon_7{
    background:#ebebeb url("/media/default/images/ico-5-1.png") no-repeat center 13px;
}
.icon_7.current1{
    background:#009a24 url("/media/default/images/ico-5-2.png") no-repeat center 13px;
    color: #fff;
    cursor: default;
}
.current1 a{color:#ffffff;}
.current1 a:hover{text-decoration:none}
/*       6
Car
Accessories
*/


.icon_8{
    background:#ebebeb url("/media/default/images/ico-6-1.png") no-repeat center 11px;
}
.icon_8.current1{
    background:#009a24 url("/media/default/images/ico-6-2.png") no-repeat center 11px;
    color: #fff;
    cursor: default;
}

/*   7
Home &
Office
*/
.icon_9{
    background:#ebebeb url("/media/default/images/ico-7-1.png") no-repeat center 9px;
}
.icon_9.current1{
    background:#009a24 url("/media/default/images/ico-7-2.png") no-repeat center 9px;
    color: #fff;
    cursor: default;
}

/*     8
Lights &
Lighting
*/
.icon_10{
    background:#ebebeb url("/media/default/images/ico-8-1.png") no-repeat center 7px;
}
.icon_10.current1{
    background:#009a24 url("/media/default/images/ico-8-2.png") no-repeat center 7px;
    color: #fff;
    cursor: default;
}

/*  9
 Sports & Outdoors
 */
.icon_11{
    background:#ebebeb url("/media/default/images/ico-9-2.png") no-repeat center 7px;
}
.icon_11.current1{
    background:#009a24 url("/media/default/images/ico-9-1.png") no-repeat center 7px;
    color: #fff;
    cursor: default;
}
/*  10
  Apparel & Accessories
 */
.icon_12{
    background:#ebebeb url("/media/default/images/ico-12-2.png") no-repeat center 7px;
}
.icon_12.current1{
    background:#009a24 url("/media/default/images/ico-12-1.png") no-repeat center 7px;
    color: #fff;
    cursor: default;
}


/*  11
   Health & Beauty
 */
.icon_13{
    background:#ebebeb url("/media/default/images/ico-10-2.png") no-repeat center 7px;
}
.icon_13.current1{
    background:#009a24 url("/media/default/images/ico-10-1.png") no-repeat center 7px;
    color: #fff;
    cursor: default;
}

/*  12
   Hongkong Warehouse
 */
.icon_16{
    background:#ebebeb url("/media/default/images/ico-11-2.png") no-repeat center 7px;
}
.icon_16.current1{
    background:#009a24 url("/media/default/images/ico-11-1.png") no-repeat center 7px;
    color: #fff;
    cursor: default;
}



/********************* Daily Deal product  start **********************************************/
.deal_productList {
    overflow: hidden;
}

.deal_productList li {
    float: left;
    width: 218px;
    height: 330px;
    border: 1px solid #fff;
    position: relative;
    text-align: center;
    margin: 0 0 25px 7px;
}

.deal_productList li .photo img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.deal_productList li.first .photo img {
    width: 270px;
    height: 270px;
}

.deal_productList li .pi {
    line-height: 13px;
}

/*.deal_productList li:hover {
    border-color: white;
}*/

.deal_productList .title, .deal_productList li:nth-child(1) .title {
    height:27px;
    margin-top: 10px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 5px;
}

.deal_productList li.first .title {
    margin: 10px 0;
}

.ul_bar li a, .deal_productList li.first .title a, .deal_productList li .title a {
    color: #666;
}

.deal_productList li.first .title a, .deal_productList .title a, .deal_productList li.first .title a {
    font-size: 12px;
    color: #262626;
}

.deal_productList .price {
    line-height: 18px;
    text-align: center;
    color: #f66907;
    font-weight: 700;
    font-size: 14px;
    padding-top: 5px;
}

.deal_productList li.first .price {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding-top: 5px;
}

.deal_productList .f_shipping {
    display: inline-block;
}

.deal_productList .toll_free_shipping {
    margin-top: 10px;
}

.f_shipping {
    width: 80px;
}

.deal_productList .review {
    margin: 5px 0 0;
}

.deal_productList .cate {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.deal_productList .cate a {
    background: #f66907;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.deal_productList li.first {
    height: 290px;
    width: 213px;
    margin: 10px;
}

.deal_productList li.first .add_to_cart_box {
    width: 215px;
    height: 34px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    background: #009a24 url(/images/icon/add-to-cart.png) no-repeat 155px center;
    font-weight: 700;
    display: none;
    position: absolute;
    bottom: 0px;
}

.deal_productList li.first .promotion_classification a, .deal_productList li .promotion_classification a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.deal_productList li .promotion_classification {
    width: 219px;
    height: 29px;
    background: #F10000;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
    display: none;
    position: absolute;
    bottom: 0px;
}

#deals .prev{
    top:125px;
}

#deals .next{
    top:125px;
}

/********************* Spotlight product  end **********************************************/

.new_pro li{
    width: 230px;
    height: 285px;
}
.new_pro .product_con_brand_name {
    width: 230px;
}

#screen {width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;background-color:#000;opacity:.3;filter:alpha(opacity=30);-moz-opacity:0.3;-webkit-opacity:0.3;display:none;}
.video_pop {position:fixed;    top: 10%;z-index:999999;width:748px;height:488px;display:none;background:rgba(255,255,255,0.85);border-radius:5px;-webkit-animation:cart .3s;-moz-animation:cart .3s;-ms-animation:cart .3s;-o-animation:cart .3s;animation:cart .3s;animation-timing-function:ease;animation-iteration-count:1;}
.video_pop .close {width:22px;height:22px;background:url(../images/close01.png) no-repeat;font-size:0;float:right;margin-right:12px;margin-top:7px;}
.video_pop .close:hover {background:url(../images/close02.png) no-repeat;}
.youtube_source {width:728px;height:444px;background:#000;margin:34px auto 0;}


/*------------------------------------------------------- Top sellers --------------------------------------------------------------------------------------------------------------------------------------*/
.top_seller {
    width: 248px;
    border: 1px solid #ebebeb;
}

.top_seller .top_seller_ttl {
    color: #333;
    font-size: 18px;
    height: 39px;
    line-height: 39px;
    background: #ebebeb;
    padding-left: 15px;
}

.top_seller ul {
    padding-left: 7px;
    padding-right: 7px;
}

.top_seller ul li {
    border-bottom: 1px dashed #ccc;
    position: relative;
    /*padding: 12px 8px;*/
    padding: 10px 5px 0 4px;
}
.top_seller_txt1{
    text-overflow: ellipsis;
    width: 216px;
    overflow: hidden;
    color: #010000;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 0;
}
.top_seller ul li .top_seller_small_img {
    float: left;
    display: block;
    width: 54px;
    height: 54px;
    border: 1px solid #e2e2e2;
}
.top_seller ul li .top_seller_big_img {
    float: left;
    display: block;
    width: 225px;
    height: 210px;
}
.top_seller ul li .top_seller_small_img:hover {
    border-color: #f77812;
}

.top_seller_txt {
    float: left;
    margin-left: 11px;
    display: block;
    width: 150px;
}

.top_seller_desc {
    font-size: 12px;
    line-height: 14px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_seller_desc a {
    color: #656D78;
}
.top_seller_desc a:hover {
    color: #333;
}
.promotion_price {
    color: #f66907;
    text-decoration: none;
    padding: 0 10px;
    font-size: 17px;
    font-weight: 600;
    margin: 9px 0;
    position: relative;
}
.t1{
    text-align: center;
}

.top_seller_corner {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 14px;
    padding-top: 0px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-indent: 5px;
    background: url(/media/default/images/ico-corner.png) no-repeat center;
    top: 0;
    left: -7px;
    pointer-events: none;
    z-index: 9;
}

.see_more_tps {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
}

.see_more_tps a {
    color: #114ea6;
}

.top_seller_desc a:hover, .see_more_tps a:hover {
    text-decoration: underline;
}

/**new center**/
.floor {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
   /* margin-bottom: 30px;*/
    background: #f4f4f4;
}
.electronics {
    width: 905px;
}
.electronics {
    width: 905px;
}

.electronics a {
    color: #311b1d;
}

.electronics .item {
    float: left;
    position: relative;
}

.electronics .proname {
    font-size: 12px;
}

.electronics .price  .c-price {
    color: #c21e29;
    font-size: 16px;
    font-weight: bold;
}
.electronics .price del{
    vertical-align: text-bottom;
    display: block;
}

.electronics .main-item {
    width: 295px;
   /* height: 442px;*/
    height: 420px;
    background: #fff;
}

.electronics .main-item .img-box img {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 280px;
}

.electronics .main-item .info {
    position: absolute;
    left: 20px;
    top: 30px;
}

.electronics .main-item .proname {
    overflow: hidden;
    height: 18px;
}

.electronics .main-item .price {
    margin-top:10px;
}

.electronics .main-item .notcolle {
    height: 36px;
}

.electronics .main-item a:hover img {
    margin-left: -5px;
}

.electronics .main-item .tag {
    font-size: 12px;
}

.electronics .right-items {
    width: 600px;
    overflow: hidden;
    background: #fff;
}

.electronics .right-items .item {
    border-right: solid 1px #ece8e9;
    width: 300px;
  /*  height: 220px;*/
    height: 210px;
    border-bottom: solid 1px #ece8e9;
    margin-right: -1px;
    position: relative;
}

.electronics .right-items .item a:hover img {
    margin-left: -5px;
}

.electronics .right-items .item .jd-coll {

}

.electronics .right-items .info {
    position: absolute;
    left: 20px;
    top:30px;
    z-index: 3;
}
.electronics .right-items .price {
    margin-top: 10px;
}

.electronics .right-items .tag {


}

.electronics .right-items .proname {
    height: 18px;
    overflow: hidden;
    line-height: 18px;
    width: 130px;

}

.electronics .right-items .notcoll {

    height: 36px;
}

.electronics .right-items .img-box {
    width: 160px;
    overflow: hidden;
    height: 160px;
    position: absolute;
    bottom:0;
    right: 0;
}

.electronics .right-items .tag {
    margin-bottom: 3px;
}

.electronics .bottom-porducts {
    /*height: 294px;
    padding-top: 30px;*/
    height: 270px;
    padding-top: 20px;
    padding-left: 7px;
    background: #fff;
    margin-top:10px;
    width: 888px;
}

.electronics .bottom-porducts .item {
    width: 150px;
    margin: 0 10px;
}
.electronics .bottom-porducts ol{
    display: block;
    color: #c81623;
    height: 20px;
    overflow: hidden;
}

.electronics .bottom-porducts .item .proname {
    height: 20px;
    overflow: hidden;

}

.electronics .bottom-porducts .item .jd-coll {
    margin-top: 15px;
}

.electronics .bottom-porducts .item .notcoll {
    margin-top: 15px;
    height: 38px;
}

.electronics .bottom-porducts .item .price {
    margin-top:10px;
}

.electronics .bottom-porducts .item .img-box {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
}

.electronics .bottom-porducts a:hover img {
    margin-left: -5px;
}
.life-style {
    width: 295px;
}

.life-style .img-box img {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.life-style a:hover img {
    margin-left: -5px;
}

.life-style .item {
    background: #fff;
    position: relative;
}
.life-style .item1 {
   /* height: 422px;*/
    height: 400px;
    padding-top: 20px;
}
.life-style .item1 .jd-coll {
    margin-top: 6px;
}

.life-style .item1 .img-box {
    width: 280px;
    height: 280px;
    overflow: hidden;
    position: absolute;
    right:0;
    bottom:0;
}

.life-style .item1 .tit {
    height: 18px;
    width: 255px;
    overflow: hidden;
}

.life-style .item1 .notcoll {
    height: 36px;
    margin-top: 6px;
}

.life-style .item1 .info {
    padding-left: 20px;
    height: 142px;
    overflow: hidden;
}

.life-style .item1 .price {
    margin-top: 10px;
}

.life-style .item1 .price .c-price {
    color: #c21e29;
    font-size: 16px;
    font-weight: bold;
}

.life-style .item1 .tag {
    font-size: 12px;
}

.life-style .item2 {
   /* height: 324px;*/
    height: 290px;
    margin-top:10px;
}

.life-style .item2 .info {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 5;
}

.life-style .item2 .proname {
    height: 18px;
    overflow: hidden;
    line-height: 18px;
    width: 100px;
}

.life-style .item2 .notcoll {
    height: 36px;
}

.life-style .item2 .price {
    margin-top: 18px;
}

.life-style .item2 .price .c-price {
    color: #c21e29;
    font-size: 18px;
    font-weight: bold;
}

.life-style .item2 .img-box img {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
}
.life-style .item1 .img-box img {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 280px;
}

.life-style .item2 .tag {
    margin: 2px 0;
}
.floor .tag-red {
    background: #c21e29;
}
.floor .tag {
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    padding: 1px 2px;
    padding-top: 2px;
    line-height: 12px;
}
.floor ol {
    display: block;
    color: #c81623;
    height: 20px;
    overflow: hidden;
}
.floor .review .review {
    background: url(./images/reviews.png) no-repeat left 4px;
    padding-left: 16px;
    color: #311b1d;
}
.floor del {
    vertical-align: text-bottom;
    display: block;
}
del {
    text-decoration: line-through;
}
.no_data {
    text-align: center;
    line-height: 10;
    font-size: 14px;
    color: #333;
    clear: both;
}