.ty-hdys {
	position: relative;
	display: inline-table;
}

.ty-hdys:before {
	content: '';
	width: 100%;
	height: 10px;
	background: linear-gradient(270deg, #FF4444 23%, rgba(141, 141, 141, 0) 100%);
	border-radius: 10px;
	opacity: 1;
	position: absolute;
	bottom: 0px;
	z-index: -1;
}

img {
	border-radius: 10px;
}

.borderradius-no {
	border-radius: 0px !important;
}

.border-radius-10 {
	border-radius: 10px !important;
}

.title-ty-big {
	margin: 30px 0;
	padding: 30px 0;
	
}

.title-ty-big .text {
	position: relative;
	padding: 0 60px;
	display: inline-block;
}

.title-ty-big .text::after {
	position: absolute;
	content: '';
	bottom: -32px;
	left: 0;
	width: 100%;
	border-bottom: 4px solid #E60012;

}

.tybj-boxshow {
	box-shadow: 0 0 10px #999;
}

html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.w1200-center-no {
	width: 1200px;
	margin: auto;
}

.w1200-center {
	width: 1200px;
	margin: 50px auto;
}

.w900 {
	width: 900px;
	float: 0 0 900px;
}

.w900-title-right {
	border-bottom: 1px solid #ccc;
	padding: 15px;
	color: #000;
	margin: 30px 0;
	align-items: center;
	display: flex;
	flex-direction: row;
}

.w900-title-right .anmo-icon {
	float: left !important;
	margin-right: 10px;
}

.anmo-icon-more {
	float: right;
	height: 100%;
	font-size: 14px;
	color: #d0d0d0;
}

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.line-height {
	height: 14px;
	clear: both;
	display: block;
	background: #f5f7f9;
	width: 100%;

}

.inputtitle {
	min-width: 180px;
}

/* 个人中心-功能通用列表 */


.user-wrap {
	/* padding: 0 20px;*/
	margin-top: 18px;
	font-size: 16px;
	color: #222423;
	padding-bottom: 10px;
}

.more-list {
	position: relative;
	padding: 20px;
	display: block;
	/* flex-direction: row; */
	/* justify-content: space-between; */
	/* align-items: center; */
	/* width: 100%;*/
	clear: both;
	text-align: left;
	background: #fff;
}

.borderbot {
	border-bottom: 1px solid #818181;
}

.borderbote3d {
	border-bottom: 1px solid #e3dddd !important;
}

.borderbot999 {
	border-bottom: 1px solid #999;
}

.bordertb000 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.bordertopbot {
	border-top: 1px solid #818181;
}

.marginbot20 {
	margin-bottom: 20px;
}

.more-list-no-border {
	border: 0 !important;
}

.more-list-img {
	height: 56px;
	width: 56px;
	float: left;
	margin-right: 30px;
}

.more-list-icon {
	height: 28px;
	width: 14px;
	position: absolute;
	right: 0px;
}

/* 没有数据通用样式 */

.not-data {
	margin: auto;
	width: 500px;
	padding: 100px 0 0 0;
}

.not-data-icon {
	margin: auto;
	height: 90px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.not-anmao-icon {
	display: block;
	font-size: 150px !important;
	color: #999;
	margin: auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.not-data-text {
	color: #999;
	font-size: 16px;
	line-height: 80px;
	display: block;
	text-align: center;
}

.page-foot {
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 80px;

}




.downico {
	position: fixed;
	right: 20px;
	width: 190px;
	height: 250px;
	overflow: hidden;
	z-index: 88;

	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}

.downico image {
	width: 150px !important;
	height: 150px !important;
	margin-left: 20px;
}

.downico text {
	font-size: 36px;
	color: #FFFFFF;
	background: #b32232;
	border-radius: 10px;
	width: 190px;
	padding: 15px 0;
	text-align: center;
	display: block;
}

.red {
	color: #E60012 !important;
}

.fwhite {
	color: white !important;
}

/*边框*/
.b-bot {
	border-bottom: 1px solid #eee;
}

.none {
	display: none;
}

.w100 {
	width: 100%;
	display: block;
}

.w50 {
	width: 50%;
	display: block;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-row-reverse {
	display: flex;
	flex-direction: row-reverse;
}


.bold {
	font-weight: bold;
}

.flex-row-alin-center {
	align-items: center;
}

.flex-row-alin-top {
	align-items: flex-start;
}

.flex-row-alin-bottom {
	align-items: flex-end;
}

.flex-row-fleft {
	justify-content: flex-start
}

.flex-row-right {
	justify-content: flex-end
}

.flex-flex-grow-1 {
	flex-grow: 1
}

.flex-row-center {
	justify-content: center
}

.flex-row-between {
	justify-content: space-between !important
}

.flex-column-align {
	align-items: center;
}

.flex-column-top {
	align-content: flex-start;
}

.flex-column-center {
	align-content: center;
}

.flex-column-bottom {
	align-content: flex-end;
}

.flex-column-between {
	align-content: space-between;
}

.flex-direction-right {
	flex-direction: row-reverse;
}

.flex-direction-space {
	align-content: space-around;
}

.flex-align-items-between {

	align-items: space-between;
}

.flex-row-center-between {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between !important
}

.wit {
	color: #fff !important;
}

.black {
	color: #000 !important;
}

.bjwit {
	background: #fff !important;
}

.bjblack {
	background: #000 !important;
}

.bjhse {
	background: #F1F1F1 !important;
}

/* 省略号 */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 显示2行变点 */
.ellipsis-lin2 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

/* 显示3行变点 */
.ellipsis-lin3 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

/* 显示5行变点 */
.ellipsis-lin5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.zhanwei50 {
	display: block;
	height: 50px;
	width: 100%;
	clear: both;
}

.zhanwei {
	display: block;
	height: 130px;
	width: 100%;
	clear: both;
}

.zhanwei2 {
	display: block;
	height: 80px;
	width: 100%;
	clear: both;
}

.zhanwei100 {
	display: block;
	height: 100px;
	width: 100%;
	clear: both;
}

.zhanwei110 {
	display: block;
	height: 110px;
	width: 100%;
	clear: both;
}

.zhanwei115 {
	display: block;
	height: 113px;
	width: 100%;
	clear: both;
}

.zhanwei120 {
	display: block;
	height: 120px;
	width: 100%;
	clear: both;
}

.zhanwei150 {
	display: block;
	height: 150px;
	width: 100%;
	clear: both;
}

.zhamwei130 {
	height: 130px;
}

.zhamwei250 {
	height: 250px !important;
}

.zhamwei200 {
	height: 200px !important;
}

.zhanwei300 {
	height: 300px !important;
}

.zhamwei50 {
	height: 50px !important;
}

.zhamwei270 {
	height: 270px !important;
}

uni-tabbar {
	background: #FFFFFF;
	height: calc(120px + env(safe-area-inset-bottom));
	padding-bottom: constant(afe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);

}

.uni-tabbar__item {
	/* padding-bottom:  env(safe-area-inset-bottom);*/
	/* #ifdef H5 */
	margin-bottom: 40px
		/* #endif */
}

.uni-tabbar__icon {
	margin-top: 10px !important;
	width: 48px !important;
	height: 48px !important;
}

.uni-tabbar__label {
	line-height: 1.2 !important;
	font-size: 20px !important;
}


.logo1 {
	width: 180px;
	height: 58px;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-right: 10px;
}



.uni-radio-input {
	width: 26px !important;
	height: 26px !important;
}

.uni-checkbox-input {
	width: 30px !important;
	height: 30px !important;
	margin-top: 10px !important;
}

.uni-radio-input-checked:before,
.uni-checkbox-input-checked:before {
	font-size: 35px !important;
}

.f10 {
	font-size: 10px !important;
}

.f12 {
	font-size: 12px !important;
}

.f14 {
	font-size: 14px !important;
}

.f16 {
	font-size: 16px !important;
}

.f18 {
	font-size: 18px !important;
}

.f20 {
	font-size: 20px !important;
}

.f22 {
	font-size: 22px !important;
}

.f24 {
	font-size: 24px !important;
}

.f26 {
	font-size: 26px !important;
}

.f28 {
	font-size: 28px !important;
}

.f30 {
	font-size: 30px !important;
}

.f32 {
	font-size: 32px !important;
}

.f34 {
	font-size: 35px !important;
}

.f40 {
	font-size: 40px !important;
}

.f44 {
	font-size: 44px !important;
}

.f46 {
	font-size: 46px !important;
}

.f48 {
	font-size: 48px !important;
}

.f50 {
	font-size: 50px !important;
}

.f60 {
	font-size: 60px !important;
}

.f70 {
	font-size: 70px !important;
}

.f80 {
	font-size: 80px !important;
}

.f90 {
	font-size: 90px !important;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-40 {
	margin-left: 40px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-3 {
	margin-top: 3px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mtop-10 {
	margin-top: 10px;
}

.mlr10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mlr20 {
	margin-left: 20px;
	margin-right: 20px;
}

.mlr25 {
	margin-left: 25px;
	margin-right: 25px;
}

.mlr30 {
	margin-left: 30px;
	margin-right: 30px;
}

.mtb60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.pl10 {
	padding-left: 10px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.plr20 {
	padding: 0 20px;
}

.ptb10 {
	padding: 10px 0;
}

.ptb15 {
	padding: 15px 0;
}

.ptb20 {
	padding: 20px 0;
}

.ptb50 {
	padding: 50px 0;
}

.plrtb20 {
	padding: 20px;
}

.plrtb25 {
	padding: 25px;
}



.ty-690 {
	width: 1100px;
	margin: auto;
}

.ty-wit-yj {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 10px;
}

.line {
	background: #EEEEEE;
	width: 100%;
	height: 30px;
}

.datalists {
	position: relative;
	padding: 10px;
	height: auto;
	display: block;
	overflow: hidden;
	background: #F1F1F1;
	box-shadow: -2px -2px 4px 0px #FFFFFF, 2px 2px 4px 0px #E3E4E9;
	border-radius: 5px;
	margin: 15px 0 15px 0;
	font-size: 14px;
	cursor: pointer;
}

.datalists .check-item {
	position: absolute;
	bottom: 10px;
	left: 77px;
	z-index: 9;
}

.datalists label {
	color: #666666;
	margin-right: 20px;
	text-align: right;
	flex: 0 0 150px;
	display: inline-block;
}

.datalists .left-img {
	width: 100px;
	height: 100px;
}

.datalists .left-img image {
	width: 100px;
	max-height: 100px;
}

.datalists .left-img video {
	width: 100px;
	height: 100px;
}

.datalists .right-info-detail {
	margin: 5px 0px 0 20px !important;
	height: 100px;
}

.datalists .nftname {
	max-height: 70px;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}

.datalists .chainstu {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
}

.datalists .chainstu2 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
}

.datalists text {
	color: #000000;
	word-break: break-all;
	white-space: normal;
}

.datalists .but-div {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin-top: 10px;
	border-top: 1px solid #EEEEEE; 

}

.datalists .but-down2 {
	background: #FFFFFF !important;
	color: #C6243C !important;
	border: 1px solid #C6243C !important;
	right: 20px !important;
}

.datalists .but-down {
	border-radius: 5px;
	background: #C6243C;
	color: #FFFFFF;
	padding: 8px 20px;
	border: 1px solid #ffffff;
	margin: 0px 0 0 10px;
	font-size: 12px;
}


.datalists .blindBoxLevel {
	position: absolute;
	left: 10px;
	z-index: 8;
}

.datalists .blindBoxLevel image {
	width: 40px;

}

.ql-container {
	height: auto !important;
	padding: 0 20px !important; 
}

.ql-editor h3 {
	color: #333333;
}

.ql-editor { 
	font-size: 14px;
	word-break: break-all;
	line-height: 55px;
	color: #666;
}

.ql-editor p {
	line-height: 55px;
	width: 100%;
	overflow: hidden;
	height: auto;
	display: block;
	font-size: 16px;
}

.ql-editor img {
	max-width: 100%;
	vertical-align: middle;
	margin: auto;
	display: block !important;
}

.richtextclass {
	width: 100%;
	overflow: hidden;
	padding: 20px;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 45px;
	word-break: break-all;
	display: block;
	color: #333;
}

.richtextclass {
	width: 710px;
	overflow: hidden;
	padding: 20px;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 45px;
	word-break: break-all;
	display: block;
	color: #333;
}

.scrollTop {
	position: fixed;
	bottom: 200px;
	right: 40px;
	z-index: 88;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	border-radius: 100%;
	box-shadow: 0 0 8px #000000;
}

.scrollTop image {
	width: 30px;
	height: 30px;
	margin-top: 10px;
}

.controls-play-my-list {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 8;
	width: 90px;
	height: 90px;
}

.fbold {
	font-weight: bold;
}


.focus-top {
	padding-top: 20px;
}

.focus-header {
	display: block; 
	height: 40px;
	font-size: 18px;
	color: #999;
	display: flex;

}

.focus-header p {
	text-align: center;
	margin: 0 20px;
}

.focus-header .active {
	position: relative;
	color: #C6243C !important;
}

.focus-header .active::after {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -22px;
	width: 44px;
	height: 2px;
	background: #333;
	border-radius: 3px;
	content: "";
}

.f999 {
	color: #999999;
}

.f666 {
	color: #666666;
}

.f333 {
	color: #333333;
}

.fnongs {
	color: #005587;
}

.fdans {
	color: #59b3ff;
}

.img_sh_text {
	position: absolute;
	right: 5px;
	top: 25px;
	width: 120px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	z-index: 12;
	margin-top: 8px;
	color: $anmo-333-color;
	font-size: 12px;
	border-left: 1px solid #FFFFFF;
}

.mygfang {
	padding: 5px;


}

.mygfangtext {
	color: #FFFFFF !important;
	display: block;
	font-size: 14px;
	border-radius: 5px;
	padding: 2px 5px 3px;
	// margin-top: 10px;
}

.mygfangliv4 {
	background: #700000;
}

.codeyanzimgty {
	width: 100px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 88;

}

.codeyanzimgtyimage {
	width: 100px !important;
	height: 40px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.paying {
	position: absolute;
	z-index: 9;
	bottom: 120px;
	left: 100px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, .4);
	padding: 10px 20px;
	border-radius: 20px 0 20px 0;
}

.gfstore {
	position: absolute;
	z-index: 9;
	bottom: 10px;
	left: 5px;
	padding: 0 5px;
	flex: 0 0 180px;
	color: #FFFFFF;

}

.gfstoretext {
	padding: 2px 8px;
	font-size: 14px;
	border-radius: 10px 0 10px 0;
	background: #48000070;
}

.class-menu {

	padding: 30px 0 10px;
	margin-top: -10px;
}

.class-title-menu {}

.nametext {
	margin: 0 30px;
}


.pagination {
	margin: 50px 0;
}

.c333 {
	color: #333;
}

.c666 {
	color: #666;
}

.c999 {
	color: #999;
}

checkbox,
radio {
	transform: scale(0.7);
}

.sortimg {
	width: 30px;
	height: 30px;
}