body{
    background: #f3f3f3;
}
.main-adv-warp{
    height: 450px;
}

.main-adv{
    width: 800px;
    height: 450px;
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 200px;
}

.main-sub-adv{
    width: 200px;
    height: 450px;
    display: block;
    float: left;
    position: relative;
    z-index: 9;
}

.main-sub-adv a{
    display: block;
}

.main-sub-adv b{
    height: 1px;
    display: block;
    position: absolute;
    z-index: 91;
    width: 200px;
    left: 0;
    top: 224px;
    border-bottom: 1px dotted #fff;
    opacity: .6;
    filter:alpha(opacity=60);
}

.swipe{
    height: 450px;
    overflow: hidden;
    position: relative;
}

.swipe-warp{
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swipe-warp > div{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.swipe-control{
    height: 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    z-index: 9;
}

.swipe-control > span{
    height: 5px;
    width: 32px;
    display: block;
    float: left;
    background: #fff;
    margin: 0 1px;
    opacity: .5;
    filter:alpha(opacity=50);
    cursor: pointer;
}

.swipe-control > span:hover{
    opacity: .8;
    filter:alpha(opacity=80);
}

.swipe-control > span.current{
    opacity: 1;
    filter:alpha(opacity=100);
}

.main-best-warp{
    height: 320px;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}

.best-left-warp{
    width: 200px;
    height: 100%;
    display: block;
    float: left;
}

.best-middle-warp{
    width: 800px;
    height: 100%;
    display: block;
    float:left;
}

.best-right-warp{
    width: 200px;
    height: 100%;
    display: block;
    float:left;
}

.middle-adv{
    overflow: hidden;
    height: 230px;
    position: relative;
}

.middle-adv li:first-child{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.middle-adv li:last-child{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.main-block-warp{
    margin: 20px 0;
}

.main-block{
    width: 499px;
    height: 300px;
    display: block;
    margin-right: 1px;
    float: left;
    overflow: hidden;
}

.main-block-right{
    display: block;
    width: 200px;
    height: 300px;
    float: left;
    overflow: hidden;
}

.group-buy,.auction-buy,.main-block-right{
    background: #fff;
}

.main-brands{
    height: 80px;
    margin-top: 1px;
}

.main-brands a{
    display: block;
    float: left;
}

.all-brands{
    width: 200px;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: url(../images/index-sp.png) no-repeat 0 0;
}

.all-brands:hover{
    color: #eeae20;
}

.wm-swipe{
    overflow: hidden;
    position: relative;
}

.wm-swipe-warp{
    overflow: hidden;
    position: relative;
}

.wm-swipe-warp > div{
    float:left;
    width:100%;
    position: relative;
}

.recommend-brands{
    margin-left: 200px;
    height: 80px;
}

.recommend-brands > span{
    width: 25px;
    height: 50px;
    display: none;
    top: 15px;
    opacity: .4;
    filter: alpha(opacity=40);
    -moz-opacity:0.4;
    position: absolute;
    cursor: pointer;
}

span.brands-prev{
    left: 0;
    background:#000 url(../images/index-sp.png) no-repeat -200px 0;
}

span.brands-next{
    right: 0;
    background:#000 url(../images/index-sp.png) no-repeat -225px 0;
}

.recommend-brands-warp{
    height: 80px;
    background: #fff;
}


.recommend-brands-warp a{
    width: 199px;
    background-color: #fff;
    border-right: 1px solid #f3f3f3;
    overflow: hidden;
}

.recommend-brands-warp > div a:last-child{
    border-right: 0;
    width: 200px;
}

.recommend-brands-warp img{
    width: 60%;
    padding: 10% 20%;
}

.index-general-adv{
    margin-bottom: 20px;
}

.promotion-block-warp{
    height: 356px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.promotion-header{
    height: 36px;
}

.promotion-block{
    height: 320px;
    overflow: hidden;
    position: relative;
}

.promotion-header > h3{
    width: 200px;
    height: 36px;
    line-height: 36px;
    position: relative;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.promotion-header > h3 > i{
    display: block;
    width: 6px;
    height: 36px;
    position: absolute;
    right:-6px;
    top: 0;
    z-index: 1;
}

.ph-grab{
    background: #ee4a4a;
}

.ph-hot{
    background: #5181d3;
}

.ph-guess{
    background: #eb447c;
}

.ph-new{
    background: #ff8c49;
}

.promotion-header > h3.active{
    color: #000;
    background: #fff;
}

.promotion-header > h3.active > i{
    background: url(../images/index-sp.png) no-repeat -200px -50px;
}

.promotion-block > div{
    width: 1200px;
    height: 320px;
    overflow: hidden;
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
}

.promotion-block > div.active{
    display: block;
}

.grab-swipe > span{
    width: 25px;
    height: 100px;
    display: none;
    top: 90px;
    opacity: .4;
    filter: alpha(opacity=40);
    -moz-opacity:0.4;
    position: absolute;
    cursor: pointer;
}

span.grab-prev{
    left: 0;
    background:#000 url(../images/index-sp.png) no-repeat -200px 25px;
}

span.grab-next{
    right: 0;
    background:#000 url(../images/index-sp.png) no-repeat -225px 25px;
}

.promotion-item{
    width: 199px;
    height: 320px;
    overflow: hidden;
    display: block;
    float: left;
    border-right: 1px solid #f3f3f3;
    background: #fff;
}

.promotion-item.last{
    width: 200px;
    border-right: none;
}

.promotion-img{
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-top: 17px;
    margin-bottom: 17px;
}

.promotion-img img{
    width: 80%;
    height: 80%;
    padding: 10%;
}

.promotion-title{
    padding: 20px 10px 0 10px;
    display: block;
    font-size: 12px;
    height: 30px;
    color: #666;
    overflow: hidden;
}

.promotion-title:hover{
    color: #d7272a;
}

.promotion-price{
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

.promotion-price h5 {
    display: block;
    font-size: 16px;
    color: #D63235;
    font-weight: bold;
    text-align: center;
}

.promotion-price span {
    display: inline-block;
    float: right;
}

.promotion-price span i {
    padding: 0 3px;
    color: #D63235;
}

.grab-item > .promotion-img{
    margin-top: 0;
    margin-bottom: 0;
}

.grab-item > .promotion-price{
    border-top: none;
}

.grab-time {
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #a3a3a3;
    border-top: 1px solid #F3F3F3;
    background-color: #FBFBFB;
}

.grab-time i {
    width: 16px;
    height: 35px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    background: url(../images/index-sp.png) no-repeat -130px -90px;
}

span.grab-down{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    background: url(../images/index-sp.png) no-repeat 0 -90px;
    color: #fff;
    font-size: 14px;
}

span.grab-down pre{
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/index-sp.png) no-repeat -50px -90px;
    position: absolute;
    left: -5px;
    top: -5px;
}

span.grab-down i, span.grab-down b{
    width: 50px;
    display: block;
    text-align: center;
}

span.grab-down i{
    padding-top: 8px;
}

.guess-fresh{
    display: none;
    height: 36px;
    line-height: 36px;
    float: right;
    font-size: 14px;
    color: #595959;
}

.guess-fresh i{
    height: 36px;
    width: 20px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/index-sp.png) no-repeat -110px -90px;
}

.guess-fresh:hover i{
    background: url(../images/index-sp.png) no-repeat -110px -126px;
}

.guess-fresh:hover{
    color: #D63235;
}

/** FLOOR **/
.index-floor-layout {
    margin: 20px auto;
}

.floor-title-warp {
    height: 40px;
    border-bottom: 1px solid #F3F3F3;
}

.floor-title {
    width: 200px;
    height: 40px;
    display: block;
    float: left;
    background: url(../images/floor.sp.png) no-repeat 0 -40px;
}

.floor-title > span {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.floor-title > h2 {
    display: block;
    float: left;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    text-indent: 26px;
    position: relative;
    color: #000;
}

.floor-title > h2 > i {
    width: 28px;
    height: 28px;
    position: absolute;
    display: block;
    top: 6px;
    left: 6px;
}

.floor-prop {
    display: block;
    float: right;
    height: 40px;
}

.floor-prop li {
    display: block;
    float: left;
    line-height: 37px;
    position: relative;
    cursor: pointer;
}

li.prop-item.item-selected {
    border-bottom: 3px solid #ddd;
}

li.prop-item.item-selected em.prop-arrow{
    border-color: transparent transparent #ddd;
}

em.prop-arrow {
    display: block;
    position: absolute;
    bottom: 0;
    left: 45%;
    border-width: 4px;
    overflow: hidden;
    border-color: transparent transparent transparent;
    border-style: dashed dashed solid;
}

.floor-prop a {
    padding: 0 16px;
    border-right: 1px solid #ddd;
    color: #6F6F6F;
}

.floor-prop a:hover{
    color: #D63235;
}

.floor-warp {
    height: 460px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.floor-left-warp {
    width: 199px;
    height: 460px;
    display: block;
    float: left;
    border-right: 1px solid #f3f3f3;
}

.floor-top-warp {
    height: 289px;
    border-bottom: 1px solid #f3f3f3;
}

.floor-bottom-warp {
    height: 170px;
}

.floor-middle-warp {
    width: 399px;
    height: 460px;
    display: block;
    float: left;
    border-right: 1px solid #f3f3f3;
}

.floor-middle-warp > a{
    width: 399px;
    height: 460px;
    display: block;
    overflow: hidden;
    background: #fff;
}

.floor-right-warp {
    width: 600px;
    height: 460px;
    display: block;
    float: left;
}


.floor-half-warp {
    height: 229px;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

.floor-half-warp:last-child{
    height: 230px;
    border-right: 0;
}

.floor-half-warp > .floor-goods {
    width: 199px;
    height: 230px;
    display: block;
    float: left;
    background-color: #fff;
    border-right: 1px solid #f3f3f3;
    overflow: hidden;
}

.floor-half-warp > .floor-goods:last-child{
    width: 200px;
    border-right: 0;
}

.floor-half-warp a.goods-img > img{
    width: 130px;
    padding: 15px 35px;
}

.floor-half-warp a.goods-name{
    font-size: 12px;
    color: #666;
    font-weight: normal;
    padding: 0 12px;
    height: 36px;
    display: block;
}

.floor-half-warp a.goods-name:hover{
    color: #D63235!important;
}

.floor-half-warp > .floor-goods > span{
    padding: 0 12px;
    font-size: 16px;
    color: #D63235;
    display: block;
    font-weight: bold;
    text-align: center;
}

.floor-top-warp > a {
    width: 199px;
    height: 289px;
    display: block;
    float: left;
    background-color: #fff;
    border-right: 1px solid #f3f3f3;
    overflow: hidden;
}


.floor-bottom-warp > a {
    width: 199px;
    height: 170px;
    display: block;
    float: left;
    background-color: #fff;
    border-right: 1px solid #f3f3f3;
    overflow: hidden;
}

.floor-top-warp > a:last-child,
.floor-bottom-warp > a:last-child{
    width: 200px;
    border-right: 0;
    overflow: hidden;
}

.top-single{
    width: 199px!important;
    border-right: 1px;
}

.floor-guide dl{
    padding: 12px;
}

.floor-guide dt {
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

.floor-guide dd > a {
    padding: 3px 2px;
    display: inline-block;
    color:#6f6f6f;
}

.floor-guide dd > a:hover{
    color: #d63235;
}

.floor-elevator {
    position: fixed;
    top: 330px;
    overflow: hidden;
    width: 30px;
    z-index: 19;
    opacity: 0;
}

.floor-elevator li{
    padding: 3px 0;
    text-align: center;
    border-bottom: 1px dotted #ddd;
    cursor: pointer;
    color: #5f5f5f;
}

.floor-elevator li:hover{
    background-color: #D63235;
    color: #fff!important;
}

.floor-elevator li.current{
    color: #D63235;
}

/** FLOOR RED */
.floor-red .floor-title-warp{
    border-bottom-color: #d63235;
}

.floor-red li.prop-item.item-selected {
    border-bottom-color: #d63235;
}

.floor-red li.prop-item.item-selected em.prop-arrow{
    border-color: transparent transparent #d63235;
}

.floor-red li.prop-item.item-selected > a{
    color:#d63235!important;
}

.floor-red .floor-guide{
    background: #fdfafa;
}

.floor-red .floor-guide dt{
    color: #984a4a;
}

.floor-red .floor-guide dd > a{
    color: #a58485;
}

.floor-red .floor-guide dd > a:hover{
    color: #d63235;
}

.floor-red .th{
    color: #d63235!important;
}
/** FLOOR GREEN */

.floor-green .floor-title-warp{
    border-bottom-color: #31AB32;
}

.floor-green .floor-title{
    background-image: url(../images/floor.green.sp.png);
}

.floor-green li.prop-item.item-selected {
    border-bottom-color: #31AB32;
}

.floor-green li.prop-item.item-selected em.prop-arrow{
    border-color: transparent transparent #31AB32;
}

.floor-green li.prop-item.item-selected > a{
    color:#31AB32!important;
}

.floor-green .floor-guide{
    background: #FAFDFA;
}

.floor-green .floor-guide dt{
    color: #2A922B;
}

.floor-green .floor-guide dd > a{
    color: #7C8C7C;
}

.floor-green .floor-guide dd > a:hover{
    color: #31AB32;
}

.floor-green .th{
    color: #31AB32!important;
}







