.content-1 {
    width: 100%;
    height: 40rem;
    max-height: 90rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../imgs/product/28@2x-8.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.content-1-1 {
    /* width: 75%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 3rem 10%;
}

.content-1-1>div:nth-child(1) {
    color: #0047bb;
    font-size: 4rem;
    font-family: "Arial Bold", sans-serif;
    animation: 1s intoAni ease-in-out;
}

.content-1-1-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #0047bb;
}

.content-1-1-1-1 {
    font-size: 1.1rem;
    line-height: 1.5;
    font-family: 'Arial', sans-serif;
    animation: 1s intoAni ease-in-out;
}

.content-1-1-1-2 {
    font-size: 1rem;
    margin-top: 3.5rem;
}

.content-2 {
    width: 100%;
    height: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: url(../imgs/product/118@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-2-1 {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.content-2-2 {
    width: 65%;
}

.content-2-2-1,
.content-2-2-2 {
    width: 100%;
}

.content-2-2-1,
.content-2-2-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    margin: 2rem 0rem;
    flex-wrap: wrap;
}

.content-2-2-1 {
    justify-content: flex-start;
    /* margin-top: 15%; */
}

.content-2-2-2 {
    justify-content: flex-start;
}


.content-2-2-1>div,
.content-2-2-2>div {
    width: 14rem;
    height: 9rem;
    border: 1px solid rgb(136, 180, 223);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    line-height: 1;
    text-align: center;
    color: #6d6d6d;
}

.content-2-2-1>div>img,
.content-2-2-2>div>img {
    width: 50%;
    max-height: 60%;
}

.content-2-2-1 div:nth-child(1) div:nth-child(1),
.content-2-2-1 div:nth-child(2) div:nth-child(1) {
    font-size: 4rem;
    width: 100%;
    color: #0047bb;
}

.content-2-2-1 div:nth-child(2) div:nth-child(1) span {
    position: relative;
}

.content-2-2-1 div:nth-child(2) div:nth-child(1) span::after {
    content: "。";
    position: absolute;
    top: -50%;
    font-size: 4rem;
    color: #0047bb;
}

.content-2-2-1:nth-child(2) div:nth-child(2) div:nth-child(1) span::after {
    content: "Fr";
    position: absolute;
    top: 55%;
    font-size: 1rem;
    color: #0047bb;
}

.content-2-2-2>div:nth-child(3)>div:nth-child(1) {
    width: 40%;
    max-height: 60%;
    position: relative;
}

.content-2-2-2>div:nth-child(3) div:nth-child(1) img {
    width: 100%;
}

/* .content-2-2-2>div:nth-child(3) div:nth-child(1):after{
    content: "Fr";
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    color: #0047bb;
} */

.content-2-2-2>div:nth-child(1) div:nth-child(1),
.content-2-2-2>div:nth-child(2) div:nth-child(1) {
    font-size: 4rem;
    color: #0047bb;
    width: 100%;
    font-family: "Arial", sans-serif;
}

.content-2-2-2 div:nth-child(2) div:nth-child(1) span {
    width: 100%;
    text-align: left;
    position: relative;
}

/* .content-2-2-2 div:nth-child(2) div:nth-child(1) span::after {
    content: "Fr";
    position: absolute;
    top: 60%;
    left: 100%;
    font-size: 1.5rem;
    color: #0047bb;
} */

.content-2-2-2-1 {
    min-width: 25rem !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.content-2-2-2-1 div:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.content-2-2-2-1 div:nth-child(1) img {
    width: 50%;
    height: 50%;
}

.content-2-2-2-1>div:nth-child(2) {
    /* width: 70%; */
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.content-2-2-2-1 div:nth-child(2)>img {
    width: 80%;
}

.content-2-2-2-1>div:nth-child(2) div {
    text-align: left;
}

.content-2-2-2-1>div:nth-child(2) div span {
    display: inline-block;
}

.content-2-2-3 {
    width: 30rem;
    height: 9rem;
    border: 1px solid rgb(136, 180, 223);
    border-radius: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: left;
    gap: 1rem;
    line-height: 1;
    text-align: left;
    color: #6d6d6d;
}

.content-2-2-3>div:nth-child(1){
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-2-2-3>div:nth-child(1)>div:nth-child(1){
    font-size: 4rem;
    color: #0047bb;
    font-family: Arial, sans-serif;
}

.content-2-2-3>div:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}

.content-3 {
    width: 100%;
    min-height: 100vh;
    background: url(../imgs/product/118@2x-8.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.content-3-1 {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5rem 0 0.5rem 0;
}

.content-3-1 span {
    font-size: 2rem;
    color: #0047bb;
    font-family: "Arial Bold", sans-serif;
}

.content-3-2 {
    width: 70%;
    max-width: 80rem;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    margin-bottom: 10rem;
}

.content-3-2 .text-1 {
    width: 250px;
    height: 2rem;
    font-size: 1.6rem;
    font-family: "Arial", sans-serif;
    text-align: right;
    text-wrap: nowrap;
}

.content-3-2-1 {
    width: 100%;
    /* height: 20rem; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 40px;
}

.content-3-2-1>div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
}

.content-3-2-1-card {
    width: 45%;
    height: 23rem;
    border-radius: 20px;
    border: 1px solid rgb(194, 194, 194);
    background: white;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    gap: 1rem;
}

.content-3-2-1-btn {
    width: 100px;
    height: 3rem;
    font-size: 1.1rem;
    font-family: "Arial", sans-serif;
    color: #6d6d6d;
    border-radius: 5rem;
    border: 1px solid rgb(194, 194, 194);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-3-2-1-content {
    width: 100%;
    height: 90%;
    /* background: url(../imgs/product/184@2x-8.png) no-repeat;
    background-size: 100% 100%; */
    background: #f3f3f3;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.content-3-2-1-content img {
    /* width: 100%; */
    height: 100%;
}

.content-4 {
    width: 100%;
    background: url(../imgs/product/118@2x-8.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-4 img {
    width: 70%;
}

.content-4-1 {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-4-1 div:nth-child(1) {
    margin: 5rem 0 0.5rem 0;
    color: #0047bb;
    font-size: 2rem;
    font-family: "Arial Bold", sans-serif;
    line-height: 1
}

.content-4-1 div:nth-child(2) {
    font-size: 1.3rem;
    font-family: "Arial Blod", sans-serif;
    line-height: 1.2;
    margin-bottom: 2rem;
}


.content-4-1 img:nth-child(1) {
    width: 40%;
}

.content-4-1 img:nth-child(2) {
    width: 26%;
}

.content-4-2 {
    width: 60%;
    max-width: 80rem;
    height: 35rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 1rem;
    align-items: center;
}

.content-4-2-1-1,
.content-4-2-1-2,
.content-4-2-1-3 {
    height: 100%;
    position: relative;
}

.content-4-2-1-1 {
    width: 25%;
    background: url(../imgs/product/112@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-4-2-1-2,
.content-4-2-1-3 {
    width: 40%;
}

.content-4-2-1-2 div:nth-child(2) div:nth-child(3) {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #0047bb;
}

/* 
.content-4-2 table {
    width: 100%;
    height: 45rem;
    border-spacing: 1rem;
}

.content-4-2 table tr {
    width: 100%;
    height: 25%;
}

.content-4-2 table tr td {
    padding: 3rem;
}

.content-4-2 table tr td:nth-child(1) {
    width: 20%;
    height: 100%;
}

.content-4-2 table tr td:nth-child(2),.content-4-2 table tr td:nth-child(3) {
    width: 40%;
    height: 100%;
} */


.content-4-2-2,
.content-4-2-3 {
    width: 40%;
}

.content-4-2-1-1 div {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-4-2-1-1 div img {
    width: 50%;
}


.content-4-2-1-1-text span:nth-child(1) {
    font-family: "Arial", sans-serif;
    font-size: 5rem;
    color: rgb(23, 70, 186);
    position: relative;
    line-height: 1;
}

.content-4-2-1-1-text span:nth-child(1)::after {
    content: "+";
    font-size: 3rem;
    font-family: "Arial", sans-serif;
    position: absolute;
    top: 0rem;
    right: -2rem;
}

.content-4-2-1-1-text span:nth-child(2) {
    font-size: 1.5rem;
    line-height: 1;
    font-family: "Arial", sans-serif;
}


.content-4-2-1-2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
}

.content-4-2-1-2>div {
    width: 100%;
    height: 50%;

}

.content-4-2-1-2>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    background: url(../imgs/product/107@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-4-2-1-2 div div:nth-child(1) span {
    font-size: 5rem;
    font-family: "Arial", sans-serif;
    color: white;
    position: relative;
    margin-right: 5rem;
    width: 80%;
}

.content-4-2-1-2 div div:nth-child(1) span::after {
    content: "mm";
    font-size: 2rem;
    font-family: "Arial", sans-serif;
    position: absolute;
    top: 1rem;
    right: -4rem;
}

.content-4-2-1-2 div div:nth-child(2) span {
    font-size: 1.5rem;
    font-family: "Arial", sans-serif;
    color: white;
    position: relative;
    margin-right: 7rem;
    width: 80%;
    display: inline-block;
    text-align: right;
}

.content-4-2-1-2>div:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: url(../imgs/product/104@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-4-2-1-2>div:nth-child(2) div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-4-2-1-2>div:nth-child(2) div:nth-child(1) {
    justify-content: center;
}

.content-4-2-1-2>div:nth-child(2) div:nth-child(2) {
    justify-content: flex-end;
}

.content-4-2-1-2>div:nth-child(2) div img {
    width: 70%;
}

.content-4-2-1-2>div:nth-child(2) div:nth-child(2) span:nth-child(1) {
    font-size: 4rem;
    color: #0047bb;
}

.content-4-2-1-2>div:nth-child(2) div:nth-child(2) span:nth-child(1)::after {
    content: "%";
    font-size: 2rem;
    font-family: "Arial", sans-serif;
    position: absolute;
    top: 0.5rem;
    right: -2rem;
}

.content-4-2-1-2>div:nth-child(2) div:nth-child(2) span:nth-child(2) {
    font-size: 1.2rem;
    color: #0047bb;
    margin-bottom: 1rem;
}

.content-4-2-1-3 {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}

.content-4-2-1-3>div:nth-child(1),
.content-4-2-1-3>div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 25%;
    background: url(../imgs/product/111@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-4-2-1-3>div:nth-child(1) div:nth-child(2),
.content-4-2-1-3>div:nth-child(2) div:nth-child(1) {
    width: 40%;
    text-align: center;
    padding: 0rem 1rem;
}

.content-4-2-1-3>div:nth-child(1) div:nth-child(1),
.content-4-2-1-3>div:nth-child(2) div:nth-child(2) {
    flex: 1;
    text-align: center;
    padding: 0rem 1rem;
}




.content-4-2-1-3 div:nth-child(1) div:nth-child(2) span,
.content-4-2-1-3 div:nth-child(2) div:nth-child(1) span {
    color: #0047bb;
    font-size: 5rem;
    font-family: "Arial", sans-serif;
    position: relative;
}

.content-4-2-1-3 div:nth-child(1) div:nth-child(2) span::after,
.content-4-2-1-3 div:nth-child(2) div:nth-child(1) span::after {
    content: "%";
    font-size: 2rem;
    font-family: "Arial", sans-serif;
    position: absolute;
    top: 1rem;
    right: -2rem;
}

.content-4-2-1-3 div:nth-child(1) div:nth-child(1) span,
.content-4-2-1-3 div:nth-child(2) div:nth-child(2) span {
    font-size: 1.3rem;
    display: inline-block;
    width: 100%;
    line-height: 1;
    text-align: left;
    color: #0047bb;
    font-family: "Arial", sans-serif;
}


.content-4-2-1-3 div:nth-child(3) {
    width: 100%;
    height: 50%;
    background: url(../imgs/product/105@2x-8.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    font-family: "Arial", sans-serif;
    color: white;
    position: relative;
}

.content-4-2-1-3 div:nth-child(3) div:nth-child(1) span {
    width: 100%;
    font-size: 1.5rem;
    display: inline-block;
    margin-left: 2rem;
}

.content-4-2-1-3 div:nth-child(3) div:nth-child(2) span {
    font-size: 4rem;
    margin-left: 2rem;
    position: relative;
}

.content-4-2-1-3 div:nth-child(3) div:nth-child(2) span::after {
    content: "%";
    font-size: 2rem;
    font-family: "Arial", sans-serif;
    position: absolute;
    top: 0.5rem;
    right: -2rem;
}

.content-4-2-1-3 div:nth-child(3) div:nth-child(3) {
    width: auto;
    height: auto;
    background: transparent;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: white;
}

.content-4-3 {
    width: 60%;
    max-width: 80rem;
    height: 8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;

}

.content-4-3-1,
.content-4-3-2 {
    width: 46%;
    height: 100%;
    padding: 1rem;
    border-radius: 2rem;
    background: #0047bb;
    float: left;
    position: relative;
}

.content-4-3-1 div:nth-child(3) {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: white;
}

.content-4-3-1 div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content-4-3-1 div:nth-child(1) {
    width: 100%;
    height: 80%;
}

.content-4-3-1 div:nth-child(1) div:nth-child(1) {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.content-4-3-1 div:nth-child(1) div:nth-child(2) {
    width: 70%;
}

.content-4-3-1 div:nth-child(1) div:nth-child(1) img {
    width: 50%;
}

.content-4-3-1 div:nth-child(1) span {
    display: inline-block;
    color: white;
    font-size: 4rem;
    position: relative;
    text-align: center;
}

.content-4-3-1 div:nth-child(1) span::after {
    content: "%";
    font-size: 2rem;
    font-family: "Arial", sans-serif;
    position: absolute;
    top: 0rem;
    right: -3rem;
}

.content-4-3-1 div:nth-child(2) {
    width: 100%;
    height: 20%;
    color: white;
    text-align: center;
    font-size: 1.5rem;
}

.content-4-3-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.content-4-3-2 div:nth-child(1) {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
    font-size: 1.5rem;
    margin-left: 1.5rem;
}

.content-4-3-2 div:nth-child(1) span {
    line-height: 1;
}

.content-4-3-2 div:nth-child(2) {
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.content-4-3-2 div:nth-child(2) span {
    color: white;
    font-size: 4rem;
    position: relative;
}

.content-4-3-2 div:nth-child(2) span::after {
    content: "%";
    font-size: 2rem;
    font-family: "Arial", sans-serif;
    position: absolute;
    top: 0rem;
    right: -2rem;
}

.content-4-4 {
    width: 60%;
    max-width: 80rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 3rem 0 7rem 0px;
}

.content-4-4 span {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #6d6d6d;
    font-family: "Arial", "微软雅黑", sans-serif;
}

.content-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../imgs/product/118@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-5 img {
    width: 100%;
}

.content-5-1 {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-5-1-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-5-1-1 img {
    width: 40%;
    margin: 5rem 0 1rem 0;
}

.content-5-1-1>div {
    margin: 5rem 0 0.5rem 0;
    font-family: "Arial Bold", sans-serif;
    color: #0047bb;
    font-size: 2rem;
}

.content-5-1-1 span {
    font-size: 1.3rem;
    line-height: 1.2;
    font-family: "Arial", sans-serif;
    margin-bottom: 5rem;
}


.content-5-1-2 {
    width: 100%;
    max-width: 80rem;
    height: 50rem;
    background: url(../imgs/product/228.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.content-5-1-2 img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: -30px;
}

.content-5-1-2 div div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1rem 0rem 0rem 0rem;
    position: relative;
}

.content-5-1-2 div div span {
    width: 100%;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    color: #6d6d6d;
    font-size: 1rem;
    font-family: "Arial", sans-serif;
}

.content-5-1-2 div div img {
    width: 1rem;
    padding: 0.2rem 0.5rem;
}


.content-5-1-2-1::before,
.content-5-1-2-2::before,
.content-5-1-2-3::before {

    background: white;
    color: #6d6d6d;
    border-radius: 10px;
    font-size: 1.4rem;
    border: 1px solid #6d6d6d;
    padding: 0.5rem;
}

.content-5-1-2-1::before {
    content: "INTRAVASCULAR LITHOTRIPSY GENERATOR";
    top: -1rem;
}

.content-5-1-2-2::before {
    content: "FOOT SWITCH";
}

.content-5-1-2-3::before {
    content: "ELECTRODE";
}

.content-5-1-2-1 {
    position: absolute;
    top: 5%;
    left: -19%;
}


.content-5-1-2-2 {
    position: absolute;
    top: 38%;
    left: 10%;
}

.content-5-1-2-3 {
    position: absolute;
    top: 69%;
    left: 40%;
}



.content-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../imgs/product/118@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-6-1 {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-6-1-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-6-1-1 img {
    width: 40%;
    margin: 5rem 0 1rem 0;
}

.content-6-1-1>div {
    margin: 5rem 0 0.5rem 0;
    font-family: "Arial Bold", sans-serif;
    color: #0047bb;
    font-size: 2rem;
    font-weight: bold;
}

.content-6-1-1 span {
    font-size: 1.3rem;
    line-height: 1.2;
    font-family: "Arial", sans-serif;
    margin-bottom: 5rem;
}

.content-6-1-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 7rem;
}

.content-6-1-2-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.content-6-1-2-img img {
    width: 80%;
    margin-left: 15rem;
}

.content-6-1-2-list {
    width: 90%;
    margin-top: 2rem;
}

.content-6-1-2-list table {
    width: 100%;
    border-top: 0.5rem solid rgb(243, 167, 23);
    border-bottom: 0.15rem solid rgb(243, 167, 23);
}

.content-6-1-2-list table thead {
    border: 1px solid rgba(109, 109, 109, .1);
}

.content-6-1-2-list table th {
    background: white;
    height: 3rem;
    color: #6d6d6d;
    font-weight: normal;
    font-family: "Arial", sans-serif;
    text-align: center;
}

.content-6-1-2-list table tbody tr {
    height: 2.5rem;
}

.content-6-1-2-list table td {
    color: #6d6d6d;
    text-align: center;
    font-family: "Arial bold", sans-serif;
}


.content-7 {
    width: 100%;
    height: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../imgs/product/118@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-7-1 {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: url(../imgs/product/Cricle@2x-8.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center; */
}

.content-7-1-1 {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.content-7-1-2 {
    width: 100%;
}

.content-7-1-2 table {
    width: 100%;
    border-top: 0.5rem solid rgb(243, 167, 23);
}

.content-7-1-2 table td {
    text-align: center;
    background: white;
    height: 4rem;
    color: #6d6d6d;
    font-weight: normal;
    font-family: "Arial", sans-serif;
}


.content-8 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../imgs/product/118@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-8 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../imgs/resources/118@2x-8.png) no-repeat;
    background-size: 100% 100%;
}

.content-8-1 {
    width: 70%;
    max-width: 100rem;
}

.content-8-1-1 {
    width: 100%;
    color: #0047bb;
    font-size: 2rem;
    font-family: "Arial Bold", sans-serif;
    margin: 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-8-1-2 {
    width: 100%;
    height: 30vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 5rem 0;
}


.content-8-1-2-1,
.content-8-1-2-2 {

    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.content-8-1-2-1 img {
    width: 100%;
}

.content-8-1-2-1 {
    flex: 1;
}

.content-8-1-2-2 {
    width: 30rem;
    text-align: left;
    font-family: "Arial Bold", sans-serif;
    font-size: 3rem;
}

.content-8-1-2-2 div {
    width: 100%;
}

.content-8-1-2-2 ul {
    width: 100%;
    list-style: none;
    padding: 0;
}

.content-8-1-2-2 ul li {
    height: 4rem;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
    font-family: "Arial", sans-serif;
    border-bottom: 1px dashed #6d6d6d;
    color: #0047bb;
    margin: 2rem 0rem;
    padding: 0.5rem 0rem;
}

.content-8-1-2-2 ul li a {
    width: 3rem;
    display: inline-block;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-8-1-2-2 ul li a img {
    width: 100%;
}

/* .content-5-1-2 div div:nth-child(1){
    background: white;
    color: #6d6d6d;
    border-radius: 10px;
    font-size: 1.4rem;
    border: 1px solid #6d6d6d;
    padding: 0.5rem;
} */

@media screen and (max-width: 1500px) {

    .content-2-2-1>div,
    .content-2-2-2>div {
        width: 7rem;
    }

    .content-2-2-2 div:nth-child(1) div:nth-child(1),
    .content-2-2-2 div:nth-child(2) div:nth-child(1),
    .content-2-2-1 div:nth-child(2) div:nth-child(1),
    .content-2-2-1 div:nth-child(1) div:nth-child(1),
    .content-2-2-3>div:nth-child(1)>div:nth-child(1){
        font-size: 2rem;
    }

    .content-2-2-1-1 {
        font-size: 0.6rem;
    }

    .content-2-2-1 div:nth-child(2) div:nth-child(1) span::after {
        font-size: 2.5rem;
    }

    .content-2-2-1>div,
    .content-2-2-2>div {
        height: 6rem;
    }

    .content-2-2-2 div:nth-child(2) div:nth-child(1) span::after {
        font-size: 1rem;
    }

    .content-2-2-2-1 {
        min-width: 18rem !important;
    }

    .content-2-2-2-1 div:nth-child(2)>img {
        height: 1rem;
    }

    .content-2-2-2-1>div:nth-child(2) div span {
        font-size: 0.8rem;
    }

    .content-2-2-3 {
        width: 16rem;
        height: 6rem;
    }

    .content-2-2-3>div:nth-child(2){
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 1280px) {
    .content-3-2-1 {
        flex-direction: column;
    }

    .content-3-2-1>div:nth-child(1) {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .content-3-2 .text-1 {
        text-align: left;
    }

    .content-3-2-1-btn {
        height: 2rem;
    }

    .content-3-2-1-card {
        height: 15rem;
    }

    .content-8-1-1 {
        margin: 3rem 0;
        text-wrap: nowrap;
    }

    .content-8-1-2-2 {
        width: 20rem;
        font-size: 2rem;
    }

    .content-8-1-2-2 ul li {
        height: 3rem;
        font-size: 1rem;
    }

    .content-8-1-2-2 ul li a {
        width: 2rem;
    }

    .content-6-1-1>div {
        font-size: 2rem;
    }

    .content-6-1-1 span {
        font-size: 1.3rem;
        margin-bottom: 3rem;
    }

    .content-6-1-2-list table th,
    .content-6-1-2-list table td {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 900px) {
    .content-3-2-1-card {
        width: 100%;
        height: 25rem;
    }

    .content-3-2-1>div:nth-child(2) {
        flex-direction: column;
    }

    .content-8-1-1 {
        margin: 5rem 0;
        text-wrap: nowrap;
    }

    .content-8-1-2 {
        flex-direction: column;
    }

    .content-8-1-1-1 {
        font-size: 1rem;
    }

    .content-8-1-2-1 {
        width: 20rem;
    }

    .content-5-1-1>div,
    .content-6-1-1>div,
    .content-3-1 span,
    .content-4-1 div:nth-child(1) {
        font-size: 1rem;
    }

    .content-5-1-1 span,
    .content-6-1-1 span,
    .content-4-1 div:nth-child(2) {
        font-size: 0.7rem;
    }
}

.content-2-1_title {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 1rem 0 0 0;
    color: #0047bb;
}

.content-2-1-1-1 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #0047bb;
}

.content-2_1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.content-2_2 {
    flex: 1;
}

.content-2_2 img {
    width: 100%;
}