.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;
 }

 .LiBigLineTourPaymentBox{
    margin-top: 100px;
 }
 .LiBigLineTourPaymentBox p{
   font-size: 32px;
   font-weight: bold;
 }
 .LiBigLineTourPaymentListBox{
    margin-top: 30px;
 }
 .LiBigLineTourPaymentList{
   margin-top: 20px;
   width:100%;
   padding: 17px;
   border-radius:3px;
   border:1px solid rgba(228,228,228,1);
   cursor: pointer;
 }
 .LiBigLineTourPaymentList:first-child{
    margin-top: 0;
 }
 .LiBigLineTourPaymentList span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
 }
 .LiBigLineTourPaymentList img{
    height: 50px;
 }
 .LiBigLineTourPaymentListSelect{
    border-color: #75B42E!important;
 }
 .LiBigLineTourPaymentBtn{
    margin-top: 30px;
 }
 .LiBigLineTourPaymentBtn button{
   width:124px;
   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;
}
/*qr code box*/
.LiPaymentCodeModalBox{
	position:fixed;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.LiPaymentCodeModal{
	width: 500px;
    height: 500px;
    background-color: #fff;
    color: #000;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
.LiPaymentCodeModalMainBox{
	width: 100%;
	height: 300px;
    text-align: center;
    margin: 5px 0 55px;
}
.LiPaymentCodeModalMainBox img{
	width: 300px;
	height: 300px;
	margin: 0 auto;
}
.LiPaymentCodeModalHeaderBox{
	padding: 10px;
}
.LiPaymentCodeModalHeaderBox img{
    width: 138px;
}
.LiPaymentCodeModalBtn button{
    color: white;
    background: #6FBA2B;
    border-radius:3px;
    height: 42px;
    width: 100%;
    border: none;
    font-size: 18px;
}
.LiPaymentCodeModalFooterBox{
	height: 47px;
	padding: 5px;
}
.LiPaymentCodeModalFooterBox button{
	width: 100%;
	height: 40px;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFFFFF;
	border-radius: 3px;
}
/* 弹出框 */
.LiModelBox{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 8px;
    width: 400px;
    height: 200px;
    z-index: 1000;
    display: none;
}
.LiModelTitleBox{
    padding: 10px 34px 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #f3f4f8;
}
.LiModelTextBox{
    padding: 30px 20px;
    text-align: center;
}
.LiModelTextBox p{
    margin-bottom: 20px;
	font-size:16px;
}
.LiModelTextBox button{
    line-height: 26px;
    border: 1px solid #6FBA2B;
    color: #6FBA2B;
    background: white;
    margin: 0 5px;
    padding: 5px 24px;
    border-radius: 5px;
    font-size: 12px;
}
.LiModelBlack{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background:rgba(0,0,0,0.5);
    display: none;
}