.LiPaymentInfoBox{
    margin-top: 50px;
}
.LiPaymentTitle{
	font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.LiPaymentInfo{
	margin-bottom: 50px;
}
.LiPaymentInfoList{
	float: left;
	width: 49%;
}
.LiPaymentInfoList:nth-child(2){
	margin-left: 2%;
}
.LiPaymentInfoList p{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.LiPaymentInfoListImage{
	border:2px solid rgba(241,241,241,1);
	box-shadow:0px 8px 18px rgba(0,0,0,0.11);
	border-radius:4px;
	padding: 15px 15px;
}
.LiPaymentInfoListImage img{
	width:100%;
	height: 100%;
}
.LiPaymentBtn{
    margin-top: 30px;
}
.pay_index{
    border-radius: 4px;
    background: white;
    border: solid 1px #6fba2b;
    color: #6fba2b;
    font-size: 16px;
    padding: 10px 20px;
}
.pay_other{
    border-radius: 4px;
    background: #6fba2b;
    border: none;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    margin-left: 30px;
}
.LiBigLineTourComplateBox{
    margin-top: 50px;
    margin-bottom: 150px;
 }
 .LiBigLineTourOrderInfoBox{
     float: left;
     width: 70%;
 }
 .LiBigLineTourComplateInfo a{
     color: #6fba2b!important;
 }
 .LiBigLineTourComplateInfo p:nth-child(1){
    font-size: 32px;
    font-weight: bold;
 }
 .LiBigLineTourComplateInfo p:nth-child(2){
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
 }
 .LiBigLineTourComplateInfo p:nth-child(3){
     margin-top: 10px;
  }
  .LiBigLineTourBox{
   margin-top: 30px;
}
.LiBigLineTourImage{
   float: left;
}
.LiBigLineTourImage img{
   width: 168px;
   height: 168px;
}
.LiBigLineTourInfo{
   float: right;
   width: calc(100% - 183px);
}
.LiBigLineTourInfo p:nth-child(1){
   font-size: 20px;
   font-weight: bold;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.LiBigLineTourInfo p:nth-child(2){
   color: #9B9B9B;
   margin-top: 10px;
}
.LiBigLineTourInfo p:nth-child(3){
   font-weight: bold;
   margin-top: 10px;
}
  .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;
 }