.LiPaymeBox{
    margin-top: 50px;
}
.LiPaymeInfoBox{
    float: left;
    width: 70%;
}
.LiPaymeOrderInfoBox p:nth-child(1){
    font-size: 24px;
    font-weight: bold;
}
.LiPaymeOrderInfoBox p:nth-child(1) span{
    color: #F75723;
}
.LiPaymeOrderInfoBox p:nth-child(2){
    margin-top: 10px;
}
.LiPaymeOrderInfoBox a{
    color: #6fba2b!important;
}
.LiPaymeIconBox{
    margin: 50px 0;
}
.LiPaymeQrCodeBox{
    border-bottom: solid 1px #E4E4E4;
    padding-bottom: 20px;
}
.LiPaymeQrCodeBox p{
    font-size: 24px;
    font-weight: bold;
}
.LiPaymeQrCodeBox img{
    margin: 20px 0;
    width: 200px;
}
.LiPaymeRefreshBox{
    display: none;
}
.LiPaymeRefreshBox p{
    color: #9B9B9B;
}
.LiPaymeRefreshBox button{
    margin-top: 50px;
    width:108px;
    height:42px;
    background:rgba(117,180,46,1);
    border-radius:3px;
    border: none;
    color: white;
    font-size: 16px;
}
.LiPaymeStepBox p:nth-child(1){
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0;
}
.LiPaymeStepBox p:nth-child(2),.LiPaymeStepBox p:nth-child(3){
    font-size: 16px;
    font-weight: bold;
}
.LiPaymeStepBox p:nth-child(5){
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.LiPaymeBtn{
    margin: 50px 0;
}
.LiPaymeBtn button{
    width:172px;
    height:42px;
    background:rgba(117,180,46,1);
    border-radius:3px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
/* 右邊 */
.LiReservaRight{
    width: 320px;
    float: right;
    background: white;
    margin-top: 15px;
    border-radius: 5px;
    border: solid 1px #acd598;
    height: auto;
 }
 .LiReservaRightFixed{
    position: fixed;
    top: 0;
    width: 320px;
    background: white;
    border: solid 1px #acd598;
  }
 .LiReservaRightTitle{
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
 }
 .LiReservaRightBox{
    width: 100%;
    padding: 20px 25px;
 }
 .LiReservaRightText{
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: solid 1px #eeeeee;
 }
 .LiReservaRightText p{
    float: left;
    font-weight: bold;
 }
 .LiReservaRightText span{
    float: right;
    color: red;
 }
 .LiReservaRightType{
    width: 100%;
    margin-top: 10px;
    color: #6d7881;
 }
 .LiReservaRightType p{
    float: left;
 }
 .LiReservaRightType span{
    float: right;
 }
 .LiReservaRightText:nth-child(2){
    width: 100%;
    margin: 20px 0;
 }
 .LiReservaRightTwoText p{
    float: left;
    font-weight: bold;
 }
 .LiReservaRightTwoText span{
    float: right;
    color: red;
 }
 .LiReservaRightFoot{
    width: 100%;
    height: 75px;
    background: #fffced;
    margin-top: 10px;
    padding: 0 22px;
    line-height: 70px;
    border-radius: 5px;
 }
 .LiReservaRightFoot span:nth-child(1){
    float: left;
 }
 .LiReservaRightFoot span:nth-child(2){
    float: right;
 }
 .Feeicon{
    color: #f74702;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
 }
 .FootFee{
    color: #f74702;
    font-size: 26px!important;
    font-weight: bold;
 }
