body {
    margin: 0px;
    padding: 0px;
}

.pc-bk>img {
    padding-top: 90px;
    height: 500px;
    width: 100%;
}

#container {
    padding-top: 90px;
    height: 500px;
    width: 100%;
    background-image: url(../../img/product/banner1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    font-family: 'PingFang SC';
    font-style: normal;
}
#container .box1 {
    padding-top: 101px;

}

.header-title {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
    text-align: center;
    color: #284BA6;
    margin-top: 200px;
    margin-left: 5%;
    margin-right: 55%;

}


/* 标题菜单 */
.title {
    display: flex;
    justify-content: flex-end;
    height: 90px;
    align-items: center;
    padding-right: 8%;
    box-shadow: 0px 1px 0px #DCDDE3;
}

.title-content {
    color: #284BA6;
    border-bottom: 2px solid #284BA6;
    margin-top: 1.9%;
    padding-bottom: 1.9%;

}

.title>div {
    margin-left: 2%;
    font-family: 'PingFang SC';
    font-size: 16px;
    text-decoration: none;
}

/* 产品介绍 */
.product-content-one>div>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}

.product-content-one>div>div>div {
    margin-left: 10px;
    margin-right: 10px;
}

.product-content-one>div>div>div>span {
    display: flex;
    width: 400px;
    height: 600px;
    border-radius: 15px;
    overflow: hidden;
}

.product-content-one>div>div>div>p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    /* line-height: 25px; */
    text-align: center;
    color: #000000;

}

.product-content-one>div>div>div>span>img {
    cursor: pointer;
    width: 400px;
    height: 600px;
    border-radius: 20px;
}

.product-content-one>div>div>div>span>img:hover {
    transform: scale(1.3, 1.3);
}

.product-content-one>div>div>div>span>img {
    transition: 1s;
}


.product-content-title {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    color: #213F8E;

}

.product-content {
    margin-left: 14%;
    margin-right:14%;
    width: 85%;
    margin-bottom: 100px;
}
.product-content-one{
    margin-left: 3%;
}

/* 子菜单 */
.title-fixed {
    display: flex;
    position: fixed;
    top: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 21%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #FFFFFF;
    height: 90px;
    font-family: "PingFang SC";
    font-size: 16px;
    color: #373C47;

}


/* 详细菜单 */
.content-detailed {
    width: 63%;
    padding-left: 19%;
    padding-right: 18%;
}

.content-detailed>p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #373C47;
    margin-bottom: 0px;
    margin-top: 0px;

}
#content-detailed-min-title {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #373C47;
    margin-top: 0px;

}

.content-detailed>img {
    width: 770px;
    height: 400px;
    margin-top: 101px;
    /* margin-right: 10%;
    margin-left: 10%; */
}

.content-detailed>div>h3 {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #373C47;

}

.content-detailed>div>h5 {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FF602E;
    padding-right: 90%;
    cursor: pointer;
}

.content-detailed>div>p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-indent: 36px;
    color: #373C47;
}

.content-detailed>div>div>span {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-indent: 36px;
    color: #373C47;
}

.content-detailed>div>div {
    font-family: 'PingFang SC';
    font-style: normal;
    font-size: 18px;
    color: #373C47;

}

.content-detailed>div>div>div>div {
    font-family: 'PingFang SC';
    font-style: normal;
    font-size: 18px;
    color: #373C47;


}

.content-detailed>div>p>ul>li {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #373C47;
    border: 1px solid #373C47;
    border-radius: 8px;
    /* margin-left: 50px; */
    padding: 2px 1% 2px 1%;

}
.rcn{
    margin-bottom: 5%;
}
.rcn>div {
    display: flex;
    margin-left: 5%;
    margin-right: 5%;

}


/* 图标 */
.corn {
    width: 10px;
    height: 10px;
    background-color: rgb(12, 239, 240);
    /* background-color: #335DA0; */
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* Internet Explorer */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    margin-right: 5px;
    margin-left: 25px;
    margin-top: 5px;

}

.content-detailed>div>div>img {
    width: 300px;
    height: 300px;
    border-radius: 20px;
}

.content-detailed>div>button {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #284BA6;
    padding-left: 20%;
    margin-top: 25px;
    margin-bottom: 70px;
    width: 610px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #284BA6;
}
