* {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    font-size: 0.18rem;
}

body {
    background-color: #fff;
    max-width: 640px;
    margin: 0 auto;
}

.item-head img {
    width: 6.4rem;
}

.item-head h2 {
    width: 6.2rem;
    margin: 0 auto;
    line-height: 0.42rem;
    word-break: break-all;
    font-size: 0.34rem;
}

.item-price {
    width: 6.2rem;
    margin: 0.2rem auto;
}

.item-price .now-ps {
    font-size: 0.35rem;
    color: red;
}

.item-price .old-ps {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    font-size: 0.2rem;
    text-decoration: line-through;
}

.item-content {
    width: 6.4rem;
    overflow: hidden;
}

.item-content video {
    width: 100% !important;
}

.item-content p {

}

.item-content img {
    max-width: 100%;
    display: block;
}

.tt {
    margin-top: 0.3rem;
    height: 0.6rem;
    color: #fff;
    font-size: 0.25rem;
    padding: 0 0.3rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: -webkit-linear-gradient(left, #f84058, #eb2455);
    background: linear-gradient(to right, #f84058, #eb2455);
    position: relative;
}

.buy {
    position: fixed;
    bottom: 0.2rem;
    width: 100%;
    font-size: 0;
    z-index: 11111;
    max-width: 640px;
}

.buy button {
    background: #44BA54;
    color: #fff;
    height: 0.7rem;
    width: 100%;
    border-radius: 0.40rem;
}

.item {

}

.order-top {
    height: 0.75rem;
    line-height: 0.75rem;
    text-align: center;
    box-shadow: 0 2px 6px #f6f6f6;
}

.back {
    width: 0.14rem;
    height: 0.14rem;
    border-bottom: 0.02rem solid;
    border-left: 0.02rem solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6%;
    top: 0.34rem;
}

.sku {
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
}

.sku ul li {
    list-style: none;
    width: 88%;
    text-align: left;
    margin-top: 0.1rem;
    margin-left: 6%;
}

.sku ul li img {
    height: 0.5rem;
    vertical-align: middle;
}

.sku ul li span {
    border: 0.03rem solid #e1e1e1;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 0.2rem;
    display: inline-block;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.1rem;
}

.active-bg {
    border: 0.03rem solid #44BA54 !important;
}

.sku-title {
    font-size: 0.25rem;
    color: #A2A2A2;
    margin-left: 6%;
    margin-top: 0.1rem;
}

.ne {
    display: none;
}

.parallel {
    float: left;
    margin-right: 0.1rem;
}

.information {
    width: 88%;
    margin-left: 6%;
}

.pay-type {
    margin-top: 0.1rem;
}

.pay-type span {
    background: url(/Public/akmall/payment.png) left -2px no-repeat;
    background-position: -3.24rem -0.02rem;
    padding-left: 0.7rem !important;
    height: 0.6rem;
    width: 1.7rem;
    line-height: 0.6rem;
    background-color: #44ba54;
    color: #fff;
    display: block;
}

.pay-type p {
    height: 0.8rem;
    margin-top: 0.1rem;
    font-size: 0.2rem;
    color: #ff7575;
}

.information ul li {
    list-style: none;
}

.prominent {
    color: red;
}

.input-text {
    text-indent: .2rem;
    width: 100%;
    display: inline-block;
    padding: .11rem 0;
    margin-right: 1px;
    color: #555555;
    border: 1px solid #cccccc;
    font-family: MicroSoft Yahei;
    outline: none;
    transition: all 0.2s linear 0s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 2px;
    font-size: 0.25rem;
}

.information h4 {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.23rem;
}

.add_order button {
    border: none;
    display: block;
    width: 100%;
    background-color: #ff5a5f;
    color: #fff;
    font-size: 0.29rem;
    border-radius: 0.07rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    margin-top: 0.4rem;
}

.input-select {
    background-color: #fff;
    text-indent: .1rem;
    width: 100%;
    display: inline-block;
    padding: .15rem 0;
    margin-right: 1px;
    color: #555555;
    border: 1px solid #cccccc;
    font-family: MicroSoft Yahei;
    outline: none;
    transition: all 0.2s linear 0s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 2px;
    font-size: 0.25rem;
    margin-bottom: 0.1rem;
}

.gray {
    background-color: #9c9c9c !important;
}
.footer{ margin-top: 0.3rem;
margin-bottom: 0.3rem;}
.footer a{
    color: #000;
    font-size: 0.19rem !important;

}
