.wrap{margin:0 auto;width:1000px;overflow:hidden;}
.wrap dl{padding:5px 0;}
.wrap dt{width:20%;line-height:62px;font-size:16px;font-weight:bold;}
.wrap dt:after{margin:22px 3% 0;}
.wrap dd{width:20%;line-height:34px;font-size:14px;}
	
.container {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	position: relative;
}

.permanent-body .container {
	min-height: 100vh;
	background: linear-gradient(180deg, #26180c, #121315 140px);
}

.page-user {
	padding: 66px 22px 44px;
	background: linear-gradient(180deg, #26180C 4%, rgba(38, 24, 12, 0) 100%);
}

.page-user .logo img {
	height: 26px;
}

.page-user .user-title {
	font-size: 26px;
	color: var(--themeColor);
	margin-top: 30px;
}

.page-user form {
	margin-top: 80px;
}

.page-user form .item {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.page-user form .item input {
	border: 1.50px solid #434241;
	border-radius: 16px;
	background: none;
	width: 100%;
	height: 56px;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
}

.page-user form .item i {
	font-size: 24px;
	color: #434241;
	position: absolute;
	right: 20px;
}

.page-user form .item input:focus {
	border-color: var(--themeColor);
}

.page-user form .item input:focus+.iconfont {
	color: var(--themeColor);
}

.page-user .item2 {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.page-user .item2 .item {
	margin: 0;
	width: 55%;
}

.page-user .item2>img {
	width: calc(45% - 10px);
	height: 56px;
	border: 1.50px solid #434241;
	border-radius: 16px;
}

.page-user form button {
	border-radius: 16px;
	background: var(--themeColor);
	width: 100%;
	height: 56px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.page-user .other-link {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 25px;
	font-size: 16px;
}

.page-user .other-link a {
	color: var(--themeColor);
	display: inline-block;
	border-bottom: 1px solid var(--themeColor);
	padding-bottom: 1px;
}


.page-user .login-link {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 25px;
	font-size: 16px;
}

.page-user .login-link .right a {
	color: var(--themeColor);
	display: inline-block;
	border-bottom: 1px solid var(--themeColor);
	padding-bottom: 1px;
}

.page-user .agreement {
	margin-top: 152.50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-user .agreement label input {
	display: none;
}

.page-user .agreement label .bg {
	width: 17.50px;
	height: 17.50px;
	border-radius: 2px;
	border: 1px solid #B8B8B9;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.page-user .agreement label input:checked+.bg {
	background-image: url(../images/agree.png);
	border: none !important;
}

.page-user .agreement span {
	margin-left: 5px;
	font-size: 14px;
}

.danke-main {
	padding: 0 16px;
	padding-bottom: 80px;
}

.danke-main.style {
	min-height: 100vh;
}

.danke-main .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -16px;
    margin-bottom: 15px;
    padding: 25px 16px 10px;
    background: linear-gradient(180deg, #26180c, #121315 140px);
    position: sticky;
    top: 0;
    z-index: 99;
}

.danke-main .header.style {
	padding-bottom: 10px;
	margin: 0 -16px;
	padding-left: 16px;
	padding-right: 16px;
}

.danke-main .header .logo img {
	height: 21px;
}

.danke-main .header .search img {
	height: 20px;
}

.danke-main .header .back img {
	height: 24px;
}

.danke-list {
	margin-bottom: 17.50px;
}

.danke-list.style {
	margin: 0 -16px;
	padding: 20px 16px;
}

.danke-list .list-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.danke-list .list-title span {
	font-size: 18px;
	color: #B8B8B9;
}

.danke-list .list-title a {
	font-size: 14px;
	color: var(--themeColor);
}

.danke-list .item-all {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 15px;
}

.danke-list .item-all a.item {
	display: block;
	width: calc(50% - 3.50px);
	margin-bottom: 4px;
}

.danke-list .item-all a.item .img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.danke-list .item-all a.item .img .hit {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8px 10px;
	display: flex;
	align-items: center;
	gap: 4px;
	color: #fff;
	font-size: 12px;
	width: 100%;
	justify-content: flex-end;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .5));
}

.danke-list .item-all a.item .img .hit img {
	height: 14px;
}

.danke-list .item-all a.item .img>img {
	width: 100%;
	/*height: 20.33vw;*/
	object-fit: cover;
	display: block;
}

.danke-list .item-all a.item .title {
	font-size: 14px;
	line-height: 1.35;
	margin-top: 7.50px;
}

.permanent-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.permanent-footer .footer {
	height: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 0px;
	background: #0C0D0E;
	max-width: 750px;
	margin: 0 auto;

}

.permanent-footer .footer a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 12px;
}

.permanent-footer .footer a img {
	
	margin-bottom: 6px;
}

.permanent-footer .footer a img.hover {
	display: none;
}

.permanent-footer .footer a.active {
	color: var(--themeColor);
}

.permanent-footer .footer a.active img {
	display: none;
}

.permanent-footer .footer a.active img.hover {
	display: block !important;
}

.permanent-footer .show-cate {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	background: var(--themeColor);
	position: absolute;
	right: 16px;
	bottom: calc(100% + 42px);
	z-index: 99;
	font-size: 12px;
	color: #121315;
	cursor: pointer;
}

.permanent-footer .show-cate img {
	height: 32px;
	margin-bottom: 2px;
}



.danke-cate {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	overflow-x: hidden;
	pointer-events: none;
}

.danke-cate.active {
	pointer-events: all;
}

.danke-cate .danke-layer-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.5);
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease;
}

.danke-cate.active .danke-layer-bg {
	opacity: 1;
}

.danke-cate .box {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: auto;
	height: 100%;
	padding: 25px 0 0;
	background: linear-gradient(177deg, rgb(54, 28, 12, 0.9) -1%, rgb(18, 19, 21, 0.9) 18%);
	border-radius: 0 16px 0 0;
	transform: translateX(-100%);
	transition: all 0.5s ease;
}

.danke-cate.active .box {
	transform: translateX(0);
}

.danke-cate .box .logo {
	margin-left: 26px;
}

.danke-cate .box .logo img {
	height: 21px;
}

.danke-cate .box ul {
	text-align: center;
	height: calc(100% - 125px);
	overflow-y: auto;
	padding: 0 22px;
	margin-top: 21px;
}

.danke-cate .box ul a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	border-radius: 32px;
	font-size: 15px;
	padding: 0 22px;
	background: #1B1B1B;
	color: #fff;
	margin-bottom: 14px;
}

.danke-cate .box ul li:last-child a {
	margin: 0;
}

.danke-cate .box ul li.active a {
	background: var(--themeColor);
	color: #121315;
}

.danke-cate .box .hidden-cate,
.danke-cate .box .logout {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 44px);
	height: 40px;
	border-radius: 14px;
	border: 1px solid #FD9900;
	font-size: 14px;
	color: var(--themeColor);
	gap: 7px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.danke-cate .box .hidden-cate img,
.danke-cate .box .logout img {
	height: 14px;
}





.video-play {
	padding-bottom: 56%;
	position: relative;
	height: 0;
	overflow: hidden;
	margin: 0 -16px;
}

.video-play .MacPlayer {
	position: absolute
}


.video-desc {
	margin: 0 -16px;
	padding: 20px 16px;
	font-size: 16px;
	line-height: 1.3;
	border-bottom: 1px solid #2a2b2d;
}

.video-desc .tag {
	margin-top: 8px;
}

.video-desc .tag a{
	background: rgba(253, 153, 0, 0.1);
	border-radius: 2px;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	padding: 0 5px;
	color: var(--themeColor);
}


.search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px 10px;
    margin: 0 -16px;
    margin-bottom: 12px;
    position: sticky;
    top: 0;
    z-index: 99;
    background: linear-gradient(180deg, #26180c, #121315 140px);

}

.search-header form {
	width: 88%;
	display: flex;
	align-items: center;
	position: relative;
}

.search-header form input {
	width: 100%;
	height: 44px;
	border-radius: 22px;
	background: #271f19;
	font-size: 15px;
	padding: 0 15px 0 42px;
	color: #fff;
}

.search-header form img {
	height: 17px;
	position: absolute;
	left: 16px;
}

.search-header a {
	font-size: 16px;
	color: var(--themeColor);
}

.search-item {
	padding-bottom: 12.50px;
}

.search-item .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.search-item .title span {
	font-size: 16px;
}

.search-item .title a img {
	height: 24px;
}

.search-item .once-all {
	display: flex;
	flex-wrap: wrap;
}

.search-item .once-all a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	background: #1B1B1B;
	font-size: 15px;
	padding: 0 22px;
	border-radius: 32px;
	margin-right: 8px;
	margin-bottom: 10px;
}




.search-result .result-title {
	font-size: 16px;
	margin-bottom: 15px;
}

.search-result .result-title span {
	color: var(--themeColor);
}

.search-result a.item {
	display: block;
	background: #1B1B1B;
	border-radius: 10px;
	padding: 12px;
	margin-bottom: 12px;
}

.search-result a.item .title {
	font-size: 15px;
	line-height: 1.35;
	margin-bottom: 12px;
}

.search-result a.item .title span {
	color: var(--themeColor);
}

.search-result a.item .img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.search-result a.item .img .hit {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	gap: 4px;
	color: #fff;
	font-size: 12px;
	width: 100%;
	justify-content: flex-end;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .5));

}

.search-result a.item .img .hit img {
	height: 14px;
}

.search-result a.item .img>img {
	width: 100%;
	/*height: 48vw;*/
	object-fit: cover;
	display: block;
}
