.zte-proSearch-header{ 
	border: #ddd solid 1px;
	border-radius: .3rem;
	overflow: hidden;
	padding:.2rem .5rem .2rem .2rem;
    box-sizing: border-box;
}

.page-t-banner .conn .search {
	width: 450px;
	height: 52px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 40px;
}

.page-t-banner .conn .search input {
	line-height: 52px;
	padding: 0 15px;
}

.page-t-banner .conn .search .btn-search {
	width: 52px;
	height: 52px;
	background: url(../../images/top/icon/icon-search.png) no-repeat center;
	background-size: 16px;
	cursor: pointer;
}

.zte-proSearch-header .header-swiper {
	position: relative;
	width: 400px;
	height: 380px;
	margin-right: 58px;
	background: #f7f8fa;
}

.zte-proSearch-header .header-swiper .swiper-wrapper .swiper-slide {
	height: 380px;
	cursor: pointer;
}

.zte-proSearch-header .header-img {
	width: 4rem;
	 height: auto;
	 margin-right: 4.5%;
	 border-radius: .24rem;
	 border: #ddd solid 1px;
	 text-align: center;
	 overflow: hidden;
	 padding: .2rem;
	 box-sizing: border-box;
}

.zte-proSearch-header .header-swiper .pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 180px;
	margin-left: -90px;
	left: 50%;
}

.zte-proSearch-header .header-swiper .icon-enlarge {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 57px;
	height: 50px;
	pointer-events: none;
	z-index: 1;
	cursor: pointer;
	background: url(../../images/top/icon/icon-enlarge.png) no-repeat center;
}

.zte-proSearch-header .header-swiper .pagination .cont {
	width: 100px;
	height: 20px;
	overflow: hidden;
	position: relative;
}

.zte-proSearch-header .header-swiper .pagination .btn-prev {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../../images/top/icon/icon-prev.png) no-repeat center;
	background-size: 9px auto;
}

.zte-proSearch-header .header-swiper .pagination .btn-prev:hover {
	background: url(../../images/top/icon/icon-prev-h.png) no-repeat center;
	background-size: 9px auto;
}

.zte-proSearch-header .header-swiper .pagination .btn-next{
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../../images/top/icon/icon-next.png) no-repeat center;
	background-size: 9px auto;
}

.zte-proSearch-header .header-swiper .pagination .btn-next:hover {
	background: url(../../images/top/icon/icon-next-h.png) no-repeat center;
	background-size: 9px auto;
}

.zte-proSearch-header .header-swiper .swiper-pagination {
	position: absolute;
	/*left: auto;*/
	height: 20px;
	top: auto;
	bottom: 0;
}

.zte-proSearch-header .header-swiper .pagination .swiper-pagination span {
	margin: 5px 15px;
	width: 6px;
	transform: scale(1);
	-webkit-transform: scale(1);
	height: 6px;
	background: #c5c5c5;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: none;
	border-radius: 100%;
	opacity: 1;
	vertical-align: middle;
	position: relative;
}

.zte-proSearch-header .header-swiper .swiper-pagination span.swiper-pagination-bullet-active {
	background: rgba(0, 143, 213, 1);
}

.zte-proSearch-header .header-swiper .swiper-pagination span.swiper-pagination-bullet-active:after {
	content: ' ';
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 143, 213, 1);
	border-left: 1px solid #fff;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	border-radius: 100%;
	box-sizing: border-box;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.zte-proSearch-header .header-info .tit {
	padding: 10px 0;
	font-weight: bold;
}

.zte-proSearch-header .header-info .stit {
	font-weight: bold;
}

.zte-proSearch-nav {
	background: #fff;
	height: 42px;
	width: 100%;
	display: none;
}

.zte-proSearch-nav .main .item {
	margin: 0 60px;
	font-size: 16px;
	color: #333;
	border-bottom: 3px solid #fff;
	padding: 10px 0;
	display: inline-block;
	box-sizing: border-box;
	height: 42px;
}

.zte-proSearch-nav .main .item.active {
	color: #008ED3;
	border-bottom: 3px solid #008ED3;
}

.zte-proSearch-nav.fixTop .main {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 51;
	height: 42px;
	box-shadow: 0px 9px 18px 0px rgba(194, 203, 212, 0.5);
}
.zte-proSearch-proinfo table{
	width: 100%;
}
.zte-proSearch-proinfo th {
	background: #CCCCCC;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: left;
}

.zte-proSearch-proinfo td {
	background: #F0F0F0;
	padding: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	border-right: 1px solid #c9c9c9;
}

.zte-proSearch-proinfo td:last-child {
	border: none;
}

.zte-proSearch-proinfo tr:nth-child(2n) td {
	background: #fff;
}

.zte-proSearch-proinfo tr:hover td {
	/*background: #fafafa;*/
}

.zte-proSearch-detail {
	position: relative;
	overflow: hidden;
	height: 500px;
}

.zte-proSearch-detail:after {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 150px;
	content: ' ';
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.zte-proSearch-detail.open:after {
	display: none;
}

.zte-proSearch-detail img {
	max-width: 100%;
	height: auto!important;
	display: block;
}

.zte-proSearch-down .item {
	width: 100%;
	height: 130px;
	background: #F6F7FB;
	padding: 0 20px;
	box-sizing: border-box;
}

.zte-proSearch-down .item .info {
	margin-left: 17px;
	flex: 1;
}

.detail-more {
	width: 200px;
	height: 53px;
	border: 1px solid #333333;
	border-radius: 3px;
}

.zte-proSearch-down .item .opt {
	margin-top: 5px;
	display: flex;
	padding: 0 20px;
	font-size: 16px;
	justify-content: flex-end;
}

.zte-proSearch-down .item .opt i {
	font-style: normal;
	position: relative;
	margin-left: 20px;
}

.zte-proSearch-down .item .opt i a {
	color: rgba(51, 51, 51, 1);
	padding-left: 24px;
}

.zte-proSearch-down .item .opt i:hover a {
	color: #008ED3;
}

.zte-proSearch-down .item .opt i:nth-child(1)::before {
	position: absolute;
	display: block;
	content: " ";
	left: 0px;
	width: 18px;
	height: 18px;
	background: url(../../images/top/icon/icon-view.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
	pointer-events: none;
	-webkit-filter: grayscale(100%) brightness(60%);
	filter: grayscale(100%) brightness(60%);
	top: 3px;
}

.zte-proSearch-down .item .opt i:nth-child(2)::before {
	position: absolute;
	display: block;
	pointer-events: none;
	content: " ";
	left: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(../../images/top/icon/icon-down.png) no-repeat center;
	background-size: contain;
	-webkit-filter: grayscale(100%) brightness(60%);
	filter: grayscale(100%) brightness(60%);
	top: 3px;
}

.zte-proSearch-down .item .opt i:hover::before {
	-webkit-filter: none;
	filter: none;
}

.zte-proSearch-down .pagination {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	width: 180px;
}

.zte-proSearch-down .pagination .cont {
	width: 100px;
	height: 20px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
}

.zte-proSearch-down .pagination .btn-prev {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../../images/top/icon/icon-prev.png) no-repeat center;
	background-size: 9px auto;
}

.zte-proSearch-down .pagination .btn-prev:hover {
	background: url(../../images/top/icon/icon-prev-h.png) no-repeat center;
	background-size: 9px auto;
}

.zte-proSearch-down .pagination .btn-next {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../../images/top/icon/icon-next.png) no-repeat center;
	background-size: 9px auto;
}

.zte-proSearch-down .pagination .btn-next:hover {
	background: url(../../images/top/icon/icon-next-h.png) no-repeat center;
	background-size: 9px auto;
}


.pswp__zoom-wrap .pswp__img{
	    height: auto!important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.pswp__zoom-wrap .pswp__img.pswp__img--placeholder{
	display: none;
}



.zte-proSearch-down .pagination .btn-next.swiper-button-disabled{
	cursor: auto!important;
	opacity: 0.5;
	background-image: url(../../images/top/icon/icon-next.png)!important;
}

.zte-proSearch-down .pagination .btn-prev.swiper-button-disabled{
	cursor: auto!important;
	opacity: 0.5;
	background-image: url(../../images/top/icon/icon-prev.png)!important;
}

.zte-proSearch-down .swiper-pagination {
	position: absolute;
	/*left: auto;*/
	height: 20px;
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.zte-proSearch-down .pagination .swiper-pagination span {
	margin: 5px 15px;
	width: 6px;
	transform: scale(1);
	-webkit-transform: scale(1);
	height: 6px;
	background: #c5c5c5;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: none;
	border-radius: 100%;
	vertical-align: middle;
	opacity: 1;
	position: relative;
}

.zte-proSearch-down .swiper-pagination span.swiper-pagination-bullet-active {
	background: rgba(0, 143, 213, 1);
}

.zte-proSearch-down .swiper-pagination span.swiper-pagination-bullet-active:after {
	content: ' ';
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 143, 213, 1);
	border-left: 1px solid #fff;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	border-radius: 100%;
	box-sizing: border-box;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

figure {
	padding: 0;
	margin: 0;
}

.zte-proSearch-recommend .item {
	width: 23.8%;
	margin-right: 1.6%;
	border-radius: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background: #F6F7FB;
}

.zte-proSearch-recommend .item:last-child {
	margin-right: 0;
}

.zte-proSearch-recommend .item .tit {
	padding: 15px;
	 font-size: 16px;
 line-height: 28px;
}

.zte-proSearch-recommend .item .tit  .ellipsis{
	 -webkit-line-clamp: 2;
	
}

.zte-proSearch-recommend .item .img {
	width: 100%;
	height: 174px;
	background: url(../../images/top/bg/search-recommend.jpg) no-repeat;
	background-size: 100% 100%;
}

.zte-proSearch-recommend .item:hover {
	box-shadow: 0px 9px 18px 0px rgba(194, 203, 212, 0.5);
}

.zte-books-detail-chapter table {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: .3rem;
	width: 100%;
	overflow: hidden;
}

.zte-books-detail-chapter td,
.zte-books-detail-chapter th {
	padding: .2rem;
	font-size: .16rem;
	line-height: .28rem;
	text-align: left;
	color: #666;
    border-bottom: #ddd solid 1px;
}

.zte-books-detail-chapter table th {
	width: 10%;
	background: #f3f5f8;
    vertical-align: text-top;
	color: #222;
	font-weight: bold;
}

.zte-books-preface .item {
   background-color: #fff;
   border: #ddd solid 1px;
	margin-bottom: .2rem;
	padding: .3rem;
	border-radius: .3rem;
}
.zte-page-title{ 
	font-size: .18rem;
	font-weight: bold;
}
.zte-books-preface .item .tit {
	text-align: center;
	font-size: .18rem;
	color: #222;
	font-weight: bold;
}

.zte-books-preface .item .author {
	text-align: right;
}

.zte-books-recommend .item {
	padding: .28rem .22rem;
	background: #fff;
	border: #ddd solid 1px;
	border-radius: .3rem;
	color: #333;
	height: 4.7rem;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.zte-books-recommend .item .tit {}

.zte-books-recommend .item .author {
	text-align: right;
}

.zte-books-recommend .pagination {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  min-width: 200px;
  justify-content: center;
}

.zte-books-recommend .pagination .cont {
	min-width: 180px;
	height: 20px;
	overflow: hidden;
	position: relative;
}

.zte-books-recommend .pagination .btn-prev {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../../images/top/icon/icon-prev.png) no-repeat center;
	background-size: 9px auto;
}

.zte-books-recommend .pagination .btn-prev:hover {
	background: url(../../images/top/icon/icon-prev-h.png) no-repeat center;
	background-size: 9px auto;
}

.zte-books-recommend .pagination .btn-next {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../../images/top/icon/icon-next.png) no-repeat center;
	background-size: 9px auto;
}

.zte-books-recommend .pagination .btn-next:hover {
	background: url(../../images/top/icon/icon-next-h.png) no-repeat center;
	background-size: 9px auto;
}

.zte-books-recommend .swiper-pagination {
	position: absolute;
	/*left: auto;*/
	height: 20px;
	top: auto;
	bottom: 0!important;
}

.zte-books-recommend .pagination .swiper-pagination span {
	margin: 5px 15px;
	width: 6px;
	transform: scale(1);
	-webkit-transform: scale(1);
	height: 6px;
	background: #c5c5c5;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: none;
	border-radius: 100%;
	vertical-align: middle;
	opacity: 1;
	position: relative;
}

.zte-books-recommend .swiper-pagination span.swiper-pagination-bullet-active {
	background: rgba(0, 143, 213, 1);
}

.zte-books-recommend .swiper-pagination span.swiper-pagination-bullet-active:after {
	content: ' ';
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 143, 213, 1);
	border-left: 1px solid #fff;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	border-radius: 100%;
	box-sizing: border-box;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.zte-books-author .item {
	width: 49.2%;
	border: 1px solid #ddd;
	border-radius: .3rem;
	background: #fff;
	padding: .25rem;
	margin-bottom: .2rem;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.zte-books-author .item:hover {
	box-shadow: -1px 5px 15px 0px rgba(0, 67, 99, 0.08);
}

.zte-books-author .item .img {
	width: .97rem;
	height: .97rem;
	border-radius: 100%;
	background: #ebeff5;
	position: relative;
	margin-right: .2rem;
}

.zte-books-author .item .info {
	flex: 1;
}

.zte-books-author .item .info .tit {
	color: #333;
	font-weight: bold;
}

.zte-books-author .item .info .desc {
	line-height: 24px;
}

.zte-books-author-tips {
	padding: 8px 0;
	background: #EBF4FA;
}

.zte-proSearch-list .nav-left {
	width: 328px;
	background: #F7F8FA;
	margin-right: 20px;
}

.zte-proSearch-list .nav-left .nav-title {
	padding: 20px 20px 0px 20px;
	font-weight: bold;
}

.zte-proSearch-list .nav-list .leve-1 {
	padding: 14px 0;
}

.zte-proSearch-list .nav-list .leve-tit {
	padding-left: 30px;
	font-size: 16px;
	color: #333;
	position: relative;
	cursor: pointer;
}

.zte-proSearch-list .nav-list .leve-tit:after {
	width: 7px;
	height: 12px;
	content: ' ';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 32px;
	background: url(../../images/top/icon/icon-ar-right.png) no-repeat center;
	background-size: 100% auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-filter: grayscale(100%) brightness(0%);
	filter: grayscale(100%) brightness(0%);
}

.zte-proSearch-list .nav-list a {
	color: #333;
}

.zte-proSearch-list .nav-list a:hover {
	color: rgba(0, 142, 211, 1);
}

.zte-proSearch-list .nav-list .leve-1:hover .leve-tit:after {
	-webkit-filter: none;
	filter: none;
}

.zte-proSearch-list .nav-list .leve-1.focus .leve-tit:after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-filter: none;
	filter: none;
}

.zte-proSearch-list .nav-list .stit {
	padding: 14px 0;
	padding-left: 50px;
	font-size: 16px;
	color: #333;
	position: relative;
	cursor: pointer;
}

.zte-proSearch-list .nav-list .stit:after {
	width: 7px;
	height: 12px;
	content: ' ';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 32px;
	background: url(../../images/top/icon/icon-ar-right.png) no-repeat center;
	background-size: 100% auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-filter: grayscale(100%) brightness(0%);
	filter: grayscale(100%) brightness(0%);
}

.zte-proSearch-list .nav-list .leve-2:hover .stit:after {
	-webkit-filter: none;
	filter: none;
}

.zte-proSearch-list .nav-list .leve-2.focus .stit:after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-filter: none;
	filter: none;
}

.zte-proSearch-list .nav-list .leve-list {
	display: none;
}

.zte-proSearch-list .nav-list .focus .leve-tit {
	margin-bottom: 14px;
}

.zte-proSearch-list .nav-list .slist {
	display: none;
}

.zte-proSearch-list .nav-list .slist .item {
	padding: 14px 0;
	padding-left: 70px;
	font-size: 14px;
	color: #333;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-sizing: border-box;
	border-left: 5px solid rgba(0, 142, 211, 0);
}

.zte-proSearch-list .nav-list .slist .item.focus,
.zte-proSearch-list .nav-list .slist .item:hover {
	color: #333;
	background: #fff;
	border-left: 5px solid rgba(0, 142, 211, 1);
}

.zte-proSearch-list .nav-right-tab {
	background: #F7F8FA;
	padding: 30px 0;
}

.zte-proSearch-list .nav-right-tab .item {
	margin: 0 20px;
}

.zte-proSearch-list .nav-right-tab .item .blue {
	color: rgba(0, 144, 219, 1)
}

.zte-proSearch-list .right-list {
	flex-wrap: wrap;
	margin-top: 0;
}

.zte-proSearch-list .right-list .item {
	width: calc((100% - 40px)/3);
	margin: 0 20px 20px 0;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	background: #FFFFFF;
	box-sizing: border-box;
}
.zte-proSearch-list .right-list .item:hover{
	
box-shadow: -1px 5px 15px 0px rgba(0, 67, 99, 0.08);
}

.zte-proSearch-list .right-list .item:nth-child(3n) {
	margin-right: 0;
}

.zte-proSearch-list .right-list .img {
	width: 100%;
	height: 174px;
	background: url(../../images/top/bg/search-recommend.jpg) no-repeat center;
	background-size: 105% 105%;
}

.zte-proSearch-list .right-list .item .info {
	position: relative;
	padding: 20px 15px;
	padding-bottom: 60px;
}

.zte-proSearch-list .right-list .item .info .more {
	display: inline-block;
	padding-right: 20px;
	display: inline-block;
	color: #666;
	font-size: 14px;
	background: url(../../images/top/icon/icon-more5.png) no-repeat center right;
	background-size: 9px auto;
	position: absolute;
	left: 15px;
	bottom: 10px;
}

.zte-proSearch-list .right-list .item:hover .info .more {
	background: url(../../images/top/icon/icon-more6.png) no-repeat center right;
	background-size: 9px auto;
	color: rgba(0, 144, 219, 1)
}

.zte-proSearch-list .right-list .item .txt.ellipsis-2 {
	min-height: 35px;
}
.zte-proSearch-list .right-list .item .txt.ellipsis-3 {
	min-height: 50px;
}

.zte-proSearch-list .right-list .item .tit.ellipsis-2{
	min-height: 50px;
}

.zte-proSearch-list-en .right-list .item .tit.ellipsis-2{
	line-height: 25px;
	margin-bottom: 10px;
}

.zte-proSearch-list {
	padding-top: 26px;
}

.zte-proSearch-list-m {
	height: .9rem;
	width: 100%;
	background: #FFFFFF;
}
.zte-proSearch-list-m.fixTop .top{
	height: .9rem;
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
}
.zte-proSearch-list-m .top .flex-item{
	flex: none;
	width: calc(100vw - 1.12rem );
}
.zte-proSearch-list-m .top .right{
	width: 1.12rem;
height: .9rem;
background: #FFFFFF;
box-shadow: 0px 0.01rem 0.11rem 0px rgba(204, 204, 204, 0.17);

}
.zte-proSearch-list-m .top .right  img{
	width: auto;
	height: .27rem;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.zte-proSearch-list-m .top .swiper-slide{
	line-height: .9rem;
	padding: 0 .16rem;
	font-size: .32rem;
	width: auto;
}
.zte-proSearch-list-m .top .swiper-slide.focus{
	
color: #0085E1;
}

.zte-proSearch-list-fix{
	position: fixed;
	z-index: 11;
	width: 100%;
	left: 0;
	top: 1.2rem;
	height: calc(100vh - 1.2rem);
	visibility: hidden;
	opacity: 0;
	top: 2rem;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;	
}

.zte-proSearch-list-fix.proShow{
	top: 1.2rem;
	opacity: 1;
	visibility: visible;
}
.zte-proSearch-list-fix .top{
	line-height: .88rem;
	height: .88rem;
	background: #fff;
	padding-left: .2rem;
	font-size: .32rem;
	box-sizing: border-box;
	
border-bottom: 0.02rem solid #EEEEEE;
}
.zte-proSearch-list-fix .top .close{
	width: .88rem;
}
.zte-proSearch-list-fix .top .close img{
	width: .22rem;
	height: auto;
	opacity: 0.8;

}
.zte-proSearch-list-fix .main{
	background: #fff;
	display: flex;
}
.zte-proSearch-list-fix .main .main-left{
	background: #F2F4F7;
	width: 2.72rem;
	height: calc(100vh - 2.08rem);
	overflow: scroll;
}
.zte-proSearch-list-fix .main .main-left .leve-tit{
	padding: .3rem .2rem;
	font-size: .28rem;
	font-weight: bold;
}
.zte-proSearch-list-fix .main .main-left .leve-list{
display: none;


}
.zte-proSearch-list-fix .main .main-left .leve.focus .leve-list{
	
}
.zte-proSearch-list-fix .main .main-left .leve.focus{
	padding-bottom: .25rem;
	background: #FFF;
	box-shadow: .06rem 0px 0.11rem  0px rgba(204, 204, 204, 0.17);
}

.zte-proSearch-list-fix .main .main-left .stit{
	font-size: .28rem;
	margin: .25rem 0;
	padding:0 0.2rem 0 .4rem;
	position: relative;
}
.zte-proSearch-list-fix .main .main-left .stit.focus{
	color: rgba(0, 142, 211, 1);
}
.zte-proSearch-list-fix .main .main-left .stit.focus:after{
	width: 0.05rem;
height: 0.24rem;
content: ' ';
position: absolute;
left: 0;
top: 50%;
margin-top: -.12rem;
background: #008ED3;
}

.zte-proSearch-list-fix .main .main-right{
	padding-left: .4rem;
	overflow: hidden;
	flex: 1;
	height: calc(100vh - 2.08rem);
}
.zte-proSearch-list-fix .main .main-right .entry-tit{
	padding: .47rem 0 0.31rem;
	font-size: .28rem;
	border-bottom: 0.01rem solid #ccc;
}
.zte-proSearch-list-fix .main .main-right .stit{
	padding: .25rem 0;
	font-size: .26rem;
	position: relative;
}

.zte-proSearch-list-fix .main .main-right .stit:after {
	width: 0.12rem;
	height: 0.2rem;
	content: ' ';
	position: absolute;
	top: 50%;
	margin-top: -0.1rem;
	right: 0.68rem;
	background: url(../../images/top/icon/icon-ar-right.png) no-repeat center;
	background-size: 100% auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-filter: grayscale(100%) brightness(0%);
	filter: grayscale(100%) brightness(0%);
}

.noneAfter:after{display: none!important;}
.zte-proSearch-list-fix .main .main-right .item{
	padding: .25rem 0;
	padding-left: .2rem;
	font-size: .26rem;
	color: #666;
}
.zte-proSearch-list-fix .main .main-right .stit a{
	color: #333;
} 
.zte-proSearch-list-fix .main .main-right .item a{
	color: #666;
}
.zte-proSearch-list-fix .main .main-right .slist,
.zte-proSearch-list-fix .main .main-right .leve-entry{
	display: none;
}
.zte-proSearch-list-fix .main .main-right .leve-entry:first-child{
	display: block;
}
.zte-proSearch-list-fix .main .main-right .focus .stit:after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-filter: none;
	filter: none;
}
.zte-proSearch-list-fix-en .main-right{
	display: none;
}

.zte-proSearch-list-fix-en .main .main-left{
	width: 100%;
}
.zte-proSearch-list-fix-en .main .main-left .slist{
	display: none;
}
.zte-proSearch-list-fix-en .main .main-left .slist .item{
	padding: .3rem 0;
	color: #333;
	font-size: .26rem;
	padding-left: .6rem;
	padding-right: .4rem;
}
.zte-proSearch-list-fix-en .main .main-left .slist .item a{
	color: #333;
}
.zte-proSearch-list-fix-en .main .main-left .slist .item-list{
	display: none;
	background: #fff;
}
.zte-proSearch-list-fix-en .main .main-left .slist .item-list .e{
	padding: .3rem 0;
	color: #666;
	font-size: .26rem;
	padding-left: .8rem;
	padding-right: .4rem;
}
.zte-proSearch-list-fix-en .main .main-left .slist .item-list a{
	color: #666;
}
.zte-proSearch-list-fix-en .main .main-left .slist .item-list.focus{
	background: #fff;
}

.zte-proSearch-list-fix-en .main .main-left .slist.focus{
	background: none;
}
.zte-proSearch-list-fix.zte-proSearch-list-fix-en .main .main-left .leve.focus{
	background: none;
}

.zte-proSearch-list-fix-en .main .main-left .leve-tit{
	position: relative;
}


.zte-proSearch-list-fix-en .main .main-left .leve-tit:after {
	width: 0.12rem;
	height: 0.2rem;
	content: ' ';
	position: absolute;
	top: 50%;
	margin-top: -0.1rem;
	right: 0.68rem;
	background: url(../../images/top/icon/icon-ar-right.png) no-repeat center;
	background-size: 100% auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-filter: grayscale(100%) brightness(0%);
	filter: grayscale(100%) brightness(0%);
}
.zte-proSearch-list-fix-en .main .main-left .focus .leve-tit:after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-filter: none;
	filter: none;
}

.zte-proSearch-list-fix-en .main .main-left .slist .item{
	position: relative;
}

.zte-proSearch-list-fix-en .main .main-left .slist .item:after {
	width: 0.12rem;
	height: 0.2rem;
	content: ' ';
	position: absolute;
	top: 50%;
	margin-top: -0.1rem;
	right: 0.68rem;
	background: url(../../images/top/icon/icon-ar-right.png) no-repeat center;
	background-size: 100% auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-filter: grayscale(100%) brightness(0%);
	filter: grayscale(100%) brightness(0%);
}
.zte-proSearch-list-fix-en .main .main-left .slist .focus .item:after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-filter: none;
	filter: none;
}

.zte-proSearch-list-fix-en .main .main-left .stit{
	position: relative;
}

.zte-proSearch-list-fix.zte-proSearch-list-fix-en .main .main-left .stit:after {
	width: 0.12rem;
	height: 0.2rem;
	content: ' ';
	position: absolute;
	
	top: 50%;
	margin-top: -0.1rem;
	right: 0.68rem;
	left: auto;
	background: url(../../images/top/icon/icon-ar-right.png) no-repeat center;
	background-size: 100% auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-filter: grayscale(100%) brightness(0%);
	filter: grayscale(100%) brightness(0%);
}
.zte-proSearch-list-fix.zte-proSearch-list-fix-en .main .main-left .leve-2.focus .stit:after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-filter: none;
	filter: none;
	right: 0.68rem;
	left: auto;
}

.zte-proSearch-list-fix-en .main .main-left .stit.focus{
	color: #333;
}

.pswp__zoom-wrap img.pswp__img {
 height: auto!important;
}


@media only screen and (max-width:1440px) {
	.zte-proSearch-down .item .opt {
		padding: 0 5px;
	}
}

@media only screen and (max-width:768px) {
	
	.header div.zte-wrap, .top-nav div.zte-wrap {
 padding-left: 0.24rem;
 padding-right: 0.24rem;
}
.page-t-banner .conn h2 {
 text-align: center;
}
.zte-proSearch-header .header-swiper{margin-right:0}


	.zte-proSearch-recommend .item .tit {
font-size: .28rem;
 padding: 0.15rem;
line-height: .46rem;
}
	
.zte-books-preface .item .tit {
	font-size: .3rem;
}
.zte-proSearch-list .right-list .item .txt.ellipsis-3{
font-size: 0.24rem;
}
	
	.zte-proSearch-list>.mt50 {
		display: none;
	}
	.zte-proSearch-list .pagination a {
		background: none;
	}
	.zte-proSearch-list .right-list .item {
		width: calc((100% - 0.2rem)/2);
		margin: 0 0.2rem 0.2rem 0;
	}
	.zte-proSearch-list .right-list .item:nth-child(3n) {
		margin-right: 0.2rem;
	}
	.zte-proSearch-list .right-list .item:nth-child(2n) {
		margin-right: 0rem;
	}
	.zte-proSearch-list .right-list .item .info {
		padding: 0.2rem 0.16rem;
	}
	.zte-proSearch-list .right-list .item .info .more {
		display: none;
	}
	.zte-proSearch-list .right-list .item .txt.ellipsis-2 {
		min-height: .52rem;
	}
	.zte-proSearch-list .right-list .img {
		height: 2rem;
	}
	.zte-proSearch-list .nav-right-tab {
		display: none;
	}
	.zte-proSearch-list {
		margin-left: -.24rem;
		margin-right: -.24rem;
		padding: 0 .24rem;
		padding-top: .2rem;
		background: RGBA(247, 248, 250, 1);
	}
	
	.zte-proSearch-list .nav-left {
		display: none;
	}
	.zte-proSearch-list-en .right-list .item{
		width: 100%;
		margin-right: 0;
		padding: .19rem;
		display: flex;
		flex-direction: row-reverse;
	}
	.zte-proSearch-list-en .right-list .item .info{
		flex: 1;
		padding: 0;
	}
	.zte-proSearch-list-en .right-list .img{
		width: 2.87rem;
		height: 1.77rem;
	}
	.zte-proSearch-list-en .right-list .item:nth-child(3n){
		margin-right: 0;
	}
	.zte-proSearch-list-en .right-list .item .tit.ellipsis-2{
		line-height: .32rem;
		min-height: .64rem;
		margin-bottom: 0.1rem;
	}
	.page-t-banner .conn .search {
		width: 6rem;
		height: .7rem;
	}
	.page-t-banner .conn .search input {
		line-height: .7rem;
	}
	.page-t-banner .conn .search .btn-search {
		width: .7rem;
		height: .7rem;
	}
	.zte-proSearch-header {
		flex-wrap: wrap;
	}
	.zte-proSearch-header .header-swiper,
	.zte-proSearch-header .header-swiper .swiper-wrapper .swiper-slide {
		width: 100%;
		height: 6rem;
	}
	.zte-proSearch-header .header-swiper .pagination .swiper-pagination span {
		display: inline-block;
	}
	.zte-proSearch-nav .main .item {
		margin: 0;
		font-size: .26rem
	}
	.zte-proSearch-nav .main>.zte-wrap {
		/*justify-content: space-between;*/
		overflow-x: scroll;
		display: block;
		box-sizing: border-box;
		padding: 0;
		white-space: nowrap;
	}
	.zte-proSearch-nav .main .item{
		margin: 0 0.3rem;
		white-space: nowrap;
		display: inline-block;
	}
	.detail-more {
		width: 2rem;
		height: .53rem;
	}
	.zte-proSearch-proinfo table {
		border: 1px solid #c9c9c9;
	}
	.zte-proSearch-proinfo td,
	.zte-proSearch-proinfo th {
		font-size: .28rem;
		line-height: .46rem;
		padding: .2rem;
	}
	.zte-proSearch-down .pagination .swiper-pagination span {
		display: inline-block;
	}
	.zte-proSearch-down .pagination {
		margin-top: .3rem;
	}
	.zte-proSearch-recommend {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.zte-proSearch-recommend .item {
		width: 49%;
		margin-bottom: .2rem;
		margin-right: 0;
	}
	.zte-proSearch-recommend .item:nth-child(2n) {
		margin-right: 0;
	}
	.zte-proSearch-recommend .item .img {
		height: 1.75rem;
	}
	.zte-proSearch-down .item .opt i a {
		font-size: .28rem
	}
	.zte-proSearch-header .header-img {
		width: 100%;
		height: 4rem;
		margin: 0;
	}
	.zte-proSearch-header .header-img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.zte-books-detail-chapter td,
	.zte-books-detail-chapter th {
		padding: .2rem;
		font-size: .24rem;
		line-height: .46rem;
	}
	.zte-books-recommend .item {
		padding: .3rem;
		height: 6.2rem;
	}
	.zte-books-recommend .swiper-pagination span {
		display: inline-block;
	}
	.zte-books-author .item {
		width: 100%;
		padding: .3rem;
		margin-bottom: .2rem;
	}
	.zte-books-author .item .img {
		width: 1.25rem;
		height: 1.25rem;
	}
}