* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #f8f8f8;
}
a {
    color: #303030;
}
a:hover {
    color: #3884f5;
}

.position {
    width: 100%;
    font-size: 14px;
    color: #8d8d8d;
    background-color: #f8f8f8;
    padding: 20px 0px;
}
.position a {
    color: #8d8d8d;
}
.position a:hover {
    color: #2285ff;
}
.class_nav_content {
    border: 1px solid #dfdede;
    border-top: none;
}
.nav_title ul {
    background-color: #ececec;
    overflow: hidden;
}
.nav_title li {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    float: left;
    border-top: 1px solid #dfdede;
    font-size: 18px;
    color: #373737;
    cursor: pointer;
}
.nav_title ul li.move {
    border-top: 3px solid #2285ff;
    background-color: #fff;
    height: 58px;
}
.nav_title ul li.move a {
    color: #2285ff;
}
.class_nav .class_list ul {
    overflow: hidden;
    background-color: #fff;
    padding-top: 20px;
    display: none;
}
.class_nav .class_list ul li {
    float: left;
    font-size: 14px;
    color: #6a6a6a;
    width: 65px;
    text-align: center;
    padding: 0px 18px 20px 18px;
    overflow: hidden;
    white-space: nowrap;
}
.class_nav .class_list ul li a {
    color: #6a6a6a;
}
.class_nav .class_list ul li a:hover {
    color: #3884f5;
}
.class_nav .class_list ul li.changeColor a {
    color: #3884f5;
}
/* 本类推荐 */
.bltj {
    width: 100%;
    margin-top: 10px;
}
.bltj_content {
    overflow: hidden;
}
.bltj .bltj_title {
    width: 40px;
    height: 118px;
    border-radius: 20px 0px 0px 20px;
    background-color: #2b99ff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}
.bltj .rotadion {
    width: 1160px;
    height: 118px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-left: none;
    border-radius: 0px 20px 20px 0px;
    padding: 0px 18px;
    overflow: hidden;
}
.btn {
    background: url('http://bk.cooco.net.cn/static/img/rotadion_btn.png') no-repeat;
}
.bltj .rotadion .left_btn {
    width: 14px;
    height: 25px;
    background-position: -14px -25px;
    display: block;
    margin-top: 45px;
    float: left;
    cursor: pointer;
    margin-top: 20px;
}
.fl {
    margin-bottom: 10px;
}
.bltj .rotadion .left_btn:hover {
    background-position: -14px 0px;
}
.bltj .rotadion .rotadion_middle {
    width: 1040px;
    height: 118px;
    overflow: hidden;
    padding: 10px 0px;
    float: left;
    position: relative;
    margin-left: 10px;
}
.bltj .rotadion ul {
    overflow: hidden;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
}
.bltj .rotadion ul li {
    float: left;
    width: 101px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.bltj .rotadion ul li img {
    width: 60px;
    height: 60px;
}
.bltj .rotadion ul li p {
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    width: 100%;
}
.bltj .rotadion .right_btn {
    width: 14px;
    height: 25px;
    background-position: 0px -25px;
    display: block;
    float: right;
    margin-top: 45px;
    cursor: pointer;
}
.bltj .rotadion .right_btn:hover {
    background-position: 0px 0px;
}
/*.main {*/
/*  margin-top: 20px;*/
/*}*/
.main .main_content {
    overflow: hidden;
}
.main .main_left {
    width: 820px;
    float: left;
}
.main .main_left .softwareList {
    border: 1px solid #eee;
    background-color: #fff;
}
.main_left .softwareList .softwareList_title {
    border-bottom: 1px solid #eee;
    height: 50px;
    line-height: 50px;
    padding-left: 17px;
}
.softwareList .softwareList_title h1 {
    font-size: 22px;
    color: #1d1d1d;
    font-weight: bold;
    display: inline;
}
.softwareList .softwareList_title span {
    display: inline;
    font-size: 16px;
    color: #1d1d1d;
    margin-left: 20px;
}
.softwareList .softwareList_title span strong {
    color: #e05653;
    font-weight: bold;
}
.softwareList ul li .software_introduce {
    overflow: hidden;
    margin-top: 20px;
    display: block;
}
.software_introduce img {
    width: 73px;
    height: 73px;
    float: left;
}
.softwareList .tips {
    font-size: 18px;
    text-align: center;
    padding: 40px 0px;
    line-height: 40px;
}
.softwareList ul li .software_introduce .introduct {
    width: 665px;
    font-size: 14px;
    color: #1d1d1d;
    margin-top: 3px;
    display: block;
}
.softwareList ul li .software_introduce .introduct p span {
    color: #6a6a6a;
}
.software_introduce .introduct p:nth-child(2) {
    margin-top: 10px;
    line-height: 22px;
}
.softwareList ul li .software_introduce .introduct .splitLine {
    padding: 0px 20px;
    color: #bfbfbf;
}
.softwareList ul li {
    padding: 23px 25px 10px 17px;
    position: relative;
    border-top: 1px dotted #e3e3e3;
}
.softwareList ul li:nth-child(1) {
    border-top: none;
}
.softwareList ul li h2 {
    width: 600px;
    font-size: 18px;
    color: #1d1d1d;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}
.softwareList ul li h2:hover {
    color: #3884f5;
}
.softwareList ul li .download {
    width: 116px;
    height: 36px;
    font-size: 18px;
    color: #2b99ff;
    border: 2px solid #2b99ff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 75px;
    right: 25px;
    cursor: pointer;
    background-color: #fff;
}
.softwareList ul li .download:hover {
    background-color: #2b99ff;
    border: none;
    color: #fff;
}
/* 分页 */
.pages {
    margin-top: 25px;
    text-align: center;
}

.pages a,
.pages span {
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    height: 26px;
    margin: 0 3px 6px;
    padding: 0 10px;
    vertical-align: top;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #4a4a4a !important;
}

.pages a.on,
.pages a:hover,
.pages span {
    color: #fff !important;
    border-color: #2b99ff;
    background-color: #2b99ff;
}
.pages span {
    line-height: 26px;
}
/* 频道介绍 */
.main_left .channel_introduction {
    border: 1px solid #eee;
    margin-top: 20px;
    background-color: #fff;
}
.main_left .channel_introduction .title {
    height: 50px;
    color: #1d1d1d;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    padding-left: 17px;
}
.main_left .channel_introduction p {
    font-size: 14px;
    color: #1d1d1d;
    line-height: 24px;
    padding: 10px 17px;
}
/* 左侧底部选项卡 */
.main_left .left_tab {
    margin-top: 30px;
    border: 1px solid #efefef;
}
.main_left .left_tab .tab_title {
    height: 50px;
    background-color: #f1f1f1;
}
.main_left .left_tab .tab_title ul {
    overflow: hidden;
}
.main_left .left_tab .tab_title ul li {
    float: left;
    padding: 0px 25px;
    line-height: 50px;
    font-size: 18px;
    color: #373737;
    cursor: pointer;
}
.tab_active {
    color: #fff !important;
    font-weight: bold;
    background-color: #2065d2;
}
.main_left .left_tab .tab_list {
    background-color: #fff;
}
.main_left .left_tab .tab_list ul {
    overflow: hidden;
    padding-top: 10px;
}
.main_left .left_tab .tab_list ul li {
    float: left;
    width: 12.5%;
    text-align: center;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
}
/* 右侧 */
.main_right {
    width: 360px;
    float: right;
}
/* 热门推荐 */
.main_right .rightGg {
    margin-bottom: 20px;
}
.main_right .hotTj {
    border: 1px solid #eee;
    background-color: #fff;
}
.main_right h3 {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #1d1d1d;
    padding-left: 17px;
    border-bottom: 1px solid #eee;
}
.main_right .hotTj ul {
    padding: 5px 15px 20px 15px;
}
.main_right .hotTj ul li {
    margin-top: 15px;
    overflow: hidden;
}
.main_right .hotTj ul li .pic {
    width: 48px;
    height: 42px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    /*padding-top: 6px;*/
    display: block;
}
.main_right .hotTj ul li .pic img {
    width: 45px;
    height: 45px;
}
.hotTj ul li .hot_detail {
    margin-left: 10px;
    display: block;
}
.hotTj ul li .hot_detail a {
    font-size: 14px;
    color: #000;
    width: 170px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}
.hotTj ul li .hot_detail a:hover {
    color: #3884f5;
}
.hotTj ul li .hot_detail p {
    font-size: 12px;
    color: #838282;
    margin-top: 10px;
}
.hotTj ul li .hot_detail p i {
    font-size: 12px;
    color: #dbdbdb;
    font-style: normal;
    padding: 0px 10px;
}
.hotTj ul li .hot_detail p img {
    width: auto;
    height: 10px;
    display: inline-block;
}
.hotTj ul li button,
.hotTj ul li a.but {
    float: right;
    width: 83px;
    height: 26px;
    border: 1px solid #2b99ff;
    border-radius: 5px;
    color: #2b99ff;
    font-size: 14px;
    outline: none;
    background-color: #fff;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 26px;
}
.hotTj ul li button:hover,
.hotTj ul li a.but:hover {
    width: 85px;
    height: 28px;
    border-radius: 5px;
    background-color: #2b99ff;
    color: #fff;
    border: none;
}
/* 本类软件下载排行 */
.main_right .xz_ph {
    border: 1px solid #eee;
    margin-top: 20px;
    background-color: #fff;
}
.main_right .xz_ph ul li a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #b1b1b1;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.main_right .xz_ph ul li:nth-child(1) a span {
    background-color: #ff4e31;
}
.main_right .xz_ph ul li:nth-child(2) a span {
    background-color: #ff8c4e;
}
.main_right .xz_ph ul li:nth-child(3) a span {
    background-color: #ffc937;
}
.main_right .xz_ph ul {
    padding: 5px 15px 20px 15px;
}
.main_right .xz_ph ul li {
    margin-top: 20px;
}
.main_right .xz_ph ul li a strong {
    width: 295px;
    display: inline-block;
    font-weight: initial;
    font-size: 14px;
    color: #1d1d1d;
    margin-left: 5px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}
.main_right .xz_ph ul li a strong:hover {
    color: #3884f5;
}
.xz_ph ul li .ph_detail {
    margin-top: 15px;
    margin-left: 32px;
    overflow: hidden;
    display: none;
}
.xz_ph ul li .ph_detail .pic {
    width: 48px;
    height: 42px;
    /*padding-top: 6px;*/
    border: 1px solid #eee;
    text-align: center;
    border-radius: 5px;
}
.xz_ph ul li .ph_detail .pic img {
    width: 45px;
    height: 45px;
}
.xz_ph ul li .ph_detail .detail_right {
    margin-left: 10px;
}
.xz_ph ul li .ph_detail .detail_right span {
    font-size: 12px;
    color: #838282;
}
.xz_ph ul li .ph_detail .detail_right i {
    font-style: normal;
    color: #dbdbdb;
    padding: 0px 10px;
}
.xz_ph ul li .ph_detail .detail_right img {
    width: auto;
    height: 10px;
    display: inline-block;
}
.xz_ph ul li .ph_detail .detail_right button {
    width: 50px;
    height: 20px;
    border: 1px solid #2b99ff;
    font-size: 14px;
    color: #2b99ff;
    border-radius: 5px;
    background-color: #fff;
    outline: none;
    margin-top: 5px;
    cursor: pointer;
}
.xz_ph ul li .ph_detail .detail_right button:hover {
    width: 52px;
    height: 22px;
    border: none;
    color: #fff;
    font-size: 14px;
    background-color: #2b99ff;
}
.xz_ph ul li.on .ph_detail {
    display: block;
}
.main_right .dnrjzx {
    border: 1px solid #eee;
    margin-top: 20px;
    background-color: #fff;
}
/* 电脑软件资讯 */
.dnrjzx_top {
    width: 430px;
    height: 85px;
    /* margin-top: 20px; */
    display: none;
}
.dnrjzx_top .picture {
    width: 117px;
    height: 80px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    /* margin-left: 23px; */
}
.dnrjzx_top .picture img {
    width: 115px;
    height: 80px;
    /*margin-left: 12px;*/
}
.dnrjzx_top_content {
    width: 260px;
    margin-left: 15px;
}
.dnrjzx_top_content p {
    width: 200px;
    font-size: 14px;
    color: #303030;
    line-height: 25px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dnrjzx_top_content p a {
    color: #303030;
}
.dnrjzx_top_content span {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.dnrjzx ul {
    margin-left: 15px;
    margin-top: 10px;
}
.dnrjzx ul li {
    padding: 9px 0;
    cursor: pointer;
    font-size: 14px;
    color: #303030;
}
.dnrjzx ul li .a::before {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #666;
    content: ' ';
    border-radius: 5px;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.dnrjzx ul li .a {
    width: 323px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #303030;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.dnrjzx ul li:hover {
    color: #3987f9;
}
.dnrjzx ul li a:hover {
    color: #3987f9;
}
.dnrjzx ul .on {
    display: block;
}
.dnrjzx ul .list.on .dnrjzx_top {
    display: block;
}
.dnrjzx ul .list.on .a {
    display: none;
}
/* 广告位 */
.advertisement_wrap {
    width: 100%;
    background-color: #f8f8f8;
    overflow: hidden;
}
.advertisement {
    height: 90px;
    margin-top: 30px;
}
#footer {
    background-color: #f3f3f3;
    margin-top: 40px;
}
.gg_end {
    width: 370px;
    margin-top: 20px;
}
.fixed_top {
    position: fixed;
    top: -20px;
}
.cbbfixed {
    position: fixed;
    z-index: 3;
    right: 20px;
    cursor: pointer;
    transition: bottom ease 0.3s;
}
.cbbfixed .gotop {
    margin-top: 10px;
    transition: background-color ease 0.3s;
}
.cbbfixed .cbbtn {
    display: block;
    width: 60px;
    height: 60px;
}
.icon_top {
    background-position: -281px -0;
}
/* 分类列表 */
.classification {
    width: 100%;
}
.classification ul {
    overflow: hidden;
    padding: 10px 0px 10px 10px;
}
.classification ul li {
    float: left;
    width: 8%;
    padding: 10px 10px;
    margin: 4px 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}
.classification .class_content {
    border: 1px solid #eee;
    background: #fff;
}
.classification ul li.active,
.classification ul li:hover {
    background: #2b99ff;
    color: #fff;
}
.class_content ul li.active a,
.classification ul li:hover a {
    color: #fff;
}
.classification ul li.margin {
    margin: 4px 10px;
}
.software_introduce img {
    width: 73px;
    height: 73px;
    float: left;
    border-radius: 15%;
}
.main_left .list2 {
    display: none;
}
/* 列表新增tab */
.softwareList_title {
    padding-right: 20px;
}

.softwareList_title .pull-right span {
    font-size: 18px;
    color: #373737;
    cursor: pointer;
    padding-bottom: 13px;
}

.softwareList_title .pull-right span img {
    display: none;
}

.softwareList_title .pull-right span.active {
    position: relative;
    font-weight: bold;
    border-bottom: 2px solid #0082ff;
    z-index: 99;
}

.softwareList_title .pull-right span.active img {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -4px;
}

/* 分页 */
.pagingWrap {
    position: relative;
    left: 50%;
    float: left;
}
.paging {
    position: relative;
    left: -50%;
    margin-top: 20px;
    padding-bottom: 50px;
}
.paging div {
    width: 25px;
    height: 25px;
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
    line-height: 25px;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 0px 3px;
    cursor: pointer;
}
.paging .first,
.paging .last {
    width: 50px;
    height: 25px;
}
.paging .prev,
.paging .next {
    width: 60px;
    height: 25px;
}
.paging div.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
}
.paging div.active {
    background-color: #2b99ff;
    color: #fff;
}
.paging .pagingDiv:hover {
    background-color: #2b99ff;
    color: #fff;
}
.main .main_left .softwareList {
    border: none;
    background: transparent;
}
.main_left .softwareList .softwareList_title {
    background: #fff;
    border: 1px solid #eee;
}
.main_left .softwareList .listWrap ul {
    border: 1px solid #eee;
    border-top: none;
}
.main_left .softwareList .listWrap ul li {
    background: #fff;
}
.main_left .channel_introduction {
    margin-top: 70px;
}
iframe:nth-child(1) {
    display: none;
}
.two-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 530px;
}
/* 棋牌游戏列表页列表前三款软件新增图集图片展示 */
.main_left .softwareList .listWrap ul li p.softAtlas {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.main_left .softwareList .listWrap ul li p.softAtlas a {
    width: 248px;
    margin-right: 10px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out, translateY 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.main_left .softwareList .listWrap ul li p.softAtlas a img {
    display: block;
    width: 248px;
    transition: all 1s;
}
.main_left .softwareList .listWrap ul li p.softAtlas a:hover img {
    transform: scale(1.1);
}
.main_left .softwareList .listWrap ul li p.softAtlas a:hover {
    box-shadow: 0 4px 8px rgba(84, 81, 81, 0.3);
}

/* 底部tab板块样式 */
.tab {
    width: 1198px;
    margin: 0 auto;
    border: 1px solid #eee;
    margin-top: 30px;
    background: #fff;
}
.tab .tabTitle {
    height: 76px;
    border-bottom: 1px solid #eee;
}
.tab .tabTitle li {
    float: left;
    font-size: 18px;
    color: #1c1c1c;
    height: 38px;
    line-height: 38px;
    background: #efefef;
    border-radius: 20px;
    padding: 0px 25px;
    margin-top: 19px;
    margin-left: 20px;
    cursor: pointer;
}
.tab .tabTitle li.active {
    background: #2b99ff;
    color: #fff;
}
.tab .tabLists ul li img {
    width: 30px;
    height: 30px;
    display: block;
}
.tab .tabLists ul {
    padding: 12px 19px 20px 19px;
}
.tab .tabLists ul li a {
    display: inline-block;
    vertical-align: middle;
}
.tab .tabLists ul li {
    width: 195px;
    float: left;
    margin-right: 40px;
    margin-top: 10px;
}
.tab .tabLists ul li:nth-child(5n) {
    margin-right: 0px;
}
.tab .tabLists ul li .softName {
    max-width: 160px;
    font-size: 14px;
    color: #1d1d1d;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab .tabLists ul li .softName:hover {
    color: #0082ff;
}
.tab .tabLists ul:nth-child(2) {
    padding: 1.02px 19px 22.31px 19px;
}
.tab .tabLists ul:nth-child(2) li {
    margin-top: 20px;
}
.tab .tabLists ul:nth-child(2) li a {
    font-size: 14px;
    color: #1d1d1d;
}
.tab .tabLists ul:nth-child(2) li a:hover {
    color: #0082ff;
}
.tab .tabLists ul:nth-child(2) {
    padding: 1.02px 19px 22.31px 19px;
}
.tab .tabLists ul:nth-child(2) li {
    width: 350px;
    margin-top: 20px;
}
.tab .tabLists ul:nth-child(2) li a {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #1d1d1d;
}
.tab .tabLists ul:nth-child(2) li a:hover {
    color: #0082ff;
}
.tab .tabLists ul:nth-child(2) li a::before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #383838;
    margin-right: 5px;
}
.tab .tabLists ul:nth-child(2) li span {
    font-size: 14px;
    color: #bebebe;
    display: inline-block;
    vertical-align: middle;
    margin-left: 55px;
}
.tab .tabLists ul:nth-child(2) li:nth-child(3n) {
    margin-right: 0px;
}
.tab .tabLists ul:nth-child(2) li:nth-child(5n) {
    margin-right: 40px;
}

/* 软件列表内软件相关专题样式 */
.softXgzt {
    margin-left: 112px;
    margin-top: 10px;
    display: block;
}
.softXgzt a {
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    background: #2b99ff;
    border-radius: 3px;
    margin-right: 12px;
    border: 1px solid #2b99ff;
    text-decoration: none;
}
.softXgzt a:hover {
    color: #2b99ff;
    background: #fff1e5;
}

.listWrap .listBox ul li h2 span {
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 500;
}
.main_right .xz_ph ul li span.softName span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #b1b1b1;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.main_right .xz_ph ul li:nth-child(1) span.softName span {
    background-color: #ff4e31;
}
.main_right .xz_ph ul li:nth-child(2) span.softName span {
    background-color: #ff8c4e;
}
.main_right .xz_ph ul li:nth-child(3) span.softName span {
    background-color: #ffc937;
}
.main_right .xz_ph ul li span.softName p {
    font-size: 12px;
    color: #8d8d8d;
    display: inline-block;
}
.main_right .xz_ph ul li span.softName a:hover {
    color: #3884f5;
}
.main_right .xz_ph ul li span.softName {
    width: 328px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}
.main_right .xz_ph ul li span.softName a {
    font-weight: initial;
    font-size: 14px;
    color: #1d1d1d;
    margin-left: 5px;
}
.softwareList ul li .softName {
    width: 600px;
    font-size: 18px;
    color: #1d1d1d;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}
.listWrap .listBox ul li .softName span {
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 500;
    margin-left: 5px;
}
