@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1623725655018') format('woff2'),
         url('../font/iconfont.woff?t=1623725655018') format('woff'),
         url('../font/iconfont.ttf?t=1623725655018') format('truetype');
  }
.iconfont {
    width: 16px;
    height: 16px;
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(../images/all.png) no-repeat;
}
body{
    background: #F5F5F5;
}
.header_warp{
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    overflow: hidden;
    padding-bottom: 5px;
}
.header_box{
    width: 1210px;
    height: auto;
    margin: 0 auto;
}
.header_nav{
    float: right;
    width: auto;
    height: auto;
    margin: 15px 30px 15px 0px;
}
.header_nav ul{
    width: 100%;
    height: auto;
}
.header_nav ul li{
    float: left;
    height: 55px;
    position: relative;
}
.header_nav ul li a{
    display: inline-block;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222A41;
    line-height: 55px;
    padding: 0px 18px;
}
.header_active a{
    color: #0199DC !important;
}
.header_active::after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%; 
    height: 4px;
    background: linear-gradient(270deg, #22BEF3 0%, #0F8AE2 100%);
    border-radius: 3px;   
}
.search_w{
    width: 360px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    float: right;
    margin-top: 23px;
}
.icon1{
    float: left;
    z-index: 23;
    width: 18px;
    height: 18px;
    margin: 11px 10px 11px 20px;
}
.header_ipt{
    float: left;
    width: 230px;
    height: 90%;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #A9A9A9;
    line-height: 14px;
    letter-spacing: 1px;
    border: 1px solid transparent;
}
.header_btn{
    float: right;
    width: 60px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid transparent;
    outline: none;
    z-index: 25;
    background-image: linear-gradient( 270deg, rgba(34, 190, 243, 1) 0%, rgba(15, 138, 226, 1) 100% );
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 14px;
    letter-spacing: 1px;
    margin: 6px 6px 6px 0px;
}
.header_btn a{
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
}
.nav_wrap{
    width: 1210px;
    height: auto;
    margin: 10px auto;
}
.nav{
    width: 292px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222A41;
    line-height: 40px;
}
.nav img{
    float: left;
    width: 16px;
    height: 20px;
    margin: 10px;
}
.software_wrap{
    width: 1210px;
    height: auto;
    margin: 0px auto;
}
.software_nav{
    float: left;
    width: 152px;
    height: auto;
    background: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
}
.software_tit{
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #222A41;
    line-height: 55px;
}
.software_tit span{
    float: left;
    width: 5px;
    height: 25px;
    background: linear-gradient(270deg, #22BEF3 0%, #0F8AE2 100%);
    border-radius: 5px;
    margin: 15px 10px;
}
.software_nav .all{
    width: 100%;
    height: 55px;
    border-radius: 10px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222A41;
    line-height: 55px;
}

.software_nav .all img{
    width: 16px;
    height: 16px;
    margin: 0px 10px -2px 33px;
}
.software_nav ul{
    width: 100%;
    height: auto;
}
.software_nav ul li{
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222A41;
    line-height: 55px;
    cursor: pointer;
}
.software_nav ul li a{
    display: block;
}
.software_nav ul li span{
    margin: 0px 10px -2px 33px;
    display: inline-block;
}
.software_active{
    background:#0F8CE2 !important;
    border-radius: 10px;
    color: #fff !important
}
.software_active a{
    color: #fff !important;
}
.software_right{
    float: left;
    width: 814px;
    height: auto;
    border-radius: 5px 5px 0 0;
    margin-left: 20px;
}
.software_box{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 5px 5px 0 0;
}
.software_box .kong{
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
}
.software_box ul{
    width: 100%;
    min-height: 1146px;
    overflow: hidden;
    padding-top: 10px;
}
.software_box ul p{
    text-align: center;
    padding: 15px 0;
}
.software_box ul li{
    width: 794px;
    height: 116px;
    margin: 0 auto;
}
.software_box ul li .pic{
    float: left;
    width: 52px;
    height: 52px;
    background: #D8D8D8;
    border-radius: 15px;
    overflow: hidden;
    margin: 32px 20px;
}
.software_box ul li .pic img{
    width: 52px;
    height: 52px;
    border-radius: 15px;
}
.software_box ul li .soft_li{
    float: left;
    width: 75%;
    height: 98%;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.software_box ul li .soft_li .sofl_txt{
    width: 550px;
    height: 36px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838383;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}
.software_box ul li .soft_li .down{
    width: 92px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    color: #007AFF;
    background: #F2F2F7;
    position: absolute;
    top: 42px;
    right: 40px;
    border-radius: 50px;
    font-weight: 500;
}
.software_box ul li .pic_name{
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #222A41;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
.software_box ul li span{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838383;
    line-height: 12px;
    margin-right: 30px;
}
.page{
    width: 100%;
    height: auto;
    margin-top: 10px;
    text-align: center;
}

.page .tcdPageCode{
    width: 100%;
    height: auto;
}
#firstPage,#lastPage{
    width: 70px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 0;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #222A41;
    line-height: 20px;
    border: 0;
}
.page .tcdPageCode button{
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #222A41;
    line-height: 45px;
    vertical-align: middle;
    margin: 2.5px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
    margin-top: 0;
    border: 0;
}

#prePage,#nextPage{
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #222A41;
    line-height: 45px;
    vertical-align: middle;
    margin: 2.5px;
    border: 0;
    margin-top: 0;
}
#prePage{
    background: url(../images/left.png) no-repeat center !important;
}
#nextPage{
    background: url(../images/right.png) no-repeat center !important;
    margin-top: 0;
}

.current{
    background: #0F8CE2 !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-weight: bold;
    color: #fff !important;
   
}
.current a{
    color: #FFFFFF !important;
}
.software_box ul li:hover{
    background: url(//pcdown.obs.cn-east-3.myhuaweicloud.com/2021-07-22/162692517860f8e87a540849.97246636.png) no-repeat;
    background-size: 100% 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//pcdown.obs.cn-east-3.myhuaweicloud.com/2021-07-22/162692517860f8e87a540849.97246636.png', sizingMethod='scale');
}
.software_box ul li .soft_li .down:hover{
    border: #007AFF 1px solid;
}

.software_re {
    width: 214px;
    height: auto;
    background: #FFFFFF;
    border-radius: 5px 5px 0 0;
    margin-bottom: 10px;
}

.software_tit {
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #222A41;
    line-height: 55px;
}

.software_tit span {
    float: left;
    width: 5px;
    height: 25px;
    background: linear-gradient(270deg, #22BEF3 0%, #0F8AE2 100%);
    border-radius: 5px;
    margin: 15px;
}

.software_re ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 5px;
}

.software_re ul li {
    width: 100%;
    height: 55px;
    overflow: hidden;
    padding-bottom: 5px;
    line-height: 60px;
}

.software_re ul li .pic {
    float: left;
    width: 45px;
    height: 45px;
    background: #D8D8D8;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
    margin: 5px 10px 5px 3px;
    border-radius: 15px;
}
.software_re ul li .pic img{
    width: 45px;
    height: 45px;
    border-radius: 15px;
}
.software_re ul li .name {
    float: left;
    width: 98px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #222A41;
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.software_down {
    display: none;
    float: left;
    text-align: center;
    margin-top: 6px;
}

.software_down img {
    width: 78px;
    height: 78px;
    background: #D8D8D8;
    border-radius: 15px;
}

.software_down p {
    width: 84px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #222A41;
    line-height: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.software_down a {
    text-align: center;
    width: 70px;
    height: 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222A41;
    line-height: 24px;
    padding: 5px 10px;
}
.software_re ul li span{
    float: left;
    width: 10px;
    height: 10px;
    background: #F2F2F7;
    border-radius: 5px;
    margin: 23px 10px;
}
.software_re ul li .down{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(//pcdown.obs.cn-east-3.myhuaweicloud.com/2021-07-22/162692497460f8e7ae3a60a7.31863317.png) no-repeat;
    background-size: 100% 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//pcdown.obs.cn-east-3.myhuaweicloud.com/2021-07-22/162692497460f8e7ae3a60a7.31863317.png', sizingMethod='scale');
}
.software_re ul li:hover .down{
    background: url(//pcdown.obs.cn-east-3.myhuaweicloud.com/2021-07-22/162692444160f8e599525960.30089330.png) no-repeat;
    background-size: 100% 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//pcdown.obs.cn-east-3.myhuaweicloud.com/2021-07-22/162692444160f8e599525960.30089330.png', sizingMethod='scale');
}
.software_re ul li:hover{
    background: #F2F2F7;
}
.software_re ul li:hover span{
    background: #007AFF;
}
.software_re ul li:hover .name{
    color: #007AFF;
}
.sort_right{
    float: right;
}