﻿html,body{
    height:100%;
    position: relative;
    min-height: 500px;
}
.nav{
    height: 50px;
    border-bottom: 1px solid #cbcaca;
    margin-bottom: 15px;
}
.nav ul{
    position: relative;
}
.nav-item{
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: 50px;
    color: #808080;
    font-size: 18px;
}
.nav-item.active{
    color: #08ba06;
}
.nav-item-bg{
    height:3px;
    width: 33.33%;
    position: absolute;
    left:0;
    bottom: 0;
    background-color: #08ba06;
}
.input-block{
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    display: block;
    position: relative;
}
.input-block input{
    outline: none;
    border: none;
    background-color: #fff;
    display: block;
    padding: 15px 8px;
    font-size: 16px;
}
.text-block{
    color: #808080;
    font-size: 14px;
    padding: 5px ;
}
.price-list{
    position: relative;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 2px;
    padding-right: 12px;
}
.price-list-flex{
    position: relative;
    box-sizing: border-box;
}
.price-list-flex-item{
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding-left: 10px;
    width: 25%;
    float: left;
}
.ljzf-box{
    padding: 0 12px;
}
.price-list-flex-item-padding{
    border: 1px solid rgb(186, 186, 186);
    font-size: 16px;
    color: #000;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    background-color:#f8f8f8;
    position: relative;
}
.price-list-flex-item-padding.active{
    background-color: #08ba06;
    color: #fff;
    border: 1px solid #08ba06;
}
.price-input{
    width: 100%;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    height: 38px;
    position: absolute;
    left: 0;
    top:0;
    text-align: center;
    box-sizing: border-box;
}
.all_w {
    width: 100%;
    margin: 0px auto 0;
}

.ljzf_but {
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 14px;
    color: #fff;
}
.cur-price{
    padding: 5px 12px;
    font-size: 16px;
}
.price-num{
    color: #ff7700;
    font-size: 30px;
}
.text-bottom{
    padding:0 12px;
    box-sizing: border-box;
    color: #838383;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    font-size: 14px;
    line-height: 1.5;
}
.icon-del{
    position: absolute;
    right: 5px;
    top: 15px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 20px;
    background:#ccc url(../images/icon-deltext.png) center center no-repeat;
    background-size: 10px 10px;
}
.text-orange{
    color: orange;
}
.mask{
    position: fixed;
    width: 100%;
    height:100%;
    left:0;
    top:0;
    background: rgba(255,255,255,0);
    display: none;
}
.loadding{
    display: none;
    width: 200px;
    height:200px;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left:50%;
    top:50%;
    margin-left: -100px;
    margin-top: -100px;
    z-index: 1;
    border-radius: 5px;
}