﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'microsoft yahei', 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    /*background: #f0f0f2;*/
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

a {
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

.disabled, .button .disabled {
    color: #989898;
    background-color: #E3E3E3;
}

.hidden {
    display: none !important;
}

.block {
    display: block;
}

.inlineblock {
    display: inline-block;
}

.bgc-white {
    background-color: #fff;
}

.content {
    height: calc(100%);
    height: -ms-calc(100%);
    height: -moz-calc(100%);
    height: -webkit-calc(100%);
        
}

.page-content {
    height: calc(100% - 55px);
    height: -ms-calc(100% - 55px);
    height: -moz-calc(100% - 55px);
    height: -webkit-calc(100% - 55px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -20px;
    padding-right: 20px;

}

.wdgjheader {
    width: 100%;
    z-index: 100;
    text-align: center;
    font-size: 1.25rem;
    height: 3.4375rem;
    line-height: 3.4375rem;
    color: #666;
    background-color: #f9f9f9;
}

.wdgjheader > a {
    margin-left: 15px;
    margin-right: 5px; 
    color: #fff;
}

.wdgjheader > a > i {
    font-size: 1.5rem;
    margin-top: 15px;
}

.lbtn {
    font-size: 1.0625rem;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.middle-title {
    width: 150px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-family: '微软雅黑 Regular', '微软雅黑';
    font-weight: 400;
    font-size: 16px;
}

.mobilefooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: solid 1px #dedfe0;
    background: #dedfe0;
    height: 2.5rem;
    z-index: 180;
}

    .mobilefooter a {
        width: 23%;
        display: inline-block;
        font-size: 0.75rem;
        margin: 0.25rem auto 0 auto;
        /* color: #4C8CF5; */
        text-decoration: none;
        height: 2rem;
        vertical-align: middle;
    }

        .mobilefooter a div {
            height: 1rem;
        }

        .mobilefooter a .foot-text {
            line-height: 1rem;
        }

#tabIndex, #tabCategory, #tabShopCart, #tabMyInfo {
    color: #737373;
}

hr {
    margin: 0;
    background-color: #efefef;
    border: 0;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px 10px;
}

.paddingV5 {
    padding: 5px 0;
}

.paddingV10 {
    padding: 10px 0;
}

.paddingH15 {
    padding-left: 15px;
    padding-right: 15px;
}

.marginT15 {
    margin-top: 15px;
}

.marginT8 {
    margin-top: 8px;
}

.btn1001 {
          width: 4.6125rem;
    height: 4.6125rem;
    line-height: 2.8rem;
    color: white;
    background: #ff4c6c;
    border: 0;
    border-radius: 50%;
    outline: none;
    display: inline-block;
    margin-top: 0.4rem;
}
.btn100 {
    width: 90%;
    height: 2.5125rem;
    line-height: 2.5rem;
    color: #666;
    background: #efefef;
    border: 0;
    /*border-radius: 15px;*/
    outline: none;
    display: inline-block;
    margin-bottom:5px;
}
.btn100border{
        margin: auto;
    border-radius: 50%;
    width: 5.4125rem;
    background: #ffdde2;
    height: 5.4125rem;
}
.bfn {
    display: inline-block;
    /*padding-right: 10px;*/
}

.bfv {
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all;
    width: calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    vertical-align: text-top;
}

.search_bar {
    height: 2.9375rem;
    padding-top: 5px;
    width: 100%;
    z-index: 100;
}

.search_txt {
    margin: 4px 15px;
    height: 2.375rem;
    /*border-radius: 15px;*/
    background-color: #fca754;
    padding: 1px 0;
    line-height: 2rem;
    border: solid 2px #fca754;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.search_txt > i {
    margin: 0;
    width: 0.9375rem;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 2rem;
}

.search_txt > div {
    margin: 0 35px 0 1px;
    overflow: hidden;
}

    .search_txt > div > input {
        width: 100%;
        border: 0;
        line-height: 2rem;
        height: 2rem;
        max-width: inherit !important;
        clear: both;
        font-size: 15px;
        padding: 2px 10px;
        vertical-align: initial;
    }

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

input[type="button"], input[type="submit"], input[type="reset"], textarea {
    -webkit-appearance: none;
}

.btnsch {
    float: right;
    width: 3.125rem;
    border: 0px none;
    background: #fca754;
    color: #ffffff;
    height: 2rem;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    line-height: 26px;
        padding: 0 8px;
}

input:focus, input:hover, textarea:focus, textarea:hover {
    outline: none !important;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.piclist {
    height:90px;
    width:90px;
    overflow:hidden;
}
.picdeatil {
    margin:0 -15px  0 -15px;
}
.tabSetting {
    border-radius: 5px;
    margin-top: 39px;
    display: inline-block;
    width: 54px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    font-size: 0.875rem;
}
.checked{
        background: #ff4c6c;
    color: #fff;
}