_no-result.css 1011 Bytes
.product-page .no-result {
    border: 1px solid #eaeceb;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 20px;

    .no-title {
        font-size: 16px;
    }

    .keyword {
        color: #ee0011;
    }

    .search-again {
        width: 490px;
        margin: 15px auto;

        input {
            float: left;
            width: 380px;
            height: 18px;
            padding: 15px 5px;
            border: 10px solid #343434;
            color: #333;
            outline: none;
            box-sizing: content-box;
        }

        .search-again-btn {
            float: left;
            width: 80px;
            height: 68px;
            line-height: 68px;
            background: #343434;
            vertical-align: middle;
            color: #fff;
            cursor: pointer;
            outline: none;
            border: none;
        }
        .iconfont {
            font-size: 30px;
        }
    }

    .no-tip {
        font-size: 12px;
        color: #999;
    }
}