
body{
    color:#383838;
    background-color: #f5f5f5;
}
.topMenu{
    top:0;
    left:0;
    width:100%;
    position: fixed;
}
.topMenu .backArea{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    background: rgba(0,0,0,0);
    margin-top: 0.3rem;
}
.buyDetailTitle{
    width: 6.9rem;
    margin: 0 auto;
    background: #fff;
    padding: 0.3rem;
}
.bdt1{
    color: #000;
    font-weight: 600;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
}
.bdt2{
    color: #ff9b19;
    font-weight: 600;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
}
.buyDetailTxt{
    width:7.5rem;
    margin-top:0.2rem;
    background: #fff;
}
.buyDetailTxtT{
    width:6.9rem;
    height:100%;
    margin: 0 auto;
    font-weight: 600;
    font-size:0.28rem;
    line-height: 0.6rem;
}
.buyCartFollow{
    width: 100%;
    height: 1.2rem;
    background: #ffffff;
}
.buyCart {
    width:5.2rem;
    height: 1.2rem;
    position: fixed;
    right:0.3rem;
    bottom:0;
}
.cartNum{
    display: flex;
    color: #666;
    width: 1.5rem;
    background: #fff;
    font-size: 0.28rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.cartNum img{
    width: 0.5rem;
}
.cartNum span{
    line-height: 0.5rem;
    display: inline-block;
}
.cartPoint{
    top:0.15rem;
    right:0.4rem;
    width:0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background: #e01212;
    position: absolute;
}
.cartDiv{
    float:left;
    height:100%;
    text-align: center;
}
.cartAdd{
    width:2rem;
    color: #ffffff;
    font-size:0.3rem;
    line-height: 1.2rem;
    background: #ff9b19;
}
.cartBuy{
    width:1.7rem;
    color: #ffffff;
    font-size: 0.32rem;
    line-height: 1.2rem;
    background: #e01212;
    float: right;
}
.buyDetailTxtD{
    width:100%;
    text-align: center;
}
.buyDetailTxtD img{
    max-width: 100%;
}

.detLine{
    width:100%;
    height:0.3rem;
    margin: 0.2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detLine div{
    width:80%;
    height:1px;
    background: #eee;
    margin: 0 auto;
}
.shopList{
    width:100%;
    height: 5.3rem;
    background: #1376d1;
    padding-top:1.5rem;
    margin-bottom:1.2rem;
}
.shopListDet{
    width:6.9rem;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 0.2rem;
    margin-bottom: -0.6rem;
    box-shadow: 0 0 0.2rem rgba(19,19,19,0.15);
}
.shopListCon{
    width: 6.4rem;
    margin: 0 auto;
}
.detTitle{
    color: #000;
    width: 6.4rem;
    font-weight:600;
    margin: 0 auto;
    line-height: 0.9rem;
    font-size: 0.3rem;
}
.detFloat{
    height: auto;
    clear: both;
    overflow: hidden;
    margin: 0.1rem auto 0.2rem;
}
.detLeft {
    float:left;
    width: 2.2rem;
}
.detLeft img{
    width:100%;
}
.detRight{
    float: right;
    width: 4rem;
    display: flex;
    font-weight: 600;
    font-size: 0.3rem;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.detRightPrice{
    color: #ff9b19;
    font-size: 0.28rem;
    margin-top: 0.2rem;
}
.detRight p{
    width: 100%;
}
.detOther{
    display: flex;
    width: 100%;
    height: 0.6rem;
    font-size:0.24rem;
    align-items: center;
    justify-content: space-between;
}
.detOther img{
    width: 0.15rem;
    margin-left:0.2rem;
}
.detOther a {
    display: flex;
    color: #737373;
    align-items: center;
    justify-content: center;
}
.detFare{
    font-weight: 600;
    color: #c71b1b;

}
.detFare_u{text-decoration: line-through;color: #c71b1b;}

.detTotal{
    line-height: 0.5rem;
    font-size: 0.3rem;
    text-align: right;
    color: #737373;
    padding-bottom: 0.2rem;
}
.detTotal span{
    color: #c71b1b;
    font-size:  0.32rem;
    font-weight: 600;
}

.shopPayWay{
    width:6.9rem;
    height: auto;
    overflow: hidden;
    border-radius: 0.3rem;
    background: #fff;
    margin: 0 auto 0.3rem;
    padding: 0.2rem 0;
    box-shadow: 0 0 0.2rem rgba(19,19,19,0.15);
}
.pay ,.payed{
    width: 0.34rem;
    height: 0.33rem;
    background: url("../imgs/payWay.png")no-repeat;
    background-size: cover;
}
.payed{
    background: url("../imgs/payWayChoose.png")no-repeat;
    background-size: cover;
}
.paySafe{
    color: #ccc;
    font-size: 0.24rem;
    text-align: center;
    margin-bottom:0.3rem;
}
.paySafe a{
    color: #cccccc;
}

.payWay{
    width: 6.2rem;
    height: 0.8rem;
    display: flex;
    overflow: hidden;
    align-items: center;
    font-size: 0.32rem;
    margin: 0 auto;
    justify-content:space-between;
}
.payWay img{
    width: 0.35rem;
}
.payWayLeft{
    display: flex;
    align-items: center;
}
.payWayLeft span{
    margin-left: 0.2rem;
    font-size: 0.24rem;
}
.buyOrderSure{
    width:100%;
    height: 1.2rem;
    position: fixed;
    right:0;
    bottom:0;
    background: #fff;
}
.cartPayTotal{
    width: 2rem;
}
.payNow{
    background: #1477d3;
}
.payT1{
    font-size: 0.24rem;
    line-height: 0.3rem;
    margin-top:0.3rem;
}
.payT2{
    color: #e01212;
    font-weight: 600;
    font-size: 0.3rem;
}
.buyOrderSure .cartDiv{
    float: right;
}


















