body {
    background: #F8F8F8;
}
.position{
    background: none;
}
.product_body {
    padding: 1rem 0;
    box-sizing: border-box;
}

.product_body .main {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.product_fl {
    position: relative;
}

.product_fl .product_class {
    width: 4.2rem;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.09);
    border-radius: 0.5rem 0rem 0rem 0rem;
    overflow: hidden;
}

.product_fl .product_class .product_nav_name {
    width: 100%;
    height: 1rem;
    background: #346EC1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
}

.product_fl .product_class .product_nav_list {
    padding: 0.06rem 0.24rem 0.55rem 0.26rem;
    box-sizing: border-box;
}

.product_nav_list .nav_class_li {
    padding: 0.17rem 0 0.03rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #E6E6E6;
}

.product_nav_list .nav_class_li .nav_class1 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.5;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0.12rem;
}

.product_nav_list .nav_class_li .nav_class1::before {
    content: "";
    position: absolute;
    width: 0.11rem;
    height: 0.16rem;
    background: url(../img/product_icon1.png) center no-repeat;
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
}

.product_nav_list .nav_class_li .nav_list2 {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.product_nav_list .nav_class_li .nav_list2 a {
    font-weight: 400;
    font-size: 0.18rem;
    color: #898989;
    line-height: 2;
    height: auto;
}

.product_nav_list .nav_class_li .nav_list2 a:hover {
    color: #346EC1;
    font-weight: bold;
}


.product_nav_list .nav_class_li.act .nav_class1::before {
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
    transform: rotate(90deg) translate(-50%, 0%);
}

.product_nav_list .nav_class_li.act .nav_list2 {
    height: auto;
    margin-bottom: 0.2rem;
}

.product_nav_list .nav_class_li.act .nav_class1 {
    font-weight: bold;
    color: #346EC1;
}

.product_nav_list .nav_class_li.act .act {
    color: #346EC1;
    font-weight: bold;
}





.product_fr {
    width: 11.3rem;
    height: auto;
    background: #fff;
    border-radius: 0.2rem;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 1.12rem 0.6rem 0.7rem;
    box-sizing: border-box;
}

.product_fr .product_logo {
    position: absolute;
    top: 0.32rem;
    right: 0.4rem;
    width: auto;
    height: 0.41rem;
    display: none;
}







/* 内容部分 */
.product_title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.3rem;
    color: #346EC1;
}

.product_h4 {
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 0.5rem;
    color: #346EC1;
    margin-top: 0.12rem;
}

.product_txt {
    width: fit-content;
    height: 0.43rem;
    border: 0.01rem solid #346EC1;
    border-radius: 0.1rem 0rem 0.1rem 0rem;
    margin: 0.22rem auto 0;
    overflow: hidden;
    display: flex;
    margin-bottom: .3rem;
}

.product_txt .product_txt_tit {
    /* width: 2.27rem; */
    text-align: center;
    background: #346EC1;
    color: #fff;
    font-weight: 600;
    font-size: 0.18rem;
    line-height: 0.43rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.product_txt .product_txt_cont {
    /* width: 5rem; */
    text-align: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #346EC1;
    line-height: 0.43rem;
    padding: 0 0.31rem 0 0.26rem;
    box-sizing: border-box;
    text-transform: uppercase;
}


.product_banner {
    width: 100%;
    height: 5.68rem;
    overflow: hidden;
    margin: 0.5rem 0;
    position: relative;
}

.product_banner .pro_ban_litpic {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.product_banner .pro_ban_litpic .pro_ban_icon {
    position: absolute;
    width: 0.55rem;
    height: 0.55rem;
    background: #FFFFFF url(../img/index_about_bofang.png) center no-repeat;
    background-size: 0.14rem 0.23rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product_banner .pro_ban_litpic .pro_ban_icon::before {
    content: "";
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    background: #FFFFFF;
    opacity: 0.14;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product_banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.product_banner img,
.product_banner video {
    width: 100%;
    height: 100%;
}






.product_key {
    width: 100%;
    height: auto;
    display: flex;
    gap: 0.53rem;
    margin-bottom: 0.5rem;
}

.product_key .product_key_item {
    width: calc(100% - 0.35rem);
    height: auto;
    padding: 0.58rem 0 0.55rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    border: 0.01rem solid #EDEDED;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product_key .product_key_item .key_item_icon {
    width: 0.6rem;
    height: 0.6rem;
    background: #346EC1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 0.33rem;
    position: relative;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(93, 140, 42, 0.22);
}

.product_key .product_key_item .key_item_icon::before {
    content: "";
    position: absolute;
    width: 0.72rem;
    height: 0.72rem;
    background: #346EC1;
    opacity: 0.15;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.product_key .product_key_item .key_item_icon img {
    width: 0.29rem;
    height: 0.29rem;
    object-fit: contain;
    opacity: 1;
    position: relative;
    z-index: 9;
}

.product_key .product_key_item .key_item_xx {
    width: 100%;
    display: flex;
    justify-content: center;
}

.product_key .product_key_item .key_item_xx .key_title {
    font-weight: 600;
    font-size: 0.25rem;
    color: #000000;
    margin-right: 0.21rem;
    position: relative;
}

.product_key .product_key_item .key_item_xx .key_title::before {
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.32rem;
    background: #D0D0D0;
    right: -0.11rem;
}

.product_key .product_key_item .key_item_xx .key_en {
    font-family: MiSans-Normal;
    font-weight: 400;
    font-size: 0.1rem;
    color: #555555;
}

.product_key .product_key_item .key_item_xx .key_cn {
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
}

.product_key .product_key_item .key_item_xx .key_txt {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 0.3rem;
}

.product_key .product_key_item:hover {
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(255, 0, 0, 0.16);
    border: 0.01rem solid #DC0017;
}

.product_key .product_key_item:hover .key_en,
.product_key .product_key_item:hover .key_cn {
    color: #000;
}

.product_key .product_key_item.key_item2 {
    padding: 0.51rem 0 0.39rem;
}

.product_key .product_key_item.key_item3 {
    padding: 0.36rem 0.25rem 0.27rem;
    align-content: flex-start;
}

.product_key .product_key_item.key_item3 .key_item_xx {
    flex-wrap: wrap;
}

.product_key .product_key_item.key_item3 .key_title {
    font-weight: 600;
    font-size: 0.2rem;
    color: #000000;
    margin: 0;
}

.product_key .product_key_item.key_item3 .key_title::before {
    width: 0.02rem;
    height: 0.11rem;
    background: #DC0017;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.18rem;
}

.product_key .product_key_item.key_item3 .key_txt {
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.3rem;
    margin-top: 0.24rem;
}












.product_content {
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.5;
    /*letter-spacing: 0.012rem;*/
}
.product_content img{
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}






.liucheng {
    width: 100%;
    height: auto;
    padding-top: 0.6rem;
    box-sizing: border-box;
}

.liucheng .liucheng_name {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.3rem;
    color: #346EC1;
    margin-bottom: 0.61rem;
}

.liucheng_body .btn_hd {
    width: 100%;
    padding-bottom: 0.87rem;
    background: url(../img/liucheng_bg.png) bottom center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
}

.liucheng_body .btn_hd .btn_li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: min-content;
    cursor: pointer;
    position: relative;
}

.liucheng_body .btn_hd .btn_li::before {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background: url(../img/product_next.png) center no-repeat;
    background-size: contain;
    top: 0.19rem;
    left: -0.39rem;
}

.liucheng_body .btn_hd .btn_li:first-child::before {
    display: none;
}

.liucheng_body .btn_hd .lc_btn_icon {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: #346EC1;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(93, 140, 42, 0.22);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.liucheng_body .btn_hd .lc_btn_icon::before {
    content: "";
    position: absolute;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #346EC1;
    opacity: 0.15;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(93, 140, 42, 0.22);
}

.liucheng_body .btn_hd .lc_btn_icon img {
    width: 0.3rem;
    height: 0.3rem;
    object-fit: contain;
    opacity: 1;
    position: relative;
    z-index: 9;
}

.liucheng_body .btn_hd .lc_btn_name {
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    text-align: center;
    margin-top: 0.21rem;
    white-space: nowrap;
}

.liucheng_body .btn_hd .btn_li.act .lc_btn_icon {
    background: #DC0017;
}

.liucheng_body .btn_hd .btn_li.act .lc_btn_icon::before {
    background: #DC0017;
}

.liucheng_body .btn_hd .btn_li.act .lc_btn_name {
    color: #DC0017;
    font-weight: bold;
}


.liucheng_body .item_bd {
    padding-top: 0.3rem;
}

.item_li {
    display: none;
}

.item_li.on {
    display: block;
}

.item_li.on img{
    width: revert-layer;
    height: auto;
}


.lc_item_title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.2rem;
    color: #DC0017;
    margin-bottom: 0.4rem;
}

.lc_item_body {
    display: flex;
    justify-content: space-between;
}

.item_li .lc_item_fl {
    width: 2.43rem;
}

.item_li .lc_item_fl .lc_fl_icon {
    width: auto;
    height: 0.57rem;
    margin-bottom: 0.28rem;
}

.item_li .lc_item_fl .lc_fl_txt {
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 2;
}

.item_li .lc_item_fl .lc_fl_num {
    border-top: 0.01rem solid #E3E3E3;
    margin-top: 0.25rem;
    padding-top: 0.16rem;
    display: flex;
}

.item_li .lc_item_fl .lc_fl_num .lc_fl_shu {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.item_li .lc_item_fl .lc_fl_num .lc_fl_shu b {
    width: 100%;
    font-family: MiSans-Normal;
    font-weight: 400;
    font-size: 0.37rem;
    color: #DC0017;
}

.item_li .lc_item_fl .lc_fl_num .lc_fl_shu span {
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
}

.item_li .lc_item_cn {
    width: auto;
    height: auto;
}

.item_li .lc_item_fr {
    width: 2.4rem;
}

.item_li .lc_item_fr .lc_item_list1 {
    display: flex;
    align-items: center;
    padding-bottom: 0.08rem;
    margin-bottom: 0.25rem;
    border-bottom: 0.01rem solid #E6E6E6;
}

.item_li .lc_item_fr .lc_item_list1 span {
    font-weight: bold;
    font-size: 0.2rem;
    color: #DC0017;
    margin-right: 0.2rem;
    white-space: nowrap;
}

.item_li .lc_item_fr .lc_item_list1 p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 1.8;
}

.item_li .lc_item_fr .lc_item_list2 {
    display: flex;
    align-items: center;
    margin-bottom: 0.09rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    white-space: nowrap;
    cursor: pointer;
}

.item_li .lc_item_fr .lc_item_list2 b {
    width: 0.16rem;
    height: 0.16rem;
    background: #346EC1;
    margin-right: 0.06rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.1rem;
    color: #FFFFFF;
}

.item_li .lc_item_fr .lc_item_list2:hover {
    color: #DC0017;
}

.item_li .lc_item_fr .lc_item_list2:hover b {
    background: #DC0017;
}




.pro_mokuai {
    width: 100%;
    height: 9.38rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/product_bg1.png) center -1.44rem no-repeat;
    background-size: inherit;
}

.pro_mokuai .pro_cen {
    width: 3.32rem;
    height: 3.32rem;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.pro_mokuai .pro_cen_jiantou{
    display: block;
    position: absolute;
    width: 3.6rem;
    height: 3.6rem;
    background: url(../img/jiantou5.png) center no-repeat;
    background-size: cover;
    animation: rotate 6s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.pro_mokuai .pro_cen_icon {
    position: absolute;
    width: 1.73rem;
    height: 0.31rem;
    top: 7rem;
}

.pro_mokuai .mokuai_item {
    position: absolute;
    /*opacity: 0.4;*/
    opacity: 1;
    cursor: pointer;
}

/*.pro_mokuai .mokuai_item:hover {*/
/*    opacity: 1;*/
/*}*/

.pro_mokuai .mokuai_item .mo_kuai_icon {
    width: 0.42rem;
    height: 0.42rem;
    background: #DC0017;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.21rem;
    border: 0.02rem solid #FFFFFF;
    position: absolute;
    z-index: 2;
}

.pro_mokuai .mokuai_item .mo_kuai_icon img {
    width: 0.25rem;
    height: 0.25rem;
    object-fit: contain;
}
.pro_mokuai .mokuai_item.kuai1 .mo_kuai_xian{
    position: absolute;
    top: 0.53rem;
    right: 3.1rem;
}
.pro_mokuai .mokuai_item.kuai2 .mo_kuai_xian{
    position: absolute;
    left: 0;
    top: 2.77rem;
}
.pro_mokuai .mokuai_item.kuai3 .mo_kuai_xian{
    position: absolute;
    right: 0.29rem;
    top: -1.07rem;
}
.pro_mokuai .mokuai_item .mo_kuai_txt .mo_kuai_img {
    width: 3.29rem;
    height: 1.17rem;
    border-radius: 0rem 0rem 0.18rem 0rem;
    border: 0.03rem solid #244894;
    padding: 0.03rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.pro_mokuai .mokuai_item .mo_kuai_txt .mo_kuai_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}

.pro_mokuai .mokuai_item.kuai1 .mo_kuai_txt .mo_kuai_img,
.pro_mokuai .mokuai_item.kuai1 .mo_kuai_txt .mo_kuai_img img {
    border-radius: 0rem 0rem 0.18rem 0rem;
}

.pro_mokuai .mokuai_item.kuai2 .mo_kuai_txt .mo_kuai_img,
.pro_mokuai .mokuai_item.kuai2 .mo_kuai_txt .mo_kuai_img img {
    border-radius: 0.18rem 0rem 0rem 0rem;
}

.pro_mokuai .mokuai_item.kuai3 .mo_kuai_txt .mo_kuai_img,
.pro_mokuai .mokuai_item.kuai3 .mo_kuai_txt .mo_kuai_img img {
    border-radius: 0rem 0.18rem 0rem 0rem;
}

.pro_mokuai .mokuai_item .mo_kuai_txt .mo_kuai_img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.pro_mokuai .mokuai_item .mo_kuai_txt .mo_kuai_title {
    font-weight: bold;
    font-size: 0.2rem;
    color: #346EC1;
    margin: 0.19rem 0;
}

.pro_mokuai .mokuai_item .mo_kuai_txt .mo_kuai_li {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 2;
}

.pro_mokuai .mokuai_item .mo_kuai_txt .mo_kuai_li::before{
    content: '';
    width: .05rem;
    height: .09rem;
    background-image: url('../img/arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    margin-right: .04rem;
}

.pro_mokuai .mokuai_item .mo_kuai_txt .mo_kuai_li i {
    width: 0.05rem;
    height: 0.09rem;
    margin-right: 0.06rem;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
}


.pro_mokuai .mokuai_item.kuai1 {
    top: 0.87rem;
    right: 0;
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.pro_mokuai .mokuai_item.kuai1 .mo_kuai_icon {
    left: -0.21rem;
    top: 1.8rem;
}

.pro_mokuai .mokuai_item.kuai2 {
    top: 1.79rem;
    left: 0;
}

.pro_mokuai .mokuai_item.kuai2 .mo_kuai_icon {
    top: 3.66rem;
    left: 3.23rem;
}

.pro_mokuai .mokuai_item.kuai3 {
    right: 0;
    top: 6.09rem;
}

.pro_mokuai .mokuai_item.kuai3 .mo_kuai_icon {
    left: -0.16rem;
    top: -1.31rem;
}




.product_hr {
    width: 100%;
    height: auto;
    border-bottom: 0.02rem dashed #9A9A9A;
    margin: 0.7rem 0 0.56rem;
}



.pro_body2 .body2_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 0.5rem;
}

.pro_body2 .body2_btn .body2_btn_li {
    width: 2.2rem;
    height: 0.6rem;
    background: #346EC1;
    border-radius: 0.3rem;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.pro_body2 .body2_btn .body2_btn_li.act {
    background: #DC0017;
}

.pro_body2 .body2_btn .body2_btn_li b {
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.pro_body2 .body2_btn .body2_btn_li span {
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
}

.pro_body2 .body2_item .body2_item_li {
    display: none;
}

.pro_body2 .body2_item .body2_item_li.on {
    display: block;
}

.body2_item_list {
    width: 100%;
    min-height: 3rem;
    background: #F7F7F7;
    border-radius: 0.1rem;
    margin-bottom: 0.26rem;
    padding: 0 0.16rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}


.body2_item_list .body2_litpic {
    width: calc(100% - 7.55rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

.body2_item_list .body2_litpic img {
    max-width: 100%;
    max-height: 2.62rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.body2_item_list .body2_txt {
    margin-top: 0.46rem;
    margin-bottom: 0.3rem;
    width: 6.4rem;
    margin-left: 1.15rem;
}

.body2_item_list .body2_txt .body2_title {
    font-weight: bold;
    font-size: 0.25rem;
    color: #346EC1;
    margin-bottom: 0.26rem;
}

.body2_item_list .body2_txt .body2_cont {
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    margin-bottom: 0.11rem;
    display: flex;
    align-items: center
}

.body2_item_list .body2_txt .body2_cont i {
    width: 0.06rem;
    height: 0.11rem;
    display: block;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
    margin-right: 0.06rem;
}



.pro_body3 .pro_body3_class {
    width: 100%;
    padding-top: 1.17rem;
    padding-bottom: 1.12rem;
    background: url(../img/liucheng_bg.png) center bottom no-repeat;
    font-weight: bold;
    font-size: 0.3rem;
    color: #346EC1;
    text-align: center;
}

.pro_body3 .pro_body3_edit {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.22rem;
    box-sizing: border-box;
}

.pro_body3 .pro_body3_edit .pro_body3_cont {
    width: 2.03rem;
    margin-right: 0.51rem;
    margin-bottom: 0.17rem;
    position: relative;
}

.pro_body3 .pro_body3_edit .pro_body3_cont::before {
    content: "";
    position: absolute;
    height: 0.08rem;
    width: 0.46rem;
    background: url(../img/product_icon70.png) center no-repeat;
    top: 1rem;
    left: 2.06rem;
}

.pro_body3 .pro_body3_edit .pro_body3_cont:nth-child(4)::before {
    width: 0.72rem;
    height: 2.39rem;
    background: url(../img/product_icon69.png) center no-repeat;
    top: 1.94rem;
    left: 2.06rem;
}

.pro_body3 .pro_body3_edit .pro_body3_cont:nth-child(5)::before {
    width: 0.72rem;
    height: 2.39rem;
    background: url(../img/product_icon71.png) center no-repeat;
    top: 1.94rem;
    right: 2.06rem;
    left: auto;
}

.pro_body3 .pro_body3_edit .pro_body3_cont:nth-child(6)::before,
.pro_body3 .pro_body3_edit .pro_body3_cont:nth-child(7)::before,
.pro_body3 .pro_body3_edit .pro_body3_cont:nth-child(8)::before {
    right: 2.06rem;
    left: auto;
    transform: scale(-1);
}

.pro_body3 .pro_body3_edit .pro_body3_cont:last-child::before {
    display: none;
}

.pro_body3 .pro_body3_edit .pro_body3_cont:nth-child(4n) {
    margin-right: 0;
}

.pro_body3 .pro_body3_edit .pro_body3_cont .pro_body3_num {
    width: 0.24rem;
    height: 0.24rem;
    background: #346EC1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.14rem;
    color: #FFFFFF;
    position: absolute;
    top: 0.05rem;
    right: 0.05rem;
}

.pro_body3 .pro_body3_edit .pro_body3_cont .pro_body3_num::before {
    content: "";
    position: absolute;
    width: 0.34rem;
    height: 0.34rem;
    background: #346EC1;
    opacity: 0.1;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pro_body3 .pro_body3_edit .pro_body3_cont .pro_body3_litpic {
    width: 2.03rem;
    height: 2.1rem;
    background: #F7F7F7;
    border-radius: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0.2rem; */
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}

.pro_body3 .pro_body3_edit .pro_body3_cont .pro_body3_txt {
    font-weight: 400;
    font-size: 0.14rem;
    color: #555555;
    line-height: 0.25rem;
}



.pro_body4 {
    margin-top: 0.5rem;
}

.body4_content {
    width: 100%;
    padding-top: 0.62rem;
    padding-bottom: 2.14rem;
    position: relative;
    background: url(../img/liucheng_bg.png) center bottom no-repeat;
}

.body4_content .body4_litpic {
    width: 6.44rem;
    height: 4.3rem;
}

.body4_content .body4_list {
    width: 4.86rem;
    position: absolute;
    right: 0;
    top: 0.62rem;
}

.body4_content .body4_list .body4_item {
    padding-bottom: 0.2rem;
    margin-bottom: 0.31rem;
    border-bottom: 0.01rem solid #D8D8D8;
}

.body4_content .body4_list .body4_item .body4_name {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.2rem;
    color: #346EC1;
    margin-bottom: 0.08rem;
}

.body4_content .body4_list .body4_item .body4_name i {
    width: 0.17rem;
    height: 0.15rem;
    display: block;
    background: url(../img/product_icon23.png) center no-repeat;
    background-size: contain;
    margin-right: 0.08rem;
}

.body4_content .body4_list .body4_item .body4_txt {
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 0.3rem;
}



.pro_body5 {
    margin-top: 0.36rem;
}

.body5_content {
    display: flex;
    flex-wrap: wrap;
    gap: 0.26rem;
    margin-top: 0.33rem;
    margin-bottom: 0.5rem;
}

.body5_content .body5_item {
    width: 2.33rem;
    height: 2.71rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #EDEDED;
    padding: 0.26rem 0.13rem 0.23rem;
    box-sizing: border-box;
    cursor: pointer;
}

.body5_content .body5_item:hover {
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.08);
}

.body5_content .body5_item .body5_img {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto 0.15rem;
}

.body5_content .body5_item .body5_name {
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    width: 100%;
    text-align: center;
    margin-bottom: 0.15rem;
}

.body5_content .body5_item:hover .body5_name {
    color: #346EC1;
}

.body5_content .body5_item .body5_txt {
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.25rem;
    text-align: center;
}

.pro_body6 {
    margin-top: 0.5rem;
}

.body6_content {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.body6_content .body6_item {
    width: 3.1rem;
    height: 5.06rem;
    border-radius: 0.1rem;
    overflow: hidden;
    cursor: pointer;
}

.body6_content .body6_item .body6_title {
    height: 0.66rem;
    background: #346EC1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 0.25rem;
    color: #FFFFFF;
}

.body6_content .body6_item .body6_title i {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/product_icon24.png) center no-repeat;
    background-size: contain;
}

.body6_content .body6_item .body6_title i img {
    width: 0.13rem;
    height: 0.13rem;
    object-fit: contain;
}

.body6_content .body6_item .body6_cont {
    width: 100%;
    height: calc(100% - 0.66rem);
    background: linear-gradient(180deg, #EFF7FF 0%, rgba(255, 255, 255, 0) 100%);
    border: 0.01rem solid #E8F4FF;
    padding: 0.22rem 0.18rem 0.49rem;
    box-sizing: border-box;
}

.body6_content .body6_item .body6_name {
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 0.07rem;
}

.body6_content .body6_item .body6_name i {
    width: 0.13rem;
    height: 0.11rem;
    background: url(../img/product_icon23.png) center no-repeat;
    background-size: contain;
    margin-right: 0.04rem;
}

.body6_content .body6_item .body6_txt {
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.25rem;
    margin-bottom: 0.27rem;
}

.body6_content .body6_item .body6_cont div:nth-child(4n) {
    height: 1.72rem;
}

.body6_content .body6_item:hover .body6_title {
    background: #DC0017;
}

.body6_content .body6_item:hover .body6_title i img {
    filter: sepia(100%) saturate(300%) brightness(70%) hue-rotate(320deg);
}





.product_num {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.47rem;
}

.product_num .stat-item {
    width: 2.6rem;
    position: relative;
    padding-bottom: 0.17rem;
    border-bottom: 0.01rem solid #E8E8E8;
    cursor: pointer;
}

.product_num .stat-item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0.01rem;
    background: #DC0017;
    bottom: -0.01rem;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.product_num .stat-item:hover:before {
    width: 100%;
}


.product_num .stat-item .stat-value,
.product_num .stat-item .stat-value .scroll_num {
    font-family: MiSans-Normal;
    font-weight: 400;
    font-size: 0.77rem;
    color: #346EC1;
    line-height: 1.2;
    position: relative;
}

.product_num .stat-item .stat-value .stat-unit {
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 0.2rem;
    color: #346EC1;
    position: absolute;
    top: 0.1rem;
    margin-left: 0.15rem;
}

.product_num .stat-item .stat-title {
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
}

.product_num .stat-item:hover .stat-title {
    color: #000000;
}



.fangan {
    width: 100%;
    position: relative;
    margin-bottom: 0.5rem;
}

.fangan .fangan_txt {
    width: 100%;
    padding: 0 0.33rem;
    box-sizing: border-box;
    position: relative;
    margin-top: -1.4rem;
    display: flex;
    justify-content: space-between;
}

.fangan .fangan_txt .fangan_item {
    width: 4.65rem;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
    padding: 0.22rem 0.1rem 0.37rem 0.76rem;
    box-sizing: border-box;
}

.fangan .fangan_txt .fangan_item .fangan_title {
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    margin-bottom: 0.17rem;
}

.fangan .fangan_txt .fangan_item .fangan_li {
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    margin-bottom: 0.09rem;
    display: flex;
    align-items: center;
}

.fangan .fangan_txt .fangan_item .fangan_li i {
    width: 0.06rem;
    height: 0.11rem;
    display: block;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
    margin-right: 0.06rem;
}

.fangan .fangan_txt .fangan_img {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





.body7_body {
    margin-top: 0.35rem;
    margin-bottom: 0.56rem;
    display: flex;
    justify-content: space-between;
}

.body7_body .body7_item {
    width: 3rem;
    min-height: 3.6rem;
    background: #F7F7F7;
    border-radius: 0.1rem;
    padding: 0.48rem 0.25rem 0.5rem;
    box-sizing: border-box;
}

.body7_body .body7_item .body7_top {
    display: flex;
    align-items: center;
    margin-bottom: 0.19rem;
}

.body7_body .body7_item .body7_top .body7_icon {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #346EC1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.26rem;
    margin-left: 0.06rem;
    position: relative;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(93, 140, 42, 0.22);
}

.body7_body .body7_item .body7_top .body7_icon::before {
    content: "";
    position: absolute;
    width: 0.72rem;
    height: 0.72rem;
    background: rgba(52, 110, 193, 0.15);
    border-radius: 50%;
    top: -0.06rem;
    left: -0.06rem;
}

.body7_body .body7_item .body7_top .body7_name {
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.04rem;
}

.body7_body .body7_item .body7_top .body7_title {
    font-weight: 400;
    font-size: 0.18rem;
    color: #346EC1;
}

.body7_body .body7_item .body7_top .body7_icon img {
    width: 0.29rem;
    height: 0.29rem;
    object-fit: contain;
}

.body7_body .body7_item .body7_cont {
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.3rem;
    padding-top: 0.12rem;
    border-top: 0.01rem solid #E2E2E2;
}


.body8_body .product_title {
    width: 100%;
    padding-bottom: 0.95rem;
    background: url(../img/liucheng_bg.png) center bottom no-repeat;
}



.body8_body .lc_fl_num {
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0.36rem !important;
}

.lc_item_key {
    padding-top: 0.46rem;
}

.lc_item_key .lc_item_icon {
    display: flex;
    align-items: center;
    padding-bottom: 0.11rem;
    margin-bottom: 0.19rem;
    border-bottom: 0.01rem solid #C7C7C7;
    font-weight: bold;
    font-size: 0.2rem;
    color: #DC0017;
    position: relative;
}

.lc_item_key .lc_item_icon img {
    max-width: 0.23rem;
    max-height: 0.23rem;
    object-fit: contain;
    margin-right: 0.29rem;
}

.lc_item_key .lc_item_icon::before {
    content: "";
    position: absolute;
    width: 0rem;
    height: 0.2rem;
    border-right: 0.01rem solid #E5E5E5;
    left: 0.37rem;
    bottom: 0.12rem;
}




.body8_txt {
    margin: 0.56rem 0 0.46rem;
    display: flex;
    justify-content: space-between;
}

.body8_txt .body8_txt_li {
    width: 3rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    padding-bottom: 0.11rem;
    border-bottom: 0.01rem dashed #D1D1D1;
}

.body8_txt .body8_txt_li i {
    width: 0.13rem;
    height: 0.11rem;
    margin-right: 0.09rem;
    display: block;
    background: url(../img/product_icon23.png) center no-repeat;
    background-size: contain;
}




.body8_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.body8_item .body8_item_li {
    width: 3rem;
    min-height: 3rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 0.01rem solid #EDEDED;
}

.body8_item .body8_item_li .body8_title {
    width: 100%;
    height: auto;
    padding: 0.28rem 0.16rem 0.2rem;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    display: flex;
    align-items: center;
}

.body8_item .body8_item_li .body8_title img {
    max-width: 0.44rem;
    max-height: 0.44rem;
    object-fit: contain;
    margin-right: 0.1rem;
}

.body8_item .body8_item_li .body8_cont {
    padding: 0 0.17rem 0.27rem 0.28rem;
    box-sizing: border-box;
}

.body8_item .body8_item_li .body8_cont .body8_cont_li {
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 0.25rem;
    margin-bottom: 0.09rem;
    position: relative;
}

.body8_item .body8_item_li .body8_cont .body8_cont_li::before {
    content: "";
    position: absolute;
    width: 0.06rem;
    height: 0.11rem;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
    left: -0.12rem;
    top: 0.06rem;
}




.body8_list {
    margin-bottom: 0.96rem;
}

.body8_list_li {
    width: 100%;
    min-height: 2.5rem;
    background: #F7F7F7;
    margin-bottom: 0.18rem;
    padding: 0.64rem 0.39rem;
    box-sizing: border-box;
    position: relative;
}

.body8_list_li:last-child {
    margin-bottom: 0;
}

.body8_list_li .body8_list_img {
    position: absolute;
    width: 4.2rem;
    height: 100%;
    right: 0;
    top: 0;
}

.body8_list_li:nth-child(2n) {
    display: flex;
    justify-content: flex-end;
}

.body8_list_li:nth-child(2n) .body8_list_img {
    left: 0;
    right: auto;
}

.body8_list_li .body8_list_txt {
    width: 4.8rem;
}

.body8_list_li .body8_list_txt .body8_list_title {
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    width: 100%;
    padding-bottom: 0.18rem;
    margin-bottom: 0.17rem;
    border-bottom: 0.01rem solid #E0E0E0;
}

.body8_list_li .body8_list_txt .body8_list_cont {
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 0.3rem;
}



.body9_body {
    position: relative;
    height: 6.22rem;
    display: flex;
    justify-content: center;
    align-items: end;
}

.body9_body::before {
    content: "";
    position: absolute;
    width: 11.3rem;
    height: calc(100% + 0.7rem);
    left: -0.6rem;
    bottom: -0.7rem;
    background: url(../img/product_bg332.png) center bottom no-repeat;
}

.body9_txt {
    width: 3.62rem;
    height: 3.62rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.03rem;
}

.body9_body .body9_cn {
    width: 3.32rem;
    height: 3.32rem;
    background: linear-gradient(180deg, #76BCFF 0%, #125495 100%);
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    z-index: 2;
}

.body9_body .body9_bg {
    position: absolute;
    width: 3.62rem;
    height: 3.62rem;
    border-radius: 50%;
    border: 0.01rem solid #0152A4;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0rem 0rem 0.5rem 0.01rem rgba(168, 202, 255, 0.46);
    top: 0;
    left: 0;
    z-index: 1;
}

.body9_body .body9_cn .body9_name {
    width: 100%;
    font-weight: bold;
    font-size: 0.43rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0.05rem;
}

.body9_body .body9_cn .body9_title {
    width: 100%;
    font-weight: 400;
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 0.36rem;
    text-align: center;
}

.body9_body .body9_item {
    position: absolute;
    width: 3.43rem;
    height: 1.48rem;
}
.body9_body .body9_item.lefttop .body9_xian,
.body9_body .body9_item.righttop .body9_xian{
    position: absolute;
    top: 0.4rem;
    width: 105%;
}
.body9_body .body9_item.rightbottom .body9_xian,
.body9_body .body9_item.righttop .body9_xian{
    right: 0;
}

.body9_body .body9_item.leftbottom .body9_xian,
.body9_body .body9_item.rightbottom .body9_xian{
    position: absolute;
    bottom: 0.6rem;
    width: 104%;
}

.body9_body .body9_item .body9_item_title {
    font-weight: bold;
    font-size: 0.25rem;
    color: #346EC1;
    display: flex;
    align-items: center;
}

.body9_body .body9_item .body9_item_title span {
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.25rem;
    color: #346EC1;
}

.body9_body .body9_item .body9_item_cont {
    width: 3rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.25rem;
}

.body9_body .lefttop {
    left: 0;
    top: 0.8rem;
}

.body9_body .righttop {
    right: 0;
    top: 0.8rem;
}

.body9_body .leftbottom {
    left: 0;
    bottom: 0.4rem;
}

.body9_body .rightbottom {
    right: 0;
    bottom: 0.4rem;
}


.body9_body .lefttop .body9_item_title,
.body9_body .righttop .body9_item_title {
    margin-bottom: 0.19rem;
}

.body9_body .leftbottom .body9_item_title,
.body9_body .rightbottom .body9_item_title {
    margin-top: 0.25rem;
    text-align: right;
}

.body9_body .lefttop .body9_item_title span,
.body9_body .leftbottom .body9_item_title span {
    margin-right: 0.09rem;
}

.body9_body .righttop .body9_item_title span,
.body9_body .rightbottom .body9_item_title span {
    margin-left: 0.09rem;
}

.body9_body .righttop .body9_item_title,
.body9_body .righttop .body9_item_cont,
.body9_body .rightbottom .body9_item_title,
.body9_body .rightbottom .body9_item_cont {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    float: right;
}


.body9_body .body9_icon {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    z-index: 3;
}

.body9_body .body9_icon::before {
    content: "";
    position: absolute;
    width: 0.18rem;
    height: 0.18rem;
    background: #DC0017;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.body9_body .lefttop .body9_icon {
    right: -0.3rem;
    bottom: -0.24rem;
}

.body9_body .righttop .body9_icon {
    left: -0.3rem;
    bottom: -0.24rem;
}

.body9_body .leftbottom .body9_icon {
    right: -0.28rem;
    top: -0.1rem;
}

.body9_body .rightbottom .body9_icon {
    left: -0.28rem;
    top: -0.1rem;
}





.body10_div {
    display: flex;
    justify-content: space-between;
}

.body10_div .body10_item {
    width: 3rem;
    min-height: 4.25rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 0.01rem solid #EDEDED;
    padding: 0.36rem 0.19rem 0.23rem;
    box-sizing: border-box;
}

.body10_div .body10_item .body10_item_icon {
    width: 0.6rem;
    height: 0.6rem;
    background: #346EC1;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(93, 140, 42, 0.22);
}

.body10_div .body10_item .body10_item_icon::before {
    content: "";
    position: absolute;
    width: 0.72rem;
    height: 0.72rem;
    background: #346EC1;
    opacity: 0.15;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.body10_div .body10_item .body10_item_icon img {
    width: 0.29rem;
    height: 0.29rem;
    object-fit: contain;
}

.body10_div .body10_item .body10_item_title {
    width: 100%;
    text-align: center;
    margin-top: 0.24rem;
    margin-bottom: 0.37rem;
    position: relative;
    font-weight: 600;
    font-size: 0.25rem;
    color: #000000;
}

.body10_div .body10_item .body10_item_title::before {
    content: "";
    position: absolute;
    width: 0.28rem;
    height: 0.02rem;
    background: #DC0017;
    bottom: -0.17rem;
    left: 50%;
    transform: translateX(-50%);
}

.body10_div .body10_item .body10_item_li {
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
    padding-left: 0.14rem;
    position: relative;
}

.body10_div .body10_item .body10_item_li::before {
    content: "";
    position: absolute;
    width: 0.06rem;
    height: 0.11rem;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
    top: 0.07rem;
    left: 0;
}



.body10_jieshao {
    width: 8.2rem;
    height: auto;
    margin: 0.63rem auto 0;
    position: relative;
    zoom: .8;
}

.body10_jieshao .body10_js_item {
    position: absolute;
    width: 0.09rem;
    height: 0.09rem;
}

.body10_jieshao .body10_js_item .dot {
    position: absolute;
    border-radius: 50%;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #3a67bb;
}

.body10_jieshao .body10_js_item .dot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    border-radius: 50%;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #3a67bb;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    animation: dot 3s infinite;
}

@keyframes dot {
    0% {
        width: 0.09rem;
        height: 0.09rem;
    }

    50% {
        width: 0.18rem;
        height: 0.18rem;
    }

    100% {
        width: 0.09rem;
        height: 0.09rem;
    }
}

.body10_jieshao .body10_js_title {
    width: 1.6rem;
    height: 0.57rem;
    padding-top: 0.07rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    position: absolute;
}

.body10_jieshao .item1 {
    top: 3.6rem;
    left: 1.13rem;
}

.body10_jieshao .item2 {
    top: 6.68rem;
    left: 0.69rem;
}

.body10_jieshao .item3 {
    top: 9.03rem;
    left: 1.94rem;
}

.body10_jieshao .item4 {
    top: 2.57rem;
    right: 3.63rem;
}

.body10_jieshao .item5 {
    top: 4.86rem;
    right: 2.17rem;
}

.body10_jieshao .item6 {
    top: 8.12rem;
    right: 2.08rem;
}


.body10_jieshao .item1 .body10_js_title,
.body10_jieshao .item2 .body10_js_title {
    background: url(../img/jieshao_bg1.png) center no-repeat;
    background-size: contain;
}

.body10_jieshao .item3 .body10_js_title {
    background: url(../img/jieshao_bg2.png) center no-repeat;
    background-size: contain;
}

.body10_jieshao .item4 .body10_js_title {
    background: url(../img/jieshao_bg3.png) center no-repeat;
    background-size: contain;
}

.body10_jieshao .item5 .body10_js_title,
.body10_jieshao .item6 .body10_js_title {
    background: url(../img/jieshao_bg4.png) center no-repeat;
    background-size: contain;
}

.body10_jieshao .item1 .body10_js_title {
    left: -2rem;
    bottom: 0.04rem;
}

.body10_jieshao .item2 .body10_js_title {
    right: -0.12rem;
    top: -0.83rem;
}

.body10_jieshao .item3 .body10_js_title {
    left: -1.84rem;
    bottom: -0.06rem;
}

.body10_jieshao .item4 .body10_js_title {
    right: -1.84rem;
    bottom: -0.04rem;
}

.body10_jieshao .item5 .body10_js_title {
    top: -0.94rem;
    left: -0.17rem;
}

.body10_jieshao .item6 .body10_js_title {
    left: -0.26rem;
    top: -0.88rem;
}

.body10_jieshao .item4 .dot,
.body10_jieshao .item4 .dot::after {
    background: #DC0017;
}








.body11_body {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.36rem;
    border-bottom: 0.02rem dashed #9A9A9A;
}

.body11_body .body11_item {
    width: 4.57rem;
    margin-bottom: 0.41rem;
    margin-right: 0.96rem;
    display: flex;
    cursor: pointer;
}

.body11_body .body11_item:nth-child(2n) {
    margin-right: 0;
}

.body11_body .body11_item .body11_icon {
    width: 0.85rem;
    height: 0.85rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 0.02rem solid #346EC1;
    margin-right: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.body11_body .body11_item .body11_icon::before {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.1rem;
    border: 0.01rem dashed #346EC1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.body11_body .body11_item:hover .body11_icon {
    border-color: #DC0017;
}

.body11_body .body11_item:hover .body11_icon::before {
    border-color: #DC0017;
}

.body11_body .body11_item .body11_icon img {
    max-width: 0.63rem;
    max-height: 0.63rem;
    object-fit: contain;
}

.body11_body .body11_item .body11_txt {
    width: calc(100% - 1.05rem);
}

.body11_body .body11_item .body11_txt .body11_title {
    font-weight: bold;
    font-size: 0.23rem;
    color: #346EC1;
    width: 100%;
    padding-bottom: 0.07rem;
    margin-bottom: 0.06rem;
    border-bottom: 0.01rem dashed #E5E5E5;
}

.body11_body .body11_item:hover .body11_txt .body11_title {
    color: #DC0017;
}

.body11_body .body11_item .body11_txt .body11_cont {
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.2rem;
}



.body12_body {
    margin-top: 0.49rem;
    border-bottom: 0.02rem dashed #9A9A9A;
    margin-bottom: 0.4rem;
}

.body12_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.47rem;
}

.body12_item .body12_item_fl {
    width: 1.61rem;
    height: 1.61rem;
    background: #346EC1;
    border-radius: 0.1rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
}

.body12_item .body12_item_fl::before {
    content: "";
    position: absolute;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 0.1rem;
    border: 0.01rem dashed rgba(255, 255, 255, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.body12_item .body12_item_fl .body12_txt {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.17rem;
    color: #FFFFFF;
}

.body12_item .body12_item_fl .body12_num {
    width: 100%;
    text-align: center;
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 0.35rem;
    color: #FFFFFF;
}

.body12_item .body12_hr {
    width: calc(100% - 9.16rem);
    height: 0rem;
    border-bottom: 0.01rem solid #346EC1;
    position: relative;
}

.body12_item .body12_hr::before {
    content: "";
    position: absolute;
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background: #346EC1;
    top: -0.055rem;
    right: -0.055rem;
}

.body12_item .body12_ul {
    width: 7.55rem;
    height: auto;
    padding: 0.35rem 0.48rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0.1rem;
    position: relative;
    /* border: 0.01rem dashed #346EC1; */

    background: url(../img/product_icon122.png) center no-repeat;
    background-size: 100% 100%;
}
.body12_item .body12_ul::before{
    content: "";
    position: absolute;
    width: calc(100% - 0.02rem);
    height: calc(100% - 0.02rem);
    border-radius: 0.1rem;
    top: 0;
    left: 0;
    border: 0.01rem dashed #346EC1;
}
.body12_item:nth-child(2) .body12_ul {
    background: url(../img/product_icon123.png) center no-repeat;
    background-size: 100% 100%;
}
.body12_item .body12_ul .body12_li {
    width: 100%;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    margin-bottom: 0.14rem;
    display: flex;
    align-items: center;
}

.body12_item .body12_ul .body12_li i {
    display: block;
    width: 0.06rem;
    height: 0.11rem;
    margin-right: 0.06rem;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
}

.body12_item .body12_ul .body12_li:last-child {
    margin-bottom: 0;
}



.body13_body {
    position: relative;
}

.body13_body .body13_litpic {
    width: 11.3rem;
    position: relative;
    margin-left: -0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.49rem;
    background: url(../img/product_bg.png) center bottom no-repeat;
    background-size: 10.1rem 3.48rem;
}

.body13_body .body13_abt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.body13_body .body13_btn {
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    cursor: pointer;
}

.body13_body .body13_btn .body13_yuan {
    width: 0.08rem;
    height: 0.08rem;
    background: #0051A4;
    position: relative;
    border-radius: 50%;
}

.body13_body .body13_btn .body13_yuan::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 0.18rem;
    height: 0.18rem;
    background: #0051A4;
    opacity: 0.2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: dot 3s infinite;
}


.body13_body .body13_btn .body13_title {
    position: absolute;
    display: flex;
    align-items: center;
}

.body13_body .body13_btn .body13_title .body13_num {
    width: 0.37rem;
    height: 0.37rem;
    background: #346EC1;
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.07rem;
    font-family: MiSans-Demibold;
    font-weight: 600;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.body13_body .body13_btn .body13_title .body13_en,
.body13_body .body13_btn .body13_title .body13_cn {
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #346EC1;
    line-height: 0.2rem;
    white-space: nowrap;
}

.body13_body .body13_btn.act .body13_yuan,
.body13_body .body13_btn.act .body13_yuan::before,
.body13_body .body13_btn.act .body13_title .body13_num {
    background: #DC0017;
}

.body13_body .body13_btn.act .body13_title .body13_en,
.body13_body .body13_btn.act .body13_title .body13_cn {
    color: #DC0017;
}

.body13_body .body13_btn:nth-child(1) {
    top: 4.28rem;
    left: 1.3rem;
}

.body13_body .body13_btn:nth-child(2) {
    top: 4.28rem;
    left: 2.66rem;
    pointer-events: none;
}

.body13_body .body13_btn:nth-child(3) {
    top: 4.1rem;
    left: 3.48rem;
}

.body13_body .body13_btn:nth-child(4) {
    top: 4.46rem;
    left: 5.18rem;
}

.body13_body .body13_btn:nth-child(5) {
    top: 4.69rem;
    right: 1.83rem;
}

.body13_body .body13_btn:nth-child(6) {
    top: 2.02rem;
    right: 2.44rem;
}

.body13_body .body13_btn:nth-child(7) {
    top: 1.87rem;
    right: 1.14rem;
}

.body13_body .body13_btn:nth-child(1) .body13_title {
    top: -176px;
    left: -1.3rem;
}

.body13_body .body13_btn:nth-child(2) .body13_title {
    top: 1.52rem;
    left: -0.18rem;
}

.body13_body .body13_btn:nth-child(3) .body13_title {
    top: -1.61rem;
    left: -0.14rem;
}

.body13_body .body13_btn:nth-child(4) .body13_title {
    top: 1.27rem;
    left: -0.15rem;
}

.body13_body .body13_btn:nth-child(5) .body13_title {
    top: 0.92rem;
    left: -0.5rem;
}

.body13_body .body13_btn:nth-child(6) .body13_title {
    top: -1.05rem;
    left: -3.83rem;
}

.body13_body .body13_btn:nth-child(7) .body13_title {
    top: -1.74rem;
    right: -1.14rem;
}

.body13_body .body13_btn:nth-child(7) .body13_en,
.body13_body .body13_btn:nth-child(7) .body13_cn {
    text-align: right;
}

.body13_body .body13_btn:nth-child(7) .body13_num {
    margin-left: 0.13rem !important;
    margin-right: 0;
}

.body13_body .body13_btn::after,
.body13_body .body13_btn::before {
    content: "";
    position: absolute;
    background: #346EC1;
}

.body13_body .body13_btn:nth-child(1)::after {
    width: 1.12rem;
    height: 0.01rem;
    top: 0.03rem;
    right: 0.08rem;
}

.body13_body .body13_btn:nth-child(1)::before {
    width: 0.01rem;
    height: 1.45rem;
    bottom: 0.04rem;
    right: 1.2rem;
}

.body13_body .body13_btn:nth-child(2)::after {
    width: 0.01rem;
    height: 1.48rem;
    top: 0.08rem;
    right: 0.04rem;
}

.body13_body .body13_btn:nth-child(3)::after {
    width: 0.01rem;
    height: 1.29rem;
    bottom: 0.08rem;
    right: 0.04rem;
}

.body13_body .body13_btn:nth-child(4)::after {
    width: 0.01rem;
    height: 1.2rem;
    top: 0.08rem;
    right: 0.04rem;
}

.body13_body .body13_btn:nth-child(5)::after {
    width: 0.31rem;
    height: 0.01rem;
    top: 0.03rem;
    right: 0.08rem;
}

.body13_body .body13_btn:nth-child(5)::before {
    width: 0.01rem;
    height: 0.9rem;
    top: 0.03rem;
    right: 0.39rem;
}

.body13_body .body13_btn:nth-child(6)::after {
    width: 3.64rem;
    height: 0.01rem;
    top: 0.03rem;
    right: 0.08rem;
}

.body13_body .body13_btn:nth-child(6)::before {
    width: 0.01rem;
    height: 0.75rem;
    bottom: 0.04rem;
    right: 3.72rem;
}

.body13_body .body13_btn:nth-child(7)::after {
    width: 0.96rem;
    height: 0.01rem;
    top: 0.03rem;
    left: 0.08rem;
}

.body13_body .body13_btn:nth-child(7)::before {
    width: 0.01rem;
    height: 1.42rem;
    bottom: 0.04rem;
    left: 1.04rem;
}

.body13_body .body13_btn.act::after,
.body13_body .body13_btn.act::before {
    background: #DC0017;
}




.body13_body .body13_bd {
    margin-top: 0.36rem;
}

.body13_body .body13_item {
    display: none;
}

.body13_body .body13_item.on {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.body13_body .body13_item .body13_img {
    max-width: 4.7rem;
    max-height: 3.5rem;
}

.body13_body .body13_item .body13_cont {
    width: 4.62rem;
    height: auto;
}

.body13_body .body13_item .body13_cont .body13_li1 {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 0.01rem solid #EDEDED;
    padding-bottom: 0.18rem;
    margin-bottom: 0.17rem;
}

.body13_body .body13_item .body13_cont .body13_num {
    width: 0.47rem;
    height: 0.47rem;
    background: #DC0017;
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.15rem;
    font-family: MiSans-Demibold;
    font-weight: 600;
    font-size: 0.26rem;
    color: #FFFFFF;
}

.body13_body .body13_item .body13_cont .body13_en_name {
    font-weight: bold;
    font-size: 0.22rem;
    color: #346EC1;
}

.body13_body .body13_item .body13_cont .body13_cn_name {
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
}

.body13_body .body13_item .body13_li2 {
    width: 100%;
    padding-left: 0.12rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    margin-bottom: 0.06rem;
    position: relative;
}

.body13_body .body13_item .body13_li2::before {
    content: "";
    position: absolute;
    width: 0.06rem;
    height: 0.11rem;
    left: 0;
    top: 0.07rem;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
}




.body14_body {
    margin-top: 0.38rem;
    border-top: 0.02rem dashed #9A9A9A;
    padding-top: 0.7rem;
}

.body14_body .body14_content {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    margin-top: 0.12rem;
    margin-bottom: 0.55rem;
}

.body14_body .body14_txt {
    display: flex;
    gap: 0.31rem;
}

.body14_body .body14_txt .body14_img {
    width: 2.29rem;
    height: 3.45rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.body14_body .body14_txt .body14_span {
    width: 100%;
    text-align: center;
    margin-top: 0.18rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    margin-bottom: 0.04rem;
}

.body14_body .body14_txt .body14_title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
}





.body15_body {
    padding-bottom: 0.55rem;
    border-bottom: 0.02rem dashed #9A9A9A;
    margin-bottom: 0.55rem;
}

.body15_button {
    display: flex;
    justify-content: space-between;
    margin-top: 0.12rem;
    margin-bottom: 0.63rem;
    box-sizing: border-box;
    position: relative;
    border-top: 0.02rem dashed #9A9A9A;
}

.body15_button::before,
.body15_button::after {
    content: "";
    position: absolute;
    width: 0.79rem;
    height: 0.18rem;
    top: -0.1rem;
    background: url(../img/product_icon43.png) center no-repeat;
    background-size: contain;
}

.body15_button::before {
    left: 2.7rem;
}

.body15_button::after {
    right: 2.7rem;
}

.body15_button .body15_but {
    position: relative;
    top: -0.07rem;
    cursor: pointer;
}

.body15_button .body15_but .body15_yuan {
    width: 0.14rem;
    height: 0.14rem;
    background: #346EC1;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.body15_button .body15_but .body15_yuan::before {
    content: "";
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    background: #346EC1;
    opacity: 0.2;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: dot2 3s infinite;
}

@keyframes dot2 {
    0% {
        width: 0.14rem;
        height: 0.14rem;
    }

    50% {
        width: 0.32rem;
        height: 0.32rem;
    }

    100% {
        width: 0.14rem;
        height: 0.14rem;
    }
}

.body15_button .body15_but .body15_but_title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.23rem;
    color: #346EC1;
    margin: 0.24rem 0 0.06rem;
}

.body15_button .body15_but .body15_but_cont {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
}

.body15_button .body15_but.act .body15_yuan,
.body15_button .body15_but.act .body15_yuan::before {
    background: #DC0017;
}

.body15_button .body15_but.act .body15_but_title {
    color: #DC0017;
}



.body15_item {
    display: none;
}

.body15_item.on {
    display: block;
}

.body15_item .body15_litpic {
    width: 100%;
    height: 4.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/liucheng_bg.png) center bottom no-repeat;
    background-size: contain;
    position: relative;
}

.body15_item .body15_litpic .body15_tt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.body15_item .body15_litpic .body15_txt i {
    width: 0.08rem;
    height: 0.08rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: relative;
    display: block;
}

.body15_item .body15_litpic .body15_txt i::after {
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.66rem;
    background: #1B7FC0;
    left: 0.035rem;
    bottom: 0.08rem;
}

.body15_item .body15_litpic .body15_txt i::before {
    content: "";
    position: absolute;
    width: 0.18rem;
    height: 0.18rem;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: dot 3s infinite;
}

.body15_item .body15_litpic .body15_txt .body15_title {
    position: absolute;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    white-space: nowrap;
}

.body15_item .body15_litpic .body15_txt .body15_title span {
    width: 0.37rem;
    height: 0.37rem;
    background: #1B7FC0;
    border-radius: 0.05rem;
    font-family: MiSans-Demibold;
    font-weight: 600;
    font-size: 0.2rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.09rem;
}

.body15_item .body15_litpic .body15_txt:nth-child(1) {
    position: absolute;
    top: 1.19rem;
    left: 2.62rem;
}

.body15_item .body15_litpic .body15_txt:nth-child(2) {
    position: absolute;
    top: 1.73rem;
    left: 5.1rem;
}

.body15_item .body15_litpic .body15_txt:nth-child(3) {
    position: absolute;
    top: 1.73rem;
    left: 7.15rem;
}

.body15_item .body15_litpic .body15_txt:nth-child(1) .body15_title {
    bottom: 0.66rem;
    left: -0.16rem;
    color: #1B7FC0;
}

.body15_item .body15_litpic .body15_txt:nth-child(2) .body15_title {
    bottom: 1.2rem;
    left: -0.16rem;
    color: #346EC1;
}

.body15_item .body15_litpic .body15_txt:nth-child(2) span {
    background: #346EC1;
}

.body15_item .body15_litpic .body15_txt:nth-child(3) .body15_title {
    bottom: 1.2rem;
    left: -0.16rem;
    color: #1C496F;
}

.body15_item .body15_litpic .body15_txt:nth-child(3) span {
    background: #1C496F;
}

.body15_item .body15_litpic .body15_txt:nth-child(2) i::after {
    height: 1.14rem;
    background: #0051A4;
}

.body15_item .body15_litpic .body15_txt:nth-child(3) i::after {
    height: 1.14rem;
    background: #1C496F;
}


.body15_item .body15_list {
    display: flex;
    justify-content: space-between;
    gap: 0.16rem;
    margin-top: 0.33rem;
}

.body15_item .body15_list .body15_li {
    width: 3.25rem;
    height: auto;
    overflow: hidden;
    border-radius: 0.1rem;
    border: 0.01rem solid #F0F0F0;
    position: relative;
    padding-bottom: 0.3rem;
}

.body15_item .body15_list .body15_li .body15_li_num {
    position: absolute;
    width: 0.37rem;
    height: 0.37rem;
    background: #1B7FC0;
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MiSans-Demibold;
    font-weight: 600;
    font-size: 0.2rem;
    color: #FFFFFF;
    top: 0.09rem;
    right: 0.07rem;
}

.body15_item .body15_list .body15_li:nth-child(2) .body15_li_num {
    background: #0051A4;
}

.body15_item .body15_list .body15_li:nth-child(3) .body15_li_num {
    background: #1C496F;
}

.body15_item .body15_list .body15_li .body15_li_img {
    width: 100%;
    height: 2.47rem;
    overflow: hidden;
    background: #F7F7F7;
    margin-bottom: 0.18rem;
}

.body15_item .body15_list .body15_li .body15_li_type {
    width: 100%;
    padding: 0 0.22rem;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 0.22rem;
    color: #1B7FC0;
    margin-bottom: 0.04rem;
}

.body15_item .body15_list .body15_li:nth-child(2) .body15_li_type {
    color: #0051A4;
}

.body15_item .body15_list .body15_li:nth-child(3) .body15_li_type {
    color: #1C496F;
}

.body15_item .body15_list .body15_li .body15_li_title {
    width: 2.82rem;
    padding-bottom: 0.15rem;
    margin: 0 auto 0.21rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    border-bottom: 0.01rem solid #EDEDED;
}

.body15_item .body15_list .body15_li .body15_li_txt {
    padding: 0 0.22rem 0 0.34rem;
    box-sizing: border-box;
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #9B9B9B;
    line-height: 0.2rem;
    margin-bottom: 0.09rem;
    position: relative;
}

.body15_item .body15_list .body15_li .body15_li_txt::before {
    content: "";
    position: absolute;
    width: 0.06rem;
    height: 0.11rem;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
    left: 0.22rem;
    top: 0.05rem;
}



.body16_body {
    width: 11.3rem;
    height: 8.25rem;
    position: relative;
    left: -0.6rem;
}

.body16_body .body16_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.body16_body .body16_item {
    position: absolute;
}

.body16_body .body16_item span {
    width: 0.94rem;
    height: 0.47rem;
    display: block;
    background: #346EC1;
    border-radius: 0.24rem;
    font-weight: bold;
    font-size: 0.25rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.47rem;
    position: relative;
}

.body16_body .body16_item:nth-child(1) .body16_txt,
.body16_body .body16_item:nth-child(2) .body16_txt {
    width: 2.77rem;
    height: 3.1rem;
    padding: 0.11rem 0.2rem 0.18rem;
    box-sizing: border-box;
    background: #fff;
    border: 0.01rem solid #346EC1;
    position: absolute;
}

.body16_body .body16_item:nth-child(3) .body16_txt,
.body16_body .body16_item:nth-child(4) .body16_txt {
    width: 4.17rem;
    height: 1.7rem;
    padding: 0.18rem 0.2rem;
    box-sizing: border-box;
    background: #fff;
    border: 0.01rem solid #346EC1;
    position: absolute;
}

.body16_body .body16_item .body16_txt .body16_title {
    font-weight: bold;
    font-size: 0.18rem;
    color: #0051A4;
    line-height: 0.25rem;
    margin-bottom: 0.15rem;
}

.body16_body .body16_item .body16_txt .body16_li {
    padding-left: 0.07rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #898989;
    line-height: 0.2rem;
    margin-bottom: 0.07rem;
    position: relative;
}

.body16_body .body16_item .body16_txt .body16_li::before {
    width: 0.03rem;
    height: 0.03rem;
    background: #DC0017;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0.08rem;
}

.body16_body .body16_item:nth-child(1) {
    top: 1.89rem;
    left: 3.72rem;
}

.body16_body .body16_item:nth-child(2) {
    top: 1.89rem;
    right: 3.8rem;
}

.body16_body .body16_item:nth-child(3) {
    top: 6.07rem;
    left: 2.89rem;
}

.body16_body .body16_item:nth-child(4) {
    top: 6.07rem;
    right: 3rem;
}

.body16_body .body16_item:nth-child(1) .body16_txt {
    right: 1.31rem;
    bottom: -0.84rem;
}

.body16_body .body16_item:nth-child(2) .body16_txt {
    left: 1.31rem;
    bottom: -0.84rem;
}

.body16_body .body16_item:nth-child(3) .body16_txt {
    top: 0.66rem;
    right: -0.92rem;
}

.body16_body .body16_item:nth-child(4) .body16_txt {
    top: 0.66rem;
    left: -0.89rem;
}

.body16_body .body16_item .body16_txt::before {
    content: "";
    position: absolute;
    width: 0.09rem;
    height: 0.09rem;
    background: #346EC1;
    border-radius: 50%;
    border: 0.05rem solid #fff;
}

.body16_body .body16_item:nth-child(1) .body16_txt::before {
    right: -0.1rem;
    top: 1.93rem;
}

.body16_body .body16_item:nth-child(2) .body16_txt::before {
    left: -0.1rem;
    top: 1.93rem;
}

.body16_body .body16_item:nth-child(3) .body16_txt::before {
    left: 0.85rem;
    top: -0.1rem;
}

.body16_body .body16_item:nth-child(4) .body16_txt::before {
    right: 0.88rem;
    top: -0.1rem;
}

.body16_body .body16_item:nth-child(1) span::before,
.body16_body .body16_item:nth-child(2) span::before {
    content: "";
    position: absolute;
    width: 0.35rem;
    height: 0.01rem;
    background: #346EC1;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.body16_body .body16_item:nth-child(1) span::before,
.body16_body .body16_item:nth-child(3) span::before {
    right: 100%;
}

.body16_body .body16_item:nth-child(2) span::before,
.body16_body .body16_item:nth-child(4) span::before {
    left: 100%;
}

.body16_body .body16_item:nth-child(3) span::before,
.body16_body .body16_item:nth-child(4) span::before {
    content: "";
    position: absolute;
    width: 1.36rem;
    height: 0.01rem;
    background: #346EC1;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.body16_body .body16_item:nth-child(3) span::after,
.body16_body .body16_item:nth-child(4) span::after {
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.4rem;
    background: #346EC1;
    z-index: 5;
}

.body16_body .body16_item:nth-child(3) span::after {
    right: 2.3rem;
    top: 50%;
}

.body16_body .body16_item:nth-child(4) span::after {
    left: 2.3rem;
    top: 50%;
}




.body17_body {
    height: 6.9rem;
    padding: 0.5rem 0 0.57rem;
    box-sizing: border-box;
    border-bottom: 0.01rem dashed #707070;
    position: relative;
}

.body17_body .body17_litpic {
    position: absolute;
    width: 10.26rem;
    height: 5.83rem;
    left: -0.52rem;
}

.body17_body .body17_content {
    width: 100%;
    height: 100%;
    position: relative;
}

.body17_content .body17_item {
    position: absolute;
}

.body17_content .body17_img {
    width: 0.89rem;
    height: 0.89rem;
    border-radius: 50%;
    padding: 0.05rem;
    background: #FFFFFF;
    border: 0.01rem solid #0051A4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.body17_content .body17_img img {
    width: 0.78rem;
    height: 0.78rem;
    border-radius: 50%;
    overflow: hidden;
    object-fit: contain;
}

.body17_content .body17_txt .body17_title {
    font-weight: bold;
    font-size: 0.16rem;
    color: #346EC1;
    margin-bottom: 0.07rem;
}

.body17_content .body17_txt .body17_li {
    padding-left: 0.07rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #555555;
    line-height: 0.2rem;
    position: relative;
    white-space: nowrap;
}

.body17_content .body17_txt .body17_li::before {
    content: "";
    position: absolute;
    width: 0.03rem;
    height: 0.03rem;
    background: #555555;
    border-radius: 50%;
    left: 0;
    top: 0.08rem;
}

.body17_content .body17_item .body17_dian {
    position: absolute;
    width: 0.09rem;
    height: 0.09rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

.body17_content .body17_item .body17_dian::before {
    content: "";
    position: absolute;
    width: 0.05rem;
    height: 0.05rem;
    background: #DC0017;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.body17_content .body17_item:nth-child(1) .body17_txt,
.body17_content .body17_item:nth-child(2) .body17_txt,
.body17_content .body17_item:nth-child(3) .body17_txt,
.body17_content .body17_item:nth-child(5) .body17_txt {
    margin-top: 0.1rem;
}

.body17_content .body17_item:nth-child(4) .body17_txt,
.body17_content .body17_item:nth-child(6) .body17_txt,
.body17_content .body17_item:nth-child(7) .body17_txt,
.body17_content .body17_item:nth-child(8) .body17_txt,
.body17_content .body17_item:nth-child(9) .body17_txt,
.body17_content .body17_item:nth-child(10) .body17_txt {
    margin-left: 0.18rem;
}

.body17_content .body17_item:nth-child(1) {
    top: 0.03rem;
    left: 0.01rem;
}
.body17_content .body17_item:nth-child(1)::before{
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 1.72rem;
    background: url(../img/product_icon124.png) center no-repeat;
    background-size: contain;
    top: 0.42rem;
    left: 0.9rem;
}
.body17_content .body17_item:nth-child(2) {
    top: 0.17rem;
    left: 2.88rem;
}
.body17_content .body17_item:nth-child(2)::before{
    content: "";
    position: absolute;
    width: 1.06rem;
    height: 1.61rem;
    background: url(../img/product_icon125.png) center no-repeat;
    background-size: contain;
    top: 0.48rem;
    left: 0.88rem;
}
.body17_content .body17_item:nth-child(3) {
    top: 0.17rem;
    left: 5.21rem;
}
.body17_content .body17_item:nth-child(3)::before{
    content: "";
    position: absolute;
    width: 0.43rem;
    height: 1.98rem;
    background: url(../img/product_icon126.png) center no-repeat;
    background-size: contain;
    top: 0.48rem;
    left: 0.96rem;
}
.body17_content .body17_item:nth-child(4) {
    display: flex;
    align-items: center;
    top: 0.17rem;
    left: 8.15rem;
}
.body17_content .body17_item:nth-child(4)::before{
    content: "";
    position: absolute;
    width: 1.57rem;
    height: 2.32rem;
    background: url(../img/product_icon127.png) center no-repeat;
    background-size: contain;
    top: 0.45rem;
    left: -1.35rem;
}
.body17_content .body17_item:nth-child(5) {
    top: 2.39rem;
    left: 0.01rem;
}
.body17_content .body17_item:nth-child(5)::before{
    content: "";
    position: absolute;
    width: 0.43rem;
    height: 0.21rem;
    border-top: 0.01rem dashed #0051A4;
    border-left: 0.01rem dashed #0051A4;
    top: -0.23rem;
    left: 0.4rem;
}
.body17_content .body17_item:nth-child(6) {
    top: 2.24rem;
    left: 8.15rem;
    display: flex;
    align-items: center;
}
.body17_content .body17_item:nth-child(6)::before{
    content: "";
    position: absolute;
    width: 1.12rem;
    height: 0.63rem;
    border-top: 0.01rem dashed #0051A4;
    border-left: 0.01rem dashed #0051A4;
    top: 0.5rem;
    left: -0.9rem;
}
.body17_content .body17_item:nth-child(7) {
    top: 4.91rem;
    left: 0.01rem;
    display: flex;
    align-items: center;
}
.body17_content .body17_item:nth-child(7)::before{
    content: "";
    position: absolute;
    width: 3.43rem;
    height: 0.78rem;
    background: url(../img/product_icon130.png) center no-repeat;
    background-size: contain;
    top: -0.8rem;
    left: 0.44rem;
}
.body17_content .body17_item:nth-child(8) {
    top: 4.91rem;
    left: 2.8rem;
    display: flex;
    align-items: center;
}
.body17_content .body17_item:nth-child(8)::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.65rem;
    background: url(../img/product_icon131.png) center no-repeat;
    background-size: contain;
    top: -0.65rem;
    left: 0.41rem;
}
.body17_content .body17_item:nth-child(9) {
    top: 4.91rem;
    left: 5.32rem;
    display: flex;
    align-items: center;
}
.body17_content .body17_item:nth-child(9)::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 1.52rem;
    background: url(../img/product_icon132.png) center no-repeat;
    background-size: contain;
    top: -1.5rem;
    left: 0.44rem;
}
.body17_content .body17_item:nth-child(10) {
    top: 4.91rem;
    left: 8.15rem;
    display: flex;
    align-items: center;
}
.body17_content .body17_item:nth-child(10)::before{
    content: "";
    position: absolute;
    width: 2.88rem;
    height: 1.89rem;
    background: url(../img/product_icon133.png) center no-repeat;
    background-size: contain;
    top: -1.85rem;
    left: -2.21rem;
}
.body17_content .body17_item:nth-child(1) .body17_dian {
    top: 2.17rem;
    left: 2.53rem;
}

.body17_content .body17_item:nth-child(2) .body17_dian {
    top: 2.06rem;
    left: 1.89rem;
}

.body17_content .body17_item:nth-child(3) .body17_dian {
    top: 2.45rem;
    left: 1.35rem;
}

.body17_content .body17_item:nth-child(4) .body17_dian {
    top: 2.77rem;
    left: -1.38rem;
}

.body17_content .body17_item:nth-child(5) .body17_dian {
    top: -0.26rem;
    left: 0.86rem;
}

.body17_content .body17_item:nth-child(6) .body17_dian {
    top: 1.08rem;
    left: -0.94rem;
}

.body17_content .body17_item:nth-child(7) .body17_dian {
    top: -0.82rem;
    left: 3.86rem;
}

.body17_content .body17_item:nth-child(8) .body17_dian {
    top: -0.69rem;
    left: 0.37rem;
}

.body17_content .body17_item:nth-child(9) .body17_dian {
    top: -1.54rem;
    left: 0.4rem;
}

.body17_content .body17_item:nth-child(10) .body17_dian {
    top: -1.97rem;
    left: -2.25rem;
}














.body18_body {
    border-bottom: 0.01rem dashed #707070;
    padding-top: 0.7rem;
    padding-bottom: 0.39rem;
}

.body18_body .product_title,
.body19_body .product_title {
    text-align: left;
}

.body18_body .body18_txt {
    display: flex;
    margin-top: 0.09rem;
}

.body18_body .body18_txt div {
    margin-right: 0.23rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #346EC1;
    display: flex;
    align-items: center;
}

.body18_body .body18_txt b {
    /*font-family: Poppins-Bold;*/
    font-weight: bold;
    font-size: 0.2rem;
    color: #346EC1;
}

.body18_body .body18_txt span {
    /*font-family: MiSans-Bold;*/
    font-weight: bold;
    font-size: 0.2rem;
    color: #346EC1;
    margin-right: 0.08rem;
}

.body18_content {
    margin-top: 0.48rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.body18_content .body18_item {
    width: 4.91rem;
    height: 1.75rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 0.01rem solid #EDEDED;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.22rem;
    padding: 0.25rem 0.14rem;
    box-sizing: border-box;
}

.body18_content .body18_item .body18_img {
    width: 1.24rem;
    height: 1.24rem;
    background: #EBEBEB;
    border-radius: 50%;
    position: relative;
}

.body18_content .body18_item .body18_img img {
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.body18_content .body18_item .body18_text {
    width: 3.1rem;
    margin-left: 0.24rem;
}

.body18_content .body18_item .body18_text .body18_title,
.body18_content .body18_item .body18_text .body18_cont {
    font-weight: 400;
    font-size: 0.18rem;
    color: #898989;
    line-height: 0.3rem;
}

.body18_content .body18_item .body18_text .body18_title {
    font-weight: bold;
    color: #000;
}

.body18_content .body18_item .body18_text .body18_cont b {
    font-weight: bold;
    font-size: 0.4rem;
    color: #000;
    font-family: Poppins-Bold;
}







.body19_body {
    padding: 0.5rem 0;
    box-sizing: border-box;
    border-bottom: 0.01rem dashed #707070;
    position: relative;
}

.body19_body .body19_txt {
    font-weight: 400;
    font-size: 0.2rem;
    color: #346EC1;
    margin-top: 0.08rem;
}



.body19_body .body19_key {
    position: absolute;
    top: 0.47rem;
    left: 4.24rem;
    border-left: 0.01rem solid #DEDEDE;
    padding-left: 0.24rem;
}

.body19_body .body19_key .body19_key_li {
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.05rem;
    display: flex;
    align-items: center;
}

.body19_body .body19_key .body19_key_li:last-child {
    margin-bottom: 0;
}

.body19_body .body19_key .body19_key_li i {
    display: block;
    width: 0.15rem;
    height: 0.13rem;
    margin-right: 0.07rem;
    background: url(../img/product_icon23.png) center no-repeat;
    background-size: contain;
}

.body19_body .body19_content {
    display: flex;
    justify-content: space-between;
    margin-top: 0.56rem;
}

.body19_body .body19_content .body19_next {
    width: 0.28rem;
    height: 0.28rem;
    margin-top: 0.49rem;
}

.body19_body .body19_content .body19_item {
    width: 2.05rem;
    height: auto;
    position: relative;
}

.body19_body .body19_content .body19_img {
    width: 2.05rem;
    height: 1.29rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-bottom: 0.22rem;
}

.body19_body .body19_content .body19_icon {
    position: absolute;
    width: 0.33rem;
    height: 0.33rem;
    top: 1.14rem;
    left: 0.84rem;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}

.body19_body .body19_content .body19_title {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
}



.body20_body {
    margin-top: 0.58rem;
    padding-top: 0.43rem;
    position: relative;
    left: -0.6rem;
    bottom: -0.7rem;
    width: 11.3rem;
    height: 11rem;
    background: url(../img/product_bg2.png) center 0.5rem no-repeat;
    background-size: contain;
}

.body20_body .body20_litpic {
    position: absolute;
    width: 3.32rem;
    height: 3.32rem;
    border-radius: 50%;
    overflow: hidden;
    left: 50%;
    bottom: 3.68rem;
    transform: translateX(-50%);
}

.body20_body .body20_content {
    width: 100%;
    height: 100%;
    position: relative;
}

.body20_body .body20_item .body20_img {
    width: 3.55rem;
    height: 1.89rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.12rem;
}

.body20_body .body20_item .body20_title {
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    padding-left: 0.52rem;
    margin-bottom: 0.06rem;
}

.body20_body .body20_item .body20_cont {
    max-width: 3.94rem;
    padding-left: 0.52rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.25rem;
}

.body20_body .body20_item:nth-child(1) {
    position: absolute;
    top: 0.14rem;
    left: 0.89rem;
}

.body20_body .body20_item:nth-child(2) {
    position: absolute;
    top: 0.14rem;
    right: 1.05rem;
}

.body20_body .body20_item:nth-child(3) {
    position: absolute;
    top: 6.39rem;
    left: 0.89rem;
}

.body20_body .body20_item:nth-child(4) {
    position: absolute;
    top: 6.39rem;
    right: 1.05rem;
}




.body21_body {
    padding-top: 0.41rem;
    padding-bottom: 0.47rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.body21_body .body21_fl {
    width: 5.5rem;
}

.body21_body .body21_fl .body21_title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.25rem;
    color: #346EC1;
    margin-bottom: 0.25rem;
}

.body21_body .body21_fl .body21_title i {
    display: block;
    width: 0.2rem;
    height: 0.17rem;
    background: url(../img/product_icon53.png) center no-repeat;
    background-size: contain;
    margin-right: 0.08rem;
}

.body21_body .body21_fl .body21_cont {
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
}

.body21_body .body21_fr {
    width: 3.92rem;
}

.body21_body .body21_fr .body21_num {
    width: 100%;
    padding-bottom: 0.17rem;
    border-bottom: 0.01rem solid #E0E0E0;
    font-weight: 400;
    font-size: 0.2rem;
    color: #898989;
    margin-bottom: 0.34rem;
}

.body21_body .body21_fr .body21_num b {
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.46rem;
    color: #346EC1;
    margin-right: 0.12rem;
}





.body22_body .product_title {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.body22_body .product_title::before,
.body22_body .product_title::after {
    content: "";
    position: absolute;
    width: 3.58rem;
    height: 0.01rem;
    background: #474646;
    opacity: 0.46;
    top: 50%;
    transform: translateY(-50%);
}

.body22_body .product_title::before {
    left: 0;
}

.body22_body .product_title::after {
    right: 0;
}

.body22_body .product_title i {
    width: 0.04rem;
    height: 0.04rem;
    background: #DC0017;
    display: block;
    margin-left: 0.29rem;
    position: relative;
}

.body22_body .product_title i:nth-child(1) {
    margin-left: 0;
    margin-right: 0.29rem;
}

.body22_body .product_title i::before {
    content: "";
    position: absolute;
    width: 0.04rem;
    height: 0.04rem;
    background: #0051A4;
    right: -0.1rem;
}

.body22_body .product_title i:nth-child(1)::before {
    left: -0.1rem;
}

.body22_content {
    margin-top: 0.09rem;
}

.body22_content img {
    width: auto;
    max-width: 100%;
}




.body23_button {
    display: flex;
    justify-content: space-between;
    background: url(../img/product_bg.png) center bottom no-repeat;
    padding: 0.97rem 0 0.85rem;
    box-sizing: border-box;
    position: relative;
}

.body23_button::before,
.body23_button::after {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/product_icon57.png) center no-repeat;
    background-size: contain;
    top: 1.1rem;
}

.body23_button::before {
    left: 3.06rem;
}

.body23_button::after {
    left: 6.97rem;
}

.body23_button .body23_but {
    cursor: pointer;
}

.body23_button .body23_but .body23_yuan {
    width: 0.5rem;
    height: 0.5rem;
    background: #346EC1;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.body23_button .body23_but .body23_yuan img {
    position: relative;
    z-index: 2;
}

.body23_button .body23_but .body23_yuan::before {
    content: "";
    position: absolute;
    width: 0.66rem;
    height: 0.66rem;
    background: #346EC1;
    opacity: 0.2;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.body23_button .body23_but .body23_but_title {
    text-align: center;
    font-weight: bold;
    font-size: 0.25rem;
    color: #346EC1;
    margin: 0.19rem auto 0.06rem;
}

.body23_button .body23_but .body23_but_cont {
    text-align: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
}

.body23_button .body23_but.act .body23_yuan::before,
.body23_button .body23_but.act .body23_yuan {
    background: #DC0017;
}

.body23_button .body23_but.act .body23_but_title {
    color: #DC0017;
}


.body23_item {
    display: none;
    padding-top: 0.7rem;
}

.body23_item.on {
    display: block;
}

.body23_div {
    padding: 0.5rem 0;
    box-sizing: border-box;
    border-bottom: 0.01rem dashed #707070;
}

.body23_div .body23_title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.25rem;
    color: #346EC1;
    margin-bottom: 0.19rem;
}

.body23_div .body23_title i {
    display: block;
    width: 0.2rem;
    height: 0.17rem;
    background: url(../img/product_icon53.png) center no-repeat;
    background-size: contain;
    margin-right: 0.11rem;
}

.body23_div .body23_txt {
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.3rem;
}

.body23_div .body23_bto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}

.body23_div .body23_bto .body23_ul {
    width: 6.26rem;
}

.body23_div .body23_tit2 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.2rem;
    color: #346EC1;
    margin-bottom: 0.2rem;
}

.body23_div .body23_tit2 span {
    margin-right: 0.1rem;
    padding: 0.02rem 0.16rem 0.02rem 0.14rem;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    background: #346EC1;
    border-radius: 0.8rem 0.8rem 0.8rem 0rem;
}

.body23_div .body23_bto .body23_ul .body23_li {
    padding-left: 0.13rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.3rem;
    position: relative;
    margin-bottom: 0.15rem;
}

.body23_div .body23_bto .body23_ul .body23_li:last-child {
    margin-bottom: 0;
}

.body23_div .body23_bto .body23_ul .body23_li::before {
    content: "";
    position: absolute;
    width: 0.05rem;
    height: 0.05rem;
    background: #DC0017;
    border-radius: 50%;
    left: 0;
    top: 0.12rem;
}

.body23_div .body23_bto .body23_litpic {
    width: 3.26rem;
    height: 2.21rem;
    border-radius: 0.09rem;
    border: 0.01rem solid #EAEAEB;
    overflow: hidden;
}

.body23_div .bodu23_fangan {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.44rem;
}

.body23_div .body23_fangan_li {
    width: 3rem;
    margin-right: 0.55rem;
    padding-bottom: 0.24rem;
    margin-top: 0.37rem;
    border-bottom: 0.01rem solid #E3E3E3;
}

.body23_div .body23_fangan_li:nth-child(1),
.body23_div .body23_fangan_li:nth-child(2),
.body23_div .body23_fangan_li:nth-child(3) {
    margin-top: 0;
}

.body23_div .body23_fangan_li:nth-child(3) {
    margin-right: 0;
}

.body23_div .body23_fangan_li .body23_fangan_title {
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.14rem;
}

.body23_div .body23_fangan_li .body23_fangan_txt {
    font-weight: 400;
    font-size: 0.18rem;
    color: #898989;
    line-height: 0.3rem;
}

.body23_keshi {
    display: flex;
    justify-content: space-between;
    margin-top: 0.36rem;
}

.body23_keshi .body23_keshi_icon {
    width: 0.85rem;
    height: 0.85rem;
    overflow: hidden;
    margin-bottom: 0.22rem;
}

.body23_keshi .body23_txt {
    text-align: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
}

.body23_div:last-child {
    padding-bottom: 0;
    border: none;
}

.body23_div.cankao {
    display: flex;
    padding-top: 0.33rem;
}

.body23_div .body23_cankao {
    font-weight: bold;
    font-size: 0.14rem;
    color: #555555;
    white-space: nowrap;
}

.body23_div .body23_cankao_ul .body23_cankao_li {
    font-weight: 400;
    font-size: 0.14rem;
    color: #555555;
    line-height: 0.2rem;
    margin-bottom: 0.04rem;
}






.body24_div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.01rem dashed #707070;
    padding-bottom: 0.49rem;
    margin-bottom: 0.49rem;
}

.body24_div .body24_name {
    font-weight: bold;
    font-size: 0.3rem;
    color: #346EC1;
    margin-right: 0.49rem;
}

.body24_div .body24_ul {
    position: relative;
}

.body24_div .body24_ul::before {
    content: "";
    position: absolute;
    width: 0.01rem;
    height: calc(100% - 0.2rem);
    top: 0.1rem;
    left: -0.19rem;
    background: #C9C1C1;
}

.body24_div .body24_ul .body4_li {
    padding-left: 0.15rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.04rem;
    position: relative;
}

.body24_div .body24_ul .body4_li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.07rem;
    width: 0.08rem;
    height: 0.09rem;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
}

.body11_body.three .body11_item {
    width: 3.1rem;
    margin-right: 0.2rem;
    margin-bottom: 0.13rem;
}

.body11_body.three .body11_item:nth-child(3n) {
    margin: 0;
    width: 3.5rem;
}


.body25_body {
    padding-top: 0.59rem;
}

.body25_body .body25_class2 {
    font-weight: bold;
    font-size: 0.25rem;
    color: #346EC1;
    margin-bottom: 0.06rem;
    display: flex;
    align-items: center;
}

.body25_body .body25_class2 i {
    display: block;
    width: 0.2rem;
    height: 0.17rem;
    background: url(../img/product_icon53.png) center no-repeat;
    background-size: contain;
    margin-right: 0.1rem;
}

.body25_body .body25_class1 {
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    padding-left: 0.31rem;
}

.body25_body .body25_cont {
    width: 100%;
    height: 7.62rem;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.body25_body .body25_cont .body25_litpic {
    width: 3.84rem;
    height: 3.84rem;
    background: url(../img/product_icon68.png) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2.75rem;
    margin-bottom: 0.49rem;
    position: relative;
}

.body25_body .body25_cont .body25_litpic .body25_dian i {
    width: 0.08rem;
    height: 0.08rem;
    background: #BCBCBC;
    border-radius: 50%;
    display: block;
    position: absolute;
}

.body25_body .body25_cont .body25_litpic .body25_dian i:nth-child(1) {
    top: 0.19rem;
    left: 0.97rem;
}

.body25_body .body25_cont .body25_litpic .body25_dian i:nth-child(2) {
    top: 1.36rem;
    right: 0.04rem;
}

.body25_body .body25_cont .body25_litpic .body25_dian i:nth-child(3) {
    top: 3.23rem;
    left: 0.5rem;
}

.body25_body .body25_cont .body25_litpic .body25_dian i:nth-child(4) {
    top: 0.98rem;
    left: 0.79rem;
    width: 0.06rem;
    height: 0.06rem;
}

.body25_litpic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.body25_litpic .body25_product_type {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0.55rem;
    font-weight: bold;
    font-size: 0.25rem;
    color: #346EC1;
}

.body25_litpic .body25_product_title {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0.26rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #346EC1;
}

.body25_litpic .body25_key {
    position: absolute;
    width: 0.66rem;
    height: 0.66rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.2);
    border: 0.01rem solid #346EC1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.body25_litpic .body25_key span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.54rem;
    height: 0.54rem;
    background: #346EC1;
    border-radius: 50%;
    font-weight: 400;
    font-size: 0.14rem;
    color: #F7F7F7;
    line-height: 0.15rem;
}

.body25_litpic .body25_key.key1 {
    top: 0.46rem;
    left: 0.04rem;
}

.body25_litpic .body25_key.key2 {
    top: 2.05rem;
    left: -0.24rem;
}

.body25_litpic .body25_key.key3 {
    top: -0.25rem;
    left: 1.59rem;
}

.body25_litpic .body25_key.key4 {
    top: 0.46rem;
    right: -0.12rem;
}

.body25_litpic .body25_key.key5 {
    top: 2.05rem;
    right: -0.33rem;
}

.body25_div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.body25_div .body25_item {
    width: 2.17rem;
    position: absolute;
}

.body25_div .body25_item .body25_img {
    width: 100%;
    height: 1rem;
    overflow: hidden;
}

.body25_div .body25_item .body25_title {
    width: 100%;
    margin-top: 0.09rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 0.2rem;
    color: #346EC1;
    position: relative;
}

.body25_div .body25_item .body25_title::before {
    content: "";
    position: absolute;
    width: 2.39rem;
    height: 0.01rem;
    background: #A7A7A7;
    right: 0;
    bottom: -0.1rem;
}

.body25_div .body25_item .body25_li {
    width: 100%;
    padding-left: 0.12rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.25rem;
    margin-bottom: 0.09rem;
    position: relative;
}

.body25_div .body25_item .body25_li::before {
    content: "";
    position: absolute;
    width: 0.08rem;
    height: 0.09rem;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
    left: 0;
    top: 0.07rem;
}

.body25_div .body25_item:nth-child(1) .body25_title::before,
.body25_div .body25_item:nth-child(2) .body25_title::before {
    left: 0;
    right: auto;
}

.body25_div .body25_item:nth-child(3) .body25_title::before {
    width: 0.01rem;
    height: 0.64rem;
    bottom: -1.68rem;
    left: 0.76rem;
}

.body25_div .body25_item:nth-child(1) .body25_title::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 0.01rem;
    background: #A7A7A7;
    transform: rotate(60deg);
    top: 0.79rem;
    left: 2.14rem;
}

.body25_div .body25_item:nth-child(2) .body25_title::after {
    content: "";
    position: absolute;
    width: 0.66rem;
    height: 0.01rem;
    background: #A7A7A7;
    transform: rotate(-37deg);
    top: 0.16rem;
    left: 2.3rem;
}

.body25_div .body25_item:nth-child(4) .body25_title::after {
    content: "";
    position: absolute;
    width: 2.55rem;
    height: 0.01rem;
    background: #A7A7A7;
    transform: rotate(-62deg);
    top: 1.48rem;
    right: 1.72rem;
}

.body25_div .body25_item:nth-child(5) .body25_title::after {
    content: "";
    position: absolute;
    width: 1.63rem;
    height: 0.01rem;
    background: #A7A7A7;
    transform: rotate(-52deg);
    top: 1rem;
    right: 2.07rem;
}

.body25_div .body25_item:nth-child(6) .body25_title::after {
    content: "";
    position: absolute;
    width: 1.50rem;
    height: 0.01rem;
    background: #A7A7A7;
    transform: rotate(36deg);
    top: -0.09rem;
    right: 2.24rem;
}

.body25_div .body25_item:nth-child(1) {
    top: 1.6rem;
    left: 0;
}

.body25_div .body25_item:nth-child(2) {
    top: 4.53rem;
    left: 0;
}

.body25_div .body25_item:nth-child(3) {
    top: 0.05rem;
    left: 3.88rem;
}

.body25_div .body25_item:nth-child(4) {
    top: 0.09rem;
    right: 0;
}

.body25_div .body25_item:nth-child(5) {
    top: 2.77rem;
    right: 0;
}

.body25_div .body25_item:nth-child(6) {
    top: 5.15rem;
    right: 0;
}




.tab_option {
    width: 100%;
    padding-top: 0.07rem;
    padding-bottom: 0.85rem;
    background: url(../img/product_bg.png) center bottom no-repeat;
    display: flex;
    flex-wrap: wrap;
}
.tab_option .option_but{
    width: calc(100% / 6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.36rem;
}
.tab_option .option_but .but_icon {
    width: 0.48rem;
    height: 0.48rem;
    background: #346EC1;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(93, 140, 42, 0.22);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab_option .option_but .but_icon img{
    max-width: 0.3rem;
    max-height: 0.3rem;
    object-fit: contain;
    position: relative;
    z-index: 3;
}
.tab_option .option_but .but_icon::before {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background: #346EC1;
    opacity: 0.15;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(93, 140, 42, 0.22);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tab_option .option_but .but_titile{
    margin-top: 0.16rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
}
.tab_option .option_but.act .but_icon,
.tab_option .option_but.act .but_icon::before{
    background: #DC0017;
}
.tab_option .option_but.act .but_titile{
    font-weight: bold;
    color: #0051A4;
}

.body_cont .body_item{
    display: none;
}
.body_cont .body_item.on{
    display: block;
    padding-top: 0.49rem;
}
.body_cont .body_item .body26_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.body_cont .body_item .body26_li{
    width: 4.71rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.25rem;
    margin-bottom: 0.27rem;
    border-bottom: 0.01rem solid #D8D8D8;
}
.body_cont .body_item .body26_li .body26_title{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    max-width: 3.2rem;
}
.body_cont .body_item .body26_li .body26_title i{
    /*width: 0.13rem;*/
    /*height: 0.11rem;*/
    margin-right: 0.07rem;
    display: block;
    /*background: url(../img/product_icon23.png) center no-repeat;*/
    
    
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #DC0017;
    
}
.body_cont .body_item .body26_li span{
    display: block;
    width: 1.2rem;
}
.about_more {
	width: 1.6rem;
	height: 0.5rem;
	background: #346EC1;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
    float: right;
}

.about_more i {
	width: 0.2rem;
	height: 0.07rem;
	display: block;
	margin: 0 0.05rem;
	object-fit: contain;
	background-image: url(../img/more_fl.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	animation: slide 1s linear infinite;
}

@keyframes slide {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 20px 0;
	}
}




.body26_body{
    padding-top: 0.41rem;
    padding-bottom: 0.38rem;
    box-sizing: border-box;
    border-bottom: 0.01rem dashed #707070;
}
.body26_body:last-child{
    border: none;
    padding-bottom: 0;
}
.body26_body .body26_title{
    font-weight: bold;
    font-size: 0.25rem;
    color: #346EC1;
    display: flex;
    align-items: center;
}
.body26_body .body26_title i{
    display: block;
    width: 0.2rem;
    height: 0.17rem;
    margin-right: 0.1rem;
    background: url(../img/product_icon23.png) center no-repeat;
    background-size: contain;
}
.body26_body .body26_cont{
    margin-top: 0.25rem;
    font-weight: 500;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.35rem;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.body26_cont p{
    /*width: 50%;*/
}

.body26_icon{
    margin-top: 0.31rem;
    display: flex;
    justify-content: space-between;
}
.body26_icon .body26_icon_img{
    width: 0.85rem;
    height: 0.85rem;
    margin: 0 auto;
}
.body26_icon .body26_icon_txt{
    width: 100%;
    text-align: center;
    margin-top: 0.15rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.25rem;
}


.body26_table{
    width: 100%;
    margin-top: 0.31rem;
}
.body26_table table{
    width: 100%;
    border-collapse: collapse;
    caption-side: bottom;
}
.body26_table thead{
    width: 100%;
    min-height: 0.4rem;
    background: #0051A4;
}
.body26_table thead tr th{
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-align: center;
    padding: 0.05rem 0.19rem;
    box-sizing: border-box;
    border-right: 0.01rem solid #fff;
    white-space: nowrap;
}
.body26_table tbody tr td:last-child,
.body26_table thead tr th:last-child{
    border-right: none;
}
.body26_table tbody{
    background: #E1E9F6;
}
.body26_table tbody tr{
    border-bottom: 0.01rem solid #fff;
}
.body26_table tbody tr td{
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    text-align: center;
    padding: 0.09rem 0.14rem;
    box-sizing: border-box;
    border-right: 0.01rem solid #fff;
}
.body26_table tbody tr td.fl{
    text-align: left;
}
.body26_table_txt{
    margin-top: 0.21rem;
}
.body26_table_txt p{
    font-weight: 400;
    font-size: 0.12rem;
    color: #555555;
    line-height: 0.2rem;
}



.body26_div{
    display: flex;
    justify-content: space-between;
    margin-top: 0.32rem;
}
.body26_div .body26_div_fl{
    width: 6.04rem;
}
.body26_div .body26_div_fl .body26_div_tit{
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.3rem;
    margin-top: 0.06rem;
}
.body26_div .body26_div_fl .body26_div_name{
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-top: 0.42rem;
    margin-bottom: 0.26rem;
}
.body26_div .body26_div_fl .body26_div_li{
    width: 100%;
    padding-left: 0.31rem;
    box-sizing: border-box;
    margin-bottom: 0.17rem;
    position: relative;
}
.body26_div .body26_div_fl .body26_div_li::before{
    content: "";
    position: absolute;
    width: 0.09rem;
    height: 0.09rem;
    background: #DC0017;
    border-radius: 50%;
    left: 0;
    top: 0.06rem;
    z-index: 2;
    border: 0.02rem solid rgba(220,0,23, 0.1);
}
.body26_div .body26_div_fl .body26_div_li::after{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: calc(100% + 0.1rem);
    background: #D9D9D9;
    left: 0.05rem;
    top: 0.15rem;
}
.body26_div .body26_div_fl .body26_div_li:last-child::after{
    height: calc(100% - 0.1rem);
}
.body26_div .body26_div_fl .body26_div_li span{
    font-weight: bold;
    font-size: 0.16rem;
    color: #000000;
    display: block;
    margin-bottom: 0.07rem;
}
.body26_div .body26_div_fl .body26_div_li p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #898989;
    line-height: 0.2rem;
}

.body26_div .body26_div_fr{
    width: 3.7rem;
    height: 3.9rem;
}







.body26_div2{
    width: 100%;
    height: 2.36rem;
    position: relative;
    display: flex;
    justify-content: space-around;
}
.body26_div2::before{
    content: "";
    position: absolute;
    width: calc(100% - 0.02rem);
    height: 0.01rem;
    background: #D1D1D1;
    margin-top: 1.37rem;
}
.body26_div2::after{
    content: ">";
    position: absolute;
    right: 0;
    color: #D1D1D1;
    font-size: 0.14rem;
    top: 1.27rem;
}
.body26_div2 .body26_date{
    position: relative;
    margin-top: 1.3rem;
    width: 0.16rem;
    height: 0.16rem;
}
.body26_div2 .body26_date .body26_icon2{
    width: 0.16rem;
    height: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(220,0,23,0.3);
    border-radius: 50%;
}
.body26_div2 .body26_date .body26_icon2 div{
    width: 0.08rem;
    height: 0.08rem;
    background: #DC0017;
    border-radius: 50%;
    position: relative;
}
.body26_div2 .body26_date:nth-child(1) .body26_icon2{
    background: none;
}
.body26_div2 .body26_date:nth-child(3) .body26_icon2::before,
.body26_div2 .body26_date:nth-child(4) .body26_icon2::before{
    content: "";
    position: absolute;
    width: 0.28rem;
    height: 0.28rem;
    background: rgba(220,0,23,0.1);
    border-radius: 50%;
}
.body26_div2 .body26_date:nth-child(4) .body26_icon2::after{
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background: rgba(220,0,23,0.05);
    border-radius: 50%;
}
.body26_div2 .body26_date .body26_year{
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #346EC1;
    position: absolute;
    top: 0.34rem;
    left: 50%;
    transform: translateX(-50%)
}
.body26_div2 .body26_date:nth-child(2n) .body26_year{
    bottom: 0.34rem;
    top: auto;
}
.body26_div2 .body26_date .body26_div2_txt{
    position: absolute;
    width: 2.67rem;
    height: 0.65rem;
    background: #E8F4FF;
    border-radius: 0.1rem;
    padding: 0.1rem 0.18rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.25rem;
    left: 50%;
    bottom: 0.38rem;
    transform: translateX(-50%)
}
.body26_div2 .body26_date:nth-child(2n) .body26_div2_txt{
    top: 0.38rem;
    bottom: auto;
}



.body26_cont2{
    margin-top: 0.28rem;
}
.body26_cont2 .body26_class20{
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.11rem;
}
.body26_cont2 .body26_class18{
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.04rem;
}
.body26_cont2 .body26_font16{
    margin-bottom: 0.41rem;
}
.body26_cont2 .body26_font16:last-child{
    margin-bottom: 0;
}
.body26_cont2 .body26_font16 .body26_font_li{
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.25rem;
    margin-bottom: 0.07rem;
    padding-left: 0.14rem;
    box-sizing: border-box;
    position: relative;
}
.body26_cont2 .body26_font16 .body26_font_li::before{
    content: "";
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    background: #DC0017;
    border-radius: 50%;
    left: 0;
    top: 0.07rem;
}







.body27_body{
    margin: 0.53rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.body27_body .body27_fl{
    width: 5.36rem;
    width: 100%;
}
.body27_body .body27_fl .body27_title{
    font-size: 0.25rem;
    color: #346EC1;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.body27_body .body27_fl .body27_cont{
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 2;
}
.body27_body .body27_litpic{
    width: 4.24rem;
    height: 2.74rem;
    overflow: hidden;
    display: none;
}





.body28_body{
    width: 100%;
    height: 6.31rem;
    position: relative;
}
.body28_body .body28_txt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.body28_body .body28_txt .body28_item .body28_key{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.2rem;
    color: #346EC1;
    margin-bottom: 0.07rem;
}
.body28_body .body28_txt .body28_item .body28_cont{
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.2rem;
    text-align: center;
    margin-bottom: 0.08rem;
}
.body28_body .body28_txt .body28_item .body28_img{
    width: 0.37rem;
    height: 0.37rem;
    margin: 0 auto;
    position: relative;
}
.body28_body .body28_txt .body28_item:nth-child(1){
    position: absolute;
    top: 1.64rem;
}
.body28_body .body28_txt .body28_item:nth-child(2){
    position: absolute;
    top: 0.72rem;
    left: 2.27rem;
}
.body28_body .body28_txt .body28_item:nth-child(3){
    position: absolute;
    top: 0.72rem;
    left: 5.29rem;
}
.body28_body .body28_txt .body28_item:nth-child(4){
    position: absolute;
    top: 1.64rem;
    right: 1.17rem;
}
.body28_body .body28_txt .body28_item:nth-child(1) .body28_img::before{
    content: "";
    position: absolute;
    left: 0.16rem;
    top: 0.77rem;
    width: 1.02rem;
    height: 0.92rem;
    background: url(../img/product_icon134.png) center no-repeat;
    background-size: contain;
}
.body28_body .body28_txt .body28_item:nth-child(2) .body28_img::before,
.body28_body .body28_txt .body28_item:nth-child(3) .body28_img::before{
    content: "";
    position: absolute;
    left: 0.16rem;
    top: 0.52rem;
    width: 0.05rem;
    height: 1.16rem;
    background: url(../img/product_icon135.png) center no-repeat;
    background-size: contain;
}
.body28_body .body28_txt .body28_item:nth-child(4) .body28_img::before{
    content: "";
    position: absolute;
    right: 0.16rem;
    top: 0.77rem;
    width: 1.02rem;
    height: 0.92rem;
    background: url(../img/product_icon136.png) center no-repeat;
    background-size: contain;
}



.body29_body{
    height: 5rem;
    margin-top: 0.32rem;
    padding-bottom: 0.22rem;
    box-sizing: border-box;
    border-bottom: 0.01rem dashed #707070;
    display: flex;
    align-items: end;
    position: relative;
}
.body29_body .body29_img{
    width: 9.11rem;
    height: 4.11rem;
    margin-left: 0.67rem;
}
.body29_body .body29_txt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.body29_body .body29_txt .body29_litpic{
    width: 0.7rem;
    height: 0.7rem;
    background: #FFFFFF;
    border: 0.01rem solid #0051A4;
    border-radius: 50%;
    padding: 0.06rem;
    overflow: hidden;
}
.body29_body .body29_txt .body29_title{
    font-weight: bold;
    font-size: 0.18rem;
    color: #346EC1;
    margin-bottom: 0.06rem;
}
.body29_body .body29_txt .body29_li{
    font-weight: 400;
    font-size: 0.14rem;
    color: #555555;
    line-height: 0.2rem;
    padding-left: 0.07rem;
    position: relative;
    white-space: nowrap;
}
.body29_body .body29_txt .body29_li::before{
    content: "";
    position: absolute;
    width: 0.03rem;
    height: 0.03rem;
    background: #555555;
    border-radius: 50%;
    left: 0;
    top: 0.08rem;
}

.body29_body .body29_item:nth-child(1),
.body29_body .body29_item:nth-child(2),
.body29_body .body29_item:nth-child(3){
    display: flex;
    position: absolute;
    top: 0;
}
.body29_body .body29_item:nth-child(1){
    left: -0.2rem;
}
.body29_body .body29_item:nth-child(2){
    left: 2.95rem;
}
.body29_body .body29_item:nth-child(3){
    left: 6.48rem;
}
.body29_body .body29_item:nth-child(4){
    position: absolute;
    top: 2.52rem;
    left: 0;
}
.body29_body .body29_item:nth-child(4) .body29_litpic{
    position: absolute;
    top: 1.04rem;
}
.body29_body .body29_item:nth-child(5){
    position: absolute;
    left: 8.7rem;
    top: 0.89rem;
}
.body29_body .body29_item:nth-child(6){
    position: absolute;
    left: 8.7rem;
    top: 2.89rem;
}
.body29_body .body29_item:nth-child(1) .body29_litpic,
.body29_body .body29_item:nth-child(2) .body29_litpic,
.body29_body .body29_item:nth-child(3) .body29_litpic{
    margin-right: 0.15rem;
}
.body29_body .body29_item:nth-child(5) .body29_litpic,
.body29_body .body29_item:nth-child(6) .body29_litpic{
    margin-bottom: 0.11rem;
}



.body29_body .body29_dian{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.body29_body .body29_dian .body29_dian_icon{
    width: 0.09rem;
    height: 0.09rem;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
}
.body29_body .body29_dian .body29_dian_icon::before{
    content: "";
    position: absolute;
    width: 0.05rem;
    height: 0.05rem;
    background: #DC0017;
    border-radius: 50%;
    overflow: hidden;
    top: 0.02rem;
    left: 0.02rem;
}
.body29_body .body29_dian .body29_dian_icon:nth-child(1){
    top: 2.63rem;
    left: 2.4rem;
}
.body29_body .body29_dian .body29_dian_icon:nth-child(2){
    top: 2.08rem;
    left: 4.03rem;
}
.body29_body .body29_dian .body29_dian_icon:nth-child(3){
    top: 2.51rem;
    left: 5.49rem;
}
.body29_body .body29_dian .body29_dian_icon:nth-child(4){
    top: 2.43rem;
    left: 6.78rem;
}
.body29_body .body29_dian .body29_dian_icon:nth-child(5){
    top: 2.43rem;
    left: 7.15rem;
}
.body29_body .body29_dian .body29_dian_icon:nth-child(6){
    top: 3.68rem;
    left: 3.12rem;
}
.body29_body .body29_dian .body29_dian_icon:nth-child(7){
    top: 3.68rem;
    left: 5.58rem;
}
.body29_body .body29_dian .body29_dian_icon:nth-child(8){
    top: 3.44rem;
    left: 6.45rem;
}
.body29_body .body29_dian .body29_dian_icon:nth-child(9){
    top: 3.23rem;
    left: 6.95rem;
}
.body29_body .body29_item:nth-child(1)::before{
    content: "";
    position: absolute;
    width: 2.06rem;
    height: 2rem;
    background: url(../img/product_icon137.png) center no-repeat;
    background-size: contain;
    top: 0.68rem;
    left: 0.35rem;
}
.body29_body .body29_item:nth-child(2)::before{
    content: "";
    position: absolute;
    width: 0.76rem;
    height: 1.41rem;
    background: url(../img/product_icon138.png) center no-repeat;
    background-size: contain;
    top: 0.68rem;
    left: 0.36rem;
}
.body29_body .body29_item:nth-child(3)::before{
    content: "";
    position: absolute;
    width: 1.65rem;
    height: 1.8rem;
    background: url(../img/product_icon139.png) center no-repeat;
    background-size: contain;
    top: 0.68rem;
    left: -0.95rem;
}
.body29_body .body29_item:nth-child(4)::before{
    content: "";
    position: absolute;
    width: 5.26rem;
    height: 0.7rem;
    background: url(../img/product_icon141.png) center no-repeat;
    background-size: contain;
    bottom: -1.08rem;
    left: 0.4rem;
}
.body29_body .body29_item:nth-child(5)::before{
    content: "";
    position: absolute;
    width: 2.24rem;
    height: 2.04rem;
    background: url(../img/product_icon140.png) center no-repeat;
    background-size: contain;
    top: 0.43rem;
    left: -2.22rem;
}
.body29_body .body29_item:nth-child(6)::before{
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 0.01rem;
    background: url(../img/product_icon142.png) center no-repeat;
    background-size: contain;
    top: 0.38rem;
    left: -1.7rem;
}


.body30_body{
    margin-bottom: 0.42rem;
}
.body30_body .product_content{
    margin-top: 0.45rem;
}







.pro_mokuai2 {
    width: 100%;
    height: 8.76rem;
    position: relative;
    display: flex;
    justify-content: center;
    background: url(../img/product_bg1.png) center -1.26rem no-repeat;
    background-size: inherit;
}

.pro_mokuai2 .pro_cen {
    margin-top: 3.1rem;
    width: 3.62rem;
    height: 3.62rem;
    padding: 0.15rem;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    border: 0.01rem solid #0051A4;
    box-shadow: 0rem 0rem 0.5rem 0.01rem rgba(168,202,255,0.46);
}

.pro_mokuai2 .pro_cen_icon {
    position: absolute;
    width: 2.21rem;
    height: 0.4rem;
    background: #346EC1;
    border-radius: 0.25rem;
    text-align: center;
    line-height: 0.4rem;
    font-weight: bold;
    font-size: 0.22rem;
    color: #FFFFFF;
    top: 2.48rem;
}

.pro_mokuai2 .mokuai_item {
    position: absolute;
    cursor: pointer;
}
.pro_mokuai2 .mokuai_item .mo_kuai_icon {
    width: 0.16rem;
    height: 0.16rem;
    background: #DC0017;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.21rem;
    border: 0.04rem solid #FFFFFF;
    position: absolute;
    z-index: 2;
}
.pro_mokuai2 .mokuai_item .mo_kuai_txt .mo_kuai_img {
    width: 2.7rem;
    height: 1.17rem;
    border-radius: 0.18rem 0rem 0rem 0rem;
    border: 0.03rem solid #244894;
    padding: 0.03rem;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.pro_mokuai2 .mokuai_item .mo_kuai_txt .mo_kuai_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 0.18rem 0rem 0rem 0rem;
}
.pro_mokuai2 .mokuai_item .mo_kuai_txt .mo_kuai_title {
    font-weight: bold;
    font-size: 0.2rem;
    color: #346EC1;
    margin: 0.19rem 0;
}

.pro_mokuai2 .mokuai_item .mo_kuai_txt .mo_kuai_li {
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.25rem;
    position: relative;
    margin-bottom: 0.06rem;
    padding-left: 0.12rem;
}

.pro_mokuai2 .mokuai_item .mo_kuai_txt .mo_kuai_li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.07rem;
    width: 0.08rem;
    height: 0.09rem;
    margin-right: 0.06rem;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
}

.pro_mokuai2 .mokuai_item.kuai1 {
    top: 0.34rem;
    left: 0;
}

.pro_mokuai2 .mokuai_item.kuai1 .mo_kuai_icon {
    left: 3.58rem;
    top: 3.34rem;
}

.pro_mokuai2 .mokuai_item.kuai2 {
    top: 0.37rem;
    right: 0;
}

.pro_mokuai2 .mokuai_item.kuai2 .mo_kuai_icon {
    top: 2.84rem;
    right: 4.15rem;
}

.pro_mokuai2 .mokuai_item.kuai3 {
    left: 0;
    top: 4.75rem;
}

.pro_mokuai2 .mokuai_item.kuai3 .mo_kuai_icon {
    left: 3.28rem;
    top: 0.73rem;
}
.pro_mokuai2 .mokuai_item.kuai4 {
    right: 0;
    top: 4.64rem;
}

.pro_mokuai2 .mokuai_item.kuai4 .mo_kuai_icon {
    right: 3.19rem;
    top: 0.39rem;
}
.pro_mokuai2 .mokuai_item.kuai5 {
    left: 2.7rem;
    bottom: 0rem;
}

.pro_mokuai2 .mokuai_item.kuai5 .mo_kuai_icon {
    left: 2.28rem;
    top: -0.96rem;
}
.pro_mokuai2 .mokuai_item.kuai5 .mo_kuai_txt{
    display: flex;
    flex-wrap: wrap;
}
.pro_mokuai2 .mokuai_item.kuai5 .mo_kuai_img{
    margin-right: 0.34rem;
}
.pro_mokuai2 .mokuai_item.kuai5 .mo_kuai_title{
    margin: 0.09rem 0 0.13rem;
}
.pro_mokuai2 .mokuai_item.kuai1 .mo_kuai_xian{
    position: absolute;
    right: -0.96rem;
    top: 0.6rem;
    width: 0.9rem;
    height: 2.72rem;
    border-top: 0.01rem dashed #0051A4;
    border-right: 0.01rem dashed #0051A4;
}
.pro_mokuai2 .mokuai_item.kuai2 .mo_kuai_xian{
    position: absolute;
    right: 0;
    top: 1.2rem;
    width: 4.31rem;
    height: 1.72rem;
    border-right: 0.01rem dashed #0051A4;
    border-bottom: 0.01rem dashed #0051A4;
}
.pro_mokuai2 .mokuai_item.kuai3 .mo_kuai_xian{
    position: absolute;
    width: 0.61rem;
    height: 0rem;
    border-bottom: 0.01rem dashed #0051A4;
    left: 100%;
    top: 0.8rem;
}
.pro_mokuai2 .mokuai_item.kuai4 .mo_kuai_xian{
    position: absolute;
    width: 0.61rem;
    height: 0rem;
    border-bottom: 0.01rem dashed #0051A4;
    right: 100%;
    top: 0.47rem;
}
.pro_mokuai2 .mokuai_item.kuai5 .mo_kuai_xian{
    position: absolute;
    width: 0rem;
    height: 0.8rem;
    border-left: 0.01rem dashed #0051A4;
    left: 2.36rem;
    bottom: 1.16rem;
}










.body30_body .tab_option .option_but{
    width: 10%;
    margin-top: 0.57rem;
}
.body30_body .body_cont .body_item .body26_list{
    justify-content: flex-start;
}
.body30_body .body_cont .body_item .body26_li{
    width: 3.1rem;
    flex-wrap: wrap;
    padding-bottom: 0.15rem;
    margin-bottom: 0.32rem;
    margin-right: 0.39rem;
}
.body30_body .body_cont .body_item .body26_li:nth-child(3n){
    margin-right: 0;
}
.body30_body .body_cont .body_item .body26_li .body26_title{
    width: 100%;
    margin-bottom: 0.06rem;
    line-height: 0.25rem;
}
.body30_body .body_cont .body_item .body26_li span{
    width: 100%;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: #898989;
    padding-left: 0.19rem;
    box-sizing: border-box;
}



.body31_body{
    padding-top: 0.36rem;
    border-top: 0.01rem dashed #707070;
}

.body31_txt{
    padding-top: 0.2rem;
    margin-bottom: 0.5rem;
}
.body31_txt .body31_ul{
    width: 100%;
    padding-bottom: 0.2rem;
    margin-bottom: 0.3rem;
    border-bottom: 0.01rem dashed #CBCBCB;
    display: flex;
    align-items: center;
}
.body31_txt .body31_ul .body31_litpic{
    width: 1.02rem;
    height: 1.02rem;
    border: 0.01rem solid #0051A4;
    border-radius: 50%;
    padding: 0.09rem;
    overflow: hidden;
    margin-right: 0.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.body31_txt .body31_ul .body31_litpic img{
    width: 0.84rem;
    height: 0.84rem;
    border-radius: 50%;
    object-fit: cover;
}
.body31_txt .body31_ul .body31_list{
    width: calc(100% - 1.24rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.body31_txt .body31_ul .body31_list .body31_title{
    width: 100%;
    font-weight: bold;
    font-size: 0.2rem;
    color: #346EC1;
    margin-bottom: 0.14rem;
}
.body31_txt .body31_ul .body31_list .body31_li{
    width: 4.2rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    margin-bottom: 0.06rem;
}

.body31_txt .body31_ul .body31_div{
    width: 4.2rem;
    display: flex;
}
.body31_txt .body31_ul .body31_div span{
    font-weight: bold;
    font-size: 0.16rem;
    color: #000000;
    display: block;
    margin-right: 0.26rem;
}
.body31_txt .body31_ul .body31_div .body31_list2,
.body31_txt .body31_ul .body31_div .body31_list2 .body31_li{
    width: auto;
    font-weight: 400;
    font-size: 0.14rem;
    color: #555555;
}






.body32_body {
    display: flex;
    justify-content: space-between;
}

.body32_body .body32_item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.body32_body .body32_item .body32_icon {
    width: 0.85rem;
    height: 0.85rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 0.02rem solid #346EC1;
    margin-right: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.body32_body .body32_item .body32_icon img {
    max-width: 0.63rem;
    max-height: 0.63rem;
    object-fit: contain;
}
.body32_body .body32_item .body32_icon::before {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.1rem;
    border: 0.01rem dashed #346EC1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.body32_body .body32_item:hover .body32_icon {
    border-color: #DC0017;
}

.body32_body .body32_item:hover .body32_icon::before {
    border-color: #DC0017;
}

.body32_body .body32_item .body32_txt .body32_title {
    font-weight: bold;
    font-size: 0.2rem;
    color: #346EC1;
    padding-bottom: 0.18rem;
    border-bottom: 0.01rem dashed #E5E5E5;
}













.pro_mokuai3 {
    width: 100%;
    height: 8.5rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/product_bg1.png) center -1.9rem no-repeat;
    background-size: inherit;
}

.pro_mokuai3 .pro_cen {
    width: 3.32rem;
    height: 3.32rem;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}

.pro_mokuai3 .pro_cen_icon {
    position: absolute;
    padding: 0.05rem 0.37rem;
    background: #346EC1;
    border-radius: 0.36rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    top: 6.6rem;
}
.pro_mokuai3 .pro_cen_icon b{
    font-weight: bold;
    font-size: 0.2rem;
    margin-bottom: 0.03rem;
    color: #FFFFFF;
}
.pro_mokuai3 .mokuai_item {
    position: absolute;
    cursor: pointer;
    width: 3.2rem;
    opacity: 0.6;
}
.pro_mokuai3 .mokuai_item:hover{
    opacity: 1;
}
.pro_mokuai3 .mokuai_item .mo_kuai_icon {
    width: 0.64rem;
    height: 0.64rem;
    background: #DC0017;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    border: 0.04rem solid #fff;
}

.pro_mokuai3 .mokuai_item .mo_kuai_icon img {
    max-width: 0.64rem;
    max-height: 0.64rem;
    object-fit: contain;
}
.pro_mokuai3 .mokuai_item .mo_kuai_txt .mo_kuai_title {
    font-weight: bold;
    font-size: 0.2rem;
    color: #346EC1;
    margin-bottom: 0.15rem;
}

.pro_mokuai3 .mokuai_item .mo_kuai_txt .mo_kuai_li {
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.2rem;
    padding-left: 0.08rem;
    box-sizing: border-box;
    margin-bottom: 0.08rem;
    position: relative;
}

.pro_mokuai3 .mokuai_item .mo_kuai_txt .mo_kuai_li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 0.05rem;
    height: 0.09rem;
    margin-right: 0.06rem;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
}


.pro_mokuai3 .mokuai_item.kuai1 {
    top: 0.79rem;
    right: 0;
}
.pro_mokuai3 .mokuai_item.kuai1::before{
    content: "";
    position: absolute;
    width: 1.65rem;
    height: 1.77rem;
    background: url(../img/product_icon143.png) center no-repeat;
    background-size: cover;
    top: 0.13rem;
    left: -1.76rem;
}
.pro_mokuai3 .mokuai_item.kuai1 .mo_kuai_icon {
    left: -2.1rem;
    top: 1.4rem;
}

.pro_mokuai3 .mokuai_item.kuai2 {
    top: 1.95rem;
    left: 0;
}
.pro_mokuai3 .mokuai_item.kuai2::before{
    content: "";
    position: absolute;
    width: 3.13rem;
    height: 0.95rem;
    background: url(../img/product_icon145.png) center no-repeat;
    background-size: cover;
    top: 2rem;
    left: 0;
}
.pro_mokuai3 .mokuai_item.kuai2 .mo_kuai_icon {
    top: 2.63rem;
    left: 2.95rem;
}

.pro_mokuai3 .mokuai_item.kuai3 {
    right: 0;
    top: 5.87rem;
}
.pro_mokuai3 .mokuai_item.kuai3::before{
    content: "";
    position: absolute;
    width: 3.36rem;
    height: 0.96rem;
    background: url(../img/product_icon144.png) center no-repeat;
    background-size: cover;
    top: -0.53rem;
    right: 0;
}
.pro_mokuai3 .mokuai_item.kuai3 .mo_kuai_icon {
    left: -0.74rem;
    top: -0.85rem;
}







.body34_item_list {
    width: 100%;
    min-height: 3rem;
    background: #F7F7F7;
    border-radius: 0.1rem;
    margin-bottom: 0.26rem;
    padding: 0.11rem;
    box-sizing: border-box;
    display: flex;
}
.body34_item_list:last-child{
    margin-bottom: 0;
}

.body34_item_list .body34_litpic {
    width: 2.97rem;
    height: 2.78rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0rem 0rem 0.1rem;
    margin-right: 0.45rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body34_item_list .body34_litpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.body34_item_list .body34_txt {
    width: calc(100% - 3.42rem);
    padding-top: 0.35rem;
    box-sizing: border-box;
}

.body34_item_list .body34_txt .body34_title {
    font-weight: bold;
    font-size: 0.25rem;
    color: #346EC1;
    margin-bottom: 0.15rem;
}
.body34_item_list .body34_txt .body34_title2{
    width: 100%;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    margin-bottom: 0.06rem;
}
.body34_item_list .body34_txt .body34_title2 b{
    font-weight: bold;
    color: #346EC1;
}
.body34_item_list .body34_txt .body34_item{
    margin-top: 0.25rem;
}
.body34_item_list .body34_txt .body34_cont {
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    margin-bottom: 0.11rem;
    display: flex;
    align-items: center
}
.body34_item_list .body34_txt .body34_cont.sty{
    color: #000;
}
.body34_item_list .body34_txt .body34_cont i {
    width: 0.06rem;
    height: 0.11rem;
    display: block;
    background: url(../img/product_icon2.png) center no-repeat;
    background-size: contain;
    margin-right: 0.06rem;
}




.body35_body{
    width: 100%;
    min-height: 5.21rem;
    background: #FFFFFF;
    border-radius: 0.18rem;
    border: 0.01rem solid #0051A4;
    margin-top: 0.76rem;
    margin-bottom: 0.84rem;
    padding: 0.66rem 0.64rem 1.09rem 0.23rem;
    box-sizing: border-box;
    position: relative;
}
.body35_body .body35_bg{
    position: absolute;
    background: #fff;
    width: 7.75rem;
    height: 0.43rem;
    left: 50%;
    top: -0.35rem;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.body35_body .body35_title{
    width: 7.25rem;
    height: 0.43rem;
    background: #346EC1;
    border-radius: 0.2rem 0rem 0.2rem 0rem;
    border: 0.01rem solid #0051A4;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.43rem;
}


.body35_body .body35_li{
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 0.23rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.18rem;
    border-bottom: 0.01rem dashed #E5E5E5;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    position: relative;
}
.body35_body .body35_li::before{
    content: "";
    position: absolute;
    width: 0.15rem;
    height: 0.13rem;
    background: url(../img/product_icon23.png) center no-repeat;
    background-size: contain;
    left: 0;
    top: 0.04rem;
}
.body35_body .body35_li span{
    margin-right: 0.16rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
}


.body35_body .body35_bottom{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    bottom: 0.28rem;
    padding: 0 0.63rem 0 0.23rem;
    box-sizing: border-box;
}
.body35_body .body35_bottom .body35_bot_fl{
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.body35_body .body35_bottom .body35_bot_fl span,
.body35_body .body35_bottom .body35_bot_fr{
    display: flex;
    align-items: center;
    /*font-weight: bold;*/
    font-size: 0.16rem;
    color: #898989;
}
.body35_body .body35_bottom .body35_bot_fr img{
    width: 0.69rem;
    height: 0.1rem;
    margin-right: 0.14rem;
}
.body35_body .xing,
.body35_body .dui{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    margin-right: 0.05rem;
}
.body35_body .xing{
    background: url(../img/product_icon113.png) center no-repeat;
    background-size: contain;
}
.body35_body .dui{
    background: url(../img/product_icon114.png) center no-repeat;
    background-size: contain;
}