html {
    background-color: #F5F5F5;
}

body {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
}

input:focus {
    background-color: #FFF;
    outline: 0;
}

input::-webkit-input-placeholder {
    color: #D8D8D8;
}

/* common */
.header,
.body {
    background-color: #fff;
    color: #565656;
}

.hl {
    color: #FF3F16;
}

[v-cloak]{display:none}

/* header */
.header {
    margin: 0.186667rem 0;
    line-height: 1.173333rem;
    position: relative;
    padding-left: 2.666667rem;
    font-size: 0.373333rem;
}

.header label {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 2.666667rem;
}

.header input {
    height: 1.173333rem;
    width: 100%;
}

/* body */
.body {
    padding-top: 0.28rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-bottom: 0.666667rem;
    font-size: 0.32rem;
}

.flexbox {
    display: -webkit-flex;
    display: flex;
    margin-top: 0.4rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.charge-item {
    box-sizing: border-box;
    width: 2.4rem;
    height: 1.2rem;
    border-radius: 0.106667rem;
    border: 1px solid #565656;
    font-size: 0.373333rem;
    position: relative;
}

.charge-item.selected {
    border: 1px solid #FF3F16;
}

.charge-item.placeholder {
    visibility: hidden;
}

.userinput input {
    border: 1px solid #565656;
    border-radius: 0.106667rem;
    padding: 0.1rem;
}

.charge-item.hot:before {
    position: absolute;
    content: '';
    display: block;
    width: 0.64rem;
    height: 0.4rem;
    background-image: url('../images/wx/icon_htcz_hot@2x.png');
    background-size: cover;
    top: -0.2rem;
    right: -0.32rem;
}

.charge-item.selected .text,
.charge-item.selected .price {
    color: #FF3F16;
}

.charge-item .text,
.charge-item .price {
    text-align: center;
    line-height: 1;
    margin-top: 0.133333rem;
}
/*
.charge-item .text {
    margin-top: 0.133333rem;
}*/

.charge-item .price {
    font-size: 0.32rem;
    color: #A4A4A4;
}

.salePrice {
    margin-top: 0.333333rem;
}

.submit {
    margin-top: 0.666667rem;
    margin-left: 0.36rem;
    margin-right: 0.36rem;
    height: 1.173333rem;
    line-height: 1.173333rem;
    background-color: #FF3F16;
    text-align: center;
    color: #fff;
    font-size: 0.453333rem;
    border-radius: 0.106667rem;
}

/* footer */
.footer {
    padding-top: 0.466667rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    font-size: 0.32rem;
    color: #565656;
}

/* popbox */
.confirmw {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}
.confirmw .box {
    width: 6.666667rem;
    height: 6.186667rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: .11rem;
    font-size: 0.4rem;
    color: #262626;
    text-align: center;
    line-height: 1;
}
.confirmw .box .close {
    color: #666;
    padding: .2rem;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.5rem;
    line-height: 1;
}
.confirmw .box .title {
    font-size: 0.48rem;
    min-height: 0.48rem;
    line-height:1;
    padding: 0.4rem 0;
}
.confirmw .box .subtitle {
    color: #666;
}
.confirmw .box img {
    width: .746667rem;
    height: .746667rem;
    margin-right: .133333rem;
    border-radius: 50%;
    vertical-align: middle;
}
.confirmw .content {
    padding: 0.54rem 0 1rem 0;
}
.confirmw .btn {
    background: #F65533;
    border-radius: 8px;
    height: .96rem;
    line-height: .96rem;
    color: #fff;
    margin: 0 .64rem;
}

.confirmw .flat {
    background: #fff;
    color: #666;
}
.confirmw.bindphone .box{
    padding-top: .65rem;
}
.confirmw.bindphone .subtitle{
    line-height: 1.5;
}
