/*PC版底部*/
#LiFooter{
    width: 100%;
    background: #F0831E;
}
.LiFooterBox{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom:2px solid rgba(255,255,255,1);
}
.LiFooterList{
    width: 13%;
    margin: 0 15px;
    float: left;
}
.LiFooterList:first-child .LiFooterListContent p{
    margin: 5px 0px;
}
.LiFooterListTitle{
    text-align: left;
    font-size:18px;
    margin-bottom: 5px;
	font-weight: bold;
	color: #ffffff
}
.LiFooterListContent{
    width: 100%;
    text-align: left;
}
.footwhatapp{
	margin-top: 15px!important;
}
.LiFooterListContent p{
    font-size:14px;
    font-weight:bold;
    color:rgba(35,24,21,1);
    margin-top: 10px;
}
.LiFooterListContent a{
    cursor: pointer;
}
.codeleft{
    text-align: center;
    margin-top: 15px;
}
.coderight{
    text-align: center;
    margin-top: 15px;
}
.LiFooterMessage{
    text-align: center;
}
.LiFooterMessage p{
    padding:10px 0;
    font-weight:bold;
    color:#ffffff; #rgba(35,24,21,1);
}
.LiFooterMessage a{
    cursor: pointer;
}
.travel-overlay{
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10500;
}
.travel-alert{
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    width: 350px;
    height: 350px;
    transform: translate(-50%,-50%);
    z-index: 99999;
    border-radius: 5px;
    text-align: left;
    padding: 17px;
    display: none;
}
.travel-alert p{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.travel-alert button{
	width: 220px;
	height: 35px;
	background: #F0831E; #rgba(244,218,37,1);
	border: none;
	border-radius: 2px;
	margin-top: 5px;
}
.tarveloverbtn{
	text-align: center;
	color: #ffffff;
}
.overbtn{
	text-align: center;
	color: #ffffff;
}
.member-alert button{
	width: 220px;
	height: 35px;
	background: #F0831E; #rgba(244,218,37,1);
	border: none;
	border-radius: 2px;
	margin-top: 17px;
}
.travel-alert ul li{
    margin: 20px 0;
    color: blue;
	text-align: center;
}
.travel-alert ul li span{
    cursor: pointer;
}
.member-overlay{
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10500;
}
.member-alert{
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    width: 350px;
    height: 300px;
    transform: translate(-50%,-50%);
    z-index: 99999;
    border-radius: 5px;
    text-align: left;
    padding: 17px;
    display: none;
}
.member-alert p{
    margin: 20px 0;
}
.bgtitle{
    font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.xstitle{
    font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.smtitle{
	font-size: 14px;
}
/*手机版底部*/
@media(max-width:768px){
    .LiFooterBox{
        display: none;
    }
	.LiFooterMessage{
		margin-top: 15px;
	}
    .LiFooterMessage p{
        font-size: 0.875rem;
        padding: 10px 0;
    }
	.LiFooterMessage span{
		display: block;
		text-align: center;
	}
}