.app-content {
	width: 100%;
	min-height: 100vh;
	-webkit-overflow-scrolling: touch;
	margin: 0 auto;
	background: url("../img/bg.jpg") center center;
	background-size: cover;
	overflow: hidden;
	
}


#app {
	min-height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #474157;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #474157;
}

li {
	font-style: normal;
}

hr {
	max-width: 100px;
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
	border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 200;
	letter-spacing: 1px;
}

p {
	font-size: 16px;
}


/*toast*/

.toast {
	top: 50%;
	left: 50%;
	position: fixed;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
	z-index: 13;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.toast.in {
	-webkit-animation-name: contentZoomIn;
	animation-name: contentZoomIn;
}

.toast .iconfont {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 10px;
	display: block;
}

.toast .iconfont.icon-loading:before {
	display: block;
	-webkit-transform: rotate(360deg);
	animation: rotation 2.7s linear infinite;
}

.toast .text {
	margin: 0;
	text-align: center;
	max-width: 300px;
	color: #fff;
	font-size: 16px;
}


/*toast*/

.kefu {
	width: 60px;
	height: 60px;
	bottom: 70px;
	right: 15px;
	position: fixed;
	z-index: 100;
	vertical-align: middle;
	border-style: none;
}

.van-toast {
	font-size: 15px;
	border-radius: 20px;
}


/*vant*/

.van-list__error-text,
.van-list__finished-text,
.van-loading__text {
	font-size: 14px;
}

.van-loading__spinner {
	font-size: 20px;
	width: 20px;
	height: 20px;
}

.van-pull-refresh__head {
	font-size: 14px;
}

.van-empty__description {
	font-size: 14px;
}

.van-button--danger {
	background: #ff2e63;
	height: 40px;
	font-size: 18px;
}

.van-dialog__message {
	font-size: 18px;
}

.van-collapse-item__wrapper {
	margin-top: -6px;
}

.van-collapse-item__content {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
}

.van-list__finished-text,
.van-loading__text,
.van-empty__description {
	font-size: 18px;
}

.van-grid-item__content {
	background-color: transparent;
	padding: 5px 0
}

.van-grid-item__text {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}


/*vant end*/

.xgplayer {
	z-index: 1;
	height: 100% !important;
	width: 100% !important;
	padding: 0 !important;
}

.pay-list {
	width: 100%;
	margin-top: 5px;
}

.pay-list .pay-btn {
	margin: 5px 0;
	font-size: 18px;
	font-weight: 500;
	color: #d63031;
	width: 100%;
	border: none;
	border-radius: 5px;
	background-image: linear-gradient(to right, #ffeaa7, #FFF940);
}

.pay-btn.cancel {
	color: #fff;
	background-image: linear-gradient(to right, #dfe6e9, #b2bec3);
}

.play-box {
	position: relative;
	width: 100%;
	height: 200px;
}

.pay-content {
	height: 100vh;
	width: 100%;
	background: transparent;
}

.play-box .box-title {
	width: 100%;
	display: flex;
	align-items: center;
	height: 40px;
	z-index: 10;
	color: #fff;
	position: absolute;
	font-size: 18px;
	font-weight: 500;
	right: 0;
	bottom: 0;
}

.video-list {
	padding: 2px;
	position: relative;
	padding-bottom: 50px;
	padding-bottom: calc(50px + constant(safe-area-inset-bottom));
	padding-bottom: calc(50px + env(safe-area-inset-bottom));
}

.video-list .tip-text {
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
	margin-left: 5px;
	white-space: nowrap;
	display: flex;
}

.tip-text .tip-word {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 40%;
	color: red;
}

.video-card {
	display: flex;
	position: relative;
	overflow: hidden;
	padding: 2px;
}

.video-card .van-grid-item__content {
	width: 100%;
	background: transparent;
	border-radius: 5px;
	overflow: hidden;
	padding: 0;
}

.card-main {
	height: 120px;
	width: 100%;
	position: relative;
	/*background-color: red;*/
}

.card-main img {
	height: 100%;
	/*border: solid 1px rgba(208, 215, 222, 0.98);*/
	border-radius: 5px 5px 0 0;
	width: 100%;
	object-fit: cover;
}

.card-main .main-tip-time {
	padding: 2px 3px;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
	/*font-weight: 500;*/
	background-color: rgba(0, 0, 0, 0.38);
	border-radius: 5px 0 5px 0;
}

.card-main .main-tip-info {
	padding: 2px 3px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 12px;
	/*font-weight: bold;*/
	background-color: rgba(0, 0, 0, 0.38);
	border-radius: 0 5px 0 0;
}

.card-main .main-tip-tags {
	display: flex;
	position: absolute;
	top: 0px;
	right: 0px;
}

.card-main .main-tip-tag {
	margin-left: 2px;
	padding: 2px 3px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	background-color: #FFF940;
	border-radius: 5px;
}

.main-tip-tag.bought,
.main-tip-tag.free {
	color: #d63031;
	background-color: #FFF940;
}

.main-tip-tag.hot {
	background-color: #6c5ce7;
}

.main-tip-tag.new {
	background-color: #d63031;
}

.main-tip-info .money {
	color: #d63031;
	font-size: 12px;
}

.video-card .card-title {
	width: 100%;
	margin-top: 2px;
	border-radius: 0 0 5px 5px;
	background-image: linear-gradient(to right, #ff7675, #d63031);
}

.card-title .title-content {
	margin: 0px 5px;
	font-size: 16px;
	font-weight: 900;
	line-height: 20px;
	color: #fff;
	overflow: hidden;
	height: 42px;
	text-overflow: ellipsis;
}

.video-preview {
	position: relative;
	height: 100vh;
	margin: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.video-info {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.video-info img {
	width: 100%;
	height: 50vw;
	border-radius: 5px 5px 0 0;
}

.video-info .video-title {
	background-image: linear-gradient(to right, #ff7675, #d63031);
	border-radius: 0 0 5px 5px;
}

.video-title .title-content {
	margin: 10px 10px;
	;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	overflow: hidden;
	min-height: 40px;
	text-overflow: ellipsis;
}

.box-title .title-content {
	margin: 2px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.vip {
	width: 0;
	height: 0;
	border-top: 25px solid #FFF940;
	border-left: 25px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
}

.tabbar .tabbar-content {
	flex: 1;
	margin: 0 10px;
	display: flex;
	font-size: 18px;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-weight: bold;
}

.tabbar {
	position: fixed;
	bottom: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-image: linear-gradient(to right, #ff7675, #d63031);
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}

.tab-btn {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}

.tip-btn {
	color: #d63031;
	background: #FFF940;
	border: none;
	border-radius: 5px;
	/*padding: 2px 5px;*/
	font-size: 16px;
	font-weight: bold;
	height: 35px;
}

/*页面*/

.app-content {
	height: 100%;
	width: 100%;
	display: flex;
}

.container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-item {
	border-radius: 5px;
	overflow: hidden;
	margin: 10px;
}

.content-item .content-main {
	background: rgba(32, 41, 60, 0.8);
	padding: 20px;
	text-shadow: 0 0 1px #000, 0 0 1px #000;
	color: #ACCDD2;
	font-size: 15px;
	border-radius: 20px;
	/*min-height: 100px;*/
}

.content-main .item {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.item .value {
	box-sizing: unset;
	text-align: center;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	color: #fff;
	flex: 1;
	margin-left: 10px;
	font-size: 15px;
	background: #273249;
	border-radius: 25px;
	border: #3E4E65 2px solid;
}

.item .value input {
	width: 100%;
	background: transparent;
	border: none;
}

.item .value input::placeholder {
	color: #fff;
	opacity: 1;
}

.content-main .item-title {
	text-shadow: 0 0 1px #000, 0 0 1px #000;
	color: #ACCDD2;
	font-size: 15px;
	text-align:right ;
}

.btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.btn-ok {
	width: 100%;
	padding: 5px 10px;
	background: #273249;
	border-radius: 20px;
	border: #3E4E65 2px solid;
	text-shadow: 0 0 1px #000, 0 0 1px #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	height: 40px;
	margin-top: 10px;
}

.btn-ok.main {
	border-color: #B7996C;
	color: #B7996C;
}

.header {
	justify-content: space-between;
	display: flex;
	align-items: center;
	width: 100%;
	position: fixed;
	height: 50px;
	background: rgba(0, 0, 0);
	z-index: 2;
}

.header .tip {
	margin-left: 10px;
	display: flex;
}

.tip .logo {
	height: 45px;
	width: 45px;
	margin-right: 10px;
}

.tip .main-text {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.tip .sub-text {
	color: #ff7200;
	font-size: 12px;
}

.option .download {
	margin-right: 10px;
	height: 35px;
	width: 90px;
}

.user-tip {
	margin-top: 20px;
	font-size: 13px;
	color: #fff;
}

.van-popup--bottom {
	background: transparent;
}

.app-list {}

.app-list .title {
	height: 40px;
	background-image: linear-gradient(to right, #142638, #304C65, #304C65, #142638);
	border: #3E4E65 2px solid;
	border-radius: 10px 10px 0 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
}

.app-list .content {
	background: #20293C;
	padding: 20px;
}

.app-list .app-one {
	margin-bottom: 20px;
}