﻿
html {
    height: 100%;
}

body {
    font-size: .24rem;
    position: relative;
    min-height: 100%;
    line-height: 1.6;
    padding-bottom: 1rem;
}

.costAccount {
    position: relative;
    border-bottom: 1px solid rgba(230, 230, 230, .5);;
    background: #ffffff;
    margin-bottom: .1rem;
    padding: .3rem;
}

.costAccount input {
    border: 1px solid #3296fa;
    box-shadow: 0 .06rem .13rem 0 rgba(240, 240, 240, 0.7);
    font-size: .32rem;
    color: #000;
    box-sizing: border-box;
    height: .8rem;
    padding: 0 .3rem;
    border-radius: 6px;
}

.costAccount .yunyingshang {
    position: absolute;
    top: 50%;
    margin-top: -.1rem;
    right: 1.2rem;
    font-size: .2rem;
    line-height: 1;
    color: #ff2626;
}

.clearInputSlow {
    position: absolute;
    top: 50%;
    right: .6rem;
    margin-top: -.2rem;
    z-index: 10;
    display: block;
    width: .4rem;
    height: .4rem;
    background: url("/img/close.png") no-repeat center/cover;
}

#costGoodsSlow,
#costGoods {
    padding: 0 .2rem .4rem;
    overflow: hidden;
}

#costGoodsSlow div,
#costGoods div {
    float: left;
    width: 31%;
    box-sizing: border-box;
    margin: .1rem 1.1666666%;
    text-align: center;
    color: #3296fa;
    border-radius: 6px;
    height: .9rem;
    border: 1px solid #3296fa;
}

#costGoodsSlow .face,
#costGoods .face {
    border: 1px solid #3296fa;
    overflow: hidden;
    position: relative;
}

#costGoodsSlow .face .corner,
#costGoods .face .corner {
    position: absolute;
    width: 100%;
    right: -.65rem;
    line-height: 1.2;
    top: .1rem;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #f00;
    border-bottom: none;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#costGoodsSlow .nosale,
#costGoods .nosale {
    border: 1px solid rgba(50, 150, 250, .5);
    color: rgba(50, 150, 250, .5);
}

#costGoodsSlow .nosale span,
#costGoods .nosale span {
    color: rgba(50, 150, 250, .5)
}

#costGoodsSlow div span,
#costGoods div span {
    display: block;
    line-height: 1.3;
    font-size: .14rem
}

#costGoodsSlow div .tip,
#costGoods div .tip {
    color: #000
}

#costGoodsSlow div .amount,
#costGoods div .amount {
    font-size: .32rem;
    margin-top: 5px;
    color: #3296fa;
}

#costGoodsSlow .nosaleActive .amount,
#costGoods .nosaleActive .amount {
    color: rgba(50, 150, 250, .5);
}

#costGoodsSlow div .amountActive,
#costGoods div .amountActive {
    color: #3296fa;
}

#costGoodsSlow div .price,
#costGoods div .price {
    margin-top: .05rem;
    font-size: .18rem
}