﻿	.page-foot{
				display: flex;
				width: 100%;
			 
				padding: 0 8px;
				box-sizing: border-box;
   margin-bottom:20px;
			}
			.page-foot-text{
				width: 100%;
				font-size: 12px;
				font-family: PingFang SC-Regular, PingFang SC;
				font-weight: 400;
				color: #666;
				line-height: 21px;
				margin-top: 14px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			.page-foot-text.page-all-text{
				white-space: normal;
				overflow: initial;
				text-overflow: initial;
			}
			.page-foot-text.page-all-text .page-foot-icon{
				transform: rotate(180deg);
			}
			.page-foot-text::before {
				float: right;
				content: '';
				height: calc(100% - 21px);
			}
			.page-foot-text a{
				float: right;
				clear: both;
				width: 56px;
				text-align: right;
				color: #1A8CFF;
			}
			.page-foot-icon{
				display: inline-block;
				float: right;
				clear: both;
				width: 18px;
				height: 18px;
				margin-top: 2px;
				background-color: #262626;
				-webkit-mask-size: 100% 100%;
				mask-size: 100% 100%;
				vertical-align: text-top;
				-webkit-mask: url(../img/icon-bottom-no-bg.svg) no-repeat;
				mask: url(../img/icon-bottom-no-bg.svg) no-repeat;
				transition: .2s all;
			}