html, body {
	width: 100%;
	height: 100%;
	background-color: #F6F5FA;
}
#main {
	width: 100%;
	height: 100vh;
}
#main .left {
	flex: 1;
	display: flex;
    min-width: 260px;
    max-width: 260px;
	overflow: hidden;
	padding: 17px 10px 10px;
}
#main .left-mask {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
#main .left .logo {
	width: 120px;
	height: 37px;
}
#main .left .list {
	width: 100%;
	margin-top: 16px;
}
#main .left .list .item {
	font-weight: 600;
	cursor: pointer;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
}
#main .left .list > .item:last-child {
	margin-bottom: 0;
}
#main .left .list .item:hover, #main .left .list .item.active {
	color: #462DE1;
	background-color: rgba(70, 45, 225, 0.1);
}
#main .left .list .icon {
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
}
#main .left .list .text {
	margin-left: 5px;
}
#main .left .list .label {
	color: #462DE1;
	font-size: 12px;
	padding: 4px 8px;
	margin-left: 5px;
	border-radius: 20px;
	background-color: rgba(70, 45, 225, 0.1);;
}
#main .left .list .arrow {
	width: 12px;
	height: 12px;
	margin-top: 1px;
	transform: rotate(180deg);
}
#main .left .list .cancel .son {
	display: none;
}
#main .left .list .cancel .arrow {
	transform: rotate(0);
}
#main .left .list .icon.home {
	background-image: url(../../images/home-icon.png);
}
#main .left .list .icon.create {
	background-image: url(../../images/create-icon.png);
}
#main .left .list .icon.moudle {
	background-image: url(../../images/template-icon.png);
}
#main .left .list .icon.cus-template {
	background-image: url(../../images/cus-template-icon.png);
}
#main .left .list .icon.subscription {
	background-image: url(../../images/sub-icon.png);
}
#main .left .list .icon.trash {
	background-image: url(../../images/trash-icon.png);
}
#main .left .list .icon.feedback {
	background-image: url(../../images/feedback-icon.png);
}
#main .left .list .item:hover .icon.home, #main .left .list .item.active .icon.home {
	background-image: url(../../images/home-active-icon.png);
}
#main .left .list .item:hover .icon.create, #main .left .list .item.active .icon.create {
	background-image: url(../../images/create-active-icon.png);
}
#main .left .list .item:hover .icon.moudle, #main .left .list .item.active .icon.moudle {
	background-image: url(../../images/template-active-icon.png);
}
#main .left .list .item:hover .icon.cus-template, #main .left .list .item.active .icon.cus-template {
	background-image: url(../../images/cus-template-active-icon.png);
}
#main .left .list .item:hover .icon.subscription, #main .left .list .item.active .icon.subscription {
	background-image: url(../../images/sub-active-icon.png);
}
#main .left .list .item:hover .icon.trash, #main .left .list .item.active .icon.trash {
	background-image: url(../../images/trash-active-icon.png);
}
#main .left .list .item:hover .icon.feedback, #main .left .list .item.active .icon.feedback {
	background-image: url(../../images/feedback-active-icon.png);
}
#main .left .diamond {
	color: white;
	cursor: pointer;
	padding: 14px 0;
	border-radius: 30px;
	background: linear-gradient(90deg, #9963FF 0%, #2664FF 100%);
}
#main .left .diamond .icon {
	width: 24px;
	height: 24px;
}
/*收起左侧*/
#main .left .retract-hide {
	display: block !important;
}
#main .left .retract-show {
	display: none !important;
}
#main.retract .left .retract-hide, #main.retract .left .text, #main.retract .left .label, #main.retract .left .arrow {
	display: none !important;
}
#main.retract .left .retract-show {
	display: block !important;
}
#main.retract .left {
	min-width: 60px !important;
    max-width: 60px !important;
}
#main.retract .left .logo-pure {
	width: 37px;
	height: 37px;
}
#main.retract .left .diamond {
	width: 40px;
	height: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
}
#main.retract .left .item {
	display: flex !important;
	justify-content: center;
}
/*右侧头部*/
#main .right {
	flex: 1;
	width: 0;
}
#main .right-header {
	padding: 20px;
}
#main .right-header .switch {
	width: 18px;
	height: 18px;
	cursor: pointer;
}
#main .right-header .switch[data-value=open] {
	display: none;
	transform: rotate(180deg);
}
#main .right-header .switch.rotate {
	transform: rotate(180deg);
}
#main .right-header .info {
	gap: 50px;
}
#main .right-header .point {
	font-weight: 600;
}
#main .right-header .point .icon {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
#main .right-header .language {
	position: relative;
	font-weight: 600;
	cursor: pointer;
}
#main .right-header .language .icon {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
#main .right-header .language .language-box {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	transform: translate(-50%);
	display: none;
	padding-top: 5px;
}
#main .right-header .language:hover .language-box {
	display: block;
}
#main .right-header .language .language-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	cursor: auto;
	width: max-content;
	padding: 10px;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0px 0px 40px #0000001a;
}
#main .right-header .language .language-item {
	font-size: 14px;
	font-weight: 500;
	padding: 5px 12px;
}
#main .right-header .language .language-item:hover {
	color: #462DE1;
	border-radius: 40px;
	background-color: rgba(70, 45, 225, 0.1);
}
#main .right-header .arrow {
	width: 12px;
	height: 12px;
	margin-left: 10px;
}
#main .right-header .user-box {
	position: relative;
}
#main .right-header .personal {
	cursor: pointer;
}
#main .right-header .personal .head {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px solid white;
}
#main .right-header .personal .nickname {
	max-width: 100px;
	font-weight: bold;
}
#main .right-header .user-box .menu-box {
	position: absolute;
	z-index: 1;
	top: 100%;
	right: 0;
	display: none;
	padding-top: 13px;
}
#main .right-header .user-box:hover .menu-box {
	display: block;
}
#main .right-header .user-box .menu {
	width: 200px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
#main .right-header .user-box .menu-item {
	font-size: 14px;
	cursor: pointer;
	padding: 9px 20px;
}
#main .right-header .user-box .menu-item:hover {
    color: #462DE1;
	background-color: #F6F5FA;
}
#main .right-header .user-box .menu-item .icon {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background-size: 100% 100%;
}
#main .right-header .user-box .menu-item .icon.user {
	background-image: url(../../images/user-icon.png);
}
#main .right-header .user-box .menu-item .icon.logout {
	background-image: url(../../images/logout-icon.png);
}
#main .right-header .user-box .menu-item:hover .icon.user {
	background-image: url(../../images/user-active-icon.png);
}
#main .right-header .user-box .menu-item:hover .icon.logout {
	background-image: url(../../images/logout-active-icon.png);
}
#main .right-header .action {
    height: 36px;
    font-weight: 600;
    line-height: 32px;
    border-radius: 30px;
    border: 2px solid rgba(70, 45, 225, 0.2);
}
#main .right-header .action.login {
	padding: 0 25px;
}
#main .right-header .action.register {
	color: white;
	padding: 0 25px;
	margin-left: 20px;
	background: linear-gradient(90deg, #9963FF 0%, #2664FF 100%);
}
#main .content {
	flex: 1;
	overflow-y: scroll;
	padding: 20px 20px 60px;
	border-radius: 20px 0px 0px 20px;
	background-color: white;
}
#main .content .empty {
	padding-top: 100px;
}
#main .content .empty .img {
	width: 240px;
	height: 185px;
}
#main .content .empty .tip {
	color: #F37A00;
}
/*会员弹窗*/
.expenses-alter {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	padding: 20px 10px;
	background-color: rgba(0, 0, 0, 0.5);
}
.expenses-content {
	position: relative;
	width: 100%;
	max-width: 1100px;
	max-height: 100%;
    overflow-y: scroll;
    overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 30px;
	margin: auto;
	border-radius: 10px;
	background-color: white;
}
.expenses-content::-webkit-scrollbar {
	display: none;
}
.expenses-content .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.expenses-content .advantage {
	gap: 20px;
	margin-top: 20px;
}
.expenses-content .advantage .item {
	color: rgba(0, 0, 0, 0.75);
	padding-right: 20px;
	border-right: 1px solid #DEDFE5;
}
.expenses-content .advantage .item:last-child {
	padding-right: 0;
	border: unset;
}
.expenses-content .advantage .icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.expenses-content .subscription {
	color: rgba(0, 0, 0, 0.75);
	margin-top: 5px;
}
#expenses {
	padding: 0;
}
#expenses .title {
	font-size: 18px;
}
#expenses .switch {
	margin-top: 30px;
}
#expenses .switch .item {
	font-size: 14px;
}
#expenses .list {
	gap: 20px;
}
#expenses .list .item {
	padding: 20px;
}
#expenses .list .name {
	font-size: 16px;
}
#expenses .list .introduce {
	font-size: 14px;
	line-height: 20px;
}
#expenses .list .price {
	font-size: 16px;
}
#expenses .list .price .amount {
	font-size: 28px;
}
#expenses .list .button {
	font-size: 14px;
	padding: 12px 0;
}
#expenses .list .detail {
	margin-top: 20px;
	padding-top: 23px;
}
#expenses .list .subtitle {
	font-size: 16px;
	margin-bottom: 16px;
}
#expenses .list .rule {
	margin-bottom: 13px;
}
#expenses .list .rule .text {
	font-size: 14px;
}
@media(max-width: 1200px) {
	#main .left {
		min-width: 200px;
    	max-width: 200px;
    	padding: 17px 8px 8px;
	}
	#main .left .logo {
		width: 110px;
		height: 33.88px;
	}
	#main .left .list .item {
		padding: 8px;
	}
	#main .left .list .icon {
		width: 18px;
		height: 18px;
	}
	#main .left .list .text {
		font-size: 14px;
	}
	#main .left .list .arrow {
		width: 10px;
		height: 10px;
	}
	#main .right-header {
		padding: 16px;
	}
	#main .content {
		padding: 15px 15px 40px;
	}
	.share-content {
		padding: 25px;
	}
}
@media(max-width: 992px) {
	#main .left {
		min-width: 150px;
    	max-width: 150px;
    	padding: 17px 6px 6px;
	}
	#main .left .logo {
		width: 100px;
		height: 30.8px;
	}
	#main .left .list .label {
		display: none;
	}
	#main .left .list .text {
		font-size: 12px;
	}
	#main .content {
		padding: 10px 10px 20px;
	}
	.expenses-content {
		padding: 20px 10px;
	}
	#expenses .list {
		gap: 5px;
		padding: 0;
	}
	#expenses .list .item {
		padding: 10px;
	}
	.expenses-content .advantage .item {
		font-size: 14px;
	}
	.expenses-content .subscription {
		font-size: 14px;
	}
}
@media(max-width: 768px) {
	#main .left {
		display: none;
		position: fixed;
	    z-index: 4;
	    top: 0;
	    bottom: 0;
	    min-width: 200px;
	    max-width: 200px;
	    background-color: white;
	}
	#main.open .left {
		display: flex;
	}
	#main.open .left-mask {
		display: block;
	}
	#main .right-header .switch {
		display: none;
	}
	#main .right-header .switch[data-value=open] {
		display: block;
	}
	#expenses .list .button {
		font-size: 12px;
	}
	.expenses-content .advantage {
		gap: 10px;
	}
	.expenses-content .advantage .item {
		font-size: 12px;
		padding-right: 5px;
	}
	.expenses-content .advantage .icon {
		width: 16px;
		height: 16px;
	}
	.expenses-content .subscription {
		font-size: 12px;
	}
}
@media(max-width: 576px) {
	#main .right-header {
		padding: 12px;
	}
	#main .right-header .info {
		gap: 15px;
	}
	#main .right-header .arrow {
		margin-left: 5px;
	}
	#main .right-header .user-box .menu-item {
		padding: 5px 10px;
	}
	#main .right-header .language .text {
		font-size: 14px;
	}
	#main .right-header .personal .nickname {
		max-width: 80px;
	}
	#main .right-header .point .icon {
		width: 18px;
		height: 18px;
	}
	#main .right-header .personal .head {
		width: 25px;
		height: 25px;
	}
	#main .right-header .action {
		height: 32px;
		font-size: 14px;
		line-height: 28px;
	}
	#main .right-header .action.login, #main .right-header .action.register {
		padding: 0 15px;
	}
	#main .content .empty {
		padding-top: 80px;
	}
}