/*template search model S*/
.miya_search {
    width: 1200px;
    margin: 40px auto;
}

.miya_search_left {
    width: 300px;
    float: left;
}

.miya_search_right {
    width: 850px;
    float: right;
}

.miya_search_right_title {
    font-size: 14px;
    line-height: 60px;
    color: #777;
}

.miya_search_right_title span {
    line-height: 48px;
    color: #ff4d52;
    display: block;
    float: left;
    padding: 0 10px 0 0;
    font-size: 24px;
}

.miya_search_right_form {
    position: relative;
    margin-bottom: 25px;
}

.miya_search_right_form input[name=key] {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-indent: 4px;
    color: #777;
}

.miya_search_right_form button {
    background: url(/public/boots/image/search.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 30px;
    height: 30px;
    border: none;
}

.miya_search_right_form label {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 14px;
    border: 1px solid #efefef;
    padding: 5px 10px;
}

.miya_search_right_form label input {
    margin-right: 5px;
}

.miya_search_right_search_info {
    /*border-top: 1px dashed #efefef;*/
    padding-top: 15px;
}

.miya_search_right_search_info h3 {
    font-size: 24px;
    margin-left: 20px;
    width: 120px;
    height: 40px;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 999;
    color: #333;
    line-height: 40px;
}

.miya_search_right_search_info ul {
    border: 2px solid #ff7461;
    padding: 30px 20px 20px 20px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.miya_search_right_search_info ul li {
    padding: 15px;
    margin-bottom: 15px;
    background: #fafafa;
}

.miya_search_right_search_info ul li:last-child {
    margin-bottom: 0;
}

.miya_search_right_search_info ul li:hover {
    background: #f9f9f9;
    box-shadow: 2px 0px 10px #ccc;
}

.miya_search_right_search_info ul li a {
    display: block;
}

.miya_search_right_search_info ul li a h4 {
    font-size: 18px;
    font-weight: 700;
}

.miya_search_right_search_info ul li a p {
    margin: 5px 0;
    color: #888;
}

.miya_search_right_search_info ul li a .simpledescribe {
    text-indent: 20px;
    line-height: 24px;
    color: #555;
    margin-top: 10px;
}
