.searchModelBelt {
    padding: 5px 0px 5px;
    text-align: center;
}
.searchModelBelt > label {
    font-size: 15px;
    font-weight: 600;
    color: #565656;
    display: block;
    margin-bottom: 5px;
}
.searchModelBelt input[name='searchModel'] {
    height: 40px;
    width: 260px;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
    outline: none;
}
#searchModelArea {
    padding: 0px 0px;
}
.smEmptyResult {
    font-size: 15px;
    font-weight: 500;
    color: #cf081d;
}
.searchModelMore {
    margin: 15px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #343434;
}

.searchModelInput {
    margin-top: 5px;
    position: relative;
    margin: 0px auto;
    overflow: auto;
    width: 300px;
    background-color: #f5f5f5;
    padding: 3px;
    border: 1px solid #e3e3e3;
}
.searchModelInput > input {
	display: block;
}
.searchModelBtn {
    position: absolute;
    top: 4px;
    right: 0px;
	width: 40px;
	height: 40px;
	background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
}
.searchModelInput > i {
    line-height: 40px;
    position: absolute;
    top: 4px;
    right: 8px;
    color: #343434;
    font-size: 22px;
    z-index: 1;
}


.searchProductList {
    margin: 20px 0px;
}
.searchProductItems {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
}
.searchProductItems .titleLink {
    font-size: 18px;
    font-weight: 500;
    color: #0072bc;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}
.searchProductItems .titleLink:hover {
    color: #008EEB;
}

.searchProductItem {
    overflow: auto;
}
.searchProductItem .photoLink {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 5px 5px 0px 0px;
    float: left;
    font-size: 12px;
    color: #343434;
}
.searchProductItem .photoLink img {
    width: 100%;
}
.searchProductMore {
    overflow: auto;
}
.searchProductMore a {
    float: right;
    display: block;
    width: 150px;
	line-height: 30px;
	font-family: 'Open Sans';
    font-size: 13px;
	font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #0072bc;
    cursor: pointer;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    border-radius: 5px;
}
.searchProductMore a:hover {
    background-color: #008EEB;
}
@media screen and (max-width: 740px) {
    .searchProductMore {
        margin-top: 10px;
    }
}