/*订单填写页面第11行*/
/*支付页面第97行*/
/*支付成功页面第166行*/
/*订单全部232*/
/*待支付283*/
/*发表评价*301*/




.active{
    width: 100%;
    height: auto;
    padding: 0 0.22rem;
    box-sizing: border-box;
}
.active .item{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.1rem;
    font-size: 0.26rem;
    letter-spacing: 0.01rem;
    color: #000000;
    opacity: 0.4;
    position: relative;

}
.item span{
    float: right;
}
.item b{
    float: right;
    margin-right: 0.3rem;
}
.item>a{
    width: 0.3rem;
    height: 0.3rem;
    float: right;
    margin-right:0.1rem;
}
.item::before{
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #4ebbfe;
    box-shadow: 0 0.02rem 0.05rem 0 rgba(68, 181, 255, 0.43);
    position: absolute;
    top: 0.47rem;
    left: 0;
}
.top1{
    margin-top: 0.24rem;
    margin-left: 0.22rem;
}

.itemshop{
    height: 1.9rem;
    margin: 0.5rem;
    padding: 0.1rem;
    box-sizing: border-box;
}
.itemshop .itemimg{
    width: 1.7rem;
    height: 1.7rem;
    float: left;
}
.itemshop .itemtext{
    float: left;
    padding: 0 0.3rem;
    margin-left: 0.2rem;
}
.itemtext li{
    margin-bottom: 0.1rem;
}
.itemtext h2{
    font-size: 0.3rem;
    letter-spacing: 0.01rem;
    color: #000000;
    opacity: 0.6;
}
.itemtext span{
    font-size: 0.26rem;
    color: #36a8fe;
}
.itemtext p{
    font-size: 0.26rem;
    color: #fbb548;
}
.itemtext > li > div{
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #8a8c8d;
}
.num {
    float: right;
    margin: -0.3rem 0.7rem;
}

/*支付页面*/
.paytext{
    width: 100%;
    height: 2.2rem;
    padding: 0 0.22rem;
    box-sizing: border-box;
    text-align: center;
    line-height: 2.2rem;
}
.paytext > b {
    font-size: 0.36rem;
    letter-spacing: 0.02rem;
    color: #32d893;
}
.payitem{
    width: 100%;
    height: 1.6rem;
    padding: 0.22rem;
    box-sizing: border-box;
    font-size: 0.28rem;
    line-height: 1.6rem;
    display: flex;
    align-items: center;
}
.payitem > img{
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.1rem;
}
.payitem p{
    margin-left: 1.6rem;
}
.payitem b{
    font-size: 0.36rem;
    color: #ff7370;
}
.payitem > input{
    width: 20px;
    height: 20px;
    -webkit-appearance: radio;
    margin-left: 0.2rem;
}
.payitem .in{
    margin-left: 3.74rem;
}

.payqd{
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.payqd >a {
    display: block;
    width: 4.6rem;
    height: 0.62rem;
    margin-top: 0.24rem;
    text-align: center;
    line-height: 0.62rem;
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    background-image: linear-gradient(90deg,#37e06f 0%,#31d69a 100%),
    linear-gradient(#3bacfe,#3bacfe);
    background-blend-mode: normal, normal;
    box-shadow: 0 0.04rem 0.2rem 0;
    rgba(55, 223, 116, 0.75);
    border-radius: 0.31rem;
}

/*支付成功页面*/
.success{
    width: 100%;
    height: 4.2rem;
    padding: 0 0.22rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.success img{
    width:1.6rem;
    height: 1.2rem;
}
.success span{
    margin-bottom: 0.1rem;
}
.success b{
    font-size: 0.4rem;
    line-height: 0.4rem;
    letter-spacing: 0.01rem;
    color: rgba(50, 215, 150, 1);
}
.success strong{
    font-size: 0.34rem;
    line-height: 0.4rem;
    letter-spacing: 0.01rem;
    color: rgba(255, 213, 65, 1);
}
.successa{
    width: 100%;
    height: 1.3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.successa >a{
    display: block;
    width: 2rem;
    height: 0.62rem;
    margin-top: 0.24rem;
    text-align: center;
    line-height: 0.62rem;
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    rgba(55, 223, 116, 0.75);
    border-radius: 0.31rem;
}
.successa >a:first-child{
    background-image: linear-gradient(90deg,#37e06f 0%,#31d69a 100%),
    linear-gradient(#3bacfe,#3bacfe);
    background-blend-mode: normal, normal;
    box-shadow: 0 0.04rem 0.2rem 0;
    margin-right: 0.6rem;
}
.successa >a:last-child{
    background-color: rgba(59, 172, 254, 1);
    box-shadow: 0 0.05rem 0.12rem 0
    rgba(59, 172, 254, 0.43);
}

/*订单全部*/
.orderlist{
    height: 0.9rem;
    padding: 0 0.22rem;
    font-size: 0.24rem;
    line-height: 0.9rem;
    letter-spacing: 0.01rem;
    box-sizing: border-box;
    color: rgba(138, 140, 141, 1);
    opacity: 0.4;
    border-bottom: 0.02rem solid rgba(162, 222, 255, 1);
    display: flex;
    justify-content: space-around;
}
.orderlist a {
    width: 100%;
    height: 0.86rem;
}
.orderlist .orderhot{
    border-bottom: 0.04rem solid rgba(54, 168, 254, 1);
}
.waita{
    width: 100%;
    height: 1.3rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.waita >a{
    display: block;
    width: 2rem;
    height: 0.7rem;
    margin-top: 0.24rem;
    text-align: center;
    line-height: 0.62rem;
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    border-radius: 0.31rem;
    margin-right: 0.22rem;
}
.waita >a:first-child{
    background: #e7f6ff;
    color: rgba(59, 172, 254, 1);
}
.waita >a:last-child{
    background-image: linear-gradient(90deg,#37e06f 0%,#31d69a 100%),
    linear-gradient(#3bacfe,#3bacfe);
    background-blend-mode: normal, normal;
    box-shadow: 0 0.04rem 0.2rem 0;
    color: #ffffff;
}
/*待支付*/
.waitpay{
    width: 100%;
    height: 2rem;
    box-sizing: border-box;
}
.waitpay b{
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: rgba(251, 181, 72, 1);
    margin-left: 5.2rem;
}
.waitpay p{
    font-size: 0.26rem;
    color: #afb1b2;
    float: right;
    margin-right: 0.22rem;
}

/*发表评价*/
.commentitem{
    width: 100%;
    height: 1rem;
    padding: 0 0.22rem;
    box-sizing: border-box;
    line-height: 1rem;
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    display: flex;
}
.commentitem p{
    margin-right: 0.42rem;
    color: rgba(138, 140, 141, 1);
}
.commentitem ul{
    display: flex;
}
.commentitem ul li{
     width: 0.6rem;
     height: 0.6rem;
}
.commentitem .iconfont{
    font-size: 0.5rem;
    color: rgba(54, 168, 254, 1);
}
.commentitem span{
    margin-left: 1.7rem;
    color: rgba(251, 181, 72, 1);
}
form{
    width: 100%;
    padding: 0 0.22rem;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 1);
    opacity: 0.3;
}
.comment{
    width: 100%;
    height: 3.4rem;
    padding: 0 0.22rem;
    box-sizing: border-box;
}
.comment img{
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.4rem;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0.01rem 0.21rem 0
    rgba(223, 223, 223, 0.75);
    border-radius: 0.1rem;
    margin: 0.1rem 0;
}
.comment p{
    color: rgba(0, 0, 0, 1);
    opacity: 0.3;
}
.comment div{
    display: flex;
    margin: 0.2rem 0;
}
.comment div > input{
    width: 20px;
    height: 20px;
    -webkit-appearance: radio;
    margin-left: 0.2rem;
}
.comment div p{
    margin-left: 1.5rem;
}
.chot{
    color: rgba(59, 172, 254, 1);
}
.comm{
    width: 100%;
    height: 2.6rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comm >a {
    display: block;
    width: 4.6rem;
    height: 0.62rem;
    margin-top: 0.24rem;
    text-align: center;
    line-height: 0.62rem;
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    background-image: linear-gradient(90deg,#37e06f 0%,#31d69a 100%),
    linear-gradient(#3bacfe,#3bacfe);
    background-blend-mode: normal, normal;
    box-shadow: 0 0.04rem 0.2rem 0;
    rgba(55, 223, 116, 0.75);
    border-radius: 0.31rem;
}