@charset "utf-8";
/*
 * CSS Document
 * 开发： 科基
 * 日期： 2019.09.22
 * 功能： 软件详情页 css 文件
 * 
*/


/*
 * head 
*/
.head{ padding: 2rem 0 0 0;}

.fenge{ height:0; border-top: 0.2rem solid #f1f1f3;}
figure{ display:none;}

/* 分类导航 */
.top_nav_list{ /*opacity: 0;*/}
.top_nav_list, .swiper-container { width: 100%; margin: 0 auto; }
.swiper-slide {
	text-align: center;
	background: #fff0 
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.classnav{ position:fixed; top: 1.2rem; max-width: 750px; width: 100%; overflow: hidden; z-index: 10; background-color:#fff;  }
.classnav a{ display:block; width: 100%;}
.classnav .cur{ background-image:url(../images/top_arr.png); background-size: 9%; background-repeat: no-repeat; background-position: center 90%; color:#ff6600;}
.classnav .swiper-slide { font-size: 0.37333rem; line-height: 0.8rem;}

/* 二级分类 */
.classtype{ position:fixed; top: 1.99rem; max-width: 750px; width: 100%; z-index: 11; background-color:rgba(255,255,255,0.9); border-top: 1px solid #ff6600; display: none; box-shadow: 0 0.05rem 0.05rem #f2f2f2;}
.classtype li{ float:left; width:16.66%;  text-align: center;}
.classtype a{ display:block; line-height: 0.8rem;}
.classtype .cur{ color:#ff6600; }


/* 搜索结果 */
.search{ font-size: 0.32rem;  padding: 0.7rem 0.6rem 0.4rem 0.6rem; background-color:#fff;}
.search .searchkey{ text-indent:0.1rem; width: 6.6rem; height: 0.88rem; border:none; background-color:#f2f2f2; border-radius: 0.44rem;  padding:0 0.4rem; outline:none; margin: 0 0.2rem 0 0;}
.search .searchbt{ border:none; width:1.2rem; height: 0.88rem; background-image:url(../images/searchIco.png); background-size:60%; background-repeat: no-repeat; background-position: center; background-color:#fff;}

.search_title{ background-color:#fff; padding:0.3rem 0 0.5rem 0; text-align: center;}
.search_title .contentTitle{ background-color:#dcdcdc; height: 1px; position: relative; top: 0.40rem; width: 100%;}
.search_title h2{ display:inline-block; background-color:#fff; padding: 0 0.2rem; position: relative; z-index: 2;  font-size: 0.45rem; margin: 0 0.3rem;  line-height: 0.6rem;}
.search_title p{ padding: 0.2rem 0 0 0; font-size: 0.31rem; color:#777; }



/* 内容 */
.aboutcont{ font-size: 0.42rem; line-height: 0.8rem; padding: 0.3rem; background-color:#fff; }
.aboutcont img{ width:90%; display: block; margin: 0 auto;}
