/* home-首页 */

.home {
	background: rgba(0, 0, 0, 0.46);
	position: relative;
	z-index: 2;
}

.home-bg {
	width: 1074px;
	height: 946px;
	position: fixed;
	top: 30px;
	left:50% ;
	margin-left: -537px;
	z-index: -1;
	opacity: 0.59 ;
}

.home-bg img {
	width: 100%;
	height: 100%;
}

.home .header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;

}

.serch-icon{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
}
.serch-icon img{
	width: 100%;
	height: 100%;
}

.home .logo-nav {
	display: flex;
	align-items: center;
}

.home .logo-nav .logo {
	width: 76px;
	height: 37px;
	margin-left: 31px;
	display: none;
	opacity: 0;
}

.home .nav {
	display: flex;
}

.home .nav .item {
	margin-left: 30px;
	color: #FFFFFF;
	font-size: 13px;
	cursor: pointer;
}
.home .nav .item a{
	text-decoration: none;
	color: #fff;
}

.home .nav .item.active a {
	color: #FF7C00;
}

.home .nav .item a:hover {
	color: #FF7C00;
}


.home .nav-sj .item {
	color: #FFFFFF;
	font-size: 13px;
}
.home .nav-sj .item a{
	text-decoration: none;
	color: #909399;
	font-weight: bolder;
}

.home .nav-sj .item.active a {
	color: #FF7C00;
	font-weight: bolder;
}

.home .nav-sj .item:hover {
	color: #FF7C00;
}

.handle-pc {
	display: flex;
	color: #FFFFFF;
	font-size: 13px;
	position: relative;
	height: 100%;
}

.home .handle .handle-top{
	display: flex;
	align-items: center;
}

.home .handle .handle-bottom{
	display: flex;
	align-items: center;
	padding-right: 30px;
}



.home .handle .name {
	margin-right: 10px;
	cursor: pointer;
}

 .accounts-img {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;

	height: 400px;
	width: 400px;
	 z-index: 12;
	 transform: translate(-50%,-50%);
}
.accounts-img .close{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
}
 .accounts-img img {
	height:100%;
	width: 100%;
}


.home .handle .language .line {
	padding: 0 4px;
}

.home .handle .login {
	width: 68px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #303133;
	border-radius: 8px;
	background: #FFFFFF;
}
.home .handle .login a{text-decoration: none;color:#000}
.home .logo-search {
	padding: 177px 0 294px 0;
}
.logo-search-re {
	position: relative;
	top: 13px;
}

.home .logo-search .logo {
	margin: 0 auto;
	width: 232px;
	height: 115px;
}

.home .logo-search .logo img {
	width: 100%;
	height: 100%;
}

.home .logo-search .search-pc {
	position: absolute;
	top: 20px;
	left: 341px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}
.home .logo-search .search-pc a{text-decoration: none	}
.home .search-pc .chooseList {
	margin-top: 251px;
	background: #FFFFFF;
	color: #303133;
	border: 1px solid #303133;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	z-index: 33;
	width: max-content;
	display: none;
}

.home .search-pc .chooseList div {
	padding: 0 12px;
	line-height: 30px;
	cursor: pointer;
}

#searchChoose {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 80px;
}

.home .search-pc .chooseList div:hover {
	background: #303133;
	color: #FFFFFF;
}

.home .logo-search .input {
	position: relative;
}

.home .logo-search .input input {
	font-size: 13px;
	padding: 0 8px 0 76px;
	width: 446px;
	height: 48px;
	border-radius: 20px;
	background: #FFFFFF;
	transition: all 0.2s;
}

.home .logo-search .input .all {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	color: #303133;
}

.home .logo-search .input .all select {
	-webkit-appearance: none;
	appearance: none;
}

.home .search-pc .input .searchTxt {
	cursor: pointer;
	width: max-content;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/*.home .logo-search .input img {*/
/*	position: absolute;*/
/*	left: 75px;*/
/*	top: 46%;*/
/*	transform: translateY(-50%);*/
/*	width: 18px;*/
/*	height: 18px;*/
/*}*/

.home .logo-search .btn {
	cursor: pointer;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 8px;
}

.home .textbook {
	background: rgba(0, 0, 0, 0.52);
	border-radius: 20px;
	padding: 0 36px;
}

.home .textbook .title {
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home .textbook .name {
	font-size: 24px;
}

.home .textbook .more {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.home .textbook .more a{
	text-decoration: none;
	color:#fff
}

.home .textbook .more span {
	font-size: 14px;
}

.home .textbook .more img {
	width: 24px;
	height: 24px;
}

.home .book-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home .book-list .item {
	cursor: pointer;
	width: 170px;
}

.home .book-list .book-img {
	width: 170px;
	height: 216px;
	border-radius: 4px;
}

.home .book-list .content {
	padding: 8px 0;
}

.home .book-list .book-title {
	word-break: break-all;

}
.home .book-list .book-title a{
	word-break: break-all;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 15px;
}

.home .book-list .book-name {
	word-break: break-all;
	font-size: 12px;
	padding-top: 4px;
	color: #909399;
}

.home .book-tabs {
	background: rgba(0, 0, 0, 0.52);
	border-radius: 20px;
	padding: 0 36px;
	margin-top: 24px;
}


.home .book-tabs .tabs {
	height: 76px;
	display: flex;
	align-items: center;
}

.home .book-tabs .tabs li {
	height: 76px;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #909399;
	margin-right: 30px;
	cursor: pointer;
}

.home .book-tabs li.active {
	color: #FFFFFF;
}

.home .tabs-box {
	/*grid-gap: 24px;*/
	/*grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));*/
	display: none;
	flex-wrap: wrap;
	margin-left: -66px;
}

.home .tabs-box.on {
	/*display: grid;*/
	display: flex;
}

.home .tabs-box li {
	width: 175px;
	margin-left: 66px;
}

.home .tabs-box li .tabs-img {
	width: 175px;
	height: 175px;
	background: #FFFFFF;
	border-radius: 4px;
	object-fit: contain;
}

.home .tabs-box .content {
	padding: 16px 0;
}

.home .tabs-box .tabs-name {
	font-size: 14px;
}
.home .tabs-box .tabs-name a{
	font-size: 14px;
	color: #fff ;
	text-decoration: none;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
	height: 15px;
}
.home .tabs-box .tabs-time {
	padding-top: 2px;
	font-size: 14px;
	color: #909399;
}

.home .banner {
	padding: 24px 0 88px 0;
}

.home .banner img {
	width: 100%;
	height: 120px;
}


/* pc */
@media screen and (min-width:1100px) {
	.home .header-pb {
		display: none !important;
	}

	.home .header-sj {
		display: none !important;
	}

	.home .banner-pd {
		display: none;
	}

	.home .search-sj {
		display: none;
	}
}

/* 手机 */
@media screen and (max-width:500px) {
	.login a{text-decoration: none;color:#fff}
	.home .header {
		display: none !important;
	}
	.search{
		outline: none;
		width: 70px;
		padding: 0;
		text-align: center;
		background: #fff;
		margin-top: 11px;
		margin-left: 2px;
	}
	.home .header-pb {
		display: none !important;
	}

	.home .banner-pd {
		display: none;
	}

	.home .inner {
		width: auto;
	}

	.home-bg {
		left: 50%;
		transform: translateX(-50%);
		top: 100px;
		width: 375px;
		height: 375px;
		margin-left: 0;
	}



	.home .logo-search {
		display: none;
	}

	.home .search-sj {
		width: 335px;
		margin: 0 auto;
		padding: 160px 0 80px 0;
	}

	.home .search-sj .input {
		position: relative;
	}

	.home .search-sj .input input {
		font-size: 13px;
		padding: 0 8px 0 100px;
		width: 100%;
		height: 40px;
		border-radius: 20px;
		background: #FFFFFF;
		transition: all 0.2s;
	}

	.home .search-sj .input .all .searchTxt {
		position: absolute;
		left: 14px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 13px;
		color: #303133;
	}

	/*.home .search-sj .input img {*/
	/*	position: absolute;*/
	/*	left: 48px;*/
	/*	top: 50%;*/
	/*	transform: translateY(-50%);*/
	/*	width: 12px;*/
	/*	height: 12px;*/
	/*}*/

	.home .search-sj .btn {
		text-align: center;
		font-size: 13px;
		padding-top: 8px;
	}
	.home .search-sj .btn>a{
		text-decoration: none;
		color: #fff;
	}
	.home .search-sj .chooseList {
		position: absolute;
		top: 40px;
		left: 0;
		background: #FFFFFF;
		color: #303133;
		border: 1px solid #303133;
		border-top: 0;
		border-radius: 0 0 4px 4px;
		z-index: 33;
		width: max-content;
		display: none;
	}

	.home .search-sj .chooseList div {
		padding: 0 12px;
		line-height: 30px;
		cursor: pointer;
	}

	.home .textbook {
		padding: 0 8px 10px 8px;
		margin: 0 8px;
	}

	.home .book-list .item {
		cursor: pointer;
		width: 109px;
	}

	.home .book-list .book-img {
		width: 109px;
		height: 146px;
	}

	.home .book-tabs {
		padding: 0 8px;
		margin: 24px 8px 40px 8px;
	}

	.home .tabs-box li {
		width: 109px;
	}

	.home .tabs-box{
		margin-left: -8px;
		width: auto;
		justify-content: space-between;
		overflow: scroll;
	}
	.home .tabs-box:after{
		content: "";
		width: 109px;
	}

	.home .tabs-box li{
		margin-left: 8px;
	}

	.home .tabs-box li .tabs-img {
		width: 109px;
		height: 109px;
		background: #FFFFFF;
		border-radius: 4px;
	}

	.home .banner {
		display: none;
	}
	.home  .accounts-img {
		left: 0px;
		top: 0px;
		z-index: 600;
	}
	.home .tabs-box{
		grid-template-columns: repeat(3, 92px);
	}
}

/* 平板 */
@media screen and (min-width: 501px) and (max-width:1100px) {
	body {
		background: #606266;
	}
	.home {
		background: none;
	}
	.home .nav .item{
		font-size: 12px;
		margin-left: 2px;
		transform: scale(0.9);
	}
	.home .nav .item:first-child{
		margin-left: 30px;
	}
	.home .search-sj {
		display: none;
	}

	.home-bg {
		display: none;
	}

	.home .logo-search {
		display: none;
	}

	.home .header {
		display: none !important;
	}

	.home .header-sj {
		display: none !important;
	}

	.home .header-pb {
		position: sticky;
		top: 0;
		left: 0;
		width: 100%;
	}

	.home .header-pb .bookrack {
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 30px;
		background: #303133;
	}

	.home .header-pb .bookrack .logo {
		width: 112px;
		height: 40px;
	}

	.home .header-pb .bookrack .btn {
		width: 68px;
		height: 40px;
		border-radius: 8px;
		border: 1px solid #FFFFFF;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
	}

	.home .header-pb .handle {
		line-height: 30px;
		background: #18181A;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 12px;
		padding: 0 30px;
	}

	.home .header-pb .handle .accounts-img {
		left: 430px;
		top: 110px;
		z-index: 600;
	}

	.home .header-pb .handle .name span {
		margin-right: 30px;
	}

	.home .header-pb .handle .language {
		margin-right: 0;
	}

	.home .header-pb .nav-search-login {
		padding-right: 30px;
		height: 80px;
		background: #303133;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-width: 735px;
	}

	.home .header-pb .nav-search {
		display: flex;
		align-items: center;
	}


	.home .search-pc {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 30px;
	}

	.home .search-pc .chooseList {
		margin-top: 251px;
		background: #FFFFFF;
		color: #303133;
		border: 1px solid #303133;
		border-top: 0;
		border-radius: 0 0 4px 4px;
		z-index: 33;
		width: max-content;
		display: none;
	}

	.home .search-pc .chooseList div {
		padding: 0 12px;
		line-height: 30px;
		cursor: pointer;
	}

	#searchChoose:hover .chooseList {
		display: block !important;
	}

	#searchChoose {
		position: absolute;
		left:2px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		width: auto;
		height: auto;
	}

	.home .search-pc .chooseList div:hover {
		background: #303133;
		color: #FFFFFF;
	}

	.home .search-pc .input {
		position: relative;
	}

	.home .search-pc .input input {
		font-size: 13px;
		padding: 0 8px 0 110px;
		width: 240px;
		height: 40px;
		border-radius: 20px;
		background: #FFFFFF;
		transition: all 0.2s;
	}

	.home .search-pc .input .all {
		position: absolute;
		left: 14px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 13px;
		color: #303133;
	}

	.home .search-pc .input .searchTxt {
		width: max-content;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.home .search-pc .input img {
		position: absolute;
		left: 48px;
		top: 50%;
		transform: translateY(-50%);
		width: 12px;
		height: 12px;
	}


	.home .header-pb .search {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.home .header-pb .search .input {
		position: relative;
	}

	.home .header-pb .search-pc .btn {
		cursor: pointer;
		font-size: 13px;
		color: #FFFFFF;
		padding-left: 8px;
	}
	.home .header-pb .search-pc .btn a{
		text-decoration: none;
		color: #fff;
	}
	.home .header-pb .login {
		width: 68px;
		height: 40px;
		border-radius: 8px;
		border: 1px solid #FFFFFF;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
	}

	.home .header-pb .login a{
		color: #ffffff;
	}

	.home .banner-pd {
		height: 400px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #1F2D66;
		padding-left: 30px;
	}

	.home .banner-pd .title-hint {
		width: 650px;
		padding-right: 30px;
	}

	.home .banner-pd .title {
		font-size: 80px;
		font-weight: bold;
	}

	.home .banner-pd .hint {
		padding-top: 16px;
		line-height: 20px;
		font-size: 14px;
	}

	.home .banner-pd img {
		height: 400px;
		width: 442px;
	}

	.home .mian {
		padding: 30px 0;
	}

	.home .inner {
		width: auto;
	}

	.home .textbook {
		margin: 0 41px;
	}

	.home .book-list .item {
		cursor: pointer;
		width: 125px;
	}

	.home .book-list .book-img {
		width: 125px;
		height: 164px;
	}

	.home .book-tabs {
		margin: 24px 41px 0 41px;
	}

	.home .tabs-box{
		margin-left: -56px;
	}

	.home .tabs-box li{
		margin-left: 56px;
	}

	.home .banner {
		display: none;
	}

	.home .footer {
		display: none;
	}
}
