body {
	font-family: MicrosoftYaHei; 
	background-color: white;
}
select, input {
    border: none;
}
.document-score {
	display: flex;
	align-items: center;
}
.document-score-box {
	position: relative;
	width: 65px;
	height: 15px;
}
.document-score .bg, .document-score .active {
	position: absolute;
	top: 0;
	left: 0;
}
.document-score .active {
	display: flex;
	overflow: hidden;
}
.document-score img {
	display: block;
	float: left;
	width: 13px;
	height: 14px;
}
.document-score-number {
	color: #FF491F;
	font-size: 12px;
    margin-left: 6px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.container:after {
	content: '';
    display: block;
    clear: both;
}
.red {
	color: red;
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ellipsis2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.show {
	display: block !important;
}
.hide {
	display: none !important;
}
.real-cover {
	position: relative;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.search-input-box {
	display: flex;
	align-items: center;
}
.search-input-box .input {
	width: 595px;
	color: black;
	font-size: 14px;
	padding: 15px 19px 15px 19px;
	background-color: transparent;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 10px 0 0 10px;
}
.search-input-box .button {
	width: 90px;
	height: 48px;
	color: white;
	line-height: 48px;
	text-align: center;
	border-radius: 0 10px 10px 0;
	background-color: #05a979;
}
.search-input-box .img {
	width: 50%;
    height: 50%;
}

.document-icon {
	width: 20px;
	height: 21px;
	background-size: 100% 100%;
}
.document-icon.DOC, .document-icon.DOCX {
	background-image: url(../../images/word-icon.png);
}
.document-icon.PPT, .document-icon.PPTX {
	background-image: url(../../images/ppt-icon.png);
}
.document-icon.PDF {
	background-image: url(../../images/pdf-icon.png);
}
.document-icon.XLS, .document-icon.XLSX {
	background-image: url(../../images/excel-icon.png);
}
.document-icon.ZIP, .document-icon.RAR, .document-icon.SEVENZ {
	background-image: url(../../images/rar-icon.png);
}
.document-icon-new {
	flex: 1;
    max-width: 18px;
    min-width: 18px;
	height: 18px;
	margin-left: 5px;
	background-size: 100% 100%;
}
.document-icon-new.DOC, .document-icon-new.DOCX {
	background-image: url(../../images/new-doc-icon.png);
}
.document-icon-new.PPT, .document-icon-new.PPTX {
	background-image: url(../../images/new-ppt-icon.png);
}
.document-icon-new.PDF {
	background-image: url(../../images/new-pdf-icon.png);
}
.document-icon-new.ZIP, .document-icon-new.RAR, .document-icon-new.SEVENZ {
	background-image: url(../../images/new-zip-icon.png);
}
.document-cover {
	border: 1px solid #EBEBEB;
	background-size: 100% 100%;
}
.document-cover.DOC, .document-cover.DOCX {
	background-image: url(../../images/word-cover.png);
}
.document-cover.PPT, .document-cover.PPTX {
	background-image: url(../../images/ppt-cover.png);
}
.document-cover.PDF {
	background-image: url(../../images/pdf-cover.png);
}
.document-cover.XLS, .document-cover.XLSX {
	background-image: url(../../images/excel-cover.png);
}
.document-cover.ZIP, .document-cover.RAR, .document-cover.SEVENZ {
	background-image: url(../../images/rar-cover.png);
}
.crumb {
	color: #888888;
	font-size: 14px;
	margin: 16px 0;
}
.crumb .active {
	color: #0181FE;
	font-weight: bold;
}
.swal2-popup {
	width: 416px !important;
	font-size: 13px !important;
	padding: 26px !important;
}
.swal2-confirm {
	background-color: #0181FE !important;
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-left: 0;
	list-style: none;
	margin: 30px auto;
	border-radius: .25rem;
}
.page-link {
	position: relative;
	display: block;
	color: #999999;
	line-height: 1.25;
	text-align: center;
	padding: 6px 10px;
	border-radius: 6px;
	border: 1px solid #dee2e6;
}
.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.page-item {
	font-size: 16px;
	margin-right: 10px;
}
.page-item:last-child {
	margin-right: 0;
}
.page-item.active .page-link {
	background-color: #EB1717;
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0080FE;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	border-color: #dee2e6;
}
.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}
.common-header {
	font-size: 16px;
	padding: 25px 0;
	background-color: white;
}
.common-header .container {
	display: flex;
	align-items: center;
}
.common-header .logo {
	display: block;
	width: 180px;
	height: 56px;
}
.common-header .nav {
	display: flex;
	align-items: center;
	height: 40px;
	color: black;
	margin-left: 64px;
}
.common-header .nav > .item {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 25px;
}
.common-header .nav > .item:last-child {
	margin-right: 0;
}
.common-header .category {
	position: relative;
}
.common-header .category:hover .list {
	display: block;
}
.common-header .category .list {
	display: none;
	position: absolute;
	z-index: 100;
	bottom: 0;
	width: 630px;
	padding: 20px;
	border-radius: 10px;
	transform: translate(-154px, calc(100% + 10px));
	box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.3);
	background-color: white;
}
.common-header .category .list::before {
	content: '';
	display: block;
	position: absolute;
    top: -10px;
    left: 175px;
  	border-bottom: 15px solid white; 
    border-left: 15px solid transparent;  
  	border-right: 15px solid transparent;  
}
.common-header .category .list .row {
	margin-bottom: 20px;
}
.common-header .category .list .row:last-child {
	margin-bottom: 0;
}
.common-header .category .list .item {
	display: inline-block;
	width: 32%;
	color: black;
	margin: 0 1% 0 0;
}
.common-header .category .list .item:last-child {
	margin-right: 0;
}
.common-header .nav .arrow {
	width: 14px;
	height: 8px;
	margin-left: 2px;
}
.common-header .action {
	margin-left: auto;
}
.common-header .action .upload {
	width: 20px;
	height: 14px;
	margin-right: 5px;
}
.common-header .action .integral {
	width: 17px;
	height: 16px;
	margin-right: 5px;
}
.common-header .end {
	height: 56px;
	margin-left: auto;
}
.common-header .login {
	display: flex;
	align-items: center;
	line-height: 56px;
}
.common-header .head {
	width: 27px;
	height: 27px;
	margin-right: 11px;
	border-radius: 50%;
}
.common-header .login .line {
	width: 1px;
	height: 15px;
	margin: 0 6px;
	background-color: white;
}
.common-header .user {
	position: relative;
	display: flex;
	align-items: center;
/*	width: 140px;*/
	height: 100%;
}
.common-header .user:hover .info {
	display: block;
}
.common-header .user .info {
	display: none;
	position: absolute;
	z-index: 100;
	right: -80px;
    top: calc(100%);
	width: 316px;
	height: 376px;
	padding: 21px 13px;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.1608);
}
.common-header .user .info::before {
	content: '';
	display: block;
	position: absolute;
    top: -10px;
    left: 175px;
  	border-bottom: 15px solid white; 
    border-left: 15px solid transparent;  
  	border-right: 15px solid transparent;  
}
.common-header .user .top {
	display: flex;
	align-items: center;
	color: #222222;
}
.common-header .user .top img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	margin-right: 16px;
}
.common-header .user .top .name {
	font-size: 16px;
}
.common-header .user .top .member {
	font-size: 14px;
	margin-top: 7px;
}
.common-header .user .property {
	display: flex;
	padding: 20px 0;
	margin: 16px 0;
	background-color: #F3F3F3;
}
.common-header .user .property .item {
	flex: 1;
	color: black;
	text-align: center;
}
.common-header .user .property .number {
	font-size: 20px;
	font-weight: bold;
}
.common-header .user .property .label {
	font-size: 14px;
	margin-top: 18px;
}
.common-header .user .menu {
	overflow: hidden;
	padding: 0 18px 30px 18px;
}
.common-header .user .menu .item {
	float: left;
	display: flex;
	align-items: center;
	color: black;
	font-size: 14px;
	margin: 15px 67px 0 0;
}
.common-header .user .menu .item:nth-child(-n+2) {
	margin-top: 0;
}
.common-header .user .menu .item:nth-child(2n) {
	margin-right: 0;
}
.common-header .user .menu img {
	width: 18px;
	margin-right: 9px;
}
.common-header .user .logout {
	display: block;
	width: 221px;
	height: 45px;
	color: black;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #DDDDDD;
}
#new-footer {
	padding: 40px 0;
	background-color: #f8f8f8;
}
#new-footer .nav {
	display: flex;
	gap: 80px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#new-footer .nav .list {
	display: flex;
	gap: 5px;
	flex-direction: column;
}
#new-footer .nav .list .item {
	color: #666;
	font-size: 14px;
}
#new-footer .nav .list .title {
	color: black;
	font-size: 20px;
	margin-bottom: 10px;
}
#new-footer .bottom {
	display: flex;
	align-items: center;
}
#new-footer .bottom .logo {
	width: 180px;
    height: 56px;
    margin-right: 20px;
}
#new-footer .text {
	color: #666;
	font-size: 13px;
	line-height: 26px;
}
#footer {
	font-size: 14px;
	overflow: hidden;
	padding-top: 50px;
	background-color: #393939;
}
#footer .nav {
	display: flex;
	justify-content: space-between;
	color: white;
	overflow: hidden;
}
#footer .nav .column {
	float: left;
	margin-right: 50px;
}
#footer .nav .column:last-child {
	margin-right: 0;
}
#footer .nav .column .title {
	font-size: 20px;
}
#footer .nav .column a {
	display: block;
	margin-top: 15px;
}
#footer .nav .qrcode {
	width: 100px;
	height: 100px;
	margin-right: 30px;
}
#footer .nav .qrcode:last-child {
	margin-right: 0;
}
#footer .tip {
	color: #666666;
	padding: 20px 0;
	margin-top: 20px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#footer .info {
	color: #666666;
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
}
#footer .info .item {
	margin-bottom: 10px;
}
#footer .info .item:last-child {
	margin-bottom: 0;
}
#content {
	padding-bottom: 50px;
}
#login-shade {
	position: fixed;
	z-index: 1030;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.login-alter {
	position: fixed;
	z-index: 1031;
	top: 50%;
	left: 50%;
	width: 500px;
	transform: translate(-50%, -50%);
	border-radius: 6px;
	background-color: white;
}
.login-alter .header {
	position: relative;
	display: flex;
	align-items: center;
	color: #666666;
	padding: 19px 16px 19px 22px;
	border-bottom: 1px solid #DEDEDE;
}
.login-alter .header .title {
	position: absolute;
	left: 50%;
	font-weight: bold;
	transform: translateX(-50%);
}
.login-alter .header .tab {
	position: relative;
	margin-left: 74px;
}
.login-alter .header .tab:first-child {
	margin-left: 0;
}
.login-alter .header .tab.active {
	color: black;
}
.login-alter .header .tab.active:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -7px;
	display: block;
	width: 16px;
	height: 4px;
	transform: translateX(-50%);
	border-radius: 2px;
	background-color: #0683FE;
}
.login-alter .header .close {
	display: block;
	width: 22px;
	height: 22px;
	margin-left: auto;
	background-size: 100% 100%;
	background-image: url(../../images/close.png);
}
.login-alter .content {
	padding: 35px 40px 30px 40px;
}
.login-alter .content[type=login] {
	padding-top: 0;
}
.login-alter .content .subtitle {
	position: relative;
	display: flex;
	align-items: center;
	margin: 24px 0 18px 0;
}
.login-alter .content .subtitle .text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
}
.login-alter .content .subtitle .switch {
	display: flex;
	align-items: center;
	color: #0683FE;
	font-size: 14px;
	margin-left: auto;
}
.login-alter .content .subtitle .switch img {
	width: 17px;
	height: 17px;
	margin-right: 5px;
}
.login-alter .content .row-box {
	position: relative;
	margin-bottom: 33px;
}
.login-alter .content .row {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 33px;
}
.login-alter .content .row:last-child {
	margin-bottom: 0;
}
.login-alter .content .row .icon {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 23px;
	transform: translateY(-50%);
}
.login-alter .content .row input {
	width: 100%;
	height: 50px;
	color: black;
	font-size: 14px;
	padding-left: 57px;
	border: none;
	border-radius: 6px;
	background-color: #F8F8F8;
}
.login-alter .content .row input::placeholder {
	color: #C4C4C4;
}
.login-alter .content .send {
	position: absolute;
	top: 50%;
	right: 11px;
	color: #0683FE;
	font-size: 14px;
	transform: translateY(-50%);
}
.login-alter .content .agreement {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
	margin: 28px 0 12px 0;
}
.login-alter .content .agreement input {
	width: 14px;
	height: 14px;
	margin: 2px 5px 0 0;
	background-color: #D8D8D8;
}
.login-alter .content .agreement a {
	color: #0683FE;
}
.login-alter .content .button {
	width: 100%;
	height: 50px;
	color: white;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	background-color: #3555CC;
}
.login-alter .content .change {
	color: #666666;
	text-align: center;
	margin-top: 19px;
}
.login-alter .content .change a {
	color: #0683FE;
}
.login-alter .content .bottom {
	display: flex;
	align-items: center;
	color: #0683FE;
	margin-top: 14px;
}
.login-alter .content .bottom .delimiter {
	display: block;
	width: 2px;
	height: 14px;
	margin: 3px 4px 0 4px;
	background-color: #0683FE;
}
.login-alter .content .bottom .forget {
	margin-left: auto;
}
.login-alter .wechat .tip {
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin: 12px 0;
}
.login-alter .wechat .img-box {
	position: relative;
    width: 200px;
    height: 200px;
    margin: 21px auto 0 auto;
}
.login-alter .wechat .img {
	display: block;
    width: 100%;
    height: 100%;
}
.login-alter .wechat .reload {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	color: white;
	text-align: center;
	line-height: 200px;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.5);
}
.login-alter .wechat .toregister {
	display: block;
	width: 200px;
	height: 40px;
	color: #0683FE;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	border-radius: 3px;
	border: 1px solid #0683FE;
}
.vip-pay-shade {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.vip-pay {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	width: 1000px;
	overflow: hidden;
	transform: translate(-50%, -50%);
	border-radius: 6px;
	background-color: #FFFFFF;
}
.vip-pay .close {
	position: absolute;
	top: 19px;
	right: 32px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-size: 100% 100%;
	background-image: url(../../images/close.png);
}
.vip-pay .tab {
	display: flex;
	align-items: center;
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #DEDEDE;
}
.vip-pay .tab .item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 64px;
	cursor: pointer;
	background-color: #F5F5F5;
}
.vip-pay .tab .item.active {
	background-color: white;
}
.vip-pay .tab .item.vip {
	color: #6C3D01;
}
.vip-pay .tab .item.vip img {
	width: 27px;
	height: 22px;
	margin-right: 14px;
}
.vip-pay .content.vip {
	padding: 25px 20px;
}
.vip-pay .content.vip .goods {
	margin-bottom: 16px;
	overflow: hidden;
}
.vip-pay .content.vip .goods .item {
	position: relative;
	float: left;
	width: 176px;
	height: 80px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	padding: 14px 0 4px 0;
	margin-right: 20px;
	border-radius: 6px;
	border: 1px solid #DDDDDD;
}
.vip-pay .content.vip .goods .item.hasTag {
	padding-left: 27px;
}
.vip-pay .content.vip .goods .item:last-child {
	margin-right: 0;
}
.vip-pay .content.vip .goods .item.active {
	border: 1px solid #E6CA90;
	background-color: rgba(230, 202, 144, 0.3);
}
.vip-pay .content.vip .goods .item.active:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 32px;
	height: 32px;
	background-size: 100% 100%;
	background-image: url(../../images/vip-selected.png);
}
.vip-pay .content.vip .goods .tag {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 27px;
	color: white;
	font-size: 12px;
	line-height: 27px;
	text-orientation: mixed;
	writing-mode: vertical-rl;
	word-wrap: break-word;
	letter-spacing: 2px;
	background-color: #FF2903;
}
.vip-pay .content.vip .goods .title {
	font-size: 14px;
}
.vip-pay .content.vip .goods .price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-top: 9px;
}
.vip-pay .content.vip .goods .new {
	display: flex;
	align-items: baseline;
	color: #6C3D01;
	font-size: 14px;
}
.vip-pay .content.vip .goods .number {
	font-size: 24px;
}
.vip-pay .content.vip .goods .old {
	display: flex;
	align-items: baseline;
	color: #999999;
	font-size: 14px;
	margin-left: 2px;
	text-decoration: line-through;
}
.vip-pay .content.vip .interest {
	font-size: 14px;
	margin-bottom: 16px;
}
.vip-pay .content.vip .interest .number {
	color: #FF2903;
}
.vip-pay .content.vip .payment {
	display: flex;
	align-items: center;
	padding: 10px 12px 10px 30px;
	margin-bottom: 10px;
	border-radius: 6px;
	background-color: #FCF7EF;
}
.vip-pay .content.vip .payment .left {
	display: flex;
	align-items: center;
	height: 150px;
}
.vip-pay .content.vip .payment .left .qrcode {
	position: relative;
	width: 150px;
	height: 150px;
	margin-right: 26px;
}
.vip-pay .content.vip .payment .left img {
	width: 100%;
	height: 100%;
}
.vip-pay .content.vip .payment .left .qrcode .login {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	color: white;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.7);
}
.vip-pay .content.vip .payment .left .qrcode .button {
	display: block;
	width: 102px;
	height: 40px;
	color: white;
	line-height: 40px;
	text-align: center;
	margin-top: 15px;
	border-radius: 3px;
	background-color: #0181FE;
}
.vip-pay .content.vip .payment .left .price {
	display: flex;
	align-items: baseline;
	color: #FF2903;
}
.vip-pay .content.vip .payment .left .new {
	display: flex;
	align-items: baseline;
	font-size: 14px;
}
.vip-pay .content.vip .payment .left .number {
	font-size: 24px;
}
.vip-pay .content.vip .payment .left .old {
	font-size: 12px;
	margin-left: 4px;
}
.vip-pay .content.vip .payment .left .tip {
	font-size: 14px;
	margin-top: 12px;
}
.vip-pay .content.vip .payment .right {
	height: 166px;
	margin-left: auto;
	overflow: hidden;
}
.vip-pay .content.vip .payment .right .item {
	color: #999999;
	font-size: 14px;
	padding: 8px 25px 8px 18px;
	margin-bottom: 10px;
	border-radius: 6px;
	background-color: white;
}
.vip-pay .content.vip .payment .right .item:last-child {
	margin-bottom: 0;
}
.vip-pay .content.vip .payment .right .item .part {
	color: #222222;
	margin: 0 8px;
}
.vip-pay .content.vip .privilege .title {
	font-weight: bold;
}
.vip-pay .content.vip .privilege .project {
	margin-top: 15px;
	overflow: hidden;
}
.vip-pay .content.vip .privilege .item {
	float: left;
	display: flex;
	align-items: center;
	width: 180px;
	height: 80px;
	padding: 8px 9px 9px 7px;
	margin-right: 15px;
	border-radius: 6px;
	border: 1px solid #DDDDDD;
}
.vip-pay .content.vip .privilege .item:last-child {
	margin-right: 0;
}
.vip-pay .content.vip .privilege .item img {
	width: 40px;
	height: 40px;
	margin-right: 8px;
}
.vip-pay .content.vip .privilege .item .name {
	font-size: 14px;
}
.vip-pay .content.vip .privilege .item .introduce {
	color: #999999;
	font-size: 12px;
	margin-top: 9px;
}