.LiTourPlaceHeader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: white;
    border-bottom: solid 1px #CCCCCC;
}
.LiTourPlaceHeader{
    padding: 0 15px;
    height: 50px;
    line-height: 50px; 
}
.LiTourPlaceHeader span{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 87px);
    text-align: center;
}
.LiPlaceBack{
    width: 40px;
}
.LiTourPlaceBox{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
    width: 100%;
}
.LiTourPlaceBox ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #F1F1F1;
    margin: 15px 0;
    padding: 0 10px;
    border-radius: 4px;
}
.LiTourPlaceSelect{
    background: #6FBA2B!important;
    color: white;
}
.LiTourPlaceBtn{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.LiTourPlaceBtn button{
    background: #6FBA2B;
    color: white;
    font-size: 18px;
    border: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.LiTourPlaceBack{
    margin: 35px 0;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.LiTourPlaceTitle{
    margin: 35px 0;
    font-size: 34px;
    font-weight: bold;
}
.LiTourPlaceListBox{
    width: 550px;
    margin: 0 auto;
}
.LiTourPlaceListBox ul li{
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 4px;
    border:1px solid rgba(225,225,225,1);
    text-align: center;
    margin: 60px 0;
    cursor: pointer;
    font-size: 18px;
}
.LiTourPlaceListBox ul li:hover{
    background: #A9D680!important;
}
.placeselect{
    background: #A9D680!important;
}