section:before,section:after{
    display:table;
    content:"";
}
section:after{
    clear:both;
}
section{
    margin-top: 15px;
}
.product{
    float: right;
    width: 815px;
}
.product .where{
    height: 32px;
    line-height: 32px;
    border-radius: 15px 15px 0 0;
    background: #c3b696;
    text-indent: 8px;
    position:relative;/*alf*/
    behavior:url("/pie/PIE.htc");/*alf*/
    /*color: #e1dbcb;*//*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 .info{
    margin-top: 20px;
}
.product .info .photo{
    float: left;
}
.product .info .photo .main-img{
    border:2px solid #cabfa2;
    border-radius: 10px;
    width: 324px;
    position:relative;/*alf*/
    behavior:url("/pie/PIE.htc");/*alf*/
    z-index: 1;
}
.product .info .photo .main-img img{
    width: 324px;
    height: 350px;
    display: block;
    border-radius: 10px;
    position:relative;/*alf*/
    behavior:url("/pie/PIE.htc");/*alf*/
}
.product .info .photo .main-img .cloud-zoom-big{
    border:2px solid #cabfa2;
    border-radius: 10px;
}
.product .info .photo .img-list > div{
    float: left;
}
.product .info .photo .img-list .left,.product .info .photo .img-list .right{
    width: 27px;
    height: 51px;
    margin-top: 9px;
}
.product .info .photo .img-list .left{
    background: url(../../Images/Web/detail-list-left.png) no-repeat scroll 0 0;
}
.product .info .photo .img-list .right{
    background: url(../../Images/Web/detail-list-right.png) no-repeat scroll 0 0;
}
.product .info .photo .img-list .list{
    width: 245px;
    margin: 0 15px 0 9px;
    overflow: hidden;
}
.product .info .photo .img-list .list ul{
    width: 1000px;
}
.product .info .photo .img-list .list ul li{
    float: left;
    border:1px solid #ededed;
    margin-top: 4px;
    margin-left: 6px;
    width: 40px;
}
.product .info .photo .img-list .list ul li.hover{
    border:1px solid #ec8589;
}
.product .info .photo .img-list .list ul li img{
    display: block;
    width: 40px;
    height: 60px;
}
.product .information{
    float: right;
    width: 460px;
    position: relative;
}
.product .information .top{
    position: absolute;
    top:-15px;
    right: 32px;
    padding-right: 75px;
    line-height: 69px;
    height: 69px;
    font-size: 15px;
    color: #c80014;
    /*background: url(../../Images/Web/top-big.png) no-repeat scroll right center;*/
}
.product .information .top1{
    background: url(../../Images/Web/top-big1.png) no-repeat scroll right center;
}
.product .information .top2{
    background: url(../../Images/Web/top-big2.png) no-repeat scroll right center;
}
.product .information .top3{
    background: url(../../Images/Web/top-big3.png) no-repeat scroll right center;
}
.product .information .top4{
    background: url(../../Images/Web/top-big4.png) no-repeat scroll right center;
}
.product .information .top5{
    background: url(../../Images/Web/top-big5.png) no-repeat scroll right center;
}
.product .information h2{
    font-size: 30px;
}
.product .information dl dt{
    display: inline-block;
    /*width: 55px;*/
    /*width: 60px;*//*alf*/
    width: 82px;
    padding-right: 5px;
    text-align: right;
}

.product .information dl{
    margin-top: 10px;
}
.product .information dl dd{
    display: inline-block;
}
.product .information .price{
    margin-top: 18px;
}
.product .information .price dd{
    font-size: 25px;
    color: #c80014;
}
.product .information dl .block{
    padding: 0 10px;
    background: #c3b696;
    color: #000;/*alf*/
    width: 175px;
}
.product .information .norm{
    margin-top: 18px;
}
.product .information .norm b{
    font-style: normal;
    border:1px solid #b1b1b1;
    margin-right: 5px;
    padding: 0 2px;
    cursor: pointer;
}
.product .information .norm .hover{
    border-color: #c80014;
}
.product .information .amount{
    margin-top: 55px;
    position: relative;
}
.product .information .amount .plus,.product .information .amount .minus{
    display: block;
    position: absolute;
    height: 13px;
    width: 17px;
    left: 48px;
    cursor: pointer
}
.product .information .amount .plus{
    background: url(../../Images/Web/input-up.png) no-repeat scroll 0 0;
    top:0px;
}
.product .information .amount .minus{
    background: url(../../Images/Web/input-down.png) no-repeat scroll 0 0;
    bottom:0px;
}
.product .information .amount input{
    height: 23px;
    line-height: 23px;
    text-align: center;
    width: 35px;
    border:1px solid #d9d9d9;
}
.product .information .amount dd{
    margin-left: 15px;
}
/*.product .information .action{*/
    /*margin-top: 26px;*/
/*}*/
/*.product .information .action a{*/
    /*float: left;*/
/*}*/
/*.product .information .action .buy-now{*/
    /*width: 100px;*/
    /*height: 27px;*/
    /*background: url(../images/buy-now.png) no-repeat scroll 0 0;*/
/*}*/
/*.product .information .action .add-cart{*/
    /*margin-left: 12px;*/
    /*width: 108px;*/
    /*height: 27px;*/
    /*background: url(../images/add-cart.png) no-repeat scroll 0 0;*/
/*}*/
.product .information .add-cart{
    position: absolute;
    left: 220px;
    bottom: -22px;
    width: 203px;
    height: 51px;
    background: url(../../images/Web/add-cart-big.png) no-repeat scroll 0 0;
    cursor: pointer
}
.group{
    border:1px solid #c2b695;
    border-radius: 15px;
    padding: 0 10px;
    overflow: hidden;
    margin-top: 18px;
    position:relative;/*alf*/
    behavior:url("/pie/PIE.htc");/*alf*/
}
.group dl dt,.group dl dd{
    float: left;
}
.group dl dt{
    position: relative;
    margin-right: 20px;
}
.group dl dt h3{
    font-size: 15px;
    font-weight: 400;
    width: 15px;
    float: left;
    height: 146px;
    border-right: 1px solid #c2b695;
    padding-top: 28px;
    padding-right: 10px;
    position: relative;
    margin-left: 2px;/*add by alf*/ 
}
.group dl dt h3 i{
    display: block;
    width: 6px;
    height: 8px;
    right: -6px;
    top:50%;
    margin-top: -4px;
    background: url(../../Images/Web/product-group-arrow.png) no-repeat scroll 0 0;
    position: absolute;
}
.group dl dt .photo{
    width: 100px;
    float: left;
}
.group dl dt .photo img{
    /* modify by alf
    width: 100px;
    height: 150px;
    */
    display: block;
}
.group dl dd{
    margin-left: 15px;
    text-align: center;
    padding-top: 16px;	
    padding-right: 27px;
}
.group dl .next{
    background: url(../../Images/Web/product-group-next.png) no-repeat scroll right 60px;
}
.group dl dd .photo{
    padding-bottom: 10px;
}
.group dl dd .photo img{
    width: 115px;
    height: 102px;
    display: block;
}
.group dl dd .price{
    color: #c80014;
    font-size: 19px;
}
.group dl .last{
    position: relative;
    border-right: 1px solid #c2b695;
}
.group dl .last i{
    display: block;
    width: 6px;
    height: 8px;
    right: -6px;
    top:50%;
    margin-top: -4px;
    background: url(../../Images/Web/product-group-arrow.png) no-repeat scroll 0 0;
    position: absolute;
}
.group dl .buy-group{
    padding-right: 0;
    padding-top: 46px;
}
.group dl .buy-group p em{
    color: #c80014;
    font-size: 16px;
}
.group dl .buy-group .buy-group-bt{
    background: url(../../images/Web/buy-group.png) no-repeat scroll 0 0;
    display: block;
    width: 151px;
    height: 38px;
    cursor: pointer;
}
.detail{
    margin-top: 19px;
}
.detail .tab{
    margin-bottom: -1px;
    padding-left: 12px;
}
.detail .tab a{
    width: 115px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    background-color: #c8c8c8;
    float: left;
    margin-left: 5px;
    border-radius: 5px 5px 0 0;
    margin-top: 5px;
    color: #6b6b6b;
}
.detail .tab a.hover{
    background: #fff;
    height: 37px;
    line-height: 37px;
    border:1px solid #c2b695;
    border-bottom: 0;
    margin-top: 0px;
    color: #000;
}
.detail .cont{
    border:1px solid #c2b695;
    border-radius: 15px;
    padding: 26px 23px;
}
.detail .cont table{
    width: 100%;
    vertical-align: middle;
    text-align: left;
}
.detail .cont table thead th{
    background: #c3b696;
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    color: #fff;
}
.detail .cont table tbody{
    padding-top: 5px;
}
.detail .cont table tbody td{
    padding: 10px 0 10px 20px;
    line-height: 1;
    border-bottom: 1px solid #c2b695;
}
.detail .cont table .title{
    width: 150px;
    border-right: 1px solid #c2b695;
}
.relate{
    margin-top: 33px;
}
.relate .title{
    border-radius: 15px 15px 0 0;
    background: #c2b695;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    position:relative;/*alf*/
    behavior:url("/pie/PIE.htc");/*alf*/
}
.relate .title h4{
    padding-left: 35px;
    float: left;
}
.relate .title .more{
    float: right;
}
.relate .title .more a{
    padding-right: 66px;
    background: url(../../Images/Web/arrow3.png) no-repeat scroll 35px center;
    color: #000;
}
.relate .list{
    border-left: 1px solid #c2b695;
    border-right: 1px solid #c2b695;
    border-bottom: 1px solid #c2b695;
    border-radius: 0 0 15px 15px;
    padding: 18px 0 18px 33px;
    position:relative;/*alf*/
    behavior:url("/pie/PIE.htc");/*alf*/
}
.relate .list ul li{
    float: left;
    padding-right: 44px;
    text-align: center;
}
.relate .list ul li .photo{
    width: 150px;
}
.relate .list ul li .photo img{
    width: 115px;
    height: 102px;
    display: block;
    margin: 0 auto;
}
.relate .list ul li .price{
    color: #c80014;
    font-size: 19px;
}
.sale,.hot,.free{
    position: relative;
    z-index: 1;
}
.sale .mark,.hot .mark,.free .mark{
    position: absolute;
    top:54px;
    left: 2px;
    width: 101px;
    height: 101px;
    z-index: 99999;
}
.sale .mark{
    background: url(../../Images/Web/sale-big.png) no-repeat scroll 0 0;
}
.hot .mark{
    background: url(../../Images/Web/hot-big.png) no-repeat scroll 0 0;
}
.free .mark{
    background: url(../../Images/Web/free-big.png) no-repeat scroll 0 0;
}
.free .information .price dt{
    float: left;
    line-height: 70px;
}
.free .information .price dd{
    float: right;
    clear: right;
    font-size: 15px;
    padding-right: 208px;
}
.free .information .price dd.old-price{
    color: #adadad;
    text-decoration: line-through;
}
.free .information .price dd.now-price{
    color: #f00;
}
.free .information .price dd.gold-price{
    color: #000;
}
.sale .info .information .top,.hot .info .information .top,.free .info .information .top{
    background: none;
}
.sale .info .information .old-price{
    font-size: 25px;
}
.sale .info .information .old-price,.sale .info .information .old-price dl dd,.sale .info .information .price dl,.sale .info .information .price{
    margin-top: 0;
}
.sale .info .information .old-price dd{
    text-decoration: line-through;
    color: #646464;
    margin-left: 60px;
}
.payment{
    margin-top: 10px;
}
.payment h3{
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    border:1px solid #c8c8c8;
    font-size: 16px;
}
.product .guide{
    margin-top: 10px;
}
.product .guide .steps{
    float: left;
    padding-right: 20px;
    background: url(../../Images/Web/arrow5.png) no-repeat scroll right 7px;
    margin-right: 15px;
}
.product .guide .steps.last{
    background: none;
}
.product .guide .steps .step{
    background: #c7bc9e;
    background: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#e6e6e6));
    background: -webkit-linear-gradient(top,#fefefe,#e6e6e6);
    background: -moz-linear-gradient(top,#fefefe,#e6e6e6);
    background: -ms-linear-gradient(top,#fefefe,#e6e6e6);
    background: -o-linear-gradient(top,#fefefe,#e6e6e6);
    background: linear-gradient(top,#fefefe,#e6e6e6);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe6e6e6', GradientType=0);
    border: 1px solid #c8c8c8;
    width: 92px;
    height: 23px;
    line-height: 23px;
    text-align: center;
}
.product .guide .steps p{
    margin-top: 10px;
    /*color: #c3b696;*/
    color: #000;
}
.product .guide-step-detail{
    position: relative;
    border-top:1px solid #c8c8c8;
    padding: 20px 40px;
    margin-top: 22px;
}
.product .guide-step-detail h3{
    position: absolute;
    top:-19px;
    left: 0;
    background: #fff;
    font-size: 14px;
    padding-right: 10px;
}
.product .guide-step-detail h3 span{
    display: inline-block;
    font-size: 16px;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    margin-right: 10px;
    border-radius: 30px;
    background: #c7bc9e;
    background: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#e6e6e6));
    background: -webkit-linear-gradient(top,#fefefe,#e6e6e6);
    background: -moz-linear-gradient(top,#fefefe,#e6e6e6);
    background: -ms-linear-gradient(top,#fefefe,#e6e6e6);
    background: -o-linear-gradient(top,#fefefe,#e6e6e6);
    background: linear-gradient(top,#fefefe,#e6e6e6);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe6e6e6', GradientType=0);
    border:1px solid #c8c8c8;
}
.product .contact{
    border:1px solid #C8C8C8;
}
.product .contact h3{
    float: left;
    border:none;
    height: 40px;
}
.product .contact .search{
    float: right;
    position: relative;
    margin-top: 5px;
}
.product .contact .search .search-text{
    border:1px solid #c8c8c8;
    height: 27px;
    line-height: 27px;
    padding-left: 34px;
    width: 334px;
    border-radius: 5px;
}
.product .contact .search i{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top:5px;
    left: 8px;
    background: url(../../Images/Web/search-img.png) no-repeat scroll 0 0;
}
.product .contact .search .search-bt{
    width: 61px;
    height: 31px;
    background: #c7bc9e;
    background: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#e6e6e6));
    background: -webkit-linear-gradient(top,#fefefe,#e6e6e6);
    background: -moz-linear-gradient(top,#fefefe,#e6e6e6);
    background: -ms-linear-gradient(top,#fefefe,#e6e6e6);
    background: -o-linear-gradient(top,#fefefe,#e6e6e6);
    background: linear-gradient(top,#fefefe,#e6e6e6);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe6e6e6', GradientType=0);
    text-align: center;
    line-height: 31px;
    border-radius: 5px;
    font-size: 14px;
    border:1px solid #c8c8c8;
    margin-right: 5px;
}
.product .contact-cont{
    margin-top: 15px;
}
.product .contact-cont .volvo{
    float: left;
    width: 400px;
}
.product .contact-cont .manager{
    float: right;
    width: 400px;
}
.product .contact-cont h4{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #c8c8c8;
}
.product .contact-cont p{
    margin-top: 10px;
}
.product .notice{
    margin-top: 10px;
}
.product .notice table{
    width: 100%;
    border:1px solid #c8c8c8;
    padding-bottom: 20px;
}
.product .notice table thead th{
    font-weight: 700;
    background: #f0f0f0;
    padding: 5px 10px;
}
.product .notice table tbody td{
    border-bottom: 1px dashed #c8c8c8;
    padding: 10px;
}
.product .notice table tbody td a{
    color: #000;
}
.product .notice table .left{
    text-align: left;
}
.product .notice table .center{
    text-align: center;
}
.product .notice table .right{
    text-align: right;
}
.product .notice-cont{
    border:1px solid #c8c8c8;
    margin-top: 10px;
    padding: 10px;
}
.product .notice-cont h5{
    border-bottom: 1px dashed #c8c8c8;
    font-size: 16px;
    padding: 15px;
    text-align: center;
}
.product .notice-cont .small{
    color: #7f7f7f;
    text-align: center;
    margin-top: 10px;
}
.product .notice-cont .text{
    padding: 0 20px;
    text-indent: 2em;
    margin-top: 30px;
}
.product .paging{
    margin-top: 12px;
    text-align: right;
}
.product .paging a{
    color: #7f7f7f;
    margin: 0 5px;
}
.product .paging .hover{
    color: #000;
}
.product .paging .back{
    padding: 2px 7px;
    border:1px solid #c8c8c8;
}
.product .paging .prev{
    border:1px solid #c8c8c8;
    background: url(../../Images/Web/arrow-left.png) no-repeat scroll 5px center;
    padding: 2px 7px 2px 15px;
}
.product .paging .next{
    border:1px solid #c8c8c8;
    background: url(../../Images/Web/arrow-right.png) no-repeat scroll 48px center;
    padding: 2px 15px 2px 7px;
}