/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (min-width:641px) and (max-width:1199px) {

/*search*/
/*------------------------------------------------------------------------------*/

.db_search_header .search_sort_box {
    width: 60%;
}

#pager_top {
    width: 40%;
}

.db_search_item_wrapper .search_item_box .item_image a {
    width: 100% !important;
    display: block;
}

.db_search_item_wrapper .search_item_box .item_image img {
    max-width: 100% !important;
    max-height: 138px;
}


/*item*/
/*------------------------------------------------------------------------------*/

#item_box01 .item_photo {
    width: 100%;
    display: block;
}

#item_box01 .item_photo img {
    max-width: 100%;
    max-height: 346px;
}

#item_box01 .item_photo_thumbnail img {
    max-width: 100%;
}

#item_box01 .db_item_banner_box li {
    width: 100%;
    float: none;
    margin-right: 0%;
}

#item_box01 .db_item_banner_box .banner01 a {
    padding: 6%;
}

#item_box01 .db_item_banner_box .banner02 a {
    padding: 6%;
}

#item_box01 .item_text .db_item_flag_box li{
	width: 33%;
	margin-right: 0.5%;
}

#item_box01 .item_text .db_item_flag_box li:nth-child(3n){
	margin-right: 0%;
}

#item_box01 .item_text .db_item_flag_box li:nth-child(4n){
	margin-right: 0.5%;
}

#item_box01 .item_text .db_item_flag_box li:nth-child(12n){
	margin-right: 0%;
}

#recommend .db_recommend_item_box .recommend_item_image a {
    width: 100%;
    display: block;
}

#recommend .db_recommend_item_box .recommend_item_image img {
    max-width: 100%;
    max-height: 215px;
}


/*------------------------------------------------------------------------------*/
}