.banner {
    position: relative;
}
.banner img{
    width: 100%;
    height: 3.8rem;
}
.position-info {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    color: #fff;
    font-size: 0.2rem;
    z-index: 15;
}
.position-info img {
    width: 0.26rem;
    height: 0.21rem;
    vertical-align: middle;
    margin-right: 10px;
}
.bgcor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    z-index: 10;
    background: rgba(0, 0, 0, .3);
}
/* 产品动态内容 */
.content {
    text-align: center;
    padding: 0.7rem 0;
}
.page-title {
    height: 0.3rem;
    margin: 0 auto 0.5rem;
}
/* 表格 */
.table {
    border-collapse: collapse;
}
.table caption{
    background: #EFEFEF;
    line-height: 0.6rem;
    color: #323232;
    font-size: 0.24rem;
    font-weight: 700;
    border: 1px solid #949494;
    border-bottom: none;
}
.table th {
    font-size: 0.2rem;
    line-height: 1rem;
}
.table td {
    font-size: 0.2rem;
    line-height: 0.7rem;
}
/* 软件下载内容说明 */
.download-content {
    text-align: left;
    overflow: hidden;
}
.d-content-l {
    width: 8.1rem;
}
.d-content-l h3 {
    background: #EFEFEF;
    color: #323232;
    font-size: 0.22rem;
    text-align: center;
    line-height: 0.6rem;
    margin-bottom: 0.4rem;
}
.d-content-l p {
    line-height: 30px;
    text-indent: 2em;
}
.d-content-r ul {
    border: 1px solid #093C8A;
    border-bottom: none;
}
.d-content-r ul li {
    padding: 10px 20px;
    line-height: 0.3rem;
    box-sizing: border-box;
    border-bottom: 1px solid #093C8A;
}
.d-content-r ul li.active {
    color: #093C8A;
}
.d-content-r ul li img {
    width: 9px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}