﻿
html {
    font-size: 14px;
}

body {
    /*font-family: 'Microsoft YaHei';*/
    color: #333;
    margin: 0;
}
/*顶部搜索框和底部主菜单*/

header {
    background-color: #fe5921;
    height: 48px;
    line-height: 45px;
}

.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 input:not(.SearchBtn) {
        background: url(/Assets/simg/black-search.png) no-repeat;
        background-size: 20px;
        background-position-y: 7px;
        background-position-x: 5px;
        border: .5px solid #D8D6D6;
        border-radius: 5px;
        font-size: 14px;
        color: #110707;
        -webkit-appearance: none;
        padding-left: 25px;
        height: 36px;
        line-height: 36px;
        background-color: #fff;
        /* position: absolute; */
        width: 95%;
        vertical-align: middle;
    }
/*顶部搜索框和底部主菜单*/
.MainNav {
    position: fixed;
    z-index: 9;
    bottom: 0;
    background: #f1f1f1;
    border-top: 1px solid #e7e7e7;
    height: 3.27em;
    width: 100%;
    filter: alpha(opacity=90);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.MainNav a {
    width: 25%;
    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/ypicon01.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a em.Seller {
    background: url(/Assets/simg/ypicon02.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a em.Bulk {
    background: url(/Assets/simg/ypicon03.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a em.Score {
    background: url(/Assets/simg/ypicon04.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a em.Member {
    background: url(/Assets/simg/ypicon05.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a em.Topup {
    background: url(/Assets/simg/ypicon06.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a em.Service {
    background: url(/Assets/simg/ypicon07.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a s {
    font-size: .67em;
    color: #545d66;
    display: block;
    line-height: .8em;
    text-decoration: none;
}

.MainNav a.curr em.Home {
    background: url(/Assets/simg/ypicon_on01.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a.curr em.Seller {
    background: url(/Assets/simg/ypicon_on02.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a.curr em.Bulk {
    background: url(/Assets/simg/ypicon_on03.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a.curr em.Score {
    background: url(/Assets/simg/ypicon_on04.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a.curr em.Member {
    background: url(/Assets/simg/ypicon_on05.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a.curr em.Topup {
    background: url(/Assets/simg/ypicon_on06.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a.curr em.Service {
    background: url(/Assets/simg/ypicon_on07.png) no-repeat;
    background-size: 1.47em 1.47em;
}

.MainNav a.curr s {
    color: #3382cd;
}


a {
    text-decoration: none;
}

strong {
    color: #fe5921;
}

.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;
}

.btn {
    font-weight: 500;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: .5rem .5rem;
    border-radius: .2rem;
    color: white;
    border: 0;
    background-color: #fe5921;
    font-size: 1rem;
    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;
}
