﻿.MTopSearch {
    width: 100%;
    position: relative;
    top: 0px;
    padding: 4px 0;
    background-color:white;
}

.MTopSearch_box {
    width: 95%;
    margin: 0 auto;
}

    .MTopSearch_box .MTopSearch_logo {
        width: 20px;
        height: 40px;
        float: left;
        background: url(/MobileShop/Resource/images/logo.png) no-repeat center;
        margin-right: 5px;
    }

    .MTopSearch_box .MTopSearch_input_box {
        height: 32px;
        width: 100%;
        margin: 0 auto;
        border-radius: 15px;
        border: 1px solid #bf1e1e;
    }

        .MTopSearch_box .MTopSearch_input_box .MIndex_search_keywords {
            height: 32px;
            border: none;
            text-indent: 1px;
            border-radius: 15px;
        }

    .MTopSearch_box .MIndex_search_ico {
        float: left;
        width: 40px;
        height:32px;
        background: url(/MobileShop/Resource/images/MIndex_search_ico1.png) no-repeat center;
        background-size:47% auto;
    }

    .MTopSearch_box .MIndex_search_cate_ico {
        width: 28px;
        height: 32px;
        background: url(/MobileShop/Resource/images/MIndex_search_cate_ico.png) no-repeat center 50%;
        background-size: 80%;
        position: absolute;
        right: 5px;
        top: 4px;
    }