@keyframes lr-left-to-right {
	from { left: 0px; }
	to { left: -10px; }
}

@keyframes lr-right-to-left {
	from { left: -10px; }
	to { left: 0px; }
}

@keyframes lr-to-center {
	from { left: -10px; }
	to { left: 0px; }
}

.ani-left-to-right {
	animation: lr-left-to-right;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}

.ani-right-to-left {
	animation: lr-right-to-left;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}

.ani-to-center{
	animation: lr-to-center;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}

.ani-switch-button {
	animation-duration: 1s;
	animation-iteration-count: 1;
}

.lr-slide-area {
	display: block;
	position: absolute;
	left: 0px;
	top: 44px;
	bottom: 0px;
	z-index: 10;
	overflow: hidden;
}

.lr-list-container {
	display: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index: 10;
	overflow: auto;
	background-color: #f6f7fb;
	padding-bottom: 50px;
}

.lr-view-container {
	display: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index: 10;
	background-color: #f6f7fb;
	padding-bottom: 0px;
}


.lr-map-container {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	overflow: hidden;
}

.lr-switch-btn-bg-right-selected {
	position: absolute;
	z-index: 11;
	left: calc(50% + 35px);
	bottom: 24px;
	width: 60px;
	height: 42px;
	overflow: hidden;
	border-radius:  0px 21px 21px 0px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:2px;
	padding-left: 8px;
	padding-top: 8px;
	color: #000000;
	background-size: 40px 7px;
    background-image: url(../../images/index/switch-bar-bg.png);
    background-position: 6px 72%;
    background-repeat: no-repeat;
}

.lr-switch-btn-bg-right-unselect{
	position: absolute;
	z-index: 11;
	left: calc(50% + 35px);
	bottom: 24px;
	width: 60px;
	height: 42px;
	overflow: hidden;
	background-color: #fff;
	border-radius:  0px 21px 21px 0px;
	font-size: 18px;
	letter-spacing:2px;
	padding-left: 8px;
	padding-top: 8px;
	color: #666666;
}

.lr-switch-btn-bg-center-selected {
	position: absolute;
	z-index: 11;
	left: calc(50% - 30px);
	bottom: 24px;
	width: 60px;
	height: 42px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:2px;
	padding-left: 13px;
	padding-top: 8px;
	color: #000000;
	background-size: 40px 7px;
    background-image: url(../../images/index/switch-bar-bg.png);
    background-position: 11px 72%;
    background-repeat: no-repeat;
}

.lr-switch-btn-bg-center-unselect{
	position: absolute;
	z-index: 11;
	left: calc(50% - 30px);
	bottom: 24px;
	width: 60px;
	height: 42px;
	overflow: hidden;
	background-color: #fff;
	font-size: 18px;
	letter-spacing:2px;
	padding-left: 13px;
	padding-top: 8px;
	color: #666666;
}

.lr-switch-btn-bg-left-selected {
	white-space: nowrap;
	position: absolute;
	z-index: 11;
	left: calc(50% - 95px);
	bottom: 24px;
	width: 70px;
	height: 42px;
	overflow: hidden;
	border-radius: 21px  0px 0px 21px ;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:2px;
	padding-left: 18px;
	padding-top: 8px;
	color: #000000;
	background-size: 40px 7px;
    background-image: url(../../images/index/switch-bar-bg.png);
    background-position: 16px 72%;
    background-repeat: no-repeat;
}

.lr-switch-btn-bg-left-unselect{
	white-space: nowrap;
	position: absolute;
	z-index: 11;
	left: calc(50% - 95px);
	bottom: 24px;
	width: 70px;
	height: 42px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 21px  0px 0px 21px ;
	font-size: 18px;
	letter-spacing:2px;
	padding-left: 18px;
	padding-top: 8px;
	color: #666666;
}

.lr-switch-btn-bg-shadow{
	position: absolute;
    z-index: 11;
    left: calc(50% - 94px);
    bottom: 24px;
    width: 188px;
    height: 42px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 21px 21px 21px 21px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}

.lr-switch-btn-bg-shadow-simple{
	position: absolute;
	z-index: 11;
	left: calc(50% - 66px);
    bottom: 24px;
    width: 132px;
	height: 42px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius:  21px 21px 21px 21px;
	box-shadow:0px 2px 10px rgba(0,0,0,0.1);
}

.lr-switch-btn-right-untext {
	position: absolute;
	z-index: 12;
	left: calc(50% + 35px);
	bottom: 48px;
	overflow: hidden;
	font-size: 16px;
	letter-spacing:2px;
	color: #666666;
}

.lr-switch-btn-right-text {
	position: absolute;
	z-index: 12;
	left: calc(50% + 35px);
	bottom: 48px;
	overflow: hidden;
	font-size: 16px;
	letter-spacing:2px;
	font-weight: bold;
	color: #000000;
}

.lr-switch-btn-left-untext {
	position: absolute;
	z-index: 12;
	left: calc(50% - 68px);
	bottom: 48px;
	overflow: hidden;
	font-size: 16px;
	letter-spacing:2px;
	color: #666666;
}

.lr-switch-btn-left-text {
	position: absolute;
	z-index: 12;
	left: calc(50% - 68px);
	bottom: 48px;
	overflow: hidden;
	font-size: 16px;
	letter-spacing:2px;
	font-weight: bold;
	color: #000000;
}


.lr-switch-btn-bg-right-selected-simple {
	position: absolute;
	z-index: 11;
	left: calc(50% );
	bottom: 24px;
	width: 60px;
	height: 42px;
	overflow: hidden;
	border-radius:  0px 21px 21px 0px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:2px;
	padding-left: 13px;
	padding-top: 8px;
	color: #000000;
	background-size: 40px 7px;
    background-image: url(../../images/index/switch-bar-bg.png);
    background-position: 11px 72%;
    background-repeat: no-repeat;
}

.lr-switch-btn-bg-right-unselect-simple {
	position: absolute;
	z-index: 11;
	left: calc(50% );
	bottom: 24px;
	width: 60px;
	height: 42px;
	overflow: hidden;
	background-color: #fff;
	border-radius:  0px 21px 21px 0px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing:2px;
	padding-left: 13px;
	padding-top: 8px;
	color: #000000;
}

.lr-switch-btn-bg-center-selected-simple {
	position: absolute;
	z-index: 11;
	left: calc(50% - 64px);
	bottom: 24px;
	width: 60px;
	height: 42px;
	overflow: hidden;
	border-radius: 21px  0px 0px 21px ;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:2px;
	padding-left: 13px;
	padding-top: 8px;
	color: #000000;
	background-size: 40px 7px;
    background-image: url(../../images/index/switch-bar-bg.png);
    background-position: 11px 72%;
    background-repeat: no-repeat;
}

.lr-switch-btn-bg-center-unselect-simple{
	position: absolute;
	z-index: 11;
	left: calc(50% - 64px);
	bottom: 24px;
	width: 60px;
	height: 42px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 21px  0px 0px 21px ;
	font-size: 18px;
	font-weight: normal;
	letter-spacing:2px;
	padding-left: 13px;
	padding-top: 8px;
	color: #000000;
}



.lr-switch-btn-right-simple-untext {
	position: absolute;
	z-index: 12;
	left: calc(50% + 18px);
	bottom: 48px;
	overflow: hidden;
	font-size: 16px;
	letter-spacing:2px;
	color: #666666;
}

.lr-switch-btn-right-simple-text {
	position: absolute;
	z-index: 12;
	left: calc(50% + 18px);
	bottom: 48px;
	overflow: hidden;
	font-size: 16px;
	letter-spacing:2px;
	font-weight: bold;
	color: #000000;
}

.lr-switch-btn-left-simple-untext{
	position: absolute;
	z-index: 12;
	left: calc(50% - 41px);
	bottom: 48px;
	overflow: hidden;
	font-size: 16px;
	letter-spacing:2px;
	color: #666666;
}

.lr-switch-btn-left-simple-text{
	position: absolute;
	z-index: 12;
	left: calc(50% - 41px);
	bottom: 48px;
	overflow: hidden;
	font-size: 16px;
	letter-spacing:2px;
	font-weight: bold;
	color: #000000;
}

.lr-switch-btn-img-1 {
	display: block;
	position: absolute;
	z-index: 12;
	width: 20px;
	height: 20px;
	border: none;
	right: 20px;
	bottom: 40px;
}

.lr-switch-btn-img-2 {
	display: block;
	position: absolute;
	z-index: 12;
	width: 20px;
	height: 18px;
	border: none;
	right: 20px;
	bottom: 42px;
}

/* Map Buttons */

.lr-map-btn-filter {
	display: block;
	position: absolute;
	z-index: 11;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 25px;
}

.lr-map-btn-filter img {
	display: block;
	position: absolute;
	z-index: 1;
	border: none;
	width: auto;
	height: 15px;
	bottom: 3px;
	right: 10px;
}

.lr-map-btn {
	display: block;
	position: absolute;
	z-index: 11;
	overflow: hidden;
}

.lr-map-btn-voice {
	bottom: 72px;
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	border: none;
}

.lr-map-btn-rightside {
	right: 10px;
	background-color: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-position: 12px 8px;
	background-repeat: no-repeat;
	padding-top: 23px;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

.lr-map-right-btn1{
	top: 64px;
}

.lr-map-right-btn2{
	top: 124px;
}

.lr-map-right-btn3{
	top: 184px;
}

.lr-map-right-btn4{
	top: 244px;
}

.lr-map-btn-fishiland {
	background-size: 16px 14px;
	background-image: url("../../images/index/fishiland.png");
	top: 64px;
}

.lr-map-btn-uxl{
	background-size: 18px 18px;
    background-image: url(../../images/index/dsp.png);
    background-position: 50% 20%;
}

.lr-map-btn-out{
	background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 47px;
    text-align: center;
    background-color:transparent;
}


.lr-map-btn-ai{
	background-position: center;
    background-repeat: no-repeat;
	background-size: 86px 113px;
    background-image: url(../../images/index/dsp.png);
    bottom: 36px;
    right: 10px;
    width: 86px;
    height: 113px;
    font-size: 11px;
    color: #000000;
    text-align: center;
}


.lr-map-btn-paonvideo{
	right: 10px;
    background-color: #ffffff;
    width: 40px;
    height: 48px;
    border-radius: 4px;
    background-position: 12px 8px;
    background-repeat: no-repeat;
    padding-top: 23px;
    font-size: 11px;
    color: #000000;
    text-align: center;
    bottom: 130px;
}

.jump_btn_icon{
	position: absolute;
    background-image: url(../../images/index/qjsp.png);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 8px;
    top: 4px;
}

.jump_btn_text{
	position: absolute;
    bottom: 2px;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.lr-map-btn-parentside {
	left: 0px;
	background-color: #ffffff;
	height: 30px;
	border-radius: 5px;
	background-position: 8px 6px;
	background-repeat: no-repeat;
	padding-left: 29px;
	padding-top: 5px;
	padding-right: 7px;
	font-size: 14px;
	color: #000000;
	text-align: center;
	background-size: 16px 16px;
	background-image: url("../../images/index/parent.png");
	top: 80px;
	background-color: #fff;
	border-radius:  0px 30px 30px 0px;
	/* box-shadow:3px 5px 5px #faef63 inset; */
}

.lr-map-btn-route {
	background-size: 16px 14px;
	background-image: url("../../images/index/route.png");
}

.lr-map-btn-text-switch {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	color: #000000;
	padding-top: 23px;
	font-size: 11px;
	left: 10px;
	bottom: 130px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 28px 13px;
	background-position: 6px 6px;
}

.lr-map-btn-text-lan-box {
	height: 40px;
	width:40px;
	background-color: #f0f1f1;
	border-radius: 5px;
	color: #000000;
	font-size: 11px;
	left: 10px;
	bottom: 190px;
}

.lr-map-btn-text-lan-box130 {
	height: 40px;
	width:40px;
	background-color: #f0f1f1;
	border-radius: 5px;
	color: #000000;
	font-size: 11px;
	left: 10px;
	bottom: 130px;
}

.lr-map-btn-text-lan {
	position: static;
    float: left;
    margin-right: 5px;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	color: #000000;
    padding-top: 23px;
	font-size: 13px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 24px 22px;
    background-position: 50% 4px;
	background-image: url("../../images/index/switchLan.png");
}

.lr-map-btn-text-switch-on {
	background-image: url("../../images/index/switchon.png");
}

.lr-map-btn-text-switch-off {
	background-image: url("../../images/index/switchoff.png");
}

.lr-map-btn-zoom-outline {
	width: 40px;
	height: 80px;
	border-radius: 5px;
	background-color: #ffffff;
	left: 10px;
	bottom: 30px;
}

.lr-map-btn-zoom-outline div {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}

.lr-map-btn-zoom-outline .plus1 {
	background-image: url("../../images/index/plus1.png");
	background-size: 14px 14px;
}

.lr-map-btn-zoom-outline .plus2 {
	background-image: url("../../images/index/plus2.png");
	background-size: 14px 14px;
}

.lr-map-btn-zoom-outline .minus1 {
	background-image: url("../../images/index/minus1.png");
	background-size: 14px 2px;
}

.lr-map-btn-zoom-outline .minus2 {
	background-image: url("../../images/index/minus2.png");
	background-size: 14px 2px;
}