body {
    font-family: "Noto Sans Sc";
}

.main {
    width: 1155px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* ============左侧导航栏============ */
.product-tab{
    background: #0065e7;
}
.product-nav {
    width: 260px;
    background-color: #f3f7fb;
}

.product-content {
    width: 880px;
    border: solid 1px #e1e6f0;
}

.product-nav>h1 {
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e6f0;
    box-sizing: border-box;
}

.product-nav>h1>p {
    margin-left: 20px;
}

.product-nav>h1>p>span:nth-child(1) {
    font-size: 16px;
    letter-spacing: 2px;
}

.product-nav>h1>p>span:nth-child(2) {
    font-size: 14px;
    color: #333333;
    line-height: 10px;
    vertical-align: bottom;
    margin-left: 20px;
}

.product-nav>div {
    padding-left: 20px;
    font-size: 14px;
}

.product-nav>div:not(:last-child) {
    border-bottom: 1px solid #e1e6f0;
}

.product-nav>div>h2 {
    margin: 20px 0px;
    font-size: 14px;
    color: #3e454b;
    position: relative;
    font-weight: bold;
    vertical-align: middle;
}

.product-nav>div>h2>i:nth-child(1) {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url("../images/product/icon-product.png") no-repeat;
}

.product-nav>div:nth-of-type(1)>h2>i:nth-child(1) {
    background-position: 0px -62px;
}

.product-nav>div:nth-of-type(2)>h2>i:nth-child(1) {
    background-position: 0px -17px;
}

.product-nav>div:nth-of-type(3)>h2>i:nth-child(1) {
    background-position: 0px -40px;
}

.product-nav>div>h2>i:nth-of-type(2) {
    display: inline-block;
    margin-right: 12px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0px;
    background: url("../images/product/icon-product.png") no-repeat;
    background-position: 0px -100px;

}

.product-nav>div>ul {
    padding-left: 20px;
}

.product-nav>div>ul>li {
    line-height: 40px;
}

.product-nav>div>ul>li>a {
    text-decoration: none;
    font-family: "Noto Sans Sc";
    color: #717d8d;
    font-size: 14px;
}

.product-nav>div>ul>li:hover>a {
    color: #1482e0;
}


/* ============右侧详情栏============ */
.banner {
    width: 880px;
    height: 254px;
    background: url("../images/product/test.png");
    background-size: cover;
    overflow: hidden;
}

.banner>div {
    margin-left: 50px;
    margin-top: 75px;
}

.banner>div>h1 {
    font-weight: bold;
    font-size: 28px;
    color: #1482e0;
}

.banner>div>p {
    margin-top: 20px;
    width: 463px;
    height: 63px;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

/* ============GD-PACS V5.0扩展系列产品背景图============ */
.banner1 {
    width: 880px;
    height: 254px;
    background: url("../images/product/lcyxsdyy.png");
    background-size: cover;
    overflow: hidden;
}

.banner1>div {
    margin-left: 50px;
    margin-top: 75px;
}

.banner1>div>h1 {
    font-weight: bold;
    font-size: 28px;
    color: #1482e0;
}

.banner1>div>p {
    margin-top: 20px;
    width: 463px;
    height: 63px;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}
/* ============GD-PACS V5.0扩展系列产品背景图============ */
.banner2 {
    width: 880px;
    height: 254px;
    background: url("../images/product/AIcp.png");
    background-size: cover;
    overflow: hidden;
}

.banner2>div {
    margin-left: 50px;
    margin-top: 75px;
}

.banner2>div>h1 {
    font-weight: bold;
    font-size: 28px;
    color: #1482e0;
}

.banner2>div>p {
    margin-top: 20px;
    width: 463px;
    height: 63px;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

/* 下载区域 */
.product-download {
    width: 880px;
    height: 42px;
    padding: 0px 50px 0px 40px;
    box-sizing: border-box;
    background-image: linear-gradient(90deg,
        #feeea9 0%,
        #fed430 37%,
        #fecc2f 100%),
        linear-gradient(#1177fb,
        #1177fb);
}

.product-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-download-button {
    width: 60px;
    height: 24px;
    background-color: #1484c1;
    border-radius: 12px;
    font-size: 12px;
    color: #ffffff;
    font-family: "Noto Sans Sc";
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-download-info,
.product-download-info>p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-download-info>p:nth-child(1)>i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/product/icon-product.png") no-repeat;
    background-position: 0px -86px;
    margin-right: 10px;
}

.product-download-info>p:nth-child(1) {
    font-size: 14px;
    color: #1484c1;
    padding-right: 10px;
    border-right: 1px solid #ffb812;
    margin-right: 10px;
}

.product-download-info>p:nth-child(2) {
    color: #333333;
    font-size: 12px;
}

/* 主要内容区域 */
.product-info {
    padding: 30px 45px 0px 45px;
}

/* 文本主标题 */
.product-info>div>h1 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    color: #1482e0;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.product-info>div>h1::before {
    content: '';
    display: inline-block;
    border: 8px solid transparent;
    border-top-color: transparent;
    border-right-color: #1482e0;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(180deg);
    margin-right: 5px;

}

.product-info>div>h1::after {
    content: '';
    display: inline-block;
    width: 670px;
    height: 1px;
    background-color: #e1e6f0;
    margin-left: 15px;
}

.product-info>div>div {
    padding: 0px 20px;
    margin-bottom: 30px;
}

/* 文本二级标题 */
.product-info>div>div>h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333333;
}

.product-info>div>div>h2:not(:first-child) {
    margin-top: 30px;
}

/* 文本段落 */
.product-info>div>div>p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

/* 插图 */
.product-info>div>div>img {
    width: 740px;
    height: 300px;
}

/* 介绍信息列表 */
.product-info>div>div>div {
    margin-top: 30px;
}

.product-info>div>div>div>h3 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 5px;
}

.product-info>div>div>div>ul>li {
    list-style-type: disc;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    list-style-position: inside;
}

/* 合作医院 */
.product-info-hospital {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
figure{
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
figure>div{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 5px;
}