.vip-route {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: url(../img/card-bg.png);
	background-size: cover
}

.vip-route h2 {
	margin: 0;
	font-size: 16px;
	color: #191919;
	font-weight: 700
}

.vip-route .listone {
	padding-top: 50px;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row
}

.vip-route .listone .list-item,
.vip-route .listone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vip-route .listone .list-item {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vip-route .listone .list-item:first-child {
	width: 70px
}

.vip-route .listone .list-item:nth-child(2),
.vip-route .listone .list-item:nth-child(3),
.vip-route .listone .list-item:nth-child(4) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.vip-route .listone .list-item img {
	height: 35px
}

.vip-route .listone .list-item .item-label {
	margin-top: 3px;
	font-size: 11px;
	color: #ffe1a7
}

.vip-route .btn-wrap {
	margin-top: 25px;
	margin-left: 14px;
	width: 263px;
	height: 47px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffedc4), to(#ffc055));
	background-image: linear-gradient(90deg, #ffedc4, #ffc055);
	border-radius: 32px;
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #62372f;
	cursor: pointer;
	position: relative
}

.vip-route .btn-wrap .btn-title {
	color: #62372f;
	font-size: 14px;
	font-weight: 700
}

.vip-route .btn-wrap .btn-label {
	font-size: 12px;
	margin-top: 5px;
	font-weight: 400
}

.vip-route .btn-wrap img {
	position: absolute;
	right: 0;
	top: -20px;
	width: 80px;
	height: 70px
}

.vip-route-isvip {
	width: 100%;
	height: 100%;
	border-radius: 10px
}

.vip-route-isvip .top {
	padding: 0 20px;
	height: 50%;
	width: 100%;
	background: url(../img/vip-card-top.png);
	background-size: 100% 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.vip-route-isvip .top .top-left .top-left-line1,
.vip-route-isvip .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vip-route-isvip .top .top-left .top-left-line1 div {
	font-size: 16px;
	color: #ffe1a7;
	font-weight: 700
}

.vip-route-isvip .top .top-left .top-left-line1 img {
	margin-left: 8px;
	width: 52px;
	height: 21px
}

.vip-route-isvip .top .top-left .top-left-line2 {
	margin-top: 10px;
	font-size: 12px;
	color: #c0a589
}

.vip-route-isvip .top .top-right {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffedc4), to(#ffc055));
	background-image: linear-gradient(90deg, #ffedc4, #ffc055);
	width: 70px;
	height: 28px;
	border-radius: 14px;
	text-align: center;
	line-height: 28px;
	color: #62372f;
	font-size: 12px;
	cursor: pointer
}

.vip-route-isvip .center {
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../img/vip-card-bottom.png);
	background-size: 100% 100%;
	padding: 0 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.vip-route-isvip .center div {
	font-size: 16px;
	font-weight: 700
}

.vip-route-isvip .center div.center-left .ask-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-family: PingFangSC, PingFangSC-Regular;
	color: #fff
}

.vip-route-isvip .center div.center-left .ask-wrap i {
	margin-left: 5px;
	cursor: pointer;
	color: #999
}

.vip-route-isvip .center div.center-left .center-doll {
	font-size: 12px;
	margin-right: 3px;
	font-family: PingFangSC, PingFangSC-Regular;
	color: #ffa000
}

.vip-route-isvip .center div.center-left .center-doll span {
	font-size: 18px;
	font-weight: 700;
	color: #ffa000
}

.vip-route-isvip .center div.center-right {
	color: #ffa000;
	font-size: 12px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vip-route-isvip .center div.center-right .right-label {
	font-size: 12px;
	color: #c0a589
}

.vip-route-isvip .center div.center-right .bottom-btn {
	margin-top: 12px;
	padding: 0 10px;
	border-radius: 18px;
	border: 1px solid #f9ac04;
	font-weight: 700;
	color: #ffa000;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	cursor: pointer
}

.vip-route-isvip .center span {
	margin-top: 3px;
	font-size: 12px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vip-route-popover {
	background: #515565 !important;
	color: #b1b8d3 !important;
	border: none
}

.vip-route-popover .popper__arrow,
.vip-route-popover .popper__arrow:after {
	border-top-color: #515565 !important
}


.message {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.message .left-wrap {
	width: 290px
}

.message .left-wrap .card-wrap {
	width: 290px;
	height: 194px
}

.message .left-wrap .list {
	margin-top: 20px;
	border-radius: 10px;
	background: hsla(0, 0%, 88.2%, .2)
}

.message .left-wrap .list .list-item {
	cursor: pointer;
	padding: 0 18px
}

.message .left-wrap .list .list-item.activeTab {
	background: hsla(0, 0%, 75.7%, .4)
}

.message .left-wrap .list .list-item .list-item-con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 65px;
	border-bottom: 1px dashed #f0f0f0
}

.message .left-wrap .list .list-item img {
	width: 13px;
	height: 13px;
	margin-right: 5px
}

.message .left-wrap .list .list-item div {
	color: #222;
	font-size: 14px
}

.message .right-wrap {
	margin-left: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.message .right-wrap .right-title {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	padding: 18px 0;
	border-bottom: 1px solid #e0e0e0
}

 .el-dialog {
	border-radius: 10px
}

 .el-dialog .el-dialog__header {
	display: none
}

 .el-dialog .el-dialog__body {
	padding: 0;
	border-radius: 10px
}

.edit-wrap {
	width: 400px;
	border-radius: 10px
}

.edit-wrap .header-wrap {
	height: 55px;
	background-image: linear-gradient(133deg, #ffe549, #ffb41e);
	background-size: 100% 100%;
	position: relative;
	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;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.edit-wrap .header-wrap h3 {
	font-size: 17px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333
}

.edit-wrap .header-wrap i {
	position: absolute;
	right: 20px;
	font-size: 12px
}

.edit-wrap .edit-con {
	padding: 30px 20px
}

.edit-wrap .edit-con .el-input {
	margin-bottom: 20px
}

.edit-wrap .edit-con .el-input .el-input__inner {
	border: none;
	background: #f9f9f9
}

.edit-wrap .edit-con .btn-wrap {
	height: 42px;
	width: 100%;
	border-radius: 21px;
	border: none;
	background: -webkit-gradient(linear, left top, right top, from(#ffe549), to(#ffb41e));
	background: linear-gradient(90deg, #ffe549, #ffb41e);
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000
}