/* 美化滚动条 */
::-webkit-scrollbar {
	width: 8px;
	/* 设置滚动条的宽度 */
	border-radius: 4px;
}

::-webkit-scrollbar-track {
	width: 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .5);
	/* 滚动条轨道的背景颜色 */
}

::-webkit-scrollbar-thumb {
	width: 6px;
	border-radius: 4px;
	background: rgba(0, 0, 0, .5);
	/* 滚动条实际可拖动部分的颜色 */
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, .5);
	/* 滚动条可拖动部分的hover颜色 */
}

body {
	user-select: none;
}

.index-top {
	width: 100%;
	height: 40px;
}

.index-top-con {
	width: 100%;
	height: 40px;
	position: relative;
	padding-left: 120px;
}

.index-top-logo {
	width: 120px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.index-top-logo .logo-box {
	width: 100%;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	padding-left: 10px;
}

.index-top-logo .logo-box .img {
	height: 32px;
	width: auto;
	/* margin-right: 10px; */
}

.index-top-right {
	width: 100%;
	height: auto;
	padding-left: 10px;
}

.index-top-right-top {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-top-right-top-title {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #ffffff;
}

.index-top-right-top-tool {
	height: 40px;
	line-height: 40px;
	text-align: right;
	padding-right: 0px;
	padding-top: 0px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.index-top-right-top-tool .tool-li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 0px;
	cursor: pointer;
	margin-left: 0px;
	position: relative;
}

.index-top-right-top-tool .tool-li.re {
	background: #2E2E2E;
	color: #BFBFBF !important;
}

.index-top-right-top-tool .tool-li.max {
	background: #2E2E2E;
	color: #BFBFBF !important;
}

.index-top-right-top-tool .tool-li.close {
	background: #FF5A16;
	color: #BFBFBF !important;
}

.index-top-right-top-tool i {
	font-size: 16px !important;
	color: rgba(255, 255, 255, 0.8);
}

.index-top-right-top-tool .tool-li-login {
	width: auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 40px;
	position: relative;
	font-size: 18px !important;
	font-style: normal;
}

.index-top-right-top-tool .tool-li-login i {
	font-size: 20px !important;
	color: rgba(255, 255, 255, 0.8);
}

.index-top-right-top-tool .tool-li-login * {
	color: #BFBFBF !important;
}

.index-top-right-top-tool .tool-li-login .head {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.index-top-right-top-tool .tool-li:hover {
	/* background: #C6000C; */
}

.index-top-right-top-tool .tool-li:hover i {
	color: #ffffff;
}

.index-top-right-top-tool .tool-li-child {
	width: 100px;
	height: auto;
	position: absolute;
	top: 30px;
	left: -30px;
	z-index: 999;
	display: none;
}

.index-top-right-top-tool .tool-li-child .li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .7);
}

.index-top-right-bottom {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-top-right-bottom-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.index-top-right-bottom-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.index-top .left_open {
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	color: #ffffff;
	margin-right: 20px;
}

.index-top .left_open i {
	font-size: 32px;
	cursor: pointer;
}

.index-top .layui-nav {
	background: none;
}

.index-top .layui-nav-item {
	height: 50px;
	line-height: 50px;
}

.index-top .layui-nav-bar {
	display: none;
}

.index-top .layui-nav-child {
	top: 46px;
}

.index-left {
	position: absolute;
	top: 40px;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	padding-top: 0px;
	width: 80px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 10px;
}

.index-left-menu {
	width: 100%;
	padding-top: 37px;
	height: 100%;
	border-radius: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.index-left-menu .logo {
	width: 88px;
	height: 88px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 30px;
}

.index-left-menu .logo .img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.index-left-menu-li {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 30px;
	cursor: pointer;
}

.index-left-menu-li .btn {
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}

.index-left-menu-li .img {
	width: 60px;
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	border-radius: 16px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-left-menu-li .img cite {
	margin-left: 4px;
}

.index-left-menu-li .text {
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}

.index-left-menu-li.index-left-login .btn {
	margin-bottom: 20px;
}

.index-left-menu-li.index-left-login a {
	width: 160px;
}

.index-left-menu-li i {
	font-size: 18px !important;
}

.index-left-menu-top {
	width: 100%;
	height: auto;
}

.index-left-menu-bottom {
	width: 100%;
	height: auto;
}

.index-left-menu-li .to-btn {
	width: 100%;
	height: 60px;
	background: var(--btn-bg);
	color: var(--btn-text);
	font-size: 30px;
	border-radius: 3px;
	padding-left: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.index-left-menu-li .to-btn i {
	color: var(--btn-icon);
	font-size: 30px !important;
}

.index-left-menu-li .to-btn:hover,
.index-left-menu-li .to-btn.active {
	background: var(--btn-active-bg);
	color: var(--btn-active-text);
}

.index-left-menu-li .to-btn:hover i,
.index-left-menu-li .to-btn.active i {
	color: var(--btn-active-icon);
}

.index-left-menu-li2 .to-btn.active,
.index-left-menu-li2 .to-btn:hover {
	background: var(--btn-active-bg) !important;
}

.index-left-menu-li2 .to-btn:hover i,
.index-left-menu-li2 .to-btn.active i {
	color: var(--btn-active-icon);
}

.index-left-menu-version {
	width: 100%;
	color: #A3A3A3 !important;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	padding-bottom: 48px;
}

.sp-page-body {
	padding-top: 35px;
}

.red {
	color: #ED4040;
}

.sp-page-nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	box-sizing: border-box;
}

.spui-top-nav {
	position: relative;
	padding: 0 20px;
	background-color: #393D49;
	color: #fff;
	border-radius: 2px;
	font-size: 0;
	box-sizing: border-box
}

.spui-top-nav * {
	font-size: 18px
}

.spui-top-nav .spui-top-nav-item {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	line-height: 45px
}

.spui-top-nav .spui-top-nav-item a {
	display: block;
	padding: 0 20px;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	transition: all .3s;
	-webkit-transition: all .3s
}

.spui-top-nav .spui-top-nav-item a:hover,
.spui-top-nav .spui-top-nav-item a.active {
	color: #fff
}

.spui-main-left {
	overflow: auto;
	background: #FFFFFF;
	min-height: 300px;
}

.spui-main-left-table {
	margin: 0;
}

.spui-main-left-table td,
.spui-main-left-table th {
	position: relative;
	padding: 3px 12px;
	min-height: 20px;
	line-height: 20px;
	font-size: 14px;
	border: none;
}

.sp-form-item {
	clear: none;
}

.sp-form-box {
	padding: 15px;
	box-sizing: border-box;
	margin: 15px;
	background: #fff;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.sp-form-box-con {
	width: 100%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.sp-form-box-title {
	font-size: 18px;
	border-bottom: 1px solid #009688;
	margin-bottom: 15px;
	padding: 0;
	padding-top: 15px;
	clear: both;
	position: relative;
}

.sp-form-box-title-span1 {
	padding: 6px 16px;
	width: auto;
	min-width: 110px;
	text-align: center;
	box-sizing: border-box;
	background: #009688;
	float: left;
	border-radius: 4px 4px 0 0;
	color: #fff;
}

.sp-form-box-change-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 10px;
	text-align: center;
	box-sizing: border-box;
	background: #009688;
	border-radius: 2px 2px 0 0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle;
}

.sp-form-box-change-more-btn-icon::before {
	content: "\e6a5";
}

.sp-form-box-change-more-btn-icon.active::before {
	content: "\e6a6";
}

.sp-form-box-change-btn .iconfont {
	font-size: 20px;
	vertical-align: bottom;
	margin-right: 3px;
}

.sp-form-box-value {
	width: 100%;
	height: 100%;
	padding: 9px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	min-height: 36px;
}

.layui-form-label {
	font-weight: bold;
	width: 130px;
	box-sizing: border-box;
	/* padding: 9px 0; */
	padding-right: 10px;
	height: 36px;
	overflow: visible;
	padding: 0 10px;
	line-height: 16px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.layui-input-block {
	margin-left: 130px;
}

.sp-form-layui-input-block {
	width: 100%;
	height: 100%;
	padding: 0;
	padding-left: 9px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.x-admin-sm .layui-input,
.x-admin-sm .layui-select,
.x-admin-sm .layui-textarea {
	height: 36px;
}

.sp-form-table-box {}

.layui-table thead tr {
	background: #ddd;
}

.sp-form-table-top-btn {
	width: 100%;
}

.clear {
	clear: both;
}

.paging-box {
	width: 100%;
	height: auto;
}

.paging-box-none {
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: var(--gray);
	border-radius: 10px;
}

.paging-box-ul {
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	align-content: flex-start;
	align-items: center;
}

.paging-box-ul span,
.paging-box-ul a {
	font-size: 18px !important;
	padding: 8px 12px;
	margin-right: 4px;
	border-radius: 6px;
}

.paging-box-ul a i {
	font-size: 18px !important;
}

.paging-box-ul a:hover {
	color: var(--an);
	background: #eeeeee;
	transition: all 0.2s ease;
}

.paging-box-ul a:hover i {
	color: var(--an);
	transition: all 0.2s ease;
}

.paging-box-ul .current {
	color: var(--active-color);
}

.x-nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	box-sizing: border-box;
}

.layui-fluid {
	padding: 55px 15px;
}

.layui-table td,
.layui-table th {
	min-width: 20px;
}

.float_right {
	float: right;
}

.pointer {
	cursor: pointer;
	color: inherit;
}

.pointer:hover,
tr:hover .pointer {
	color: #BB0000;
}

.amount_text {
	text-align: right !important;
}

.td-manage .layui-btn {
	margin: 1px 0 1px 0;
}

.td-manage {}

.x-admin-sm .layui-table td,
.x-admin-sm .layui-table th {
	white-space: nowrap;
}

.layui-card-body {
	overflow: auto;
}

.top_tr {
	background: #dedede;
}

.sp-card-box {
	width: 100%;
}

.sp-card-ul {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0 0 15px;
	background: #f1f1f1;
	border: none;
	box-shadow: 0 1px 2px 5px #f1f1f1;
}

.sp-card-li {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	min-width: 490px;
	margin: 0 15px 15px 0;
}

.sp-card-li-img {
	width: 100%;
	height: 160px;
	text-align: center;
	cursor: pointer;
	padding: 20px;
	box-sizing: border-box;
}

.sp-card-li-img img {
	height: 100%;
	width: auto;
	max-width: 100%;
}

.sp-card-li-title {
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 30px 0;
	padding-bottom: 10px;
	font-size: 35px;
	cursor: pointer;
	text-align: center;
	border-bottom: 1px solid #efefef;
	/* background: #f9f9f9; */
}

.sp-card-li-content {
	/* border-top: 1px solid #ddd; */
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 30px 10px;
	padding-top: 0;
	padding-left: 30px;
	cursor: pointer;
	*zoom: 1;
	/* border-bottom: 1px solid #ccc; */
	/* background: #f9f9f9; */
}

.sp-card-li-content:before,
.sp-card-li-content:after {
	content: "";
	display: table;
}

.sp-card-li-content:after {
	clear: both;
}

/* 清除浮动 */
.clearfloat:before,
.clearfloat:after {
	content: "";
	display: table;
}

.clearfloat:after {
	clear: both;
}

.clearfloat {
	*zoom: 1;
}

.sp-card-li-content p {
	font-size: 14px;
	color: #999;
	padding: 0;
	margin: 0;
	width: 48%;
	float: left;
	display: block;
	padding: 5px 0;
	color: #333;
	margin-top: 1%;
	margin-right: 1%;
	box-sizing: border-box;
	border-radius: 2px;
}

.sp-card-li-content p.p-date {
	width: 98%;
}

/* .sp-card-li-content p {
	font-size: 16px;
	color: #999;
	padding: 0;
	margin: 0;
	width: 48%;
	float: left;
	display: inline-block;
	padding: 5px 8px;
	color: #ffffff;
	background: #ea562e;
	margin-top: 1%;
	margin-right: 1%;
	box-sizing: border-box;
	border-radius: 2px;
} */

/* .sp-card-li-content p:nth-of-type(1) {
	background: #009688;
}

.sp-card-li-content p:nth-of-type(2) {
	background: #5FB878;
}

.sp-card-li-content p:nth-of-type(3) {
	background: #FFB800;
}

.sp-card-li-content p:nth-of-type(4) {
	background: #FF5722;
}

.sp-card-li-content p:nth-of-type(5) {
	background: #1E9FFF;
}

.sp-card-li-content p:nth-of-type(6) {
	background: #39c2d2;
}

.sp-card-li-content p:nth-of-type(7) {
	background: #813bd9;
}

.sp-card-li-content p:nth-of-type(8) {
	background: #FF9434;
}

.sp-card-li-content p:nth-of-type(9) {
	background: #007e89;
}

.sp-card-li-content p:nth-of-type(10) {
	background: #890000;
} */

.sp-card-li-btn-box {
	width: 100%;
	padding-top: 10px;
	text-align: right;
}

.sp-icon {
	margin-right: 3px;
	font-size: 14px;
	vertical-align: bottom;
}

.sp-step-table {
	width: 100%;
	/* border-top: 1px solid #ddd;
	border-left: 1px solid #ddd; */
}

.sp-step-table td {
	font-size: 20px;
	text-align: center;
	position: relative;
	height: 60px;
	width: 20%;
	/* border-right: 1px solid #fff;
	border-bottom: 1px solid #fff; */
}

.sp-step-table td.step1 {
	background: #009688;
	color: #fff;
}

.sp-step-table td.step2 {
	background: #4f5154;
	color: #fff;
}

.sp-step-table td.step3 {
	background: #ddd;
	color: #333;
}

.sp-step-table td.step4 {
	background: #ddd;
	color: #333;
}

.sp-step-table .sp-sj {
	position: absolute;
	left: 0;
	top: -2px;
	float: left;
	width: 0;
	height: 0;
	border-width: 32px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}

.sp-step-table td.step1 .sp-sj-i,
.sp-step-table td.step2 .sp-sj-i {
	position: absolute;
	left: -32px;
	top: -30px;
	float: left;
	width: 0;
	height: 0;
	border-width: 30px;
	border-style: solid;
	border-color: transparent transparent transparent #009688;
}

.sp-step-table td.step3 .sp-sj-i {
	position: absolute;
	left: -32px;
	top: -30px;
	float: left;
	width: 0;
	height: 0;
	border-width: 30px;
	border-style: solid;
	border-color: transparent transparent transparent #4f5154;
}

.sp-step-table td.step4 .sp-sj-i {
	position: absolute;
	left: -32px;
	top: -30px;
	float: left;
	width: 0;
	height: 0;
	border-width: 30px;
	border-style: solid;
	border-color: transparent transparent transparent #ddd;
}

.file_name_list {
	padding: 0 5px;
	color: #333;
}

.file_name_list_del_admin {
	position: absolute;
	z-index: 2;
	right: 8px;
	top: 2px;
	color: #AC2925;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	border-radius: 20px;
}

.file_name_list .del:hover {
	color: #C6000C;
}

.file_name_a_list {
	padding: 10px 5px;
	padding-right: 25px;
	color: #333;
	position: relative;
}

.file_name_a {
	color: #333;
	margin-right: 10px;
}

.file_name_a:hover {
	color: #009688;
}

.file_name_list_box {
	padding-top: 8px;
}

.sp-detail-logo-img {
	max-height: 70px;
}

.sp-form-box-value-textarea {
	white-space: pre-line;
}

.sel-box-title {
	height: auto;
	overflow: visible;
}

.sel-box {
	/* padding-top: 44px; */
	padding-top: 80px;
}

.sel-search-box {
	padding: 10px 0;
}

.sp-form-span-h1 {
	font-size: 16px;
	color: #000;
}

.sp-form-span-h1-intro {
	font-size: 12px;
	color: #333;
}

.tc {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .7);
}

.tc-box {
	width: 50%;
	height: 50%;
	background: var(--bgColor);
	overflow: visible;
	border-radius: 0 0 10px 10px;
	position: relative;
	margin-top: 40px;
}

.tc-box-title {
	width: 100%;
	height: 40px;
	background: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 2;
	background: var(--bgColor);
	border-radius: 10px 10px 0 0;
}

.tc-box-title .title {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: var(--white);
}

.tc-box-title .btn-box {
	height: 40px;
	line-height: 40px;
	text-align: right;
}

.tc-box-title .btn {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: var(--white);
	margin-left: 10px;
	cursor: pointer;
}

.tc-box-title .btn:hover {
	color: var(--white);
}

.tc-box-content {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
}

.tc-content {
	width: 100%;
	height: 100%;
	padding: 20px;
}

.tc-box-content-info {
	width: 100%;
	height: auto;
	min-height: 200px;
	padding: 0 40px;

	.title {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		color: var(--white);
		border-bottom: 1px solid #333333;
		margin-bottom: 20px;
	}

	.con {
		width: 100%;
		height: auto;
		line-height: 30px;
		font-size: 12px;
		color: var(--white);
		margin-bottom: 20px;
		white-space: pre;
	}

	.btn-box {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.btn-do {
		background: var(--active-color);
		font-size: 12px !important;
		color: #FFFFFF;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		padding: 0 20px;
		cursor: pointer;
	}

	.btn-cancel {
		background: #333333;
		border: 1px solid #666666;
		font-size: 12px !important;
		color: #CCCCCC;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		padding: 0 20px;
		cursor: pointer;
	}

}

.tc-login {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .7);
}

.tc-login-box {
	width: 50%;
	height: 50%;
	background: #efefef;
	overflow: visible;
	border-radius: 0 0 10px 10px;
	position: relative;
	margin-top: 50px;
}

.tc-login-box-title {
	width: 100%;
	height: 50px;
	background: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 2;
	background: #efefef;
	border-radius: 10px 10px 0 0;
}

.tc-login-box-title .title {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
}

.tc-login-box-title .btn-box {
	height: 50px;
	line-height: 50px;
	text-align: right;
}

.tc-login-box-title .btn {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	margin-left: 10px;
	cursor: pointer;
}

.tc-login-box-title .btn:hover {
	color: #000;
}

.tc-login-box-content {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
}

.page-box {
	width: 100%;
	height: 100%;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	padding-right: 10px;
}

.theme-file-upload {
	width: 100%;
	padding: 20px 0px;
}

.theme-file-upload-file {
	width: 100%;
	padding-bottom: 20px;
}

.theme-file-upload-file-show {
	width: 100%;
	padding-top: 20px;
}

.theme-file-upload-file-show .img {
	width: 500px;
	height: auto;
}

.theme-file-upload-file-show .video {
	width: 500px;
	height: 400px;
}

.theme-file-upload-btn {
	width: 100%;
}

.set-box {
	padding: 20px;
	border-radius: 3px;
}

.set-box-top {
	width: 100%;
}

.set-box-top-ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.set-box-top .li {
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	margin-right: 35px;
	font-size: 14px;
	background: var(--btnBgColor);
	border: 1px solid var(--btnBorderColor);
	border-radius: 3px;
	cursor: pointer;


}

.set-box-top .li.active {
	background: var(--themeColor);
}

.set-box-con {
	width: 100%;
	height: auto;
	padding-top: 20px;
}

.set-box-con-ul {
	width: 100%;
}

.set-box-con-li {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 20px;
}

.set-box-con-li-title {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.set-box-con-li-con {
	width: 100%;
}

.input-ul {
	width: 100%;
}

.set-agreement {
	width: 100%;
	padding: 0;
	height: 100%;
	padding-right: 40px;
}

.set-agreement-con {
	width: 100%;
	height: auto;
	padding-top: 20px;
}

.set-agreement-con-ul {
	width: 100%;
}

.agreement-title {
	text-align: center;
}


.input-li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.input-li .title {
	font-size: 12px;
	margin-right: 10px;
	height: 40px;
	line-height: 40px;
}

.input-li .radio {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	cursor: pointer;
	background: var(--bgColor);

	&.active {
		color: aqua;
	}
}

.input-li .radio.active i {
	color: var(--themeColor);
}

.input-li .radio i {
	font-size: 20px;
}

.input-li .upload {
	font-size: 16px;
	padding: 8px 16px;
	border-radius: 10px;
	cursor: pointer;
}

.input-li .save {
	font-size: 16px;
	padding: 8px 16px;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 10px;
}

.iframe-box {
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.iframe-box iframe {
	width: 100%;
	height: 100%;
}

.banner-bg_bak {
	width: 99%;
	height: 477px;
	position: relative;
}

.banner-bg {
	width: 99%;
	height: 650px;
	position: relative;
}

.banner-btn {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	border-radius: 30px;
	top: 50%;
	margin-top: -30px;
}

.banner-btn:hover {
	background: rgba(0, 0, 0, .2);
}

.banner-btn i {
	color: #ffffff;
	font-size: 40px !important;
	font-weight: bold;
}

.banner-btn-left {
	left: 10px;
}

.banner-btn-right {
	right: 10px;
}

.banner-box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	overflow: hidden;
}

.banner-li {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: none;
	cursor: pointer;
}

.goods-box {
	width: 100%;
	padding: 20px 0;
}

.goods-ul {
	width: 100%;
}

.goods-li {
	width: 340px;
	float: left;
	/* margin-left: 10px; */
	margin-right: 20px;
	margin-bottom: 15px;
	border-radius: 60px;
	/* box-shadow: 0 0 10px #aaa; */
	background: var(--ya);
	overflow: hidden;
	cursor: pointer;
}

.goods-li:hover {
	box-shadow: 0 0 10px #666666;
}

.goods-li .img {
	width: 100%;
	height: 310px;
}

.goods-li .img img {
	width: 100%;
	height: 100%;
}

.goods-li .title {
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	color: var(--an);
	padding: 0 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.goods-li .price {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: var(--red);
	padding: 0 20px;
	margin-bottom: 10px;
}

.app-version-ul {
	width: 100%;
	height: auto;
}

.app-version-ul .li {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #aaaaaa;
}

.app-version-ul .li .intro {
	width: 100%;
	height: auto;
	white-space: pre-wrap;
	line-height: 24px;
}

.app-version-ul .li .title {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.app-version-ul .version {
	font-size: 16px;
	margin-right: 20px;
}

.app-version-ul .file {
	font-size: 16px;
	margin-right: 20px;
	cursor: pointer;
}

.app-version-ul .time {
	font-size: 16px;
}

.loading-box {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.01);
	display: none;
}

.loading-box-con {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading-box-con-icon {
	animation: rotateAnimation 1s linear infinite;
}

.loading-box-con-icon .icon {
	font-size: 40px;
	color: #FF5A16;
}

.msg-box {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.01);
	display: none;
}

.msg-box-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.msg-box-con {
	padding: 10px 20px;
	text-align: center;
	background: var(--bgColor);
	border-radius: 4px;
	border: 1px solid #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.msg-box-con-icon {
	line-height: 20px;
}

.msg-box-con-icon .icon {
	font-size: 18px;
	color: var(--active-color);
	margin-right: 5px;
}

.msg-box-con-icon .icon.icon-error {
	color: var(--red);
}

.msg-box-con-text {
	line-height: 20px;
	font-size: 12px;
	color: var(--white);
}

body .skin-anhei {
	background: #1b1b1b;
	color: #fff;
}

body .skin-anhei .layui-layer-title {
	background: #1b1b1b;
	color: #fff;
}

body .skin-anhei .layui-layer a {
	color: #fff;
	background: #333 !important;
}

body .skin-anhei .layui-layer a:hover {
	color: #fff;
	border-color: #fff;
	background: #333 !important;
}

body .skin-anhei .layui-layer-btn {
	border: none;
}

body .skin-anhei .layui-layer-btn a {
	background: #333;
}

body .skin-anhei .layui-layer-btn .layui-layer-btn0 {
	background: #000;
	border: 1px solid #999;
}

body .skin-anhei .layui-layer-btn .layui-layer-btn1 {
	background: #999;
	border: 1px solid #999;
}

@keyframes rotateAnimation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.select-box {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.select-box-con {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.select-box-ul {
	width: 300px;
	height: auto;
	background: var(--bgColor);
	border: 1px solid #000000;
	padding: 30px 20px;
	border-radius: 10px;
}

.select-box-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999999 !important;
}

.select-box-li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #cccccc !important;
	cursor: pointer;
	border-bottom: 1px solid #333333;
}

.select-box-li:hover {
	color: #ffffff !important;
	font-weight: bold;
}

.select-box-con-btn-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.select-box-con-btn-box .btn {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding: 0 20px;
	border-radius: 6px;
	cursor: pointer;
	color: var(--white);
	background: var(--btnBgColor);
	border: 1px solid var(--btnBorderColor);
}

.select-box-con-btn-box .btn:hover {
	font-weight: bold;
}

.select-box-con-progress-box {
	width: 100%;
	padding: 20px 0;
}

.select-box-con-progress-bg {
	width: 100%;
	height: 20px;
	background: #dddddd;
	position: relative;
}

.select-box-con-progress-now {
	width: 0;
	height: 100%;
	background: coral;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.kb-select-box {
	display: none;
}

.kb-select-box-con {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background: var(--bgColor);
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #333333;
}

.show-tc {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.show-tc-box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.show-tc-box-con {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.show-tc-close {
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #ffffff;
	width: 100%;
	text-align: right;
	cursor: pointer;
}

.show-tc-close .icon {
	font-size: 30px;
	color: #cccccc;
}

.show-tc-close:hover .icon {
	color: #ffffff;
}

.show-tc-con {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}