section:before,section:after{
    display:table;
    content:"";
}
section:after{
    clear:both;
}
section{
    margin-top: 15px;
}
.gallery{
    width: 685px;
    float: left;
    background: #d3d3d2;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 10px;
    position:relative;/*alf*/
    behavior:url("/pie/PIE.htc");/*alf*/
}
.gallery .main-img{
    position: relative;
}
.gallery .main-img img{
    float: left;
    display: block;
}
.gallery .main-img .slide{
    height: 281px;
    overflow: hidden;
    width: 100%;
}
.gallery .main-img .left{
    position: absolute;
    background: #000;
    background: rgba(0,0,0,.2);
    filter:alpha(opacity=20);
    border-radius: 0 5px 5px 0;
    top:116px;
    left:0;
    width: 41px;
    height: 83px;
    text-align: center;
    line-height: 83px;
    cursor: pointer;
}
.gallery .main-img .left img{
    margin-left: 10px;
    margin-top: 30px;
}
.gallery .main-img .right{
    position: absolute;
    background: #000;
    background: rgba(0,0,0,.2);
    filter:alpha(opacity=20);
    border-radius: 5px 0 0 5px;
    top:116px;
    right:0;
    width: 41px;
    height: 83px;
    text-align: center;
    line-height: 83px;
    cursor: pointer;
}
.gallery .main-img .right img{
    margin-left: 10px;
    margin-top: 30px;
}
.gallery .main-img > img{
    border-radius: 15px 15px 0 0;
    display: block;
}
.gallery .img-list{
    background:url(../../Images/Web/gallery_l_bg.png) repeat-x scroll 0 0;
    padding: 8px 0 7px;
}
.gallery .img-list > div{
    float: left;
}
.gallery .img-list .left{
    width: 11px;
    height: 33px;
    background: url(../../Images/Web/gallery_l_left.png) no-repeat scroll 0 0;
    cursor: pointer;
    margin-left: 290px;
}
.gallery .img-list .right{
    width: 11px;
    height: 33px;
    background: url(../../Images/Web/gallery_l_right.png) no-repeat scroll 0 0;
    margin-left: 5px;
    cursor: pointer;
}
.gallery .img-list .list ul li{
    float: left;
    margin-left: 5px;
}
.gallery .img-list .list ul li a{
    padding: 1px;
    background: #fff;
    border: 1px solid #dddddc;
    display: block;
    cursor: pointer;
}
.gallery .img-list .list ul li a img{
    display: block;
}
.gallery .img-list .list ul li.hover a{
    background-color: #000f60;
    border-color: #000f60;
}
.ranking{
    float: right;
    width: 308px;
}
.ranking article{
    margin-top:4px;
}
.ranking article.noMargin{
    margin: 0;
}
.ranking .title{
    /*background: #c2b695;*/
    background: #cbbc96;/*guideline*/
    border-radius: 15px 15px 0 0;
    width: 308px;
    position:relative;/*alf*/
    behavior:url("/pie/PIE.htc");/*alf*/
}
.ranking .title h2{
    font-weight: bold;/*alf*/
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    float: left;
    text-align: right;
    padding-right: 18px;
    width: 212px;    
}
.ranking .title .docs{
    float: right;
    padding-right: 15px;
}
.ranking .title .docs ul li{
    float: left;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 30px;
    margin-left: 5px;
    margin-top: 13px;
    cursor: pointer;
}
.ranking .title .docs ul li.hover{
    background: #f00;
    width: 10px;
    height: 10px;
    margin-top: 11px;
}
.ranking .cont{
    font-size: 12px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    width: 308px;
}
.ranking .cont .rankSlide{
    overflow: hidden;
    height: 139px;
}
.ranking .cont .rankSlide .rankList{
    float: left;
}
.ranking .cont .photo{
    float: left;
    /*background: #e6ddc8;*/
    background: #efe9c7;/*guideline*/
    width: 139px;
    height: 139px;
    text-align: center
}
.ranking .cont .photo img{
    margin-top: 10px;
}
.ranking .cont .info{
    float: right;
    background: #e0d5ba;
    width: 169px;
    height: 127px;
    position: relative;
    padding-top: 12px;
}
.ranking .cont .info .top{
    position: absolute;
    right: 18px;
    top:10px;
    width: 43px;
    height: 43px;
    background: url(../../Images/Web/top.png) no-repeat scroll 0 0;
}
.ranking .cont .info .top2{
    position: absolute;
    right: 18px;
    top:10px;
    width: 43px;
    height: 43px;
    background: url(../../Images/Web/top2.png) no-repeat scroll 0 0;
}
.ranking .cont .info .top3{
    position: absolute;
    right: 18px;
    top:10px;
    width: 43px;
    height: 43px;
    background: url(../../Images/Web/top3.png) no-repeat scroll 0 0;
}
.ranking .cont .info .top4{
    position: absolute;
    right: 18px;
    top:10px;
    width: 43px;
    height: 43px;
    background: url(../../Images/Web/top4.png) no-repeat scroll 0 0;
}
.ranking .cont .info .top5{
    position: absolute;
    right: 18px;
    top:10px;
    width: 43px;
    height: 43px;
    background: url(../../Images/Web/top5.png) no-repeat scroll 0 0;
}
.ranking .cont .info p{
    padding-left: 10px;
    padding-top: 12px;
}
.ranking .cont .info .buying{
    text-align: right;
    padding-right: 18px;
}
.product{
    float: right;
    width: 837px;
}
.product .list1 li{
    position: relative;
    font-size: 15px;
    box-shadow:4px 5px 3px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 22px 0 25px;
    border:1px solid #f5f5f5;
    float: left;
    margin-left: 17px;
    /*margin-bottom: 80px;*/
    margin-bottom: 40px;/*alf*/
    width: 260px;
}
.product .list1 li .title{
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /*background: #c2b695;*/
    background: #cbbc96;/*guideline*/
    /*color: #fff;*//*alf*/
    font-weight:bold;/*alf*/
    border-radius: 5px;
    margin-left: -70px;
}
.product .list1 li .more .detail{
    float: left;
    width: 164px;
    height: 28px;
    line-height: 28px;
    background: url(../../Images/Web/top_more.png) no-repeat scroll 0 0;
    text-indent: 55px;
}
.product .list1 li .more .more-a{
    float: right;
    margin-right:12px;
    width: 78px;
    border:1px solid #d9d9d9;
    background: #f3f3f3;
    border-radius: 3px;
    text-align: center;
}
.product .list1 li .photo{
    padding-top: 10px;
    text-align: center;/*add by alf*/
}
.flash-box{
    padding-bottom: 20px;
}
.flash-box .flash-show{
    float: left;
    width: 681px;
    clear: left;
}
.flash-box .flash-show .tab{
    margin-left: 10px;
    margin-bottom: -1px;
    position: relative;
    z-index: 2;
}
.flash-box .flash-show .tab a{
    float: left;
    width: 165px;
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    background: #e3e3e3;
    margin-right: 5px;
    color: #000;
    text-align: center;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    margin-top: 8px;
    letter-spacing:10px;
}
.flash-box .flash-show .tab .hover{
    margin-top: 0px;
    height: 43px;
    line-height: 43px;
    background: #fff;
}
.flash-box .flash-show .flash-container{
    width: 679px;
    border:1px solid #cecece;
    border-radius: 5px;
    height: 495px;
}
.flash-box .flash-show .flash-wrap{
    width: 680px;
    height: 495px;
    float: left;
    overflow: hidden;
}
.flash-box .flash-show .flash-wrap{
    position: relative;
}
.flash-box .flash-show .flash-wrap h3{
    font-size: 30px;
    text-align: center;
    /*color: #c2b695;*//*alf*/
    height: 110px;
    line-height: 110px;
}
.flash-box .flash-show .flash-wrap i{
    position: absolute;
    right: 43px;
    top:23px;
    width: 105px;
    height: 105px;
    background: url(../../Images/Web/new.png) no-repeat scroll 0 0;
}
.flash-box .flash-show .flash-wrap .album{
    height: 385px;
}
.flash-box .flash-show .flash-wrap .album .album-wrap ul li{
    padding: 8px;
    background: #c2c7ca;
    border-radius: 5px;
}
.flash-box .flash-show .flash-wrap .album .album-wrap ul li a{
    color: #000;
}
.flash-box .flash-show .flash-wrap .album .album-wrap ul li .title{
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}
.flash-box .flash-show .flash-wrap .album img{
    width: 200px;
    border-radius: 5px;
}

.flash-box .flash-show .flash-wrap .album .album-wrap .roundabout-holder {
    margin: 0px auto;
    width: 500px;
    height: 385px;
}

.flash-box .flash-show .flash-wrap .album .album-wrap .roundabout-moveable-item {
    border: 3px solid rgba(0, 0, 0, 0.08);
    width: 200px;
    cursor: pointer;
}
.flash-box .flash-show .flash-wrap .album .album-wrap .roundabout-in-focus .title{
    font-size: 14px;
}

.flash-box .product-related{
    float: right;
    width: 311px;
}
.flash-box .product-related > div{
    border:1px solid #e6e6e5;
    /*background: #c2b695;*/
    background: #cbbc96;/*guideline*/
    border-radius: 5px;
    margin-top: 9px;
}
.flash-box .product-related .hot, .flash-box .product-related .sale, .flash-box .product-related .free{
    margin-top: 0;
    background-color: #fff;/*alf*/
}

.flash-box .product-related .hot .cf .photo{
    margin:0 auto;
    background-color: #fff;
    text-align:center;
}

.flash-box .product-related h3{    
    border-radius: 5px 5px 0 0;
    /*margin-top: 3px;*//*alf*/
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    color: #000;/*alf*/
    /*background-color: #C2B695;*/
    background: #cbbc96;/*guideline*/
}
.flash-box .product-related ul li{
    float: left;
    width: 103px;
    position: relative;
}
.flash-box .product-related ul li img{
    display: block;
}
.flash-box .product-related ul li .info{
    background: url(../../Images/Web/price_bg.png) repeat-x scroll 0 0 ;
    height: 65px;
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 14px;
}
.flash-box .product-related ul li .info .old-price{
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
}
.flash-box .product-related ul li .info .now-price{
    font-size: 18px;
    color: red;
}
.flash-box .product-related .sign{
    width: 43px;
    height: 43px;
    position: absolute;
    top:0;
    left: 0;
}
.flash-box .product-related .hot .sign{
    background: url(../../Images/Web/hot.png) no-repeat scroll 0 0;
}
.flash-box .product-related .sale .sign{
    background: url(../../Images/Web/sale.png) no-repeat scroll 0 0;
}
.flash-box .product-related .free .sign{
    background: url(../../Images/Web/free.png) no-repeat scroll 0 0;
}
.product .where{
    height: 32px;
    line-height: 32px;
    border-radius: 15px 15px 0 0;
    background: #c3b696;
    text-indent: 8px;
    font-size:15px;/*alf*/
    /*color: #e1dbcb;*//*alf*/
    margin-left: 17px;
    position:relative;/*alf*/
    behavior:url("/pie/PIE.htc");/*alf*/
}
.product .where a{
    /*color: #e1dbcb;*/
    color: #000;/*alf*/
    padding: 0 8px;
}
.product .where a.hover{
    /*color: #fff;*/
    color: #000;
    font-weight: bold;/*alf*/
}
.product .sort{
    margin-left: 17px;
    margin-top: 5px;
}
.product .sort span{
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.product .sort .default{
    background: #c3b696;
    width: 70px;
    color: #fff;
}
.product .sort .price{
    width: 35px;
    padding-right: 20px;
    background: #dddddd url(../../Images/Web/down.png) no-repeat scroll 36px center;
    margin-left: 4px;
}
.product .sort .count{
    width: 35px;
    padding-right: 20px;
    background: #dddddd url(../../Images/Web/down.png) no-repeat scroll 36px center;
    margin-left: 4px;
}
.product .paging{
    margin-top: 10px;
    text-align: right;
    padding-bottom: 10px;
}
.paging a{
    padding: 0 2px;
}
.paging .left,.paging .right{
    color: #bbb;
}
.paging .number{
    color: #6e6e6e;
}
.paging .number.hover{
    font-weight: 400;
    color: #000;
}
.product .list2{
    margin-left: -10px;
}
.product .list2 li{
    float: left;
    margin-left: 20px;
    padding: 5px;
    background: #c7c7c7;
    border-radius: 5px;
    margin-bottom: 23px;
    width: 179px;
}
.product .list2 li .wrapper{
    background: #f7f7f7;
    color: #646464;
    width: 177px;
    border-radius: 7px;
    border:1px solid #a7a7a7;
}
.product .list2 li .wrapper h4{
    font-size: 15px;
    margin: 5px 10px;
}
.product .list2 li .wrapper.photo,.product .list2 li .wrapper p{
    margin: 5px 10px;
}
.product .list2 li .wrapper .height50{
    height: 52px;
}
.product .list2 li .wrapper p .nub{
    float: left;
    line-height: 26px;
    height: 26px;
}
.product .list2 li .wrapper p .price{
    line-height: 26px;
    height: 26px;
    float: right;
    font-size: 16px;
    color: #be1d2c;
}
.product .list2 li .wrapper p .old{
    color: #646464;
    text-decoration: line-through;
}
.product .list2 li .wrapper p .minFont{
    font-size: 10px;
    line-height: 17px;
    height: 17px;
}
.product .list2.free li .wrapper p .price{
    font-size: 10px;
}
.product .list2.free li .wrapper p .price em{
    font-size: 16px;
}
.product .list2.free li .wrapper p .price.old{
    color: #646464;
}
.product .list2.free li .wrapper p .price.gold{
    color: #000;
}
.product .list2.sale li .wrapper p .price.old{
    color: #646464;
    text-decoration: line-through;
}
.product .list2.free li .wrapper .photo,.product .list2.sale li .wrapper .photo,.product .list2.hot li .wrapper .photo,.product .list2.search-list li .wrapper .photo{
    position: relative;
}
.product .list2.free li .wrapper .photo i,.product .list2.sale li .wrapper .photo i,.product .list2.hot li .wrapper .photo i{
    position: absolute;
    display: block;
    top:0px;
    left: 12px;
    width: 43px;
    height: 43px;
}
.product .list2.free li .wrapper .photo i{
    background: url(../../Images/Web/free.png) no-repeat scroll 0 0;
}
.product .list2.sale li .wrapper .photo i{
    background: url(../../Images/Web/sale.png) no-repeat scroll 0 0;
}
.product .list2.hot li .wrapper .photo i{
    background: url(../../Images/Web/hot.png) no-repeat scroll 0 0;
}
.product .list2.search-list li .wrapper .photo b{
    position: absolute;
    top:0px;
    left: 13px;
    width: 43px;
    height: 43px;
    display: block;
}
.product .list2.search-list li .wrapper .photo b.free-b{
    background: url(../../Images/Web/free.png) no-repeat scroll 0 0;
}
.product .list2.search-list li .wrapper .photo b.hot-b{
    background: url(../../Images/Web/hot.png) no-repeat scroll 0 0;
}
.product .list2.search-list li .wrapper .photo b.sale-b{
    background: url(../../Images/Web/sale.png) no-repeat scroll 0 0;
}
.product .list2.search-list li.new .wrapper .photo i{
    position: absolute;
    display: block;
    top:0px;
    right: 3px;
    width: 46px;
    height: 46px;
    background: url(../../Images/Web/new-small.png) no-repeat scroll 0 0;
}
.product .list2.search-list li.top .wrapper .photo i{
    position: absolute;
    display: block;
    top:0px;
    right: 3px;
    width: 43px;
    height: 43px;
    background: url(../../Images/Web/top.png) no-repeat scroll 0 0;
}
.product .list2 li .wrapper .photo img{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}
.product .list2 li .wrapper .cart{
    width: 169px;
    height: 36px;
    padding: 0 5px;
    background: url(../../Images/Web/list-cart-bg.png) no-repeat scroll 0 0;
}
.product .list2 li .wrapper .cart .add{
    float: left;
    border-right: 1px solid #d9d9d9;
    /*padding: 11px 10px 7px 9px;*/
    padding: 9px 10px 7px 9px;/*alf*/
}
.product .list2 li .wrapper .cart .add a{
    color: #666;
    background: url(../../Images/Web/cart.png) no-repeat scroll right center;
    padding-right: 20px;
}
.product .list2 li .wrapper .cart .account{
    float: left;
    border-left: 1px solid #ffffff;
    position: relative;
    /*padding: 7px 0 0 22px;*/
    padding: 5px 0 0 22px;/*alf*/
}
.product .list2 li .wrapper .cart .account input{
    width: 24px;
    height: 15px;
    line-height: 15px;
    border:1px solid #e3e3e3;
    text-align: center;
}
.product .list2 li .wrapper .cart .account i{
    position: absolute;
    left: 48px;
    display: block;
    width: 12px;
    height: 9px;
    cursor: pointer;
}
.product .list2 li .wrapper .cart .account .plus{
    background: url(../../Images/Web/input-up2.png) no-repeat scroll 0 0;
    top:7px;
}
.product .list2 li .wrapper .cart .account .minus{
    background: url(../../Images/Web/input-down2.png) no-repeat scroll 0 0;
    top:16px;
}
.product .list2 li .wrapper .download{
    text-align: right;
    margin-top: 10px;
    padding-bottom: 15px;
}
.product .list2 li .wrapper .download a{
    color: #000;
    background: url(../../Images/Web/footer-download.png) no-repeat scroll center bottom;
    padding-bottom: 15px;
}

.plist-showtext
{
    overflow: hidden;
    width: 150px; 
    height: 30px; 
    cursor: pointer;
    text-overflow: ellipsis
}
