/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

button,
input,
select,
textarea {
    outline: none;
}

textarea {
    resize: none
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

a,
u {
    text-decoration: none;
    outline: medium none;
    outline: none;
}

a:hover {
    outline: medium none;
    outline: none;
}

img {
    border: 0 none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fw {
    font-weight: bold;
}

.clr::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clr {
    *zoom: 1;
}

.disinbl {
    display: inline-block;
}

.font20 {
    font-size: 20px;
}

.font16 {
    font-size: 16px !important;
}


/* CSS Document */

.fl {
    float: left;
}

.fr {
    float: right;
}

.dn {
    display: none;
}

.mau {
    margin: 0 auto;
}

.oh {
    overflow: hidden;
}

.w80 {
    width: 80%;
}

.w100 {
    width: 100%;
}

.pad10 {
    padding: 10px;
}

.padbot15 {
    padding-bottom: 15px;
}

.mart15 {
    margin-bottom: 15px;
}

.mart12 {
    margin-top: 12px;
}

.mart8 {
    margin-top: 8px;
}

.bono {
    border: none !important;
}

.borbotno {
    border-bottom: none !important;
}

.borbot {
    border-bottom: 1px solid #E3E3E3 !important;
}

.borright {
    border-right: 1px solid #E3E3E3;
}

.bortopbot {
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
}

.backwrite {
    background: #FFFFFF;
}

.backf3fbff {
    background: #f3fbff;
}

.texr {
    text-align: right;
}

.texc {
    text-align: center;
}

.texl {
    text-align: left;
}


/*顶部返回栏*/

.rebar {
    background: #76B0E0;
}

.rebar .mui-title {
    color: #fff;
}

.rebar .mui-icon {
    color: #fff;
}


/*字体颜色*/

.color-f00 {
    color: #f00!important;
}


/*红色*/

.cartNums {
    position: absolute;
    left: 55%;
    top: 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #f00;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    z-index: 100;
    display: none;
    text-align: center;
    transform: scale(0.8);
    font-family: "Helvetica Neue",Helvetica,STHeiTi,sans-serif;
}

.cartNumsF {
    position: absolute;
    left: 48%;
    top: -5px;
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    background: #f00;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    z-index: 100;
    display: none;
    text-align: center;
    transform: scale(0.7);

}

#cart_boss {
    position: relative;
}

.mui-checkbox input[type=checkbox]:checked:before,
.mui-radio input[type=radio]:checked:before {
    color: #76B0E0;
}

.mui-bar-tab .mui-tab-item .mui-icon~.mui-tab-label {
    font-size: 14px;
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    z-index: 9001;
    display: none;
}

.numDilag{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 150px;
    background: #fafafa;
    border-radius: 5px;
    z-index: 9010;
    margin-left: -35%;
    margin-top: -75px;
    display: none;
}
.num-title{
    color: #333;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}
.num-content{
    margin-top: 6px;
    width: 140px !important;
}
.numDilag .mui-numbox{
    height: 40px;
    padding: 0 40px;
}
.numDilag .mui-numbox [class*=numbox-btn]{
    width: 40px;
}
.num-main{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.numD-fotter{
    width: 100%;
    text-align: center;
    margin-top: 12px;
}
.numD-fotter a{
    width: 36%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 16px;
    display: inline-block;
    margin: 10px 0;
    box-sizing: border-box;
}
.numD-fotter a.dilag-cancle{
    border: 1px solid #00A5E0;
    color: #00A5E0;
    margin-right: 22px;
}
.numD-fotter a.dilag-sure{
    border: 1px solid #00A5E0;
    color: #fff;
    background: #00A5E0;
}