/*导航条*/
.softwareNav ul{
	/*position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);*/
    border-bottom: 1px solid #eee;
    background: #FFFFFF;
    width: 7.5rem;
    display: flex;
    z-index: 1000;
}
.softwareNav ul li {
	height: 0.4rem;
	line-height: 0.4rem;
	flex: 1;
    list-style: none;
    text-align: center;
    padding: 0.2rem 0;
}
/*二级导航*/
.softWareNavWrapper{
	position: relative;
}
.softSecNavWrapper{
	height: 6rem;
	overflow-y: auto;
	display: none;
	position: absolute;
    top: 0.74rem;
    left: 50%;
    transform: translateX(-50%);
   	display: none;
    background: #fff;
    width: 7.5rem;
    z-index: 1001;
}
.softSecondMenuWrapper{
	display: flex;
}
.softSecondMenuWrapper>.secondMenuLeft{
	width: 25%;
    padding-left: 5%;
    /*border-right: 1px solid #eee;*/
}
.softSecondMenuWrapper>.secondMenuLeft li{
	width: 100%;
    list-style: none;
    text-align: center;
    padding: 0.1rem 0;
    font-size: 0.28rem;
}
.softSecondMenuWrapper>.secondMenuRight{
	overflow: hidden;
	width: 60%;
    text-align: left;
}
.softSecondMenuWrapper>.secondMenuRight li{
	float: left;
	width: 50%;
    list-style: none;
    text-align: center;
    padding: 0.1rem 0;
    font-size: 0.28rem;
}

/*软件内容*/
.ff{
	background: #f3f6f5;
    height: 100%;
}
.softwareModule{
	background: #fff;
	margin-bottom: 0.2rem;
}
.contentHeader {
    padding: 0.3rem 0.2rem 0;
    font-size: 0.3rem;
    font-weight: bold;
}
.contentHeader p img {
    width: 3.5%;
    margin-left: 0.1rem;
}
.contentone {
    display: flex;
    width: 100%;
    padding: 0.3rem 0.2rem 0.2rem;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.contentoneleft {
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    border-radius: 6px;
}
.contentoneright {
    margin-left: 0.3rem;
}
.contentoneright p:nth-child(1) {
    font-size: 0.28rem;
    font-weight: bold;
}
.contentoneright p:nth-child(2) {
    font-size: 0.25rem;
    opacity: 0.5;
}
.contentoneright .star {
    display: inline-block;
    width: 0.25rem;
}
.contentoneright p:nth-child(3) {
    font-weight: bold;
    color: #0f9fff;
}
/*红色*/
.pluginRed {
    padding: 0.05rem;
    margin-right: 0.1rem;
    border-radius: 4px;
    font-size: 0.23rem;
    font-weight: 500;
    background: #FF0000;
    color: white;
}
/*绿色*/
.pluginGreen {
    padding: 0.05rem;
    margin-right: 0.1rem;
    border-radius: 4px;
    font-size: 0.23rem;
    font-weight: 500;
    background: #00CD00;
    color: white;
}
/*查看更多*/
.viewMore {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #fff;
    color: #9e9fa0;
}
/*分类遮罩层*/
.classifiedMaskingLayer{
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 4.6rem;
    z-index: 888;
    background-color: #000;
    filter: alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    -webkit-tap-highlight-color: transparent;
}
