@charset "utf-8";

/* -------------------------------------------------
     search
 --------------------------------------------------- */

/*--- cast search -------------------------------------------------------------*/
#cast_search {
	clear:both;
	width:1100px;
	height:40px;
	margin-top:10px;
	margin-bottom:20px;
}

#cast_search #search_btn {
	clear:both;
	width:350px;
	height:40px;
	margin:0 auto;
}

#cast_search #search_btn img {
	width:350px;
	height:40px;
}

#cast_search #search_btn a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}


@media screen and (max-width: 770px) {
	#cast_search {
		width:100%;
		height:auto;
	}

	#cast_search #search_btn {
		width:80%;
		height:auto;
	}
	
	#cast_search #search_btn img {
		width:100%;
		height:auto;
	}

}

/*--- search form -------------------------------------------------------------*/
#search_form {
	width:630px;
	height:auto;
	text-align:left;
}

#search_form .item_title{
	clear:both;
	width:620px;
	height:auto;
	font-size:14px;
	font-weight:bold;
	background-color:#000;
	color:#FFF;
	padding:5px;
	margin:20px 0 0 0;
}

#search_form .item_main{
	clear:both;
	width:630px;
	height:auto;
	margin:10px 30px auto auto;
	overflow: hidden;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap:wrap;
}

#search_form .item_main .item_parts{
	width:210px;
	height:auto;
	margin:5px 0;
}

#search_form .form_btn{
	clear:both;
	width:620px;
	height:auto;
	margin:20px 0 0 0;
}

#search_form .form_btn input.bt1{
	width: 20%;
	padding: 5px;
	background: #000;
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	border-style: none;
}

#search_form .form_btn input.bt1:hover{
	text-decoration: none;
	background: #222;
}

#search_form input.parts_name{
	width: 140px;
}


@media screen and (max-width: 770px) {
	#search_form {
		width:100%;
	}
	
	#search_form .item_title{
		width:100%;
		padding:0px;
		margin:20px auto 0 auto;
	}

	#search_form .item_main{
		width:100%;
		margin:10px auto 0 auto;

	}

	#search_form .item_main .item_parts{
		width:50%;
	}

	#search_form .form_btn{
		width:100%;
		height:auto;
		margin:20px auto 0 auto;
	}
	
	#search_form .form_btn input.bt1{
		width: 50%;
	}

	#search_form input.parts_name{
		width: 60%;
	}
}


/* -------------------------------------------------
     model_list_area
 --------------------------------------------------- */
#model_list_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin:10px auto;
	overflow:hidden;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap:wrap;
}

#model_list_area .model_list {
	width: 270px;
	height:auto;
	margin: 10px 2px;
	overflow:hidden;
}

#model_list_area .model_list .model_img {
	float:left;
	width:270px;
	height:360px;
	overflow:hidden;
	position: relative;
}

#model_list_area .model_list .listimg {
	width:270px;
	height:360px;
}

#model_list_area .model_list .model_img a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

.icon_newface{
	width:86px;
	height:86px;
	position: absolute;
    right: 0;
    top: 0;
}

.icon_newface img{
	width:86px;
	height:86px;
}

#model_list_area .model_list .model_rank {
	float:left;
	width:270px;
	height:35px;
	overflow:hidden;
}

#model_list_area .model_list .model_rank img {
	width:270px;
	height:35px;
}

#model_list_area .model_list .model_name {
	float:left;
	width:270px;
	height:20px;
	overflow:hidden;
	background-color:#000;
	font-size:16px;
	padding: 5px 0;
	color:#FFF;
	text-align:center;
	line-height: 20px;
}

#model_list_area .model_list .model_name span {
	font-size:12px;
}

#model_list_area .model_list .model_size {
	float:left;
	width:268px;
	height:18px;
	overflow:hidden;
	background-color:#fff;
	font-size:14px;
	padding: 5px 0;
	text-align:center;
	line-height: 18px;
	border:solid 1px #ccc;
}

#model_list_area .model_list .model_icon {
	float:left;
	width:270px;
	height:60px;
	overflow:hidden;
	padding: 0;
	text-align:center;
}

#model_list_area .model_list .model_icon .icon {
	float:left;
	width:135px;
	height:30px;
}

#model_list_area .model_list .model_icon .icon img {
	width:135px;
	height:30px;
}


@media screen and (max-width: 770px) {
	#model_list_area {
		width:100%;
	}
	
	#model_list_area .model_list {
		width: 50%;
		margin: 15px 0px;
	}
	
	#model_list_area .model_list .model_img {
		width:100%;
		height:auto;
	}
	
	#model_list_area .model_list .listimg {
		width:100%;
		height:auto;
	}
	
	.icon_newface{
		width:30%;
		height:auto;
	}

	.icon_newface img{
		width:100%;
		height:auto;
	}

	#model_list_area .model_list .model_rank {
		width:100%;
		height:auto;
		font-size:0;
	}

	#model_list_area .model_list .model_rank img {
		width:100%;
		height:auto;
	}
	
	#model_list_area .model_list .model_name {
		width:100%;
		height:auto;
		padding: 8px 0;
		line-height: normal;
	}

	#model_list_area .model_list .model_size {
		width:100%;
		height:auto;
		padding: 8px 0;
		line-height: normal;
		box-sizing: border-box;
		font-size:12px;
	}

	#model_list_area .model_list .model_icon {
		width:100%;
		height:auto;
	}
	
	#model_list_area .model_list .model_icon .icon {
		width:50%;
		height:auto;
		margin:0;
		font-size:0;
	}
	
	#model_list_area .model_list .model_icon .icon img {
		width:100%;
		height:auto;
	}

}

