/* BASIC css start */
.widelayout_box{width:1300px;margin:0 auto;}

.bestreview_box{position:relative;width:1336px;margin-left:-13px;}

.bestreview_box .ctrl{}
.bestreview_box .ctrl img{width:13px;height:25px;}
.bestreview_box .prev{left:-80px;cursor:pointer;display:block;position:absolute;width:13px;height:25px;top:50%;margin-top:-14px;z-index:2;outline:none;}
.bestreview_box .next{right:-55px;cursor:pointer;display:block;position:absolute;width:13px;height:25px;top:50%;margin-top:-14px;z-index:2;outline:none;}

.bestreview_slide{}
.bestreview_slide .item{margin:0 0.25%;outline:0;}
.bestreview_slide .item a{outline:0;}

.bestreview_slide dl{}

.bestreview_slide .img{position:relative;width:220px;height:220px;z-index:1;overflow:hidden;}
.bestreview_slide .img img{
position:absolute;
left:0;
top:0;
width:100%;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;

}
.bestreview_slide .item:hover .img img{
transform: scale(1.02);
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
-o-transform: scale(1.02);
transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;

}
/* BASIC css end */

