.content {
	flex: 1;
	overflow-y: auto;
	width: 100%
}
.page{
	padding:20px 0;
	margin:0 auto;
	display:inline-block;
}
.tiaozhuan{
	display:inline-block;
	overflow:hidden;
	float:left;
	margin-left:10px;
}
.tiaozhuan input{
	width:40px;
	height:26px;
	font-size:1rem;
	text-align:center;
	border:1px #ed3d01 solid;
	float:left;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.tiaozhuan div{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#ed3d01;
	color:#fff;
	font-size:1rem;
	float:left;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.pagination{
	float:left;
	overflow:hidden;
}
.page-num{
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	float:left;
	line-height:30px;
	background-color:#ed3d01;
	color:#fff;
	font-size:1rem;
	border-radius:5px;
	margin-right:6px;
	text-decoration:none;
	margin-bottom:10px;
	text-align:center;
}
.page-num.page-num-current{
	background-color:#fff;
	color:#ed3d01;
	width:28px;
	height:28px;
	line-height:28px;
	border:1px #ed3d01 solid;
}
.page-num:last-child{
	margin-right:0px;
}
.balance,.modal-content,body {
	color: #fff;
	background-size: auto;
	background-repeat: no-repeat
}

.tag-menu {
	display: flex;
	flex-direction: column
}

.home,.player {
	background-image: url(bg_orange.a85c66f5.jpg);
	background-size: cover
}

.cart-top,.clip-title,.top-key {
	color: #fff
}

.bind-input1 {
	color: #000;
	background: #fff;
	border: 1px solid #585858
}

.icon-fav,.icon-search,.icon-top {
	color: #fff!important;
	fill: #fff!important
}

.tag-item,.top-key {
	background: #ed3d01;
	color: #fff;
	border: 1px solid #fff
}

.key-txt,.txt-date {
	color: #db0b01
}

.btn-bind {
	background: #f90;
	color: #000
}

.btn-bind,.btn-bind2 {
	border: 1px solid #fff
}

.btn-bind2 {
	background: hsla(0,0%,100%,.1);
	color: #fff
}

.tag-box {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	display: flex;
	height: auto;
	flex-flow: wrap;
	justify-content: space-between
}

.tag-item {
	margin: .2rem .1rem;
	font-weight: 700;
	border-radius: .5rem;
	padding: .2rem .5rem;
	text-decoration: none
}

.tab-nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 3rem;
	z-index: 1000;
	background-color: #ff7d1f;
	border-top: 2px solid #fff;
	justify-content: space-between
}

.tab-btn,.tab-nav {
	display: flex;
	align-items: center
}

.tab-btn {
	border-radius: .5rem;
	background: transparent;
	height: 2rem;
	width: 88%;
	color: #fff;
	border: 1px solid hsla(0,0%,100%,.5);
	justify-content: center
}

.hot {
	background: #db0b01;
	color: #fff;
	font-weight: 700;
	border: none
}

.modal-content {
	background: #7b0707
}

.marque-box {
	color: #000
}

.clip-title {
	margin: .4rem .5rem;
	width: 95%
}

.clip-title .char {
	font-size: 1rem;
	white-space: break-spaces;
	overflow: hidden;
	text-overflow: clip;
	color: #000;
	line-height: 1.3rem;
	height: 2.6rem
}

.clip-subtitle {
	text-align: right;
	color: #fff;
	font-size: .8rem;
	background: #339;
	position: absolute;
	opacity: .8;
	bottom: 0;
	width: 100%
}

.clip-subtitle a {
	color: #468189
}

.clip-icon {
	color: #ff8dae
}

.image-list {
	display: flex;
	flex-wrap: wrap
}

.image-item {
	width: 30%;
	margin: .8rem;
	text-align: center
}

.error,.loading {
	text-align: center;
	margin-top: 1.5rem
}

.sticky-tag-menu {
	background-color: #fff
}

.img-box {
	margin-top: .5rem;
	flex-direction: column;
	display: flex;
	width: 50%;
	justify-content: center;
	float: left
}

.img-out {
	width: 98%;
	background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 0;
	padding-bottom: 56.52%;
	position: relative;
	border-radius: .5rem;
	margin: 0 auto
}

.img-out img {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: .5rem
}

.mysec {
	background-origin: content;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat
}

.recom {
	color: #969696;
	font-size: .8rem;
	line-height: 1.5rem;
	height: 1.5rem;
	margin-top: .1rem
}

.recom i,.recom span {
	margin: 0 .3em
}

.tab-item {
	text-align: center;
	flex: 1;
	color: #333;
	text-decoration: none;
	display: flex;
	justify-content: center
}

.tab-item.router-link-exact-active {
	color: #42b983;
	font-weight: 700
}

.modal {
	z-index: 1050;
	display: flex;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background-color: rgba(0,0,0,.7)
}

.modal,.modal-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.modal-bg {
	z-index: 1040;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-dialog {
	position: relative;
	width: 100%;
	z-index: 1050;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.modal-content {
	padding: .5rem;
	width: 94%;
	max-height: 90%;
	overflow: scroll
}

.modal-title {
	font-size: 2rem;
	font-weight: 700;
	text-align: center
}

.modal-body {
	padding: .5rem
}

.modal-header {
	border-bottom: none
}

.modal-header i {
	color: #000;
	font-size: 1rem
}

.modal-close {
	line-height: 3rem;
	width: 100%;
	height: 2rem;
	display: flex;
	justify-content: space-between
}

#buyThumb {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: 50%
}

.thumb-box {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative
}

.close {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	background: none;
	border: none;
	margin-top: -.5rem;
	margin-right: 0
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

#btn-pack {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.btn-box2 {
	width: 70%
}

.pay-tip {
	color: #ffca00;
	background: hsla(0,0%,100%,.1);
	width: 80%
}

.pay-tip,.pay-tip2 {
	height: 2rem;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	border-radius: .2rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.pay-tip2 {
	color: red;
	background: #fff;
	width: 100%
}

.pay-box {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 3rem
}

.pay-box,.pay-btn {
	display: flex;
	align-content: center;
	align-items: center
}

.pay-btn {
	width: 50%;
	flex-direction: column;
	justify-content: center;
	margin: .8rem 0
}

.pay-icon {
	width: 90%
}

.pay-icon img {
	width: 100%;
	border-radius: .8rem
}

#pay-title {
	font-size: 1.5rem;
	text-align: center;
	font-weight: 700;
	color: #f90;
	margin: 10px auto
}

.pop-msg {
	font-size: 1.1rem;
	font-weight: 700;
	color: #6cde12;
	margin: .8rem auto
}

.short-url {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.5rem;
	color: lime;
	width: 100%
}

.link {
	flex: 1;
	flex-wrap: wrap;
	word-break: break-all;
	font-size: 2rem
}

.auto-account,.link {
	width: 100%;
	display: flex;
	justify-content: center;
	font-weight: 700
}

.auto-account {
	background: #fff;
	flex-direction: row;
	font-size: 1rem;
	color: blue;
	align-items: center;
	border: 2px solid red
}

.auto-account .phone {
	color: red;
	font-size: 1.8rem;
	font-weight: 700
}

.copy-url {
	background: blue;
	color: #fff;
	border-radius: .8rem;
	width: 3rem;
	margin-left: .5rem
}

.copy-url,.font-bold2 {
	text-align: center;
	font-size: 1rem
}

.font-bold2 {
	margin: .8rem auto;
	font-weight: 700;
	color: #f90
}

.font-bold {
	font-size: 1rem;
	color: #fff;
	margin: 8px auto
}

.pay-wait {
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.pay-wait-tip {
	font-size: 2rem;
	background: #fff;
	color: #2eb872;
	font-weight: 700
}

#vtitle {
	word-wrap: break-word
}

.btn-bind,.btn-bind2 {
	width: 100%;
	border-radius: .5rem;
	height: 2.2rem;
	margin: 1rem auto;
	font-weight: 700
}

.btn-bind,.btn-bind2,.btn-skip-top {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}

.btn-skip-top {
	width: 3rem;
	height: 3rem;
	background-position: 50% 50%;
	background-size: contain;
	color: #fff;
	text-decoration: none;
	border-radius: 20rem;
	background-color: rgba(0,0,0,.6);
	position: fixed;
	bottom: 4rem;
	right: 1rem;
	z-index: 1000;
	align-content: center
}

.icon-up {
	width: 2.5rem;
	height: 2.5rem
}

.icon-close,.icon-up {
	color: hsla(0,0%,100%,.8);
	fill: hsla(0,0%,100%,.8)
}

.icon-close {
	width: 1.8rem;
	height: 1.8rem
}

.form-box {
	display: flex;
	flex-direction: column
}

.form-row {
	width: 100%;
	margin: .8rem auto;
	display: flex
}

.bind-input2 {
	line-height: 2rem;
	color: #fff;
	background: #1a1a1a;
	border: 1px solid #585858
}

.bind-input1,.bind-input2 {
	width: 100%;
	height: 2rem;
	border-radius: .5rem;
	font-size: 1.1rem;
	flex: 1
}

.btn-buyit {
	background: #ff9000;
	margin: .2rem auto
}

.btn-buyit,.btn-buyit2 {
	color: #000;
	width: 100%;
	font-weight: 700;
	border: none;
	border-radius: .4rem;
	height: 2rem;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.btn-buyit2 {
	background: #ffc;
	margin: .6rem auto
}

.container {
	padding: 0;
	width: 100%
}

#navSearch {
	height: 2rem;
	justify-content: space-between;
	margin: 10px auto
}

#navSearch,#search-mid {
	display: flex;
	flex-direction: row
}

#search-mid {
	text-align: center;
	justify-items: center;
	justify-content: center;
	flex: 1;
	border-radius: 1.5rem;
	background-color: hsla(0,0%,100%,.1);
	box-shadow: none;
	margin: 0 .5rem;
	height: 2.2rem;
	line-height: 2.2rem
}

.search-left {
	width: 4rem;
	margin-left: .5rem
}

.search-right {
	text-align: center;
	flex-direction: column;
	color: #fff;
	background: blue;
	border-radius: .5rem;
	width: 2.5rem;
	margin: 0 .1rem;
	font-size: .9rem
}

.icon-box,.search-right {
	display: flex;
	justify-content: center;
	height: 2rem
}

.icon-box {
	width: 2rem;
	align-items: center
}

.icon-search {
	width: 2rem;
	height: 2rem;
	margin: 0 .1rem
}

#txt-key {
	height: 2rem;
	line-height: 2rem;
	color: #000;
	background: transparent;
	align-self: center;
	border: 0;
	width: 60%;
	font-size: 1rem
}

#txt-key::-webkit-input-placeholder {
	color: #000
}

#txt-key::-moz-placeholder {
	color: #000
}

#txt-key:-ms-input-placeholder {
	color: #000
}

#txt-key:-moz-placeholder {
	color: #000
}

.priceStyle {
	font-size: 1.2rem
}

.cart-top {
	font-weight: 700;
	height: 30px;
	justify-content: flex-start;
	border-radius: 6px;
	margin: 6px 0
}

.cart-top,.title {
	width: 100%;
	display: flex;
	align-items: center
}

.title {
	background: #019fe8;
	color: #fff;
	font-size: 1.4em;
	justify-content: center;
	height: 2em
}

.check-box {
	background: #fff;
	width: 100%;
	height: 100%;
	color: #000;
	flex-direction: column
}

.check-box,.txt {
	display: flex;
	align-items: center
}

.txt {
	font-size: 1.2em;
	justify-content: center;
	margin: 1em auto
}

.time-txt {
	color: red;
	margin: 0 2px
}

.btn-home {
	background: #019fe8;
	color: #fff;
	width: 80%;
	text-align: center;
	font-size: 1.1em;
	height: 36px;
	line-height: 36px;
	border-radius: 10px;
	margin-top: 2em
}

.tab {
	border: 1px solid red;
	border-radius: 5px;
	margin: 2px;
	font-size: 1em;
	color: red;
	padding: 2px
}

.err-box {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	flex-direction: column
}

.btn {
	background: #ff9000;
	color: #000;
	width: 96%;
	margin: 4px auto;
	font-weight: 700;
	border: none;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	font-size: 16px
}

.home {
	display: flex;
	flex-direction: column;
	height: 100vh;
	flex: 1;
	overflow-y: auto
}

.search-top {
	margin: 10px auto;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: flex-start;
	align-items: center
}

.top-key {
	border-radius: 5px;
	font-size: .9em;
	padding: 3px 6px;
	margin: 0 10px
}

.icon-top {
	width: 26px;
	height: 26px;
	fill: #f90;
	color: #f90;
	margin: 0 5px
}

.avatar {
	display: flex;
	flex-direction: row;
	align-items: center
}

.avatar img {
	width: 60px;
	height: 60px;
	margin: 10px;
	border: 3px solid #fff;
	border-radius: 40px
}

.balance {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-top: 15px;
	padding-bottom: 15px
}

.balance-row {
	display: flex;
	flex-direction: column;
	width: 30%;
	justify-content: center;
	background: hsla(0,0%,100%,.1);
	align-items: center;
	border-radius: 10px;
	padding: 8px 0
}

.balance-val {
	color: #f90;
	margin: 3px 0;
	font-size: 16px;
	font-weight: 700
}

.balance-tip {
	color: #fff
}

.login-btn-box {
	width: 90%;
	margin: 10px auto
}

.user-key {
	border-bottom: 1px solid hsla(0,0%,100%,.1);
	margin: .8rem 0;
	display: flex;
	flex-direction: row;
	height: 2rem;
	align-items: center;
	padding-bottom: .5rem
}

.key-label {
	margin: 0 .5rem 0 1rem
}

.key-txt {
	border-radius: .5rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 .8rem;
	font-weight: 700
}

.user-info {
	display: flex;
	flex-direction: column;
	flex: 1
}

.info-row1 {
	font-size: 1.2em;
	height: 30px;
	line-height: 30px;
	display: flex;
	flex-direction: row
}

.info-row2 {
	font-size: .9em;
	height: 24px;
	line-height: 24px
}

.uname {
	font-weight: 700
}

.txt-date {
	margin: 0 8px
}

.btn-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 20px 15px
}

.play-btn {
	width: 25%;
	height: 30px;
	font-size: 1.1em;
	color: #000;
	font-weight: 700;
	border-radius: 5px;
	text-align: center;
	background: #f90;
	display: flex;
	justify-content: center;
	align-items: center
}

.recom-list {
	margin-top: 20px
}

.recom-title {
	display: flex;
	flex-direction: row;
	height: 40px;
	line-height: 40px;
	align-items: center
}

.btn-rand {
	border: 1px solid #f90;
	font-size: .8em;
	margin-left: 10px;
	border-radius: 5px;
	width: 60px;
	text-align: center;
	height: 24px;
	line-height: 24px
}

.icon-fav {
	width: 26px;
	height: 26px;
	margin: 0 6px
}

.pay-page {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 100%;
	width: 100%
}

.to-browser {
	width: 100%;
	background-image: url(/client/static/img/browser1.15750339.jpg);
	background-size: cover;
	background-position: 50%;
	padding-top: 177.78%;
	position: relative
}

.copy-tip {
	color: red;
	font-weight: 700
}

.btn-copy {
	background: #004cff;
	color: #fff;
	width: 50%;
	margin: 8px auto;
	font-weight: 700;
	border: none;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center
}

#form-box {
	display: none
}

.app-img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.marque-box {
	height: 1rem;
	line-height: 1rem;
	margin: .5rem auto;
	width: 100%
}

.carousel-container {
	overflow: hidden;
	width: 100%;
	background: blue;
	height: 1.5rem;
	line-height: 1.5rem;
	color: #fff;
	font-weight: 700
}

.carousel-track {
	white-space: nowrap;
	animation: scroll 20s linear infinite
}

.carousel-item {
	flex: 0 0 auto;
	display: inline-block
}

@keyframes scroll {
	0% {
		transform: translateX(100%)
	}

	to {
		transform: translateX(-100%)
	}
}

.loading {
	width: 100%;
	height: 100%;
	background: #fff;
	justify-content: center;
	align-items: flex-start;
	display: flex;
	color: #000;
	font-size: 1.5rem;
	margin: 0
}

.land {
	font-size: .8rem;
	color: hsla(0,0%,100%,.5)
}

.row-box {
	width: 100%;
	margin: 1.5rem 0
}

.tip-title {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5rem
}

.tip-txt {
	font-size: 1.5rem;
	color: #f0f;
	line-height: 1.8rem
}

.phone-num {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 80%;
	margin: 1rem auto;
	border-radius: 1rem;
	height: 3rem;
	font-weight: 700;
	color: red;
	font-size: 1.5rem
}

.qr-code canvas {
	width: 200px;
	height: 200px
}

.best {
	font-size: 12px;
	position: absolute;
	top: 2px;
	right: 2px;
	border-radius: 5px;
	padding: 1px 2px;
	display: flex;
	align-items: center
}

.best,.play-tip {
	background: red;
	color: #fff
}

.play-tip {
	border-radius: .5rem;
	font-size: 1rem;
	font-weight: 700;
	padding: .2rem;
	line-height: 1.5rem
}