body, html {
	background-color: #E8E8E8;
}
.main {
	overflow: hidden;
	margin-top: 20px;
}
.crumb {
	padding-left: 263px;
}
.main .shadow {
	background-color: white;
	box-shadow: 0px 0px 4px 0px rgba(211, 211, 211, 0.5);
}
.main .main-content {
	display: flex;
	gap: 20px;
}
.main .right {
	width: 300px;
}
.main .right .box {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
}
.main .right .header {
	height: 44px;
    font-size: 15px;
    line-height: 44px;
    font-weight: bold;
    padding-left: 15px;
	border-bottom: 1px solid #eee;
	background-color: #f8f8f8;
}
.main .right .list {
    font-size: 12px;
	padding: 10px 5px;
	background-color: white;
}
.main .right .list .item {
	display: block;
	padding: 10px 0px 10px 5px;
}
.main .right .list .name {
	display: flex;
	font-size: 14px;
	width: 100%;
}
.main .right .list .ellipsis {
	flex: 1;
	width: 0;
}
.main .right .list .document-icon {
	margin-right: 8px;
}
.main .right .list .info {
	display: flex;
	align-items: center;
	color: #999;
	font-size: 12px;
	margin-top: 6px;
	padding-left: 28px;
}
.main .right .document-score {
    padding-right: 6px;
	border-right: 1px solid #ececec;
}
.main .right .list .page {
	margin-left: 7px;
}
.main .middle {
	flex: 1;
}
.main .middle .header {
	padding: 20px 19px 12px 19px;
	background-color: white;
}
.main .middle .header.fixed {
	position: fixed;
	z-index: 1;
	top: 0;
	width: 880px;
}
.main .middle .header .title {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 11px;
}
.main .middle .header .title .name {
	flex: 1;
}
.main .middle .header .title .document-icon {
	margin-right: 10px;
}
#content .download-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: white;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: #05a979;
}
#content .download-btn img {
	width: 28px;
	height: 20px;
	margin-right: 5px;
}
.main .middle .header .title .download-btn {
	margin-left: 10px;
}
.main .middle .header .bottom {
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 12px;
}
.main .middle .header .bottom > span {
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #aaa;
}
.main .middle .header .bottom .last {
	border-right: none;
}
.main .middle .header .bottom .item {
	display: flex;
	align-items: center;
	margin-right: 13px;
}
.main .middle .header .bottom img {
	margin-right: 8px;
}
.main .middle .header .bottom .collect img {
	width: 14px;
}
.main .middle .content {
	margin: 15px 0;
}
.main .middle .content .loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 60px;
}
.main .middle .content .loading img {
	width: 300px;
	height: 300px;
}
.main .middle .content .choice {
	padding: 20px 15px;
}
.main .middle .content .choice .main {
	display: flex;
	align-items: center;
}
.main .middle .content .choice .document-icon {
	margin-right: 5px;
}
.main .middle .content .choice .item {
	position: relative;
	display: flex;
    align-items: center;
	padding: 5px;
	margin: 10px 40px;
	border: 1px solid #eee;
    border-radius: 5px;
}
.main .middle .content .choice .item .name {
	flex: 1;
}
.main .middle .content .choice .item .preview {
	color: #f60;
}
.main .middle .content .choice .item:before {
	position: absolute;
    left: -35px;
    top: 0;
    height: 45px;
    border-left: 1px dashed #ddd;
    content: '';
}
.main .middle .content .choice .item:after {
	position: absolute;
    left: -35px;
    top: 16px;
    width: 35px;
    content: '';
    border-top: 1px dashed #ddd;
}
.main .middle .content .choice .item:last-child:before {
	height: 16px;
}
.main .middle .content .image-box {
	background-color: #FBFBFB;
}
.main .middle .content .image-box img {
	width: 100%;
	margin-bottom: 10px;
}
.main .middle .content .image-box img:last-child {
	margin-bottom: 0;
}
.main .middle .price {
	text-align: center;
	padding: 40px 18px 0 18px;
}
.main .middle .price .text {
	margin-bottom: 15px;
}
.main .middle .price .page {
	color: #00ab78;
}
.main .middle .price .gold {
	color: #F93C3C;
	font-size: 22px;
}
.main .middle .price .button {
	display: block;
	width: 200px;
	height: 40px;
	color: white;
	line-height: 40px;
	margin: 0 auto;
	border-radius: 30px;
	background-color: #05a979;
}
.common-bottom {
	display: flex;
	align-items: center;
	padding: 19px 0;
}
.main .middle .price .common-bottom {
	margin-top: 20px;
	border-top: 1px solid #DEDEDE;
}
.common-bottom .counter {
	display: flex;
	align-items: center;
	line-height: 1;
}
.common-bottom .delimiter {
	margin: 0 6px;
}
.common-bottom .arrow {
	cursor: pointer;
	margin-left: 10px;
}
.common-bottom .arrow.arrow-left {
	margin-right: 10px;
	transform: rotate(180deg);
}
.common-bottom .currentIndex {
	width: 35px;
	height: 25px;
	color: black;
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #DEDEDE;
}
.common-bottom .share, .common-bottom .collect {
	display: flex;
	align-items: center;
	color: #666666;
}
.common-bottom .share {
	margin-left: auto;
}
.common-bottom .collect {
	margin-left: 47px;
}
.common-bottom .share .img, .common-bottom .collect .img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-size: 100% 100%;
}
.common-bottom .share .img {
	background-image: url(../../images/share-icon.png);
}
.common-bottom .collect .img {
	background-image: url(../../images/collect-not-icon.png);
}
.common-bottom .collect .img.active {
	background-image: url(../../images/collect-active-icon.png);
}
.main .middle .tip {
	line-height: 34px;
	padding: 17px 19px;
	margin: 15px 0;
}
.main .middle .tip .tab {
	margin-bottom: 10px;
}
.main .middle .tip .tab a {
	margin-right: 20px;
}
.main .middle .tip .tab a:last-child {
	margin-right: 0;
}
.main .middle .tip .tab .active {
	position: relative;
	font-weight: bold;
}
.main .middle .tip .tab .active:after {
	position: absolute;
	left: 50%;
	bottom: -6px;
	content: '';
	display: block;
	width: 16px;
	height: 4px;
	transform: translateX(-50%);
	border-radius: 2px;
	background-color: #00ab78;
}
.main .middle .tip .value {
	padding: 15px 17px;
	word-break: break-all;
}
.main .middle .tip .download {
	background-color: #F4F4F4;
}
.main .middle .tip .download .top {
	font-weight: bold;
}
.main .middle .other {
	padding: 0 25px;
}
.main .middle .other .header {
	font-weight: bold;
	padding: 30px 0;
	border-bottom: 1px solid #D8D8D8;
}
.main .middle .other .list {
	padding: 30px 0;
	overflow: hidden;
}
.main .middle .other .item {
	display: block;
	float: left;
	width: 145px;
	line-height: 22px;
}
.main .middle .other .row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}
.main .middle .other .row:last-child {
	margin-bottom: 0;
}
.main .middle .other .cover {
	display: block;
	width: 100%;
	height: 209px;
	margin-bottom: 10px;
	border: 1px solid #EBEBEB;
}
.main .middle .other .name {
	height: 44px;
}
.main .right {
	float: left;
	width: 290px;
	margin-left: 10px;
}
.main .right .user {
	padding: 20px;
	margin-bottom: 15px;
}
.main .right .user .info {
	display: flex;
	align-items: center;
}
.main .right .user .head {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.main .right .user .detail {
	margin-left: 20px;
}
.main .right .user .nickname {
	font-size: 20px;
	font-weight: bold;
}
.main .right .user .icon {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.main .right .user .icon .item {
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 12px;
	margin-right: 20px;
}
.main .right .user .icon .item:last-child {
	margin-right: 0;
}
.main .right .user .icon img {
	width: 15px;
	margin-right: 5px;
}
.main .right .user .total {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.main .right .user .total .item {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.main .right .user .total .type {
	color: #666666;
	margin-top: 4px;
}
.main .right .group {
	margin-bottom: 15px;
	padding: 16px 10px 20px 10px;
}
.main .right .group .title {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.main .right .group .title:before {
	content: '';
	display: block;
	width: 4px;
	height: 16px;
	margin-right: 9px;
	border-radius: 2px;
	background-color: #00ab78;
}
.main .right .group .item {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 15px;
}
.main .right .group .item:last-child {
	margin-bottom: 0;
}
.main .right .group .document-icon {
	margin-right: 8px;
}
.main .right .group .name {
	flex: 1;
}
#fixed-header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
	background: white;
}
#fixed-bottom {
	display: none;
	position: fixed;
	bottom: 0;
	width: 937px;
	padding: 0 18px;
	background-color: white;
	box-shadow: 0 -3px 10px 0 #ddd;
}
.vip-pay.detail .content.doc {
	display: flex;
	padding: 58px 50px;
}
.vip-pay.detail .content.doc .left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 298px;
	height: 346px;
	border-radius: 6px;
	border: 2px solid #0683FE;
	background-color: #FFFFFF;
}
.vip-pay.detail .content.doc .left .qrcode {
	position: relative;
	width: 250px;
	height: 230px;
}
.vip-pay.detail .content.doc .left img {
	width: 100%;
	height: 100%;
}
.vip-pay.detail .content.doc .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.detail .content.doc .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.detail .content.doc .left .tip {
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}
.vip-pay.detail .content.doc .left .tip a {
	color: #0683FE;
}
.vip-pay.detail .content.doc .left .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 13px;
}
.vip-pay.detail .content.doc .left .icon img {
	height: 35px;
	margin-right: 54px;
}
.vip-pay.detail .content.doc .left .icon img:last-child {
	margin-right: 0;
}
.vip-pay.detail .content.doc .right {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-left: 88px;
}
.vip-pay.detail .content.doc .right .detail {
	display: flex;
	padding: 6px 28px 8px 9px;
	margin-right: 14px;
	border-radius: 6px;
	background-color: #F4F4F4;
}
.vip-pay.detail .content.doc .right .detail .document-icon {
	position: relative;
    top: 5px;
	width: 19px;
	height: 23px;
	margin-right: 14px;
}
.vip-pay.detail .content.doc .right .detail .name {
	color: #222222;
	font-size: 14px;
	line-height: 24px;
}
.vip-pay.detail .content.doc .right .detail .size {
	color: #666666;
	font-size: 14px;
	margin-top: 3px;
}
.vip-pay.detail .content.doc .right .special {
	color: #FFA400;
	margin-top: 30px;
}
.vip-pay.detail .content.doc .right .tip {
	color: #979797;
	font-size: 14px;
	margin-top: auto;
}
.vip-pay.detail .content.doc .right .tip .item {
	margin-bottom: 10px;
}
.vip-pay.detail .content.doc .right .tip .item:last-child {
	margin-bottom: 0px;
}
.vip-pay.detail .content.doc .right .tip .item a {
	color: #0683FE;
}