,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	margin: 0
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.el-select-dropdown__item {
	padding: 0 10px
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.text-center {
	text-align: center
}

.el-input__inner {
	border-radius: 24px;
	line-height: 46px;
	height: 46px
}

.el-button {
	height: 46px;
	border-radius: 24px
}

a {
	text-decoration: none;
	cursor: pointer
}

.yt-button {
	outline: 0;
	border-radius: 24px;
	height: 46px;
	line-height: 46px;
	padding: 4px;
	width: 200px;
	margin: 0 auto;
	background: #ffc934;
	color: #fff;
	border: 0
}

.yt-button>div {
	width: 100%;
	height: 100%
}

.yt-button img {
	width: 14px
}

.yt-button span {
	display: inline-block;
	font-size: 14px;
	line-height: 38px;
	position: relative;
	top: -2px;
	margin-left: 10px
}

.btn-group {
	width: 210px;
	margin: 0 auto;
	margin-top: 20px
}

.btn-group .el-button {
	width: 100px
}

.btn-group .el-button:nth-child(2) {
	background: linear-gradient(152deg, #ffaa51, #ffc934);
	border: 0;
	color: #fff
}

.info-left .watch-num {
	height: 21px;
	margin-left: 15px
}

.info-left .watch-num img {
	width: 19px;
	position: relative;
	top: 2px
}

.info-left .watch-num span {
	display: inline-block;
	font-size: 14px;
	color: #222;
	line-height: 22px
}

.info-left .watch-num-vip {
	height: 21px;
	margin-left: 15px
}

.info-left .watch-num-vip img {
	width: 19px;
	position: relative;
	top: 2px
}

.info-left .watch-num-vip span {
	display: inline-block;
	font-size: 14px;
	color: #d9b073;
	line-height: 22px
}

.el-tooltip__popper.light-tip {
	background: #fff;
	border: 0;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow,
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after {
	border-bottom-color: #fff
}

.slide-fade-enter-active {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.slide-fade-leave-active {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.slide-fade-enter,
.slide-fade-leave-to {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0
}

.el-message-box {
	width: 500px
}

.el-message-box .el-message-box__btns,
.el-message-box .el-message-box__message,
.el-message-box .el-message-box__title {
	text-align: center
}

.el-message-box .el-message-box__content {
	margin-top: 40px
}

.el-message-box .el-message-box__btns {
	margin-top: 30px
}

.el-message-box .el-message-box__btns .el-button {
	height: 40px;
	min-width: 100px
}

#nprogress .bar {
	background: #ffc562 !important
}

#nprogress .spinner-icon {
	border-color: #ffc562 !important
}

#nprogress .peg {
	-webkit-box-shadow: 0 0 10px #ffc562, 0 0 5px #ffc562 !important;
	box-shadow: 0 0 10px #ffc562, 0 0 5px #ffc562 !important
}

.background-loading,
[lazy=loading] {
	background-size: 30px auto !important;
	background-position: 50%;
	background-repeat: no-repeat
}

img[lazy=error],
img[lazy=loading] {
	-o-object-fit: scale-down;
	object-fit: scale-down
}

[lazy=loaded] {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

[data-src="/img/error.jpg"],
[lazy=error] {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto 50% !important
}

.vip-item {
	width: 100%;
	position: relative
}

.vip-item .img {
	display: block;
	width: 100%;
	height: 216px
}

.vip-item .box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #ca8059
}

.vip-item .box.box2 {
	color: #4d5c74
}

.vip-item .box.box3 {
	color: #95794b
}

.vip-item .box .top-wrap {
	margin: 20px 15px 45px
}

.vip-item .box .top-wrap .name-wrap {
	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
}

.vip-item .box .top-wrap .name-wrap h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 700
}

.vip-item .box .top-wrap .name-wrap img {
	width: 56px;
	height: 22px;
	margin-left: 10px
}

.vip-item .box .top-wrap h4 {
	margin: 0;
	font-size: 14px;
	margin-top: 5px;
	text-align: left
}

.vip-item .box .con-wrap {
	padding: 0 18px
}

.vip-item .box .con-wrap .money-wrap {
	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;
	margin-bottom: 20px
}

.vip-item .box .con-wrap .money-wrap h2 {
	margin: 0;
	font-size: 16px
}

.vip-item .box .con-wrap .money-wrap h2 span {
	font-size: 24px;
	margin-left: 8px
}

.vip-item .box .con-wrap .money-wrap h6 {
	margin: 0;
	font-size: 16px;
	color: #666;
	letter-spacing: 1px
}

.vip-item .box .con-wrap .money-wrap h6 span {
	margin-left: 5px
}

.vip-item .box .con-wrap.pay {
	background: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px
}

.vip-item .box .con-wrap.pay .con-label-wrap {
	margin-top: 12px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.vip-item .box .con-wrap.pay .con-label-wrap,
.vip-item .box .con-wrap.pay .con-label-wrap div {
	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
}

.vip-item .box .con-wrap.pay .con-label-wrap div img {
	width: 17px;
	height: 17px;
	margin-right: 8px
}

.vip-item .box .con-wrap.pay .con-label-wrap div span {
	font-size: 14px;
	color: #000;
	font-weight: 700
}

.vip-item .box .con-wrap.pay .con-label-wrap span {
	font-size: 12px;
	color: #000
}

.vip-item .box .con-wrap.pay .pay-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 13px
}

.vip-item .box .con-wrap.pay .pay-wrap .pay-wrap-item {
	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;
	cursor: pointer
}

.vip-item .box .con-wrap.pay .pay-wrap .pay-wrap-item .img {
	width: 25px;
	height: 25px;
	margin-bottom: 5px
}

.vip-item .box .con-wrap.pay .pay-wrap .pay-wrap-item span {
	font-size: 14px;
	color: #333;
	font-weight: 700
}

.vip-item .box .con-wrap.pay .pay-wrap .chat {
	font-size: 16px;
	cursor: pointer
}

.vip-item .box a {
	background-image: -webkit-gradient(linear, left top, right top, from(#223a58), to(#17273c));
	background-image: linear-gradient(90deg, #223a58 0, #17273c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF223A58", endColorstr="#FF17273C", GradientType=1);
	width: 140px;
	line-height: 32px;
	display: inline-block;
	border-radius: 30px;
	color: #ffd48c;
	font-weight: 400;
	font-size: 14px;
	-webkit-transition: all .45s ease-out;
	transition: all .45s ease-out
}

.vip-item .box a:hover {
	width: 150px
}

.vip-item .percent-wrap {
	position: absolute;
	top: -8px;
	right: 20px;
	width: 80px;
	height: 48px;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background: url(data:image/png;base64,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);
	background-size: 100% 100%
}

.vip-item .percent-wrap .percent-title {
	font-size: 18px
}

.vip-item .percent-wrap .percent-label {
	margin-top: 5px;
	font-size: 12px
}

,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	margin: 0
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.el-select-dropdown__item {
	padding: 0 10px
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.text-center {
	text-align: center
}

.el-input__inner {
	border-radius: 24px;
	line-height: 46px;
	height: 46px
}

.el-button {
	height: 46px;
	border-radius: 24px
}

a {
	cursor: pointer
}

.yt-button {
	outline: 0;
	border-radius: 24px;
	height: 46px;
	line-height: 46px;
	padding: 4px;
	width: 200px;
	margin: 0 auto;
	background: #ffc934;
	color: #fff;
	border: 0
}

.yt-button>div {
	width: 100%;
	height: 100%
}

.yt-button img {
	width: 14px
}

.yt-button span {
	display: inline-block;
	font-size: 14px;
	line-height: 38px;
	position: relative;
	top: -2px;
	margin-left: 10px
}

.btn-group {
	width: 210px;
	margin: 0 auto;
	margin-top: 20px
}

.btn-group .el-button {
	width: 100px
}

.btn-group .el-button:nth-child(2) {
	background: linear-gradient(152deg, #ffaa51, #ffc934);
	border: 0;
	color: #fff
}

.info-left .watch-num {
	height: 21px;
	margin-left: 15px
}

.info-left .watch-num img {
	width: 19px;
	position: relative;
	top: 2px
}

.info-left .watch-num span {
	display: inline-block;
	font-size: 14px;
	color: #222;
	line-height: 22px
}

.info-left .watch-num-vip {
	height: 21px;
	margin-left: 15px
}

.info-left .watch-num-vip img {
	width: 19px;
	position: relative;
	top: 2px
}

.info-left .watch-num-vip span {
	display: inline-block;
	font-size: 14px;
	color: #d9b073;
	line-height: 22px
}

.el-tooltip__popper.light-tip {
	background: #fff;
	border: 0;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow,
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after {
	border-bottom-color: #fff
}

.slide-fade-enter-active {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.slide-fade-leave-active {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.slide-fade-enter,
.slide-fade-leave-to {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0
}

.el-message-box {
	width: 500px
}

.el-message-box .el-message-box__btns,
.el-message-box .el-message-box__message,
.el-message-box .el-message-box__title {
	text-align: center
}

.el-message-box .el-message-box__content {
	margin-top: 40px
}

.el-message-box .el-message-box__btns {
	margin-top: 30px
}

.el-message-box .el-message-box__btns .el-button {
	height: 40px;
	min-width: 100px
}

#nprogress .bar {
	background: #ffc562 !important
}

#nprogress .spinner-icon {
	border-color: #ffc562 !important
}

#nprogress .peg {
	-webkit-box-shadow: 0 0 10px #ffc562, 0 0 5px #ffc562 !important;
	box-shadow: 0 0 10px #ffc562, 0 0 5px #ffc562 !important
}

.background-loading,
[lazy=loading] {
	background-size: 30px auto !important;
	background-position: 50%;
	background-repeat: no-repeat
}

img[lazy=error],
img[lazy=loading] {
	-o-object-fit: scale-down;
	object-fit: scale-down
}

[lazy=loaded] {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

[data-src="/img/error.jpg"],
[lazy=error] {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto 50% !important
}

 .el-button {
	padding: 10px;
	min-width: 100px
}

*{
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

a {
	text-decoration: none
}

.vip-open {
	width: 100%
}

.vip-open .vip-bg {
	position: absolute;
	width: 100%;
	height: 380px
}

.vip-open .vipContainer {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.vip-open .vip-top {
	height: 380px;
	background: #000 url(../img/bg@2x.f07005b4.jpg) 50% no-repeat;
	background-size: cover
}

.vip-open .vip-top .vip-info {
	text-align: center;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0 15px;
	line-height: 30px;
	position: relative
}

.vip-open .vip-top .vip-info h1 {
	font-size: 18px;
	font-weight: 400;
	color: #ffd896;
	margin: 0 10px
}

.vip-open .vip-top .vip-info div {
	font-size: 14px;
	font-weight: 400;
	color: #ffd896;
	margin: 0 10px;
}

.vip-open .vip-top .vip-info span {
	font-size: 14px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #ffd896;
	margin: 0 5px
}

.vip-open .vip-top .vip-info span em {
	color: #fff;
	font-style: normal;
	font-size: 16px;
	padding: 0 4px
}

.vip-open .vip-top .vip-info .get-vip-img {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	height: 38px;
	cursor: pointer
}

.vip-open .vip-top .vip-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vip-open .vip-top .vip-lists .vip-list-item {
	width: 320px
}

.vip-open .vip-top .vip-lists .vip-list-item.item4 {
	width: 280px
}

.vip-open .vip-top .vip-lists .vip-list-item .percent-wrap {
	right: 10px
}

.vip-open .vip-body h2 {
	font-size: 24px;
	color: #bb8c42;
	text-align: center;
	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;
	font-weight: 500;
	margin-bottom: 30px
}

.vip-open .vip-body h2:after,
.vip-open .vip-body h2:before {
	content: "";
	width: 101px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMoAAAAkCAMAAAD/9VVoAAAAclBMVEXrxofqxofwy4ftxobqv4DmzJnqx4dHcEzrxYbrxob////qxYjqxo7rxobry4nqyoruxorsxYf0yIXuy4v/v5/rxob//6rrxobrxInsxojo0Yvtx4bsxofqxoftxYfqxYbsxYboyIntxYbtyIn/35/qxocwbolUAAAAJnRSTlOZhiJwDApXAIl0AnwkZycYTHcXLAiBA34aawtylzFzg5I4YTgIYuNe2ywAAADGSURBVFjD7dmHFcIwDEVRkYTIJCGd3tv+K6L4wA74YW1wj5v8JYqowblBGBQn4hiUp4hcGZTeKBcGpTbKmUFpjXJnUEqj3BCUxiTHPYKyNMpBCZTEJHIiULKZSToFUNaLaVEqACXzklzDpyTT7pK0CJ7STHeXyGquIVPGvm5LD5HUS4yy3UjYlRf6oezChnTVd51QFNAGAx37eBnHJzI2Ln/RTpKafNLXi/QhJsUUPjx6cCK9Vwxaf6xA8ffIGUqARkV+gPcGhhayjA1RfK0AAAAASUVORK5CYII=)
}

.vip-open .vip-body h2:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMoAAAAkCAMAAAD/9VVoAAAAb1BMVEXrxofqyorwy4fqxofqv4Drxob///9HcEzrxYbtxobmzJnqx4frxobqxo70yIXqxYjry4nuxorsxYfuy4v/v5/rxobrxobsxojrxIn//6ro0Yvtx4bsxofqxoftyIntxYfqxYbsxYb/35/txYbqxockM9PaAAAAJXRSTlOZGCKGDHQCAIlwCldnJBd8J0x3LAiBfmsaAwtylzE4c4OSCGFi8IZJwQAAAMFJREFUWMPd2QcSgzAMRFFRghwghJbey/3PmDUzOYS/b/DGTVrZFMLkiGXBLEAoLzN7MyhPUToG5SFKz6B8RBkYlLsoWwblfJUlQ1D8IkrLoNxEsRxB8VGUokRQNnFbVicCxZvFUhIo1TpaihxA8XoXLdZm6VO8XvZFf+XQd3PaFK8aS3vtj3+K3rExbcsBSOEcMM615zzGoC+SU7iAyklOkQ9qvTgNMSimAIVHX06kBwpaQfF3HErMDApoVMQZ4P0AtziyiIeca+gAAAAASUVORK5CYII=)
}

.vip-open .vip-body h2 span {
	padding: 0 20px
}

.vip-open .vip-body .vip-haopian {
	margin-top: 20px;
	margin-bottom: 40px;
	height: 414px;
	background-image: url(../img/haopian-bg.png);
	background-size: cover
}

.vip-open .vip-body .vip-haopian h2 {
	padding-top: 40px;
	padding-bottom: 30px;
	margin: 0
}

.vip-open .vip-body .vip-haopian ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 1200px
}

.vip-open .vip-body .vip-haopian ul li {
	width: 390px;
	height: 225px
}

.vip-open .vip-body .vip-haopian ul li .el-image {
	width: 390px;
	height: 225px;
	border-radius: 5px
}

.vip-open .vip-body .vip-haopian ul li p {
	text-align: center;
	font-size: 16px;
	margin-top: 19px;
	color: #fff
}

.vip-open .vip-body .vipPrivilege {
	margin-top: 40px;
	padding-bottom: 40px
}

.vip-open .vip-body .vipPrivilege ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.vip-open .vip-body .vipPrivilege ul li {
	width: 286px;
	border-radius: 8px;
	text-align: center;
	position: relative;
	height: 135px;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vip-open .vip-body .vipPrivilege ul li .el-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 286px;
	height: 135px;
	display: inline-block;
	margin-bottom: 15px
}

.vip-open .vip-body .vipPrivilege ul li img {
	position: relative;
	z-index: 9;
	width: 55px;
	margin-top: 25px;
	margin-bottom: 7px
}

.vip-open .vip-body .vipPrivilege ul li p {
	position: relative;
	z-index: 9;
	color: #fff;
	font-size: 16px;
	font-weight: 500
}

.vip-open .vip-body .openVip {
	margin-bottom: 40px;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.vip-open .vip-body .openVip li {
	position: relative;
	width: 390px;
	height: 329px;
	border: 2px solid #eee3d0;
	border-radius: 5px
}

.vip-open .vip-body .openVip li>em {
	position: absolute;
	left: 16px;
	top: -21px;
	width: 54px;
	height: 42px;
	line-height: 42px;
	color: #bb8c42;
	background: #f1e8d9;
	border-radius: 8px;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	font-style: normal
}

.vip-open .vip-body .openVip li .info {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 28px;
	height: 56px;
	margin-top: 24px;
	margin-bottom: 10px;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vip-open .vip-body .openVip li .el-image {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px
}

.vip-open .vip-body .openVip li .el-image img {
	display: block;
	max-height: 336px
}

.vip-open .vip-body .openVip li a {
	color: #fcc435
}

.dialog-status .el-dialog {
	border-radius: 10px;
	width: 490px
}

.dialog-status .el-dialog>div img {
	width: 52px
}

.dialog-status .dialog-footer .el-button {
	width: 150px;
	height: 44px
}

.dialog-status .dialog-footer .cancel {
	border: 1px solid #979797
}

.dialog-status .dialog-footer .confirm {
	background: -webkit-gradient(linear, left top, right top, from(#3a4a6f), to(#1b243c));
	background: linear-gradient(90deg, #3a4a6f, #1b243c);
	color: #ffd48b;
	font-size: 16px;
	font-weight: 700;
	border: none
}

.dialog-body h2 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px
}

.dialog-body p {
	margin-bottom: 10px
}

.dialog-body button {
	font-size: 16px;
	padding: 0;
	letter-spacing: 5px
}

.pay-dialog .el-dialog {
	border-radius: 10px;
	width: 490px
}

.pay-dialog .wrap-title {
	margin-bottom: 15px
}

.pay-dialog .wrap-body ul>li {
	width: 100%;
	border-radius: 6px;
	border: 1px solid #e4e4e4;
	margin-bottom: 6px
}

.pay-dialog .wrap-body ul>li .top-title {
	line-height: 50px;
	position: relative
}

.pay-dialog .wrap-body ul>li .top-title span {
	margin-left: 44px
}

.pay-dialog .wrap-body ul>li .top-title img {
	width: 22px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -11px
}

.pay-dialog .wrap-body ul>li .top-title i {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 24px
}

.pay-dialog .wrap-body ul>li .bottom-body {
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	overflow: hidden
}

.pay-dialog .wrap-body ul>li .bottom-body .el-radio-group {
	width: 100%
}

.pay-dialog .wrap-body ul>li .bottom-body ul li {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
	margin-bottom: 0;
	position: relative
}

.pay-dialog .wrap-body ul>li .bottom-body ul li img {
	width: 22px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -11px
}

.pay-dialog .wrap-body ul>li .bottom-body ul li label {
	display: block;
	line-height: 50px
}

.pay-dialog .wrap-body ul>li .bottom-body ul li label .el-radio__input {
	position: relative;
	left: 400px
}

.pay-dialog .wrap-body ul>li .bottom-body ul li label .el-radio__label {
	position: relative;
	left: 20px
}

.pay-dialog .pop-foot {
	text-align: center
}

.pay-dialog .pop-foot .el-button {
	width: 220px;
	height: 44px;
	background: #ffd076;
	border: 0
}

.pay-dialog .pop-foot .el-button:hover {
	color: #fff
}

 .el-dialog {
	border-radius: 10px;
	background: transparent
}

 .el-dialog .el-dialog__header {
	background: url(../img/dialog-header.png);
	background-size: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

 .el-dialog .el-dialog__header .el-dialog__title {
	font-size: 20px;
	background-image: -webkit-linear-gradient(right, #ffc055, #ffedc4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

 .el-dialog .el-dialog__header .el-dialog__close {
	color: #ffc055
}

 .el-dialog .el-dialog__body,
 .el-dialog .el-dialog__footer {
	background: #fff
}

 .el-dialog .el-dialog__footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}
