html, body, ul, ol, h1, h2, h3, h4, h5, h6, p, div, li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 12rem;
    margin: auto;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.page {
    width: 100%;
    height: 100%;
}
.header {
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    width: 2.01rem;
    height: 0.76rem;
    cursor: pointer;
    display: flex;

}
.header-logo img {
    width: 100%;
    height: 100%;
}
.header-nav {
    width: 5.78rem;
    height: 0.96rem;
}
.header-nav ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 0.2rem;
}
.header-nav ul li {
    height: 100%;
    line-height: 0.96rem;
}
.header-nav ul li a:hover {
    color: #008382;
    cursor: pointer;
}

.footer-bottom {
    height: 0.4rem;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
    color: #999;
    font-size: 0.14rem;
}
.footer-bottom span {
    color: #4b7fb9;
    cursor: pointer;
}

.product-detail {
    max-width: 1280px;
    padding: 0.2rem 0;
    margin: 0 auto;
    overflow: hidden;
    font-size:14px;
}

.product-detail .title {
    font-size: 0.2rem;
    color: #333;
    margin-bottom: 0.5rem;
    position: relative;
}

.product-detail .split {
    line-height: 0.2rem;
}

.product-detail .content .sub-title {
    color: #666;
    font-size: 0.15rem;
    line-height: 0.3rem;
}

.product-detail .content .des {
    color: #666;
    font-size: 0.15rem;
    line-height: 0.3rem;
}