.drag {
	position: relative;
	background-color: #ebebeb;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 0px solid #ccc;
	/* border-radius: 4px; */
}

.handler {
	width: 69px;
	height: 38px;
	border: 1px solid #ebebeb;
	/* border-radius: 4px; */
	cursor: move;
}

.handler_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEyNTVEMURGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEyNTVEMUNGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MTc5NzNmZS02OTQxLTQyOTYtYTIwNi02NDI2YTNkOWU5YmUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YiRG4AAAALFJREFUeNpi/P//PwMlgImBQkA9A+bOnfsIiBOxKcInh+yCaCDuByoswaIOpxwjciACFegBqZ1AvBSIS5OTk/8TkmNEjwWgQiUgtQuIjwAxUF3yX3xyGIEIFLwHpKyAWB+I1xGSwxULIGf9A7mQkBwTlhBXAFLHgPgqEAcTkmNCU6AL9d8WII4HOvk3ITkWJAXWUMlOoGQHmsE45ViQ2KuBuASoYC4Wf+OUYxz6mQkgwAAN9mIrUReCXgAAAABJRU5ErkJggg==") no-repeat center;
}

.handler_ok_bg {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #fff url(../img/okve.png) no-repeat center;
	background-size: 20px 20px;
}

.drag_bg {
	background-color: #0094ff;
	height: 40px;
	width: 0px;
}

.drag_text {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	color: #888888;
	font-size: 12px;
}


/* 登陆 */
.login-box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.login-center {
	width: 450px;
	height: 400px;
	/* border: 1px red solid; */
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ededed;
	padding: 10px;
	background: #FFFFFF;
}

.login-close {
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.login-close span {
	font-size: 40px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #0094ff;
}

.login-title {
	text-align: center;
	color: #0094ff;
	font-size: 22px;
	padding-top: 30px;
}

.login-title span {
	padding-bottom: 10px;
	border-bottom: 3px solid #0094ff;
}

.login-phone {
	padding: 30px;
}

.login-phone .el-select .el-input {
	width: 100px;
}

.login-phone .el-input__inner {
	border-radius: 0px;
}

.login-phone .input-with-select .el-input-group__prepend {
	background-color: #fff;
	border-radius: 0px;
}

.login-phone .input-with-select {
	padding-top: 30px;
}

.login-phone .el-button.is-round {
	border-radius: 0px;
}

.login-phone .el-input-group__append,
.el-input-group__prepend {
	border-radius: 0px;
	color: #0094ff;
	background: #fff;
}

.login-phone .login-btn {
	width: 390px;
	height: 40px;
	margin-top: 30px;
	background: #0094ff;
	color: #fff;
	border-radius: 0px;
	font-size: 20px;
}

.xieyi {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #888888;
}

/*======================= 首页 ============================*/
* {
	margin: 0;
	padding: 0;
}

.map-box {
	position: relative;
	width: 100vw;
	left: 0;
	transition: all ease 0.6s;
}



.baidumap-box {
	position: absolute;
	width: 100vw;
	height: 100vh;
}

.amap-box {
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 100%;
}

.baidumap {
	width: 100%;
	height: 100vh;
}

.amap {
	width: 100%;
	height: 100vh;
}

.table-box {
	position: fixed;
	top: 0;
	width: calc(100% - 30px);
	min-width: 1024px;
	background: #FFFFFF;
	z-index: 99;
	padding: 15px;
}

.table-box {
	display: flex;
	align-items: center;
}

.table-left {
	flex: 1;
	display: flex;
	align-items: center;
}

.table-center .input-with-select {
	width: 500px;
}

.table-center {
	flex: 2;
	display: flex;
	align-items: center;
	justify-content: end;
	padding-left: 30px;
}

.table-left span {
	font-size: 16px;
	color: #888888;
	display: block;
}

.table-left .el-input__inner {
	height: 40px !important;
	border-radius: 0px;
}

.address-box {
	width: 300px;

}

.table-right {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.table-center .el-select .el-input {
	width: 80px;
}

.table-left .btn-sous {
	/* background: #0094ff;
				border-radius: 0px;
				color: #FFFFFF;
				height: 40px;*/
}

.table-left .el-input-group__append,
.el-input-group__prepend {
	border-radius: 0px;
}

.table-right div a {
	width: 30px;
	height: 40px;
	text-decoration: none;
	color: #0094ff;
	padding-right: 20px;
}

.table-right div img {
	width: 40px;
	height: 40px;

}

/* 左边盒子 */
.left-box {
	position: fixed;
	transform: translateY(-50%);
	margin-top: 20px;
	top: 50%;
	left: 20px;
	width: 300px;
	height: calc(100vh - 150px);
	background: #FFFFFF;
	z-index: 99;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #EDEDED;
}

.left-top {
	height: 20px;
	display: flex;
	align-items: center;
	font-size: 12px;
	padding: 10px;
}

.left-center {
	flex: 1;
}

.left-center:nth-child(1) {
	text-align: left;
}

.left-center:nth-child(2) {
	text-align: right;
}

.left-center span {
	color: #FF4D51;
}

.lanse {
	color: #0094ff !important;
	cursor: pointer;
}

::-webkit-scrollbar {
	width: 5px;
	height: 0px;
}


::-webkit-scrollbar-thumb {
	background-color: #dddddd;
	background-clip: padding-box;
	min-height: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #bbb;
}

.vip-list-box {
	padding: 10px;
	height: calc(100% - 100px);
	/* border: 1px red solid; */
	overflow-y: scroll;
}

.list-box {
	margin-top: 10px;
	/* height: 100px; */
	border: 1px #EDEDED solid;
	border-radius: 10px;
	padding: 10px;
}

.list-box .name {
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	padding-top: 5px;
}

.list-box .address {
	font-size: 12px;
	color: #888888;
	padding-top: 5px;
}

.list-box .phone {
	font-size: 12px;
	color: #888888;
	padding-top: 5px;
}

.list-box .biaoshi {
	font-size: 14px;
	color: #ff5500;
}

.page-box {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 右侧个人中心盒子 */
.user-box {
	position: fixed;
	transform: translateY(-50%);
	margin-top: 20px;
	top: 50%;
	right: -100%;
	width: 300px;
	height: calc(100vh - 150px);
	background: #FFFFFF;
	z-index: 99;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #EDEDED;
	transition: all ease 0.5s;
}

.user-top {
	display: flex;
	justify-content: end;
	align-items: center;
	padding: 10px;

}
.user-img{
    flex: 1;
    display: flex;
   
    align-items: center;
    font-size: 12px;
}
.user-img img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.user-img:nth-child(1) {
    justify-content: flex-start;
}
.user-img:nth-child(1)>span{
    padding-left: 12px;
}
.user-img:nth-child(2) {
     justify-content: end;
}
.user-img:nth-child(2)>span{
    cursor: pointer;
}
.vip-time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	border-top: 1px #EDEDED solid;
	border-bottom: 1px #EDEDED solid;
}

.vip-flex {
	flex: 1;
	font-size: 12px;
}

.vip-flex:nth-child(2) {
	text-align: right;
}

.vip-flex span {
	display: inline-block;
	text-align: center;
	line-height: 25px;
	width: 80px;
	height: 25px;
	color: #FFFFFF;
	background-image: linear-gradient(to right, #eac47d, #b89962);
	border-radius: 5px;
}
.vip-flex a{
	text-decoration: none;
}
.record-box {
	padding: 10px;
	height: calc(100% - 108px);
}

.record-title {
	font-size: 12px;
}

.record-list-box {
	height: calc(100% - 36px);
	overflow-y: scroll;
}

.record-list {
	display: flex;
	border-bottom: 1px #EDEDED solid;
	padding-bottom: 10px;
}

.record-left {
	flex: 2;
	font-size: 12px;
}

.record-right {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0094ff;
	font-size: 14px;
}

.record-left div {
	padding-top: 10px;
}

.isUser {
	right: 20px !important;
}

.isAdver-box {
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
	transition: all ease 0.6s;
}

.isAdver-center {
	width: 300px;
	height: 500px;
	text-align: center;
}

.isAdver-center img {
	width: 100%;
	height: 100%;
}

.isAdver-box .close {
	margin-top: 10px;
	width: 40px;
	height: 40px;
}

.slidesize-enter-active {
	animation: bounce-in linear .3s normal;
}

.slidesize-leave-active {
	animation: bounce-in linear .3s reverse;
}

@keyframes bounce-in {
	0% {
		transform: scale(0);
	}

	25% {
		transform: scale(0.25);
	}

	50% {
		transform: scale(0.5);
	}

	75% {
		transform: scale(0.75);
	}

	100% {
		transform: scale(1);
	}
}

.bg-color {
	background: rgba(0, 0, 0, 0);
	pointer-events: none;
}

/* 充值会员 */
.openvip-box {
	width: 100%;
	height: 100vh;
	display: flex;
	/* justify-content: center; */
	/* align-items: center; */
}
.members-box{
	min-width: 240px;
	text-align: center;
	padding: 30px 0;
}
.members-title{
	font-size: 24px;
	font-weight: 600;
}
.members-center{
	padding-top: 30px;
}
.members-list div:nth-child(1) img{
	width: 60px;
	height: 60px;
}
.members-list div:nth-child(2){
	font-size: 14px;
	font-weight: 600;
}
.members-list{
	padding-top: 20px;
}
.openvip-flex {
	flex: 1;
	height: 100%;
	padding: 0 30px;
	border-left: 1px #EDEDED solid;
	box-shadow: 0px 0px 10px #EDEDED;
}

.openvip-title {
	padding-top: 30px;
	font-size: 30px;
	text-align: center;
	color: #0094ff;
	font-weight: 600;
}

.vip-type-box {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* gap: 22rpx; */

}

.type-flex {
	padding: 10px;

}

.type-list {
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px #EDEDED;
	border-radius: 2px;
	border: 1px #EDEDED solid;
}

.type-list div:nth-child(1) {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}

.type-list div:nth-child(2) {
	text-align: center;
	padding-top: 10px;
	color: red;
	font-size: 24px;
	font-weight: 600;
}

.type-list div:nth-child(2) span {
	font-size: 15px;
}

.type-list div:nth-child(3) {
	text-align: center;
	padding-top: 10px;
	font-weight: 600;
	color: #333333;
	font-size: 12px;
}

.setmeal-active {
	position: relative;
	border-radius: 5px;
	border: 1px solid #0094ff;
	box-shadow: 0px 0px 5px #0094ff;
}
.setmeal-active div:nth-child(2) {
	color: red;
}

.setmeal-active::before {
	color: #FFFFFF;
	position: absolute;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	top: -15px;
	left: -15px;
	content: attr(data-centent);
	width: 80px;
	height: 30px;
	background-image: linear-gradient( #0094ff,  #20cfff);
	border-radius: 15px 0 15px 0;
	box-shadow: 0px 0px 5px #0094ff;
}
.pay-typebox{
	padding-top: 15px;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}
.pay-img{
	text-align: center;
}
.pay-img img{
	width: 60px;
	height: 60px;
}
.pay-name{
	font-size: 18px!important;
	color: #333333!important;
}
.pay-active{
	border-radius: 5px;
	border: 1px solid #0094ff;
	box-shadow: 0px 0px 5px #0094ff;
}
.package-box{
	font-size: 18px;
	padding: 20px;
	padding-top: 100px;
	text-align: right;
	font-weight: 600;
}
.package-box span{
	color: red;
}
.pay-btn-box{
	/* display: flex;
	justify-content: center; */
	text-align: center;
	padding-top: 20px;
}
.pay-btn{
	width: 300px;
	height: 50px;
	font-size: 20px;
}
.payCode{
	width: 100%;
	height: 300px;
	text-align: center;
}
.payCode img{
	width: 200px;
	height: 200px;
}
.payCode div:nth-child(2){
	padding-top: 30px;
}






.bg-color {
  background: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}


.login-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-popup .home-login {
  width: 350px;
  background: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
}

.login-popup .home-login .input-with-select .el-input-group__prepend {
  background-color: #fff;
  border-radius: 0px;
}

.login-popup .home-login .input-with-select {
  padding-top: 30px;
}

.login-popup .home-login .el-select .el-input {
  width: 100px;
}

.login-popup .home-login .el-input__inner {
  border-radius: 0px;
}

.login-popup .home-login .login-btn {
  width: 100%;
  height: 40px;
  margin-top: 30px;
  background: #0050FF;
  color: #fff;
  border-radius: 0px;
  font-size: 20px;
  border-radius: 5px;
}

.login-popup .logins-title {
  font-size: 20px;
  font-weight: 600;
  color: #0070FF;
  text-align: center;
}

.login-popup .code-css {
  color: #0094ff !important;
}

.login-popup .wx-login {
  text-align: center;
  padding-top: 15px;
}

.login-popup .wx-login > img {
  width: 35px;
  height: 30px;
  cursor: pointer;
}
