* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: OPPOSans, -apple-system, BlinkMacSystemFont, Apple Color Emoji,
		Segoe UI Emoji, Segoe UI Symbol, Segoe UI, PingFang SC, Hiragino Sans GB,
		Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

input,
textarea,
select,
button {
	resize: none;
}


@font-face {
	font-family: 'icon';
	src: url('../fonts/iconfont.eot') format('embedded-opentype'),
		url('../fonts/iconfont.ttf') format('truetype'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.svg') format('svg');
}

.icon {
	font-family: "icon" !important;
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-down:before {
	content: "\e916";
}

.icon-sort:before {
	content: "\e915";
}

.icon-clean:before {
	content: "\e914";
}

.icon-playon:before {
	content: "\e900";
	/*color: #fff;*/
}

.icon-dark:before {
	content: "\e901";
}

.icon-search:before {
	content: "\e902";
}

.icon-yingpian:before {
	content: "\e903";
}

.icon-home:before {
	content: "\e904";
}

.icon-dianying:before {
	content: "\e905";
}

.icon-zongyi:before {
	content: "\e906";
}

.icon-dongman:before {
	content: "\e907";
}

.icon-tv:before {
	content: "\e908";
}

.icon-top:before {
	content: "\e909";
}

.icon-report:before {
	content: "\e90a";
}

.icon-hot:before {
	content: "\e90b";
}

.icon-special:before {
	content: "\e90c";
}

.icon-selected:before {
	content: "\e90d";
}

.icon-play:before {
	content: "\e90e";
}

.icon-right:before {
	content: "\e90f";
}

.icon-left:before {
	content: "\e910";
}

.icon-light:before {
	content: "\e911";
}

.icon-history:before {
	content: "\e912";
}

.icon-pen:before {
	content: "\e913";
}


a {
	text-decoration: none;
	color: inherit;
}

ul,
li {
	list-style: none;
}

img {
	user-select: none;
}

html {
	--colors-blue: #78c14b;
	--colors-blue1: #78c14b;
	--colors-gray: #696969;
	--colors-gray500: #f5f5f5;
	--colors-gray501: #f5f5f5;
	--colors-font: #2e343f;
	--colors-font0: #31430c;
	--colors-font1: rgba(46, 52, 63, 0.5);
	--colors-font2: rgba(46, 52, 63, 1);
	--colors-font3: rgba(0, 0, 0, 0.3);
	--colors-font4: #2e343f;
	--colors-font5: rgba(46, 52, 63, 0.8);
	--colors-font6: rgba(0, 0, 0, 0.5);
	--colors-font7: #ffffff;
	--colors-green: #9ecc3e;
	--colors-white: #fff;
	--colors-white1: #fff;
	--colors-white2: #fff;
	--colors-white3: rgba(255, 255, 255, 0);
	--colors-white4: #fff;
	--colors-white5: #fff;
	--colors-white6: rgba(255, 255, 255, 0.8);
	--colors-white7: rgba(255, 255, 255, 0.95);
	--colors-white8: rgba(255, 255, 255, 0.5);
	--colors-yellow92: #ff5c00;
	--colors-yellow138: #ff8a00;
	--colors-yellow199: #ffc700;
	--colors-yellow204: #fdf2cc;
	--colors-blue55: #6978ff;
	--colors-blue0255: #e6edff;
	--colors-blue250: #3a6afa;
	--colors-blue255: #4e5fff;
	--colors-green1: rgba(120, 193, 75, 0.1);
	--colors-green12: #31430c;
	--colors-green58: #24863a;
	--colors-green61: #97c13d;
	--colors-green164: #45b164;
	--colors-green204: #e8fdcc;
	--colors-gray7: #f6f5f7;
	--colors-gray126: #7e7e7e;
	--colors-gray168: #a8a8a8;
	--colors-gray223: #dfdfdf;
	--colors-gray235: #ebebeb;
	--colors-gray239: #ebecef;
	--colors-gray241: #f1f1f1;
	--colors-gray242: #f2f2f2;
	--colors-gray250: #fafafa;
	--colors-gray255: #f2f5ff;
	--colors-gray260: #e9ecef;
	--colors-brown13: #65370d;
	--colors-black: #000;
	--colors-black1: #000;
	--colors-black2: #000;
	--fontSizes-1: 12px;
	--fontSizes-2: 14px;
	--fontSizes-3: 16px;
	--fontSizes-4: 18px;
	--fontSizes-5: 20px;
	--sizes-bp1w: 1440px;
	--sizes-full: 100%;
}

body[theme="dark"] {
	--colors-blue: #78c14b;
	--colors-blue1: #ffffff;
	--colors-gray: #fff;
	--colors-gray500: #2d2f3c;
	--colors-gray501: rgba(9, 11, 24, 1);
	--colors-font: #ffffff;
	--colors-font0: #ffffff;
	--colors-font1: rgba(255, 255, 255, 0.5);
	--colors-font2: rgba(255, 255, 255, 1);
	--colors-font3: rgba(255, 255, 255, 0.3);
	--colors-font4: #2e343f;
	--colors-font5: rgba(255, 255, 255, 0.8);
	--colors-font6: rgba(255, 255, 255, 0.5);
	--colors-font7: #ffffff;
	--colors-green: #9ecc3e;
	--colors-white: rgba(9, 11, 24, 1);
	--colors-white1: #43444a;
	--colors-white2: #ffffff;
	--colors-white3: rgba(67, 68, 74, 0.2);
	--colors-white4: #2d2f3c;
	--colors-white5: rgba(0, 0, 0, 0.1);
	--colors-white6: #43444a;
	--colors-white7: #43444a;
	--colors-white8: #ffffff;
	--colors-yellow92: #ff5c00;
	--colors-yellow138: #ff8a00;
	--colors-yellow199: #ffc700;
	--colors-yellow204: #fdf2cc;
	--colors-blue55: #6978ff;
	--colors-blue0255: #e6edff;
	--colors-blue250: #3a6afa;
	--colors-blue255: #4e5fff;
	--colors-green12: #31430c;
	--colors-green58: #24863a;
	--colors-green61: #97c13d;
	--colors-green164: #45b164;
	--colors-green204: #e8fdcc;
	--colors-gray7: rgba(9, 11, 24, 1);
	--colors-gray126: #7e7e7e;
	--colors-gray168: #a8a8a8;
	--colors-gray223: #2d2f3c;
	--colors-gray235: #43444a;
	--colors-gray239: #43444a;
	--colors-gray241: #303030;
	--colors-gray242: #f2f2f2;
	--colors-gray250: #303030;
	--colors-gray255: #f2f5ff;
	--colors-gray260: #7e7e7e;
	--colors-brown13: #65370d;
	--colors-black: #ffffff;
	--colors-black1: #43444a;
	--colors-black2: #000;
}

.header {
	display: flex;
	flex-direction: row;
	place-content: center space-between;
	align-items: center;
	width: 100%;
	padding-right: 41px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99999;
}

body[theme="light"] .header {
	background-color: #fff;
}

body[theme="dark"] .header {
	background-color: #090b18;
}

body[theme="dark"] .icon-light {
	color: #FFC700 !important;
}

.header .nav .logo a span {
	color: var(--colors-font0);
	font-weight: 500;
}

.header .nav .logo a span.c-ejCWWt-fjoGRi-nobg-true {
	color: var(--colors-font7);
}

.header .nav .logo a .c_bold {
	color: var(--colors-green61);
}

.header .nav .nav_item .icon {
	fill: var(--colors-gray);
}

/*.header .nav .nav_item.active,.header .nav .nav_item:hover {*/
/*	color: var(--colors-green);*/
/*}*/

/*.header .nav .nav_item.active .icon,.header .nav .nav_item:hover .icon {*/
/*	color: var(--colors-green);*/
/*	opacity: 1;*/
/*}*/

.header .c-gePSCi {
	transition: all 120ms ease-in-out 0s;
	visibility: hidden;
	width: 378px;
	display: flex;
}

.header .c-gePSCi-jjvNgA-show-true {
	opacity: 1;
	visibility: visible;
	transition: all 120ms ease-in 0s;
}

.header .c-gePSCi-gpWgbQ-type-default {
	padding: 36px 21px;
	flex-direction: column;
	gap: 12px;
	overflow: hidden;
}

.header .c-hvyMdh {
	width: 378px;
	right: 240px;
	background: var(--colors-white);
	box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 20px;
	border-radius: 16px;
	overflow: hidden;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 1;
	opacity: 0;
	display: none;
	transition: all 120ms ease-in-out 0s;
	visibility: hidden;
}

.header .c-hvyMdh-fGyVlT-show-true {
	display: flex;
	opacity: 1;
	visibility: visible;
	transition: all 120ms ease-in 0s;
}

.header .c-gePSCi-gpWgbQ-type-default .head {
	font-size: var(--fontSizes-3);
	line-height: 21px;
	color: var(--colors-gray168);
}

.header .c-gePSCi-gpWgbQ-type-default .hot-item {
	display: flex;
	gap: 12px 8px;
	flex-flow: wrap;
	justify-content: flex-start;
}

.header .c-eSKheL {
	padding: 0px 16px;
	height: 34px;
	line-height: 34px;
	border-radius: 52px;
	font-size: var(--fontSizes-2);
	color: var(--colors-font);
	cursor: pointer;
	background: var(--colors-white);
}

.header .history {
	position: relative;
}

.header .c-cosSwx {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	width: 40px;
	height: 40px;
}

.header .c-cosSwx .icon {
	color: var(--colors-font3);
	font-size: 24px;
}

.header .c-cosSwx .history_icon,
.header .c-cosSwx .theme_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
}

.header .c-cosSwx .history_icon:hover,
.header .c-cosSwx .theme_icon:hover {
	background: rgba(238, 238, 238, 0.4);
}

.header .history_wrap {
	right: -80px;
	left: auto;
}

.header .c-gePSCi-fbdhYL-type-list .list-panel {
	width: 100%;
	overflow-y: auto;
	max-height: 480px;
}

.header .c-ciwkSQ {
	padding: 12px 16px;
	display: flex;
	gap: 12px;
	width: 100%;
	height: 84px;
	background: var(--colors-white1);
	box-shadow: rgba(0, 0, 0, 0.03) 0px 12px 26px;
	transition: all 0.1s ease-in-out 0s;
	cursor: pointer;
}

.header .c-ciwkSQ .left {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	width: 88px;
	height: 60px;
	overflow: hidden;
}

.header .c-ciwkSQ .left img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.header .c-ciwkSQ .right {
	max-width: 230px;
}

.header .c-ciwkSQ .right .name {
	font-size: var(--fontSizes-3);
	line-height: 21px;
	color: var(--colors-font);
	padding: 8px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header .c-ciwkSQ .right .time {
	color: var(--colors-font1);
	font-size: var(--fontSizes-1);
}

.header .c-ciwkSQ:hover {
	background: var(--colors-gray500) !important;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 12px 26px;
}

.main {
	min-height: 100vh;
	width: 100%;
	display: flex;
	background: var(--colors-gray500);
	flex-direction: column;
	align-content: center;
	align-items: center;
	padding-top: 76px;
}

.main .c-ftTHlS {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: flex;
	background: var(--colors-white);
	height: 160px;
}

.main .c-lhZwLp .c-fghrzJ {
	display: flex;
	width: 100%;
	height: 53px;
	flex-direction: row;
	justify-content: space-between;
}

.main .c-lhZwLp .c-fghrzJ .c-jPFaa {
	display: flex;
	height: 26px;
	align-items: center;
}

.main .c-lhZwLp .c-fghrzJ .c-bOxiMM {
	display: flex;
	position: relative;
	background: var(--colors-gray500);
	height: 42px;
	border-radius: 20px;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 4px;
	gap: 6px;
	width: calc(100% - 200px);
	overflow: hidden;
	transition: all 120ms ease-in 0s;
}

.main .c-lhZwLp .c-fghrzJ .c-bOxiMM .c-iAGEqx {
	width: 76px;
	height: 34px;
	border-radius: 34px;
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition: all 120ms ease-in 0s;
}

.main .c-lhZwLp .c-fghrzJ .c-bOxiMM .c-iAGEqx .tab-text {
	opacity: 0.5;
	font-size: var(--fontSizes-2);
	line-height: 34px;
	color: var(--colors-font);
	transition: all 120ms ease-in 0s;
}

.main .c-lhZwLp .c-fghrzJ .c-bOxiMM .c-iAGEqx:hover {
	background-color: var(--colors-gray223);
}

.main .c-lhZwLp .c-fghrzJ .c-bOxiMM .c-iAGEqx-evPRVR-active-true {
	background-color: var(--colors-white4);
}

.main .c-lhZwLp .c-fghrzJ .c-bOxiMM .c-iAGEqx-evPRVR-active-true .tab-text {
	color: var(--colors-blue);
	opacity: 1;
}

.main .c-lhZwLp .c-fghrzJ .c-bOxiMM-jktOgz-type-index {
	background: var(--colors-gray239);
	border-radius: 63px;
	border: none;
	width: auto;
}

.main .c-lhZwLp .c-fKqoRS-iRqmZF-gap-columnGap45 {
	-moz-column-gap: 45px !important;
	column-gap: 45px !important;
	justify-content: flex-start !important;
}

.main .c-hLYkAz {
	display: flex;
	width: 265px;
	height: 157px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.main .c-hLYkAz img {
	width: 265px;
	height: 157px;
	-o-object-fit: cover;
	object-fit: cover;
}

.main .c-hLYkAz .info {
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 21px;
	height: 32px;
	line-height: 32px;
	width: var(--sizes-full);
	font-size: 24px;
	color: var(--colors-white2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.main .c-hLYkAz .info .icon {
	opacity: 1;
	width: 32px;
	height: 32px;
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 4px;
}

.main .c-hLYkAz .info .icon .icon {
	color: #fff;
}

.main .c-hLYkAz .info .text {
	opacity: 0.6;
}

.main .c-fKqoRS-iRqmZF-gap-columnGap45 {
	-moz-column-gap: 45px;
	column-gap: 45px;
	justify-content: flex-start;
}

.main .c-fKqoRS-cNdujz-type-nobg {
	background: transparent !important;
	padding: 0px !important;
}

.main .c-hDImTG {
	width: 46px;
	height: 20px;
	line-height: 20px;
	font-size: var(--fontSizes-1);
	color: var(--colors-white2);
	background: var(--colors-green164);
	border-radius: 2px;
	text-align: center;
}

.c-iWZQEh {
	display: none;
}

.c-kNjaky {
	width: 70px;
	font-size: var(--fontSizes-2);
	color: var(--colors-font);
	line-height: 36px;
	justify-content: center;
	display: none;
}

.c-drlvps-ibRDwML-css {
	max-height: 880px;
}

.c-drlvps {
	display: flex;
	width: calc(var(--sizes-full) - 70px);
	padding: 10px 0px;
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 2;
	flex-direction: column;
	font-size: var(--fontSizes-2);
	line-height: 30px;
	background: var(--colors-white);
	color: var(--colors-font);
	box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 20px;
	border-radius: 16px;
	overflow: hidden;
	opacity: 0;
	transition: all 120ms ease-in-out 0s;
	visibility: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-boQlBA {
	display: flex;
	width: var(--sizes-full);
	height: 0px;
	left: 0px;
	right: 0px;
	top: 128px;
	padding-bottom: 128px;
	background: var(--colors-gray500);
	position: fixed;
	z-index: 1;
	opacity: 0;
	transition: all 120ms ease-in-out 0s;
	visibility: hidden;
	flex-flow: wrap;
}

.c-ctViZM {
	opacity: 0;
	visibility: hidden;
	transition: all 120ms ease-in 0s;
	width: var(--sizes-full);
	height: 0px;
	padding: 0px;
}

.c-ctViZM-khtKDQ-type-default {
	display: flex;
	flex-direction: column;
	gap: 12px;
	overflow: hidden;
	width: var(--sizes-full);
}

.c-ctViZM-khtKDQ-type-default .head {
	font-size: var(--fontSizes-2);
	line-height: 18px;
	color: var(--colors-gray168);
}

.c-ctViZM-khtKDQ-type-default .hot-item {
	width: var(--sizes-full);
	display: flex;
	gap: 12px 8px;
	flex-flow: wrap;
	justify-content: flex-start;
}

.c-eSKheL {
	padding: 0px 16px;
	height: 34px;
	line-height: 34px;
	border-radius: 52px;
	font-size: var(--fontSizes-2);
	color: var(--colors-font);
	cursor: pointer;
	background: var(--colors-white);
}

.c-ctViZM-dpbeux-type-nodata {
	display: flex;
	align-items: center;
	place-content: center;
	height: 0px;
	overflow: hidden;
}

.c-ctViZM-bcsbGP-type-loading {
	display: flex;
	align-items: center;
	place-content: center;
	width: var(--sizes-full);
	height: 0px;
}

.c-ctViZM-gBHBmM-type-list {
	overflow: hidden auto;
	width: var(--sizes-full);
	height: var(--sizes-full);
	display: flex;
	flex-flow: wrap;
	padding: 16px 24px;
	gap: 16px;
}

.c-hvyMdh-gLGBqN-fixed-true {
	right: 25px;
}

.c-hvyMdh {
	width: 378px;
	right: 240px;
	background: var(--colors-white);
	box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 20px;
	border-radius: 16px;
	overflow: hidden;
	position: absolute;
	top: 68px;
	z-index: 1;
	opacity: 0;
	display: none;
	transition: all 120ms ease-in-out 0s;
	visibility: hidden;
}

.c-gePSCi {
	transition: all 120ms ease-in-out 0s;
	visibility: hidden;
	width: 378px;
	display: flex;
}

.c-gePSCi-jjvNgA-show-true {
	opacity: 1;
	visibility: visible;
	transition: all 120ms ease-in 0s;
}

.c-gePSCi-fbdhYL-type-list {
	overflow: hidden;
	align-content: flex-start;
}

.c-gePSCi-fbdhYL-type-list .list-panel {
	width: var(--sizes-full);
	overflow-y: auto;
	max-height: 480px;
}

.c-ciwkSQ {
	padding: 12px 16px;
	display: flex;
	gap: 12px;
	width: var(--sizes-full);
	height: 84px;
	background: var(--colors-white1);
	box-shadow: rgba(0, 0, 0, 0.03) 0px 12px 26px;
	transition: all 0.1s ease-in-out 0s;
	cursor: pointer;
}

.c-ciwkSQ .left {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	width: 88px;
	height: 60px;
	overflow: hidden;
}

.c-ciwkSQ .left img {
	-o-object-fit: cover;
	object-fit: cover;
	width: var(--sizes-full);
	height: 100%;
}

.c-ciwkSQ .right {
	max-width: 230px;
}

.c-ciwkSQ .right .name {
	font-size: var(--fontSizes-3);
	line-height: 21px;
	color: var(--colors-font);
	padding: 8px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-ciwkSQ .right .time {
	color: var(--colors-font1);
	font-size: var(--fontSizes-1);
}

.c-FNSDK:hover {
	background: rgba(238, 238, 238, 0.4);
}

.c-dhGXXu:hover {
	background: rgba(238, 238, 238, 0.4);
}



.c-hIgYfd {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1172px;
	height: 454px;
	background: linear-gradient(89.35deg,
			rgba(0, 0, 0, 0.2) 0.77%,
			rgba(0, 0, 0, 0) 42.48%),
		radial-gradient(89.76% 89.76% at 6.87% 108.48%,
			rgba(0, 0, 0, 0.7) 44.27%,
			rgba(0, 0, 0, 0) 100%);
	border-radius: 16px;
}


.c-hxIqfM {
	display: flex;
	height: 48px;
	font-size: var(--fontSizes-1);
	color: var(--colors-gray);
	flex-direction: row;
	justify-content: space-between;
	width: var(--sizes-full);
	overflow-x: auto;
	visibility: visible;
	scrollbar-width: none; 
    -ms-overflow-style: none; 
}

.c-eDWkVh {
	display: flex;
	line-height: 76px;
	font-size: var(--fontSizes-3);
	color: var(--colors-gray);
	margin-right: 4px;
}

.c-jbWjGI {
	width: 1px;
	height: 16px;
	position: absolute;
	right: 0px;
}

.c-eDWkVh .icon {
	color: var(--colors-gray);
	font-size: 20px;
	display: block;
}

.c-iDkacK .swiper-horizontal>.swiper-pagination-bullets,
.c-iDkacK .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0px;
}

.c-iDkacK .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.c-iDkacK .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	width: 17px;
	border-radius: 6px;
	background-color: var(--colors-blue);
}

.mobile_wrap {
	display: none !important;
}

.c-dywUim {
	display: flex;
	flex-direction: column;
	width: 120px;
	gap: 8px;
}

.c-fKqoRS-iRqmZF-gap-columnGap45 {
	-moz-column-gap: 45px;
	column-gap: 45px;
	justify-content: flex-start;
}

.c-fKqoRS .zjlb {
	padding-bottom: 35px;
	width: var(--sizes-full);
	margin: 0px;
}

.c-fKqoRS .zjlb .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.c-fKqoRS .zjlb .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	border-radius: 6px;
	background-color: var(--colors-blue);
}

.c-eOMBOb {
	display: flex;
	flex-direction: column;
	width: 240px;
}

#reboSwiper .swiper-slide {
	width: 157px;
}

.c-fkfZow .c-hvyMdh-fGyVlT-show-true {
	display: flex;
	opacity: 1;
	visibility: visible;
	transition: all 120ms ease-in 0s;
}

.c-cPjAFv .c-fYVSir-divamN-full-true {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 0px;
}

.c-cPjAFv .c-lfLgfc-bvOtBW-full-true {
	width: var(--sizes-full);
	height: 72px;
	display: flex;
	align-content: center;
	align-items: center;
}

.c-cPjAFv .c-lfLgfc-bvOtBW-full-true .c-ennNYO {
	padding: 0px 20px;
	width: calc(var(--sizes-full) - 70px);
	display: flex;
	align-items: center;
}

.c-lfLgfc-bvOtBW-full-true .c-ennNYO .search-icon {
	display: none;
}

.c-cPjAFv .c-lfLgfc-bvOtBW-full-true .c-ennNYO .search-input {
	width: calc(100% - 40px);
	caret-color: var(--colors-green);
	border: none;
	outline: none;
	font-weight: 400;
	font-size: var(--fontSizes-2);
	line-height: 34px;
	height: 34px;
	padding: 0px;
	color: var(--colors-font);
	background: transparent;
}

.detail_hd .c-cPjAFv .c-lfLgfc-bvOtBW-full-true .c-ennNYO .search-input,
.detail_hd .c-cPjAFv .c-lfLgfc-bvOtBW-full-true .c-ennNYO .search-input::placeholder {
	color: var(--colors-font);
}

.detail_hd #mbSearchInputClear .icon {
	color: var(--colors-font);
}

.c-cPjAFv .c-lfLgfc-bvOtBW-full-true .c-kNjaky {
	display: flex;
	color: var(--colors-font);
}

.c-cPjAFv .c-boQlBA-fiYELh-show-true {
	opacity: 1;
	visibility: visible;
	height: var(--sizes-full);
	transition: all 120ms ease-in 0s;
}

.c-cPjAFv .c-ctViZM-jsbhgF-show-true {
	opacity: 1;
	visibility: visible;
	transition: all 120ms ease-in 0s;
	height: var(--sizes-full);
	padding: 16px 16px 10px;
}

.c-LjJGr {
	position: fixed;
	right: calc(50% - 674px);
	top: calc(50% - 190px);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 0px 16px;
	background: var(--colors-white1);
	width: 68px;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transition: all 120ms ease-in 0s;
}

.c-LjJGr .c-ckwyfq {
	display: flex;
	flex-direction: column;
	width: 68px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--colors-font1);
	cursor: pointer;
	padding-top: 24px;
	padding-bottom: 3px;
}

.c-LjJGr .c-ckwyfq:hover {
	color: var(--colors-font);
}

.c-LjJGr .c-cypvCh {
	padding-top: 27px;
	display: flex;
	cursor: pointer;
	width: 68px;
}

.c-LjJGr .c-cypvCh .icon {
	display: block;
	width: 68px;
	color: var(--colors-font1);
	font-size: 8px;
	text-align: center;
}

.c-LjJGr .c-cypvCh:hover .icon {
	color: var(--colors-font2);
}

.c-LjJGr .active {
	color: var(--colors-font2);
	font-size: var(--fontSizes-3);
	font-weight: 500;
}

.c-LjJGr-iDYvOF-isShow-true {
	opacity: 1;
	visibility: visible;
}

html body .header.c-cPjAFv-bAHaj-nobg-true {
	position: relative;
	background-color: transparent;
}

html body .header.c-cPjAFv-bAHaj-nobg-true .nav_item {
	color: rgba(255, 255, 255, 0.5);
}

html body .header.c-cPjAFv-bAHaj-nobg-true .nav_item .icon {
	color: rgba(255, 255, 255, 0.5);
}

html body .header.c-cPjAFv-bAHaj-nobg-true .c-cosSwx .icon {
	color: rgba(255, 255, 255, 0.5);
}

.c-dxFDaZ {
	display: flex;
	position: absolute;
	left: 13px;
	top: 13px;
	opacity: 0;
}

.c-gdWbWF {
	width: 312px;
	height: 378px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.c-gdWbWF-kBYYkb-isShow-true {
	display: none;
}

.c-fhLkr {
	width: var(--sizes-full);
	height: 476px;
	display: flex;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.nopadding {
	padding-top: 0;
}

.detail_c-iDkacK {
	display: none !important;
}

.c-cPjAFv-bAHaj-nobg-true {
	position: relative !important;
	background: transparent !important;
}

.c-cPjAFv-bAHaj-nobg-true .c-FNSDK .icon {
	color: rgba(255, 255, 255, 0.5);
}

.c-cPjAFv-bAHaj-nobg-true .c-cosSwx .icon {
	color: rgba(255, 255, 255, 0.5);
}

.c-cPjAFv-bAHaj-nobg-true .c-ejCWWt {
	color: var(--colors-white);
}

body[theme="dark"] .c-cPjAFv-bAHaj-nobg-true .c-ejCWWt {
	color: var(--colors-font0);
}

.c-cPjAFv-bAHaj-nobg-true .c-LSgVk {
	color: rgba(255, 255, 255, 0.5);
}

.c-cPjAFv-bAHaj-nobg-true .c-LSgVk .icon {
	color: rgba(255, 255, 255, 0.5) !important;
}

.c-hqqIvB {
	font-size: var(--fontSizes-2);
	line-height: 18px;
	color: var(--colors-black);
	opacity: 0.3;
	margin-bottom: 24px;
}

.search_main {
	padding-top: 116px;
}

.category_main {
	padding-top: 160px;
}

.c-geToYD {
	display: flex;
	width: var(--sizes-full);
}

.c-gdYKCT {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 4px 8px;
	gap: 7px;
	position: fixed;
	bottom: 30px;
	height: 44px;
	background: var(--colors-white6);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px;
	-webkit-backdrop-filter: blur(11.5px);
	backdrop-filter: blur(11.5px);
	border-radius: 13px;
}

.c-itTeJS {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 36px;
	width: 36px;
	height: 36px;
	font-size: var(--fontSizes-2);
	color: var(--colors-font);
	cursor: pointer;
	border-radius: 8px;
	border: none;
}

.c-itTeJS .icon {
	font-size: 24px;
}

.c-itTeJS:hover {
	background: rgba(0, 0, 0, 0.1);
}

.c-kmfhSc {
	display: flex;
	padding: 4px 4px 4px 18px;
	gap: 7px;
	position: absolute;
	height: 46px;
	bottom: 52px;
	background: var(--colors-white7);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px;
	-webkit-backdrop-filter: blur(11.5px);
	backdrop-filter: blur(11.5px);
	border-radius: 13px;
	align-items: center;
	visibility: hidden;
}

.c-kmfhSc .input-page {
	caret-color: var(--colors-blue);
	color: var(--colors-font);
	border: none;
	width: 60px;
	height: 18px;
	line-height: 18px;
	font-size: var(--fontSizes-2);
	outline: none;
	background: transparent;
}

.c-kmfhSc.c-kmfhSc-ftAOXD-show-true {
	visibility: visible;
}

.c-itTeJS-fZqhzQ-disable-true {
	opacity: 0.4;
	cursor: not-allowed;
}

.c-itTeJS-jeeexc-arr-left .icon {
	color: var(--colors-font);
}

.c-itTeJS-lmHXqd-active-true {
	background-color: var(--colors-blue) !important;
	color: var(--colors-white2) !important;
}

/*.c-itTeJS-kREKd-arr-right {*/
/*  transform: rotate(180deg);*/
/*}*/

.c-itTeJS-kREKd-arr-right .icon {
	color: var(--colors-font);
}

.c-huVlgj {
	font-size: var(--fontSizes-2);
	line-height: 18px;
	color: var(--colors-font);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.c-huVlgj:hover {
	background: var(--colors-gray500);
}

.c-bqBNgx {
	position: relative;
	z-index: 3;
	width: var(--sizes-full);
	height: 64px;
	padding-left: 32px;
	padding-right: 41px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 13px;
}

.c-bqBNgx .left {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 21px;
}

.c-bqBNgx .left .c-cmpvrW {
	position: relative;
}

.c-bqBNgx .left .c-cmpvrW .c-jXGhpE {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 134px;
	height: 38px;
	background: var(--colors-gray500);
	border-radius: 34px;
	font-size: var(--fontSizes-2);
	line-height: 18px;
	color: var(--colors-font);
	cursor: pointer;
	position: relative;
	z-index: 3;
}

.c-bqBNgx .left .c-cmpvrW .c-jXGhpE span {
	font-size: var(--fontSizes-2);
}

.c-bqBNgx .left .c-cmpvrW .c-jXGhpE .icon {
	font-size: 24px;
	color: var(--colors-font);
	opacity: 0.4;
}

.c-bqBNgx .left .c-cmpvrW .c-jXGhpE[data-state="closed"] .icon {
	transform: rotate(0);
	transition: all 120ms ease-in 0s;
}

#mbSearchInputClear .icon {
	color: #2E343F;
	opacity: .3;
}

.c-jEZJVh-ftAOXD-show-true {
	visibility: visible !important;
}

.c-bqBNgx .left .c-cmpvrW .c-jXGhpE[data-state="open"] .icon {
	transform: rotate(180deg);
	transition: all 120ms ease-in 0s;
}

.c-bqBNgx .left .c-cmpvrW .c-hXeQNo {
	display: flex;
	padding: 12px 0px;
	min-width: 180px;
	flex-direction: column;
	align-items: center;
	background: var(--colors-white);
	box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 20px;
	border-radius: 8px;
	position: absolute;
	left: 7px;
	opacity: 0;
	height: 0px;
	z-index: 2;
	overflow: hidden;
}

.c-bqBNgx .left .c-cmpvrW .c-hXeQNo[data-state="closed"] {
	opacity: 0;
	top: 48px;
	height: 0px;
	padding: 0px;
	visibility: hidden;
	transition: all 120ms ease-in-out 0s;
}

.c-bqBNgx .left .c-cmpvrW .c-hXeQNo[data-state="open"] {
	opacity: 1;
	top: 48px;
	height: auto;
	visibility: visible;
	transition: all 120ms ease-in 0s;
}

.c-bqBNgx .left .c-cmpvrW .c-hXeQNo .c-huVlgj {
	width: var(--sizes-full);
	height: 50px;
	font-size: var(--fontSizes-2);
	line-height: 18px;
	color: var(--colors-font);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.c-bqBNgx .left .c-cmpvrW .c-qumMl {
	display: flex;
	padding: 12px 0px;
	min-width: 180px;
	max-width: 720px;
	width: 100vw;
	flex-flow: wrap;
	align-items: center;
	background: var(--colors-white);
	box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 20px;
	border-radius: 8px;
	position: absolute;
	left: 7px;
	opacity: 0;
	z-index: 2;
	overflow: hidden;
}

.c-bqBNgx .left .c-cmpvrW .c-qumMl .c-huVlgj {
	height: 50px;
	width: 120px;
	border-radius: 8px;
	flex-basis: 120px;
	flex-shrink: 1;
}

.c-bqBNgx .left .c-cmpvrW .c-qumMl[data-state="closed"] {
	opacity: 0;
	top: 48px;
	height: 0px;
	padding: 0px;
	visibility: hidden;
	transition: all 120ms ease-in-out 0s;
}

.c-bqBNgx .left .c-cmpvrW .c-qumMl[data-state="open"] {
	opacity: 1;
	top: 48px;
	height: auto;
	visibility: visible;
	transition: all 120ms ease-in 0s;
}

.c-bqBNgx .right {
	justify-content: flex-end;
	display: inline-flex;
	flex-wrap: wrap;
}

.c-bqBNgx-bICGYT-center-true {
	justify-content: center;
	padding-top: 0;
}

.c-bOxiMM {
	display: flex;
	position: relative;
	background: var(--colors-gray500);
	height: 42px;
	border-radius: 20px;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 4px;
	gap: 6px;
	width: calc(100% - 200px);
	overflow: hidden;
	transition: all 120ms ease-in 0s;
}

.c-bOxiMM-jktOgz-type-index {
	background: var(--colors-gray239);
	border-radius: 63px;
	border: none;
	width: auto;
}

.c-iAGEqx {
	width: 76px;
	height: 34px;
	border-radius: 34px;
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition: all 120ms ease-in 0s;
}

.c-iAGEqx:hover {
	background-color: var(--colors-gray223);
}

.c-iAGEqx .tab-text {
	opacity: 0.5;
	font-size: var(--fontSizes-2);
	line-height: 34px;
	color: var(--colors-font);
	transition: all 120ms ease-in 0s;
}

.c-iAGEqx-evPRVR-active-true {
	background-color: var(--colors-white4) !important;
}

.c-iAGEqx-evPRVR-active-true .tab-text {
	color: var(--colors-blue);
	opacity: 1;
}

.c-bOxiMM-imuHRL-type-md {
	border: 2px solid var(--colors-white);
	padding: 2px;
	width: calc(100% - 195px);
}

.c-bOxiMM-imuHRL-type-md:hover {
	height: auto;
	border: 2px solid var(--colors-white);
	box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 20px;
	border-radius: 20px;
}

.mobile_wrap .c-dSJTLA {
	display: flex !important;
}

.c-dSJTLA {
	position: relative;
	z-index: 3;
	width: var(--sizes-full);
	height: 38px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	overflow-x: scroll;
}

.c-dSJTLA .c-hPyYvt {
	width: var(--sizes-full);
	display: flex;
	height: 36px;
	line-height: 36;
	align-items: center;
	justify-content: center;
}

.c-dSJTLA .c-hPyYvt .btn {
	font-size: var(--fontSizes-2);
	line-height: 18px;
	color: var(--colors-font);
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 72px;
}

.c-dSJTLA .c-hPyYvt .btn .icon {
	font-size: 24px;
	opacity: 0.4;
	width: 16px;
	text-align: center;
	display: block;
}

.c-dSJTLA .c-hPyYvt .btn[data-state="closed"] .icon {
	/*transform: rotate(180deg);*/
	transition: all 120ms ease-in-out 0s;
}

.c-dSJTLA .c-hPyYvt .btn[data-state="open"] .icon {
	transform: rotateX(180deg);
	transition: all 120ms ease-in-out 0s;
}

.c-dSJTLA .c-hPyYvt .btn .icon {
	color: var(--colors-font1);
}

.c-dSJTLA .c-hPyYvt .c-gvqAPx {
	width: var(--sizes-full);
	padding: 16px;
	border-radius: 0px 0px 16px 16px;
	position: absolute;
	background-color: var(--colors-white);
	z-index: 10;
	top: 36px;
	display: flex;
	gap: 6px;
	left: 0px;
	flex-flow: wrap;
	overflow: hidden;
}

.c-dSJTLA .c-hPyYvt .c-gvqAPx .c-gnuIWh.c-gnuIWh-wQObf-active-true {
	background-color: var(--colors-green);
	color: var(--colors-white2);
}

.c-dSJTLA .c-hPyYvt .c-gvqAPx[data-state="closed"] {
	opacity: 0;
	top: 0px;
	height: 0px;
	visibility: hidden;
	transition: all 120ms ease-in 0s;
}

.c-dSJTLA .c-hPyYvt .c-gvqAPx[data-state="open"] {
	opacity: 1;
	top: 36px;
	height: auto;
	visibility: visible;
	transition: all 120ms ease-in 0s;
}



.c-dSJTLA .c-hPyYvt .c-gvqAPx .c-gnuIWh {
	width: calc(33.3333% - 4px);
	height: 40px;
	line-height: 40px;
	background-color: var(--colors-gray250);
	border-radius: 4px;
	font-size: var(--fontSizes-2);
	color: var(--colors-font1);
	margin: 0px;
	display: flex;
	justify-content: center;
}

.c-dSJTLA .c-juXWlO {
	background-color: rgba(0, 0, 0, 0.4);
	width: var(--sizes-full);
	height: var(--sizes-full);
	position: fixed;
	z-index: 3;
	inset: 144px 0px 0px;
}

.c-dSJTLA .c-juXWlO[data-state="closed"] {
	opacity: 0;
	visibility: hidden;
	transition: all 120ms ease-in-out 0s;
}

.c-dSJTLA .c-juXWlO[data-state="open"] {
	opacity: 1;
	visibility: visible;
	transition: all 120ms ease-in 0s;
}

.c-dSJTLA-ikMffQe-css {
	overflow: unset;
}

.category_more {
	background: var(--colors-gray500);
}

.playlist {
	background: var(--colors-white1);
	padding: 12px 12px 0 12px;
	margin-bottom: 30px;
	border-radius: 16px;
	overflow: hidden;
}

.stui-content .hl-row-box {
	position: relative;
}

.stui-content .hl-row-box .hl-rb-head {
	margin-bottom: 18px;
}

.stui-content .hl-row-box .hl-rb-head .hl-rb-title {
	float: left;
	display: flex;
	align-items: center;
	line-height: 28px;
	font-weight: normal;
	font-size: 20px;
	color: var(--colors-font);
}

.stui-content .hl-row-box .hl-rb-head .hl-rb-title .icon {
	font-size: 24px;
	margin-right: 12px;
	color: var(--colors-blue);
}

.stui-content .hl-row-box .hl-rb-head .hl-rb-more {
	display: flex;
	align-items: center;
	float: right;
	margin-left: 20px;
	line-height: 28px;
	font-size: 14px;
	color: var(--colors-font);
}

.stui-content .hl-row-box .hl-rb-head .hl-rb-more .icon {
	font-size: 16px;
	display: block;
}

.stui-content .hl-play-source .hl-plays-wrap {
	margin-bottom: 15px;
}

.stui-content .hl-play-source .hl-plays-from a {
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	margin-right: 25px;
	padding-bottom: 15px;
	font-size: 15px;
	width: -moz-fit-content;
	width: fit-content;
}

.stui-content .hl-play-source .hl-plays-from a .icon {
	color: var(--colors-font);
}

.stui-content .hl-play-source .hl-plays-from a {
	color: var(--colors-font);
}

.stui-content .hl-play-source .hl-plays-from a.active::after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 3px;
	border-radius: 4px;
	content: "";
	background: var(--colors-blue);
}

.stui-content .hl-play-source .hl-plays-list {
	position: relative;
	display: block;
	overflow: hidden;
}

.stui-content .hl-play-source .hl-plays-list li,
.stui-content .hl-play-source .hl-plays-list .hl-show-div {
	float: left;
	margin-bottom: 15px;
}

.stui-content .hl-play-source .hl-plays-list li a,
.stui-content .hl-play-source .hl-plays-list .hl-show-div a {
	position: relative;
	display: block;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	border: 1px solid var(--colors-gray260);
	font-size: 14px;
	color: var(--colors-font);
}

.stui-content .hl-play-source .hl-plays-list li a:hover,
.stui-content .hl-play-source .hl-plays-list li a.active {
	background-color: var(--colors-green);
	color: var(--colors-white2);
}


.detail_main .playbox {
	margin-top: 30px;
	border-radius: 16px;
}

.ztmain .c-hLYkAz::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .5);
}


.stui-content .row {
	position: relative;
	margin: 0 -10px;
	padding: 0;
}

.stui-content .row [class*="hl-col-"] {
	padding: 0 10px;
}

.stui-content .hl-col-sm-2 {
	width: 16.66666667%;
}

.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
	clear: both;
	display: table;
	content: " ";
}

.c_tab_content {
	display: none !important;
}

.c_m_tab_content {
	display: none;
}

.c_m_tab_content_active {
	display: inherit;
}

.c_tab_content_active {
	display: inherit !important;
}

.c-fLfNfc {
	display: flex;
	width: 0px;
	height: 0px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
	position: fixed;
	right: 16px;
	bottom: 20px;
	cursor: pointer;
}

.c-fLfNfc .icon {
	font-size: 12px;
	display: block;
}

.c-fLfNfc-bRhKQi-show-true {
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
	border-radius: 40px;
	margin-bottom: 100px;
	visibility: visible;
	opacity: 1;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

.c-gTKtbM {
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	width: 66px;
	height: 60px;
	gap: 3px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--colors-font1);
}

.c-gTKtbM .icon {
	color: var(--colors-font);
	font-size: 22px;
	display: block;
}

.c-dQPNaV {
	display: flex;
	padding: 8px 12px;
	width: 66px;
	height: 60px;
	background: var(--colors-white1);
	border-radius: 8px;
	position: fixed;
	right: calc(50% - 674px);
	top: calc(50% + 278px);
}

.footer .c-eyLInG {
	width: var(--sizes-full);
	display: flex;
	justify-content: center;
	background-color: var(--colors-gray7);
}

.footer .c-eyLInG .c-cbZoWK {
	width: calc(100% - 42px);
	display: flex;
	border-top: 1px solid var(--colors-gray239);
	min-height: 81px;
	padding: 20px 0px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.footer .c-eyLInG .c-cbZoWK .c-hLafYK {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
	gap: 7px;
}

.footer .c-eyLInG .c-cbZoWK .c-hLafYK a {
	font-size: var(--fontSizes-1);
	line-height: 16px;
	color: var(--colors-font);
	opacity: 0.5;
}

.footer .c-eyLInG .c-cbZoWK .c-hLafYK>p {
	font-size: var(--fontSizes-1);
	line-height: 16px;
	color: var(--colors-font);
	opacity: 0.3;
	margin: 0px;
}

.ad-box {
	margin-bottom: 40px;
	width: 1172px;
}

.shoutu-ad-img img {
	width: 100%;
	border-radius: 8px;
}

.c-gePSCi-fbdhYL-type-list .more {
	width: var(--sizes-full);
	background-color: var(--colors-white);
	font-size: var(--fontSizes-2);
	line-height: 20px;
	color: var(--colors-green);
	display: flex;
	justify-content: center;
	padding: 10px 0px;
}

.c-gePSCi-iuTAXD-type-nodata {
	align-items: center;
	place-content: center;
	height: 230px;
	overflow: hidden;
	font-size: var(--fontSizes-2);
	color: var(--colors-font1);
}

.mac_pop_msg {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	padding: 15px;
	border-radius: 8px;
	background: var(--colors-gray500);
}

.mac_pop_msg .pop-msg {
	color: var(--colors-font);
	font-size: var(--fontSizes-2);
	text-align: center;
}

.c-gnuIWh-wQObf-active-true {
	background-color: var(--colors-green);
	color: var(--colors-white2);
}

.ztmain {
	display: flex !important;
	padding-top: 100px !important;
}

.playbox {
	padding-bottom: 56%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.playbox .MacPlayer {
	position: absolute
}

.gbook-sec2 {
	width: 100%;
	margin-top: 40px;
}

.gbook-sec3 {
	width: 100%;
}

.gbook-sec2 .box textarea {
	display: block;
	padding: 20px;
	font-size: 16px;
	background: var(--colors-white1);
	width: 100%;
	border: 2px solid var(--colors-gray260);
	border-radius: 10px;
	color: var(--colors-gray);

}

.gbook-sec2 .box .tishi {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 15px;
}

.gbook-sec2 .box .tishi .gbook_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 30px;
	border-radius: 10px;
	background: var(--colors-blue);
	font-size: 16px;
	color: var(--colors-white2);
	cursor: pointer;
	border: none;
}


.msg-code {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.msg-code #verify_img,
.msg-code .form-control {
	width: 138px;
	border-radius: 10px;
}

.msg-code #verify_img {
	height: 100%;
}

.msg-code .form-control {
	padding: 8px 30px;
	background: var(--colors-white1);
	border: 1px solid var(--colors-gray260);
	text-align: center;
	margin: 0 10px 0 10px;
	transition: all 0.3s ease;
	font-size: 16px;
	color: var(--colors-font);
}


.gbook-sec3 {
	margin-top: 40px;
	padding-bottom: 50px;
}

.gbook-sec3 .item {
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
	background: var(--colors-white1);
	border: 2px solid var(--colors-gray260);
	position: relative;
}



.gbook-sec3 .userinfo {
	display: flex;
	align-items: center;
	gap: 10px;
}


.gbook-sec3 .userinfo .name {
	font-size: 18px;
	color: var(--colors-font);
}

.gbook-sec3 .userinfo span {
	font-size: 14px;
	color: var(--colors-gray);
}

.gbook-sec3 .desc {
	display: block;
	font-size: 16px;
	margin: 10px 0 10px 50px;
	color: var(--colors-font);
}

.gbook-sec3 .item .reply {
	margin-left: 50px;
	color: var(--colors-green61);
}

.c-hxIqfM::-webkit-scrollbar,.main .c-lhZwLp .c-fghrzJ .c-bOxiMM-jktOgz-type-index::-webkit-scrollbar,.c-eLGsuB .c-bqBNgx .c-bOxiMM::-webkit-scrollbar {
  display: none;
}
