	a{text-decoration: none}
.header {
				position: sticky;
				top: 0;
				z-index: 99;
			}

		.header .header-1 {
			height: 30px;
			background: #18181A;
			display: flex;
			align-items: center;
			justify-content: space-between;
			font-size: 12px;
			padding: 0 30px;
		}

		.header-1 span {
			cursor: pointer;
		}

		.header-1 .left span {
			margin-right: 10px;
		}

		.header-1 .right .line {
			padding: 0 4px;
		}

		.header .header-2 {
			height: 80px;
			display: flex;
			align-items: center;
			justify-content: space-between;
			background: #303133;
			padding: 0 30px;
		}

		.header-2 .left {
			display: flex;
			align-items: center;
		}

		.header-2 .logo {
			width: 120px;
			height: 60px;
		}

		.header-2 .nav {
			font-size: 13px;
			display: flex;
			margin-left: 20px;
		}

		.header-2 .nav li {
			cursor: pointer;
			margin-left: 30px;
		}

		.header-2 .search {
			display: flex;
			align-items: center;
			justify-content: center;
			padding-left: 46px;
		}

		.header-2 .search .input {
			position: relative;
		}

		.header-2 .search .input input {
			font-size: 13px;
			padding: 0 8px 0 76px;
			width: 366px;
			height: 40px;
			border-radius: 20px;
			background: #FFFFFF;
			transition: all 0.2s;
		}

		.header-2 .search .input .all {
			position: absolute;
			left: 14px;
			top: 50%;
			transform: translateY(-50%);
			font-size: 13px;
			color: #303133;
		}

		/*.header-2 .search .input img {*/
		/*	position: absolute;*/
		/*	left: 48px;*/
		/*	top: 50%;*/
		/*	transform: translateY(-50%);*/
		/*	width: 12px;*/
		/*	height: 12px;*/
		/*}*/

		.header-2 .search .btn {
			cursor: pointer;
			font-size: 13px;
			color: #FFFFFF;
			padding-left: 8px;
		}



		.main {
			padding-bottom: 80px;
		}

		.main .inner {
			width: 1060px;
		}
		.test-iiii{color:red;width:100px;height: 200px}
		.page_skip {
			height: 56px;
			display: flex;
			align-items: center;
			font-family: AlibabaPuHuiTiM;
		}

		.page_skip img {
			width: 12px;
			height: 12px;
			padding: 0 2px;
		}

		.page_skip span {
			cursor: pointer;
			font-size: 12px;
			color: #909399;
		}

		.content {
			display: flex;
			justify-content: space-between;
		}

		.content .detail {
			width: 660px;
		}

		.content .detail .book {
			display: flex;
		}

		.detail .book-img {
			position: relative;
			width: 250px;
			height: 360px;
		}

		.detail .book-img .status div {
			width: 43px;
			height: 24px;
			background: #1F2D66;
			border-radius: 12px;
			font-size: 12px;
			color: #FFFFFF;
			line-height: 24px;
			text-align: center;
			position: absolute;
			top: 8px;
			right: 8px
		}

		.detail .book-img .status .status-2 {
			background: rgba(19, 25, 33, 0.6);
		}

		.detail .book-img .status .status-3 {
			background: #E06D00;
		}

		.detail .book-img .time {
			position: absolute;
			bottom: 8px;
			right: 8px;
			font-size: 12px;
			color: #FFFFFF;
			height: 24px;
			line-height: 24px;
			padding: 0 8px;
			background: rgba(0, 0, 0, 0.5);
			border-radius: 10px;
		}

		.detail .book-img img {
			width: 100%;
			height: 100%;
			border-radius: 4px;
		}

		.detail .book-box {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			width: 394px;
			padding-left: 16px;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		.detail .book-box .book-title {
			height: 48px;
			/*font-weight: bold;*/
			line-height: 24px;
			font-family: AlibabaPuHuiTiM;
			font-size: 20px;
			color: #303133;
			overflow:hidden;
			text-overflow:ellipsis;
			display:-webkit-box;
			-webkit-box-orient:vertical;
			-webkit-line-clamp:2;
		}
		.detail .book-box .book-title a{
			text-decoration: none;
			color:#303133;
		}

		.detail .book-box .book-hint {
			font-family: AlibabaPuHuiTiM;
			padding-top: 10px;
			font-size: 16px;
			color: #FF7C00;
		}
		.detail .book-box .book-hint a{
			text-decoration: none;
			color: #FF7C00;
		}

		.detail .book-box .book-name {
			font-family: AlibabaPuHuiTiR;
			padding-top: 10px;
			font-size: 16px;
			color: #909399;
		}
		.detail .book-box .book-name a{

			color: #909399;
		}

		.detail .book-box .book-star {
			display: flex;
			padding: 16px 0;
			margin: 16px 0;
			border: 1px solid #E6E6E6;
			border-left: 0;
			border-right: 0;
		}

		.detail .book-box .book-star li img {
			width: 24px;
			height: 24px;
			margin-right: 2px;
		}

		.detail .book-box .msg-1 {
			display: flex;
			justify-content: space-between;
			font-size: 16px;
			color: #606266;
		}

		.detail .book-box .msg-1 .text{display: flex}
		.detail .book-box .msg-1 span {

			font-weight: normal;
			padding-right: 4px;
			display: block;
			/*width: 67px;*/
			overflow: hidden;
			text-overflow:ellipsis;
			white-space: nowrap;
		}
	.detail .book-box .msg-1 span.msg-label{font-family: AlibabaPuHuiTiR;color: #909399;font-size: 16px;}
	.detail .book-box .msg-1 span.msg-content{font-family: AlibabaPuHuiTiM;font-size: 16px; color: #606266;}
		.detail .book-box .msg-1 .text {
			padding-left: 16px;
			border-left: 1px solid #909399;
		}

		.detail .book-box .msg-1 .text:first-child {
			padding-left: 0;
			border-left: none;
		}

		.detail .book-box .msg-2 {
			padding-top: 8px;
			display: flex;
			align-items: center;
		}

		.detail .book-box .msg-2 span {
			font-weight: normal;
			color: #909399;
		}
	.detail .book-box .msg-2 span.label-ct{
		font-size: 16px;
		font-family: AlibabaPuHuiTiM;
		color: #606266;
		line-height: 24px;
		margin-left: 4px;
	}

		.detail .book-box .msg-2 span.label-text{
			height: 24px;
			line-height: 24px;
			font-family: AlibabaPuHuiTiR;
			color: #909399;
			overflow:hidden;
			text-overflow:ellipsis;
			white-space:nowrap;
		}
	.detail .book-box .msg-2 span.isbn{
		width: 48px;
	}
		.detail .book-box .btn {
			display: flex;
		}

		.detail .book-box .btn button {
			width: 120px;
			height: 48px;
			font-size: 16px;
			color: #FFFFFF;
			line-height: 48px;
			text-align: center;
			background: #E06D00;
			border-radius: 8px;
			cursor: pointer;
		}

		.detail .book-box .btn .btn-2 {
			background: #1F2D66;
			margin-left: 48px;
		}

		.book-tabs {
			padding-top: 24px;
		}

		.book-tabs .tabs {
			font-family: AlibabaPuHuiTiB;
			font-size: 14px;
			height: 48px;
			display: flex;
			align-items: center;
			color: #909399;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}

		.book-tabs .tabs li {
			height: 48px;
			display: flex;
			align-items: center;
			font-size: 14px;
			margin-right: 36px;
			cursor: pointer;
			font-weight: bold;
		}
	.book-tabs .tabs li:first-child {margin-left: 16px}
		.book-tabs .tabs li.active {
			color: #FF7C00;
		}

		.book-tabs .tabs-box {
			display: none;
			padding: 24px 16px;
			font-size: 16px;
			color: #606266;
			line-height: 24px;
			font-family: AlibabaPuHuiTiR;
		}

		.book-tabs .tabs-box.on {
			display: block;
		}

		.recommend {
			width: 360px;
		}

		.recommend .page-1 {
			background: #F5F7FA;
			border-radius: 8px;
			padding: 0 24px;
		}

		.recommend .page-1 .title {

			font-size: 20px;
			color: #303133;
			font-family: AlibabaPuHuiTiM;
			padding: 16px 0;
			border-bottom: 1px solid #E6E6E6;
		}

		.recommend .page-1 ul {
			padding: 8px 0 24px 0;
		}

		.recommend .page-1 ul li {
			color: #606266;
			font-size: 16px;
			padding-top: 8px;
			font-family: AlibabaPuHuiTiR;
		}

		.recommend .page-2 {
			background: #F5F7FA;
			border-radius: 8px;
			padding: 0 24px 24px 24px;
			margin-top: 24px;
		}

		.page-2 .title {
			font-size: 20px;
			color: #303133;
			font-weight: bold;
			padding: 16px 0;
			border-bottom: 1px solid #E6E6E6;
		}

		.page-2 .page-2-list {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}
		.page-2 .page-2-list li{
			padding: 16px 0 6px 0;
			width: 150px;
		}
	.page-2 .page-2-list li .text{
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;

	}
	.page-2 .page-2-list li a{
		text-decoration: none;

	}
		.page-2 .page-2-list img {
			width: 150px;
			height: 216px;
			border-radius: 4px;
		}

		.page-2 .page-2-list .text {
			font-size: 14px;
			color: #303133;
			word-break:break-all;
			padding-top: 8px;
		}
	.page-2 .page-2-list .text a{
	line-height: 20px;

	font-family:PingFangSC-Medium;
		font-size: 14px;
		font-weight: 500;
		color: #303133;
		word-break:break-all;
	}

		.page-2 .page-2-list .name {
			 font-size: 12px;
			 color: #909399;
			 word-break:break-all;
			 padding-top: 4px;
		 }
	.page-2 .page-2-list .name a{
		font-family: PingFangSC-Regular;
		font-weight: 400;
		color: #909399;
		word-break:break-all;
	}
		.page-2 .btn{
			text-align: center;

		}
		.page-2 .btn button{
			font-family: AlibabaPuHuiTiM;
			cursor: pointer;
			width: 190px;
			height: 46px;
			border-radius: 8px;
			font-size: 16px;
			color: #1F2D66;
			/*line-height: 46px;*/
			border: 1px solid #1F2D66;
			text-align: center;
			margin-top: 16px;
			background: #F5F7FA;
		}


		@media screen and (min-width:1212px) {
			.header-sj{
				display: none;
			}
			.page-2 .title img{
				display: none;
			}
			.detail .book-box .book-msg{
				margin-top: 22px;
			}
		}
		/* 平板 */
		@media screen and (min-width:501px) and (max-width:1212px) {
			.header-sj{
				display: none;
			}
			body{
				/*background: #606266;*/
			}
			.header-2 .nav li{
				margin-left: 20px;
			}
			.header-2 .search{
				padding-left: 30px
			}
			.header-2 .search .input input{
				width: 180px;
			}
			.main{
				min-height: calc(100vh - 336px);
			}
			.main .inner{
				width: auto;
			}
			.page_skip{
				padding: 0 30px;
			}
			.content{
				padding: 0 30px;
				width: calc(100% - 60px);
			}
			.content .detail{
				width: 100%;
			}
			.recommend{
				/*width: 36%;*/
				display: none;
			}
			.detail .book-img{
				width: 250px;
				height: 360px;
			}

			.detail .book-box{
				width: calc(100% - 250px);
				margin-right: 30px;
			}
			.detail .book-box .book-title{
				/*color: #FFFFFF;*/
			}

			.detail .book-box .book-name{
				/*color: #C0C4CC;*/
			}
			.detail .book-box .book-star{

			}
			.detail .book-box .msg-1{
				/*color: #FFFFFF;*/
			}

			.detail .book-box .msg-1 span{

				/*color: #C0C4CC;*/
			}
			.detail .book-box .msg-2{
				/*color: #FFFFFF;*/
			}
			.detail .book-box .msg-2 span{
				/*color: #C0C4CC;*/
			}
			.book-tabs .tabs-box {
				font-family: AlibabaPuHuiTiR;
				/*color: #FFFFFF;*/
			}
			.recommend .page-1{
				/*background: rgba(0, 0, 0, 0.52);*/
			}

			.recommend .page-1 ul li {
				/*color: #fff;*/
			}
			.page-1 .title {
				/*color:#C0C4CC*/
			}
			.recommend .page-2{
				/*background: rgba(0, 0, 0, 0.52);*/
			}
			.recommend .page-1 .title{
				/*color: #C0C4CC;*/
				/*border-bottom: 1px solid #787A7F;*/
			}
			.recommend .page-2 .title{

				/*color: #C0C4CC;*/

				/*border-bottom: 1px solid #787A7F;*/
			}

			.page-2 .page-2-list li{
				width: 48%;

			}

			.page-2 .page-2-list li .text a{
				/*color:#fff;*/

			}
			.page-2 .page-2-list img{
				width: 100%;
			}
			.page-2 .title img{
				display: none;
			}
		}

		/* 手机 */
		@media screen and (max-width:500px) {
			.header{
				display: none;
			}
			.page_skip{
				display: none;
			}
			.main .inner{
				width: auto;
			}
			.content{
				display: unset;
			}
			.content .detail{
				display: unset;
				width: auto;
			}
			.content .detail .book{
				display: unset;
			}
			.detail .book-img{
				margin: 24px auto 16px auto;
			}
			.detail .book-box{
				width: calc(100% - 60px);
				padding: 0 30px;
			}
			.detail .book-box .book-title{
				text-align: center;
			}
			.detail .book-box .book-hint{
				text-align: center;
			}
			.detail .book-box .book-name{
				text-align: center;
			}
			.detail .book-box .book-star{
				border: none;
				display: flex;
				justify-content: center;
				margin: 0;
			}
			.detail .book-box .book-msg{
				background: #F5F7FA;
				border-radius: 8px;
				margin: 0 -22px;
				padding: 16px 8px;
			}
			.detail .book-box .msg-1{
				display: unset;
			}
			.detail .book-box .msg-1 .text{
				padding-left: 0;
				border-left: 0;
				padding-top: 14px;
			}
			.detail .book-box .msg-1 span{
				width: 70px;
				display: inline-block;
			}
			.detail .book-box .msg-2{
				padding-top: 14px;
			}
			.main{
				position: relative;
			}
			.detail .book-box .btn{
				position: fixed;
				bottom: 0px;
				left: 0;
				width: 100%;
				background: #FFF;
				display: flex;
				justify-content: center;
				padding: 10px 0;
			}
			.book-tabs .tabs{
				display: flex;
			}
			.book-tabs .tabs li{

				flex: 1;
				margin-right:0;
				justify-content: center;
			}
			.book-tabs .tabs-box{
				padding: 10px 16px;
			}
			.recommend{
				width: 100%;
			}
			.recommend .page-1{
				display: none;
			}
			.recommend .page-2{
				background: none;
				padding: 0 16px;
				margin-bottom: 16px;
				border-radius: 0;
				border-bottom: 1px solid #E6E6E6;
			}
			.page-2 .title{
				display: flex;
				justify-content: space-between;
				border-bottom: 0;
			}
			.page-2 .title img{
				width: 24px;
				height: 24px;
			}
			.page-2 .btn{
				display: none;
			}
			.page-2 .page-2-list li:last-child{
				/*display: none;*/
			}
			.page-2 .page-2-list li{
				width: 109px;
				padding: 0 0 16px 0;
			}
			.page-2 .page-2-list img{
				width: 109px;
				height: 146px;
			}
			.detail .book-box .msg-2 span.label-text{
				width: 70px;
			}
		}
