body {
    font-size: 0.24rem;
    background-color: #ffffff;
}
header {
    position: absolute;
    top: 0;
    height: 0.82rem;
    line-height: 0.82rem;
    background-color: transparent;
    z-index: 999999;
    border-bottom: 0.02rem solid #f5f5f5;
}
header.alt {
    position: fixed;
    background-color: #ffffff !important;
    box-shadow: 0 10px 20px #eee;
    -moz-box-shadow: 0 10px 20px #eee;
    -webkit-box-shadow: 0 10px 20px #eee;
}
header img {
    mix-blend-mode: multiply;
}
header .nav {
    height: 0.82rem;
    line-height: 0.8rem;
}
header .nav a {
    display: block !important;
    background-color: transparent;
    padding: 0;
}
header .nav .nav-wrapper {
    height: 0.82rem;
    line-height: 0.8rem;
}
header .nav .btn-left {
    width: 0.6rem;
    left: 0.3rem;
}
header .back-icon {
    width: 0.2rem;
    vertical-align: middle;
}
header .nav .links {
    width: 0.45rem;
    right: 0.3rem;
}
header .user-icon {
    width: 0.45rem;
    vertical-align: middle;
}
header .nav .title {
    position: absolute;
    left: 50%;
    width: 4rem;
    height: auto;
    margin-left: -2rem;
    padding: 0;
    line-height: 0.82rem;
}
header .nav .title .title-text {
    font-size: 0.35rem;
    color: #3e3e3e;
    padding: 0;
    display: block;
    white-space:nowrap;
    word-wrap:break-word;
    word-break:break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main {
    margin-top: 1.2rem;
}
h1 {
    font-size: 0.3rem;
    color: #3e3e3e;
    padding: 0 0.3rem;
}
p.tip {
    font-size: 0.16rem;
    color: #aaaaaa;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #f3f4f7;
    padding: 0 0.3rem;
}
.title {
}
input::-webkit-input-placeholder{
    color: #ccc;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #ccc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #ccc;
}


.form {
    box-shadow: 0 5px 15px #eee;
    -moz-box-shadow: 0 5px 15px #eee;
    -webkit-box-shadow: 0 5px 15px #eee;
}
#addrForm {
    margin:0 0.3rem 0;
    display: block;
}
#addrForm:after {
    display: block;
    content: "";
    clear: both;
}

.class-buy {
    position: fixed;
    height: 50px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.class-buy .row {
    width: 100%;
    text-align: center;
}
.class-buy .col-sm-2 {
    width: 16.666%;
    float: left;
}
.class-buy .col-sm-3 {
    width: 25%;
    float: left;
}
.class-buy .col-sm-4 {
    width: 33.333%;
    float: left;
}
.class-buy .col-sm-5 {
    width: 41.666%;
    float: left;
}
.class-buy .col-sm-6 {
    width: 50%;
    float: left;
}
.class-buy .row:before,
.class-buy .row:after {
    clear: both;
    display: block;
    content: '';
}


.class-buy {
    height: auto;
    font-size: 0;
    box-shadow: 0px -1px 20px 0px #eee;
    -moz-box-shadow: 0px -1px 20px 0px #eee;
    -webkit-box-shadow: 0px -1px 20px 0px #eee;
}
.class-buy .row {
    width: auto;
    display: block;
    margin: 0.2rem 0.5rem;
}
.class-buy .price {
    padding: 0.04rem 0 0;
    line-height: 1;
    text-align: left;
}
.class-buy .price .unit {
    font-size: 0.4rem;
    color: #f25221;
}
.class-buy .price .digit-price {
    display:inline-block;
    font-size: 0.45rem !important;
    color: #f25221 !important;
}
.class-buy .count-user {
    font-size: 0.26rem !important;
    color: #f25221;
    text-align: left;
}
#buyButton {
    background-color: #f77a25;
    border-radius: 0.2rem;
    border: 0;
    color: #ffffff;
    font-size: 0.3rem;
    line-height: 0.8rem;
    box-shadow: 0 5px 10px #ddd;
    -moz-box-shadow: 0 5px 10px #ddd;
    -webkit-box-shadow: 0 5px 10px #ddd;
    /*  */
    display: block;
    width: 75%;
    text-align: center;
    float: right;
}
#buyButtonAlt {
    background-color: #ccc;
    border-radius: 0.2rem;
    border: 0;
    color: #ffffff;
    font-size: 0.3rem;
    line-height: 0.8rem;
    box-shadow: 0 5px 10px #ddd;
    -moz-box-shadow: 0 5px 10px #ddd;
    -webkit-box-shadow: 0 5px 10px #ddd;
    /*  */
    display: block;
    width: 75%;
    text-align: center;
    float: right;
}

form .form-group {
    border-bottom: 0.02rem solid #ddd;
}
form .form-group:before,
form .form-group:after {
    display: block;
    content: "";
    clear: both;
}
form .form-control {
    border: none;
    width: 3.6rem;
    padding: 0;
    margin: 0.27rem 0 0.28rem 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    line-height: 0.3rem;
    border-radius: 0;
    height: auto;
    font-size: 0.28rem;
    color: #888;
}
form .form-group:nth-last-child {
    border-bottom: none !important;
    border: 0 !important;
}

form input {
    border: none;
    outline: none;
    float: left;
    vertical-align: top;
}
form label {
    border: none;
    float: left;
    vertical-align: top;
    font-size: 0.28rem;
    color: #3e3e3e;
    display: block;
    line-height: 0.85rem;
    width: 1.6rem;
}
.modal .btn.btn-confirm {
    display: block;
    margin: 0.4rem auto;
    background-color: #f97c0b;
    border-radius:0.5rem;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.26rem;
}
