.goodsdetail .gtitle{
    width: 100%;
    text-align: left;
    height:130px;
    background-color: #fff;
    padding: 20px;
    font-size: 16px;
}
.price,.postfee{
    color:#9e9e9e;
    font-size:16px;
}
.price .int{
    font-size:24px !important;
}
.price .float{
    font-size:24px !important;
}
.sold{
    font-size:14px;
    float: right;
}
.goodsdetail .gselect{
    width: 100%;
    margin:10px 0;
    background-color: #fff;
    height: 60px;
    line-height: 20px;
    padding:20px;
}
.goodsdetail .gselect .select{
    font-size:20px;
    font-weight: 700;
    color:#333;
}
.gcontent{
    width: 100%;
    background-color: #fff;
    margin-top:10px;
    text-align: center;
    position: relative;
}
.gcontent:after{
    position: absolute;
    content: "";
    height:1px;
    background-color: #ccc;
    bottom: 0;
    left:0;
    right:0;
    z-index: 0;
}
.gcontent .gcontenttitle{
    text-align: center;
    font-size:16px;
    font-weight: 700;
    color:tomato;
    position: relative;
    height:40px;
    line-height: 40px;
}
.gcontent .gcontenttitle:after{
    content: "";
    height: 3px;
    background-color: tomato;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100px;
    margin: 0 auto;
    z-index: 1;
}
.content{
    background-color: #fff;
    padding-top:30px;
    width: 100%;
}
.content img{
    width: 100% !important;
}
.mask{
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    z-index: 9998;
    top:0;
}
.itemlist{
    position: fixed;
    bottom: 0;
    width: 100%;
    height:80%;
    background-color: #fff;
    z-index: 9999;
}
/* #itemlist{
    transform: translateY(0);
} */
.showout{
    animation: showout .6s ease;
}

@keyframes showout{
    from{
        transform: translateY(100%);
    }
    to{
        transform: translateY(0);
    }
}

/* 商品子項 */
#itemlist{
    overflow-y: scroll;
}
.item{
    list-style:none;
    margin-bottom: 20px;
}
.item-title,.item-content{
    padding-top: 30px;
    font-size:16px;
    padding-left: 0;
    padding-right: 0;
}
.itemsbox .rest,.itemsbox .add{
    width: 100%;
    text-align: center;
    display: flex;
    line-height: 40px;
}
.itemsbox .itemsname{
    display: block;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    font-size: 14px;
}
.itemsbox .rest{
    font-size: 14px;
    color:#ccc;
    text-align: center;
}
.itemsbox .add input{
    width: 30px;
    height: 30px;
    line-height:30px;
    text-align: center;
}
.itemsbox .add i{
    color:tomato;
}
.action {
    position: fixed;
    bottom:0;
    z-index:99999;
    max-width: 640px;
    width: 100%;
    height:60px;
    text-align: center;
}
.action .order,.action .car{
    float: right;
    height:60px;
    background: tomato;
    display: flex;
    align-items: center;
}
.action .nav-item{
    width: 100%;
}
.action .car{
    background-color: #ecb54d;
}
.bottom_margin{
    width: 100%;
}