* {
	margin: 0;
	padding: 0;
}
@property --circ {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}
:root {
	--ash: #999999;
	--color-1:#e6eb89B2;
	--color-2:#f1d876B2;
	--color-3:#cfc1e3B2;
	--color-4:#e6dfeaB2;
	
}

body {
	position: relative;
}

body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-thumb {
	width: 5px;
	background-color: #64bc6c;
}

.w95 {
	width: 95.3%;
	margin-left: auto;
	margin-right: auto;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs28 {
	font-size: 28px;
}

.fs32 {
	font-size: 32px;
}

.fs48 {
	font-size: 48px;
}

.mflex {
	display: flex;
}

.page-content.sp {
	width: 100%;
	min-height: 100vh;
	box-sizing: border-box;
	padding-bottom: 120px;
	position: relative;
	background-color: #cbe08e;
	background-image: 
	radial-gradient(closest-side, rgb(238, 246, 207), rgba(235, 105, 78, 0)), 
	radial-gradient(closest-side, rgb(247, 216, 199), rgba(243, 11, 164, 0)), 
	radial-gradient(closest-side, rgb(220, 208, 240), rgba(254, 234, 131, 0)), 
	radial-gradient(closest-side, rgb(244, 230, 164), rgba(170, 142, 245, 0));
	background-size: 130% 130%, 120% 120%, 100% 150%, 120% 130%;
	background-position: -80% -80%, 30% -20%, -20% 20%, 30% 20%;
	background-repeat: no-repeat;
	animation: 12s moiveAnimationsp infinite;
}


@keyframes moiveAnimationsp {
	0%,
	100% {
		background-size: 130% 130%, 120% 120%, 100% 150%, 120% 130vh;
		background-position: -80% -80%, 30% -20%, -20% 20%, 30% 20%;
	}
	25% {
		background-size: 120% 120%, 130% 150%, 130% 120%, 100% 110%;
		background-position: -30% -30%, 40% -10%, 0% 10%, -10% 20%;
	}
	50% {
		background-size: 130% 130%, 140% 100%, 100% 150%, 90% 110%;
		background-position: 10% -60%, 20% 10%, 10% 30%, 10% -20%;
	}
	75% {
		background-size: 140% 140%, 100% 130%, 100% 150%, 130% 110%;
		background-position: -70% -70%, 0% -10%, 30% -20%, 20% 30%;
	}
}

.page-content {
	width: 100%;
	min-height: 100vh;
	padding-bottom: 120px;
	position: relative;
	background-color: #cbe08e;
	background-image: 
	radial-gradient(closest-side, rgb(238, 246, 207), rgba(235, 105, 78, 0)), 
	radial-gradient(closest-side, rgb(247, 216, 199), rgba(243, 11, 164, 0)), 
	radial-gradient(closest-side, rgb(220, 208, 240), rgba(254, 234, 131, 0)), 
	radial-gradient(closest-side, rgb(244, 230, 164), rgba(170, 142, 245, 0));
	background-size: 130vw 130vh, 120vw 120vh, 100vw 150vh, 120vw 130vh;
	background-position: -80vw -80vh, 30vw -20vh, -20vw 20vh, 30vw 20vh;
	background-repeat: no-repeat;
	animation: 12s moiveAnimation infinite;
}


@keyframes moiveAnimation {
	0%,
	100% {
		background-size: 130vw 130vh, 120vw 120vh, 100vw 150vh, 120vw 130vh;
		background-position: -80vw -80vh, 30vw -20vh, -20vw 20vh, 30vw 20vh;
	}
	25% {
		background-size: 120vw 120vh, 130vw 150vh, 130vw 120vh, 100vw 110vh;
		background-position: -30vw -30vh, 40vw -10vh, 0vw 10vh, -10vw 20vh;
	}
	50% {
		background-size: 130vw 130vh, 140vw 100vh, 100vw 150vh, 90vw 110vh;
		background-position: 10vw -60vh, 20vw 10vh, 10vw 30vh, 10vw -20vh;
	}
	75% {
		background-size: 140vw 140vh, 100vw 130vh, 100vw 150vh, 130vw 110vh;
		background-position: -70vw -70vh, 0vw -10vh, 30vw -20vh, 20vw 30vh;
	}
}


.page-content.list {
	height: auto;
	min-height: 100vh;
}

.header {
	width: 100%;
	height: 120px;
	padding: 20px 0;
	box-sizing: border-box;
}

.header .mflex {
	align-items: center;
	justify-content: space-between;
}

.header .login-part {
	align-items: center;
}

.header .login-part .user-name {
	color: var(--ash);
	margin-left: 10px;

}

.header .header-search {
	width: 50%;
	display: flex;
	transform: translateX(-10%);

}

.header .header-search .search-main-input {
	width: 100%;
	display: flex;
	position: relative;
}

.header .header-search .search-main-input .clear {
	width: 30px;
	height: 30px;
	background-color: #cccccc66;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 2%;
	z-index: 2;
	cursor: pointer;
}

.header .header-search .search-main-input .clear::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 42%;
	height: 1px;
	background-color: #a5a5a4;
	transform: translate(-50%,-50%);
}

.header .header-search .search-main-input .clear::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 1px;
	height: 42%;
	background-color: #a5a5a4;
	transform: translate(-50%,-50%);
	visibility: visible;
}

.header .header-search .search-main-input .select {
	position: relative;
	width: 15%;
	height: 70px;
	background-color: #fff;
	border: 0px;
	outline: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	border-right: 1px solid #674c3c33;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .header-search .search-main-input input {
	width: 85%;
	height: 70px;
	background-color: #fff;
	border: 0px;
	outline: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-sizing: border-box;
	color: #cccccc;
	font-size: 20px;
	padding: 25px 33px;
	line-height: 70px;
}

.header .header-search  .submit {
	background-color: #64bc6c;
	width: 125px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	color: #fff;
	margin-left: 22px;
	border: 0px;
	outline: 0px;
	cursor: pointer;
	font-size: 20px;
}


.login-page {
	width: 570px;
	height: 513px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: all .3s;
	background-color: #0000004C;
	border-radius: 15px;
	flex-direction: column;
	align-items: center;
}

.login-page .login-title {
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	margin-top: 60px;
}

.login-page .login-title .title {
	margin-bottom: 12px;
}

.login-page .login-form {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 33px;
}

.login-page .login-form .longinput {
	width: 100%;
	height: 70px;
	background: #ffffff00;
	border: 0px;
	outline: 0;
	margin-bottom: 14px;
	border-bottom: 2px solid #ffffff99;
	font-size: 32px;
	color: #fff;
	opacity: .8;

}

.login-page .login-form .longinput::placeholder {
	font-size: 18px;
	color: #fff;
	opacity: .8;
}

.login-page .login-form .checkbox {
	width: 16px;
	height: 16px;
	-webkit-appearance: none;
	background-color: #ffffff00;
	border: 1px solid #ffffff99;
	position: relative;

}

.login-page .login-form .checkbox::after {
	content: "记住密码";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -65px;
	font-size: 14px;
	color: #ffffffcc;
}

.login-page .login-form .checkbox:checked {
	background: url(/static/img/check.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.login-page .login-form .interval {
	width: 100%;
	margin-top: 10px;
	justify-content: space-between;
	align-items: center;
}

.login-page .login-form .forget {
	font-size: 14px;
	color: #ffffffcc;
}

.login-page .submit {
	width: 100%;
	height: 50px;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #64bc6c;
	border-radius: 15px;
	border: 0px;
	outline: 0px;
	cursor: pointer;
}

.login-page .join {
	margin-top: 15px;
	font-size: 14px;
	color: #ffffffcc;
}

.login-page .join a {
	color: #ffffffcc;
}

.bottom-text {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	/* margin: 80px auto 30px; */
	color: #ffffff;
	text-align: center;
}

.search-part {
	width: 100%;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.search-part .search-title {
	color: #ffffff;
	text-align: center;
}

.search-part .search-title .title-2 {
	font-weight: bold;
}

.search-part .search-form {
	width: 50%;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
}

.search-part .search-form .search-main-input {
	width: 100%;
	display: flex;
}

.search-part .search-form .search-main-input .select {
	position: relative;
	width: 15%;
	height: 70px;
	background-color: #fff;
	border: 0px;
	outline: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	border-right: 1px solid #674c3c33;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-part .search-form .search-main-input input {
	width: 85%;
	height: 70px;
	background-color: #fff;
	border: 0px;
	outline: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-sizing: border-box;
	color: #cccccc;
	font-size: 20px;
	padding: 25px 33px;
	line-height: 70px;
}

.search-part .search-form .submit {
	width: 250px;
	height: 50px;
	margin-top: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #64bc6c;
	border-radius: 15px;
	border: 0px;
	outline: 0px;
	cursor: pointer;
}

.search-results {
	flex-direction: column;
	box-sizing: border-box;
	padding: 20px 58px;
	background-color: #ffffffe5;
	border-radius: 10px;
	margin-top: 50px;
	margin-bottom: 60px;
}

.search-results .choice-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.search-results .choice-list .choice-list-item {
	padding: 20px 0;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #1a1a1a;
	border-bottom: 1px solid #674c3c33;
	
}

.search-results .choice-list .choice-list-item:last-of-type {
	border-bottom: 0px;
}

.search-results .choice-list .choice-list-item .choice-list-item-icon {
	display: flex;
	align-items: center;
	margin-bottom: .6em;
}

.search-results .choice-list .choice-list-item .choice-list-item-icon .item-icon {
	margin-right: 12px;
}

.search-results .choice-list .choice-list-item .choice-info {
	padding: 0 1em;
	line-height: 1;
	color: #666666;
	border-right: 1px solid #999999;
	transition: all .3s;
	cursor: pointer;
	margin-bottom: .6em;
}

.search-results .choice-list .choice-list-item .choice-info:last-of-type{
	border-right: 0px;
}

.search-results .choice-list .choice-list-item .choice-info.sp {
	font-weight: bold;
	 color: #64bc6c;
}

.search-results .choice-list .choice-list-item .choice-info:hover {
    color: #64bc6c;
}

.search-results .choice-list .choice-list-item.not-choice .choice-list-item-icon {
	margin-right: 1em;
}

.search-results .choice-list .choice-list-item.not-choice .choice-info {
	background-color: #bebebe;
	color: #f1f1f1;
    padding: .5em;
    border-radius: 50px;
    margin-right: 0.6em;
	opacity: .8;
}

.search-results .choice-list .choice-list-item.check-box .choice-info {
	position: relative;
}

.search-results .choice-list .choice-list-item.check-box .choice-info .cancel {
	position: absolute;
    top: 0;
    right: 0;
    transform: translate(-0.5em, -50%);
    width: 10px;
    height: 10px;
    background: url(/static/img/cancel-icon-1.png);
    background-repeat: no-repeat;
    background-size: 60% 60%;
    background-position: 50% 50%;
    background-color: #e9e4e4;
    border-radius: 50%;
}

.diy-part {
	display: flex;
	align-items: center;
}

.diy-part .diy-button {
    background-color: #64bc6c;
    width: 70px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    margin-left: 10px;
    border: 0px;
    outline: 0px;
    cursor: pointer;
    font-size: 14px;
	font-weight: normal;
}

.diy-part .hasSure {
	color: #64bc6c;
	font-weight: bold;
}

.diy-part input {
	width: 8em;
	height: 26px;
	background-color: #ffffff;
	border: 1px solid #999999;
	outline: 0px;
	font-size: 16px;
	padding: 0 .3em;
	color: #999;
}

.search-results .search-results-list {
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.search-results .search-results-list .results-list-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 20px;
	

}

.search-results .search-results-list .results-list-item .normal-show {
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px #c7c7c7;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #999999;
	box-sizing: border-box;
	padding: 0 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.search-results .search-results-list .results-list-item .normal-show .item-title {
	width: 45%;
	margin-right: 2%;
	white-space: nowrap;
	overflow: hidden;
}

.search-results .search-results-list .results-list-item .normal-show .item-link {
	padding-left: 30px;
	width: 20%;
	white-space: nowrap;
	margin-right: 10%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	color: #999999;
}

.search-results .search-results-list .results-list-item .normal-show .item-link::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-image: url(/static/img/link-icon-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.search-results .search-results-list .results-list-item .normal-show .publisher {
	width: calc(10em + 7%);
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
	margin-right: 2%;
}

.search-results .search-results-list .results-list-item .normal-show .publisher::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-image: url(/static/img/publisher-icon-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.search-results .search-results-list .results-list-item .normal-show .unfold-button {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	outline: 1px solid #64bc6c;
	/* background-color: #cccccc66; */
	border-radius: 50%;
	position: relative;
	transform: rotate(0deg);
	z-index: 2;
	cursor: pointer;
	transition: all .3s;
}



.search-results .search-results-list .results-list-item .normal-show .unfold-button::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 35%;
	height: 1px;
	background-color: #64bc6c;
	transform: translate(-50%,-50%);
	transition: all .3s;
}

.search-results .search-results-list .results-list-item .normal-show .unfold-button::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 1px;
	height: 35%;
	background-color: #64bc6c;
	transform: translate(-50%,-50%);
	visibility: visible;
	transition: .3s;
}

.search-results .search-results-list .results-list-item.on .normal-show .unfold-button {
	background-color: #64bc6c;
	transform: rotate(45deg);
}

.search-results .search-results-list .results-list-item.on .normal-show .unfold-button::before {
	background-color: #ffffff;
}

.search-results .search-results-list .results-list-item.on .normal-show .unfold-button::after {
	background-color: #ffffff;
}
.search-results .search-results-list .results-list-item .normal-hide {
	position: relative;
	top: -20px;
	width: 100%;
	height: 0px;
	transition: all .3s;
	display: flex;
	flex-direction: column;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #fafafa;
	z-index: 1;
	padding: 0 30px;
	box-sizing: border-box;
	overflow: hidden;
}

.search-results .search-results-list .results-list-item .normal-hide .main-title {
	margin-top: 50px;
	margin-bottom: 60px;
	color: #1a1a1a;
}

.search-results .search-results-list .results-list-item .normal-hide .label-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.search-results .search-results-list .results-list-item .normal-hide .label-list .label-item {
	display: flex;
	align-items: center;
	color: #1a1a1a;
	margin-right: 6.5vw;
}

.search-results .search-results-list .results-list-item .normal-hide .label-list .label-item:last-of-type {
	margin-right: 0;
}

.search-results .search-results-list .results-list-item .normal-hide .label-list .label-item img {
	margin-right: 10px;
}

.search-results .search-results-list .results-list-item .normal-hide .label-list .label-item .sp {
	color: #64bc6c;
	margin-left: .3em;
}

.search-results .search-results-list .results-list-item .normal-hide .text-list {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
	margin-bottom: 65px;
}

.search-results .search-results-list .results-list-item .normal-hide .text-list .text-item {
	display: flex;
	align-items: flex-start;
	color: #1a1a1a;
	line-height: 1.8em;
}

.search-results .search-results-list .results-list-item .normal-hide .text-list .text-item .title-label {
	padding-left: 30px;
	position: relative;
	margin-right: .5em;
	
}

.search-results .search-results-list .results-list-item .normal-hide .text-list .text-item .title-label::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #64bc6c;
}

/* .search-results .search-results-list .results-list-item.on .normal-hide {
	height: 550px;
} */

.search-results .search-results-list .results-list-item.on .normal-show .item-title {
	color: #64bc6c;
	font-weight: bold;
}

.search-page-choice {
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
	line-height: 1;
	margin-top: 50px;
	margin-bottom: 110px;
	

}

.search-page-choice .prev-button,.next-button,.number-button {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 42px;
	height: 42px;
	margin: 0 5px;
	border-radius: 50%;
	transition: all .3s;
	color: #999999;
}

.search-page-choice .number-button:hover {
	background-color: #64bc6c;
	color: #fff;
}

.search-page-choice .number-button.sp {
	background-color: #64bc6c;
	color: #fff;
}

.layui-laypage {
	width: 100%;
	display: flex!important;
	justify-content: right;
	align-items: center;
	line-height: 1;
	margin-top: 50px;
	margin-bottom: 110px;
}



.layui-laypage-curr {
	display: flex;
}

.layui-laypage-curr em {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 42px;
	height: 42px;
	margin: 0 5px;
	border-radius: 50%;
	transition: all .3s;
	color: #999999;
	background-color: #64bc6c;
	color: #fff;
}

/* .layui-laypage-curr em:hover {
	background-color: #64bc6c;
	color: #fff;
} */

.layui-laypage-curr .layui-laypage-em {
	display: none;
}

.layui-laypage a {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 42px;
	height: 42px;
	margin: 0 5px;
	border-radius: 50%;
	transition: all .3s;
	color: #999999;
}


.layui-laypage a:hover {
	background-color: #64bc6c;
	color: #fff;
}

.layui-laypage-prev {
	color: #99999900!important;
	background: url(/spstatic/img/prev-icon-1.png);
	background-size: 8px 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.layui-laypage-next {
	color: #99999900!important;
	background: url(/spstatic/img/next-icon-1.png);
	background-size: 8px 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.layui-laypage-prev:hover {
	background: url(/spstatic/img/prev-icon-2.png);
		background-size: 8px 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.layui-laypage-next:hover {
	background: url(/spstatic/img/next-icon-2.png);
		background-size: 8px 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}