﻿
html {
    font-size: 14px;
}

body {
    /*font-family: 'Microsoft YaHei';*/
    color: #333;
    margin: 0;
    background-color:white;
}
.content img{
    margin:0;
    padding:0;
}
/*顶部搜索框和底部主菜单*/
header {
    background-color: #0F59A4;
    height: 50px;
    line-height: 50px;
}

.header_color .back img {
    float: left;
    margin-top: 12pt;
    margin-left: 20px;
    width: 10px;
    height: 20px;
}

.header_color {
    width: 100%;
    text-align: center;
}

    .header_color form {

        position: relative;
    }

    .header_color input:not(.SearchBtn) {
        border: .5px solid #D8D6D6;
        border-radius: 15px;
        font-size: 14px;
        padding: 8px 0;
        color: #110707;
        -webkit-appearance: none;
        text-indent: 10px;
        height: 34px;
        line-height: 20px;
        background-color: #fff;
        width: 95%;
        margin: auto;
        vertical-align: middle;
        outline: none;
    }

    .header_color .fa-search {
        font-size: 16px;
        color: #f47944;
        position: absolute;
        right: 8%;
        top: 35%;
    }
/*顶部搜索框和底部主菜单*/
.MainNav {
    position: fixed;
    z-index: 9;
    bottom: 0;
    background: white;
    border-top: 1px solid #e7e7e7;
    width: 100%;
    filter: alpha(opacity=90);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

    .MainNav a {
        width: 50%;
        display: inline-block;
        float: left;
        text-align: center;
        text-decoration: none;
    }

        .MainNav a em {
            width: 1.47em;
            height: 1.47em;
            margin: .43em auto .3em;
            display: block;
        }

            .MainNav a em.Home {
                background: url(/Assets/simg/model/noshouye.png) no-repeat;
                background-size: 1.47em 1.47em;
            }

            .MainNav a em.Seller {
                background: url(/Assets/simg/model/nofulidd.png) no-repeat;
                background-size: 1.47em 1.47em;
            }

            .MainNav a em.Score {
                background: url(/Assets/simg/model/nopoint.png) no-repeat;
                background-size: 1.47em 1.47em;
            }

            .MainNav a em.Store {
                background: url(/Assets/simg/model/nostoreIcon.png) no-repeat;
                background-size: 1.47em 1.47em;
            }

            .MainNav a em.Member {
                background: url(/Assets/simg/model/nowode.png) no-repeat;
                background-size: 1.47em 1.47em;
            }

        .MainNav a s {
            font-size: .9rem;
            color: #888888;
            display: block;
            line-height: .9rem;
            text-decoration: none;
            margin: .3rem 0;
        }

        .MainNav a.curr em.Home {
            background: url(/Assets/simg/model/shouye.png) no-repeat;
            background-size: 1.47em 1.47em;
        }

        .MainNav a.curr em.Seller {
            background: url(/Assets/simg/model/fulidd.png) no-repeat;
            background-size: 1.47em 1.47em;
        }


        .MainNav a.curr em.Score {
            background: url(/Assets/simg/model/point.png) no-repeat;
            background-size: 1.47em 1.47em;
        }

        .MainNav a.curr em.Store {
            background: url(/Assets/simg/model/storeIcon.png) no-repeat;
            background-size: 1.47em 1.47em;
        }

        .MainNav a.curr em.Member {
            background: url(/Assets/simg/model/wode.png) no-repeat;
            background-size: 1.47em 1.47em;
        }

        .MainNav a.curr s {
            color: #0F59A4;
        }


a {
    text-decoration: none;
}

strong {
    color: #0F59A4;
}

.large strong {
    font-weight: normal;
    font-size: 28px;
}

.db {
    background-color: #eeeeee;
    height: 20px;
}

input, textarea {
    border: 1px solid #E9DDDD;
    border-radius: 4px;
    -webkit-appearance: none;
    border-radius: 0;
}

    input, textarea:focus {
        outline: 0;
        border: 1px solid #0F59A4;
    }

.btn {
    font-weight: 500;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: .5rem .5rem;
    border-radius: .2rem;
    color: white;
    border: 0;
    background-color: #0F59A4;
    font-size: 1.3rem;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    height: 3rem;
    -webkit-user-select: none;
    -webkit-appearance: none;
}

.btn-small {
    width: auto;
    font-size: 1rem;
}

.btn-block {
    width: 90%;
    margin: 15px auto;
    display: block;
}

small {
    color: #797979;
}
