/*by AYANG*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #333;
}

body {
    max-width: 760px;
    background-color: #f5f7fa;
    width: 100%;
    margin: 0 auto;
}

input,button,textarea,select {
    outline: none;
}

a {
    text-decoration: none!important;

}

i,em {
    font-style: normal;
}

ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

main {
    width: 100%;
}

.CommonNav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    background: #fff;
    box-shadow: 0 0 0.2rem rgb(0 0 0 / 10%);
    display: flex;
    justify-content: space-between;
    z-index: 998;
}

.CommonNav a {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.CommonNav a i{
    width: .4rem;
    height: .4rem;
    background-repeat: no-repeat;
    background-position: center;
}

.CommonNav a.nav-icon-index i {
    background-image: url("../img/svg_home.svg");
    background-size: .36rem;
}

.CommonNav a.nav-icon-index.hover p {
    color: #428eff;
}

.CommonNav a.nav-icon-index.hover i {
    background-image: url("../img/svg_home_h.svg");
}

.CommonNav a.nav-icon-fenlei i {
    background-image: url("../img/svg_fenlei.svg");
    background-size: .4rem;
}

.CommonNav a.nav-icon-fenlei.hover p {
    color: #ff9800;
}

.CommonNav a.nav-icon-fenlei.hover i {
    background-image: url("../img/svg_fenlei_h.svg");
}

.CommonNav a.nav-icon-order i {
    background-image: url("../img/svg_order.svg");
    background-size: .32rem;
}

.CommonNav a.nav-icon-order.hover p {
    color: #8bc34a;
}

.CommonNav a.nav-icon-order.hover i {
    background-image: url("../img/svg_order_h.svg");
}

.CommonNav a.nav-icon-kf i {
    background-image: url("../img/svg_kf.svg");
    background-size: .4rem;
}

.CommonNav a.nav-icon-kf.hover p {
    color: #e91e63;
}

.CommonNav a.nav-icon-kf.hover i {
    background-image: url("../img/svg_kf_h.svg");
}

.CommonNav a.nav-icon-user i {
    background-image: url("../img/svg_user.svg");
    background-size: .4rem;
}

.CommonNav a.nav-icon-user.hover p {
    color: #BA68C8;
}

.CommonNav a.nav-icon-user.hover i {
    background-image: url("../img/svg_user_h.svg");
}

.CommonNav a p {
    margin-top: 3px;
    color: #191e2e;
    font-size: .26rem;
}

.header-common {
    width: 100%;
    height: 1rem;
    display: flex;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: .02rem solid #f1f2f3;
    z-index: 99;
}

.header-common.noborder {
    border: none;
}

.header-common.transparent {
    border: none;
    background: transparent;
}

.header-common .fl {
    width: 1rem;
    height: 1rem;
}

.header-common .fl a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.header-common .fl a i {
    width: .4rem;
    display: flex;
    justify-content: center;
    align-self: center;
    font-size: .32rem;
    color: #999;
}

.header-common .fr {
    width: calc(100% - 1rem);
    height: 1rem;
    line-height: 1rem;
    font-size: .32rem;
    text-align: center;
    color: #444;
    text-indent: -1rem;
}

.header-common.transparent .fl a i,
.header-common.transparent .fr{
    color: #fff;
}

.success-message {
    width: 300px;
    height: 40px;
    text-align: center;
    background-color:rgb(243 255 229);
    position: fixed;
    left: 50%;
    top: 5%;
    margin-left:-150px;
    margin-top:-20px;
    line-height: 40px;
    border-radius: 5px;
    z-index: 9999;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    opacity: 1;
    animation: message .3s;
}

.success-message .mes-text {
    font-size: 14px;
    color: rgba(103,194,58,0.7);
}

.error-message {
    width: 300px;
    height: 40px;
    text-align: center;
    background-color:rgb(255 229 229);
    position: fixed;
    left: 50%;
    top: 5%;
    margin-left:-150px;
    margin-top:-20px;
    line-height: 40px;
    border-radius: 5px;
    z-index: 9999;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    opacity: 1;
    animation: message .3s;
}

.error-message .mes-text {
    font-size: 14px;
    color: #f44336;
}

@keyframes message {
    0% {top: -10%;opacity: 0;}
    100% {top: 5%;opacity: 1;}
}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?lvkjdz');
    src:  url('fonts/icomoon.eot?lvkjdz#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?lvkjdz') format('truetype'),
    url('fonts/icomoon.woff?lvkjdz') format('woff'),
    url('fonts/icomoon.svg?lvkjdz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-redmoney:before {
    content: "\e900";
}
.icon-news:before {
    content: "\e901";
}
.icon-time:before {
    content: "\e902";
}
.icon-tips:before {
    content: "\e903";
}
.icon-setup:before {
    content: "\e904";
}
.icon-collect:before {
    content: "\e905";
}
.icon-shopping-cart:before {
    content: "\e906";
}
.icon-security:before {
    content: "\e907";
}
.icon-record:before {
    content: "\e908";
}
.icon-shopstore:before {
    content: "\e909";
}
.icon-userdata:before {
    content: "\e90a";
}
.icon-untitled:before {
    content: "\e90b";
}
.icon-after-sales:before {
    content: "\e90c";
}
.icon-order-com:before {
    content: "\e90d";
}
.icon-orders-in:before {
    content: "\e90e";
}
.icon-money:before {
    content: "\e90f";
}
.icon-wx:before {
    content: "\e910";
}
.icon-zfb:before {
    content: "\e911";
}
.icon-qq:before {
    content: "\e912";
}
.icon-search:before {
    content: "\e913";
}
.icon-more:before {
    content: "\e914";
}
.icon-plus:before {
    content: "\e915";
}
.icon-reduce:before {
    content: "\e916";
}
.icon-share:before {
    content: "\e917";
}
.icon-customer-service:before {
    content: "\e918";
}
.icon-right-click:before {
    content: "\e919";
}
.icon-left-click:before {
    content: "\e91a";
}
.icon-index:before {
    content: "\e91b";
}
.icon-close:before {
    content: "\e91c";
}
