@media screen and (max-width: 767px) {
  /* 弹出导航 */

  html {
    background: #040811;
  }

  .nav-page {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: all 0.2s linear;
  }

  .blk-sm {
    width: 100%
  }

  .ny_news_page a {
    display: block;
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    width: 64px !important;
    color: #ffff !important;
    height: 40px;
    background-color: #040811 !important;
    margin-right: 10px;
    line-height: 30px !important;
    height: 30px !important;
  }

  .ny_news_page span {
    line-height: 30px !important;
    height: 30px !important;
    width: 30px !important;
    background-color: #f30 !important;
    color: #fff;
  }

  .nav-phone {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
  }

  .nav-list {
    padding-top: 2rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nav-list .nav_a {
    width: 80%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
  }

  .nav-list .nav_a a {
    color: #000;
  }

  .close-phone-nav {
    position: absolute;
    top: 0.31rem;
    left: 0.24rem;
    width: 0.68rem;
    height: 0.68rem;
    z-index: 999;
  }

  .close-phone-nav::before,
  .close-phone-nav::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.68rem;
    height: 0.04rem;
    color: #fff;
    background-color: #999;
    transform-origin: center;
  }

  .close-phone-nav::before {
    top: 0.19rem;
  }

  .close-phone-nav::after {
    top: 0.45rem;
  }

  .close-phone-nav-active::before {
    top: 0.33rem;
    transform: rotate(135deg);
  }

  .close-phone-nav-active::after {
    top: 0.33rem;
    transform: rotate(-135deg);
  }

  .four_pic {
    position: absolute;
    width: 100%;
    padding: 0.24rem;
    bottom: 5rem;
  }

  .index-banner-item1 {
    position: absolute;
    left: 2%;
    top: 3rem;
    width: 80%;
    font-size: 0.6rem;
  }

  .index_icon_p {
    display: none;
  }

  .index-number {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 40px;
    font-size: 60px;
    color: #fff;
    text-align: right;
  }

  /* phone内页头部 */
  .inside-roof {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1.3rem;
    z-index: 9999;
    background: linear-gradient(90deg, #E20000, #7D0303);
  }

  .inside-roof-icon {
    position: absolute;
    z-index: 9;
    top: 0.31rem;
    left: 0.24rem;
    width: 0.68rem;
    height: 0.68rem;
  }

  .inside-roof-icon::before,
  .inside-roof-icon::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.68rem;
    height: 0.04rem;
    color: #fff;
    background-color: #fff;
    transform-origin: center;
  }

  .inside-roof-icon::before {
    top: 0.19rem;
  }

  .inside-roof-icon::after {
    top: 0.45rem;
  }

  .inside-roof-icon-active::before {
    top: 0.33rem;
    transform: rotate(135deg);
  }

  .inside-roof-icon-active::after {
    top: 0.33rem;
    transform: rotate(-135deg);
  }

  .inside-roof-logo {
    position: absolute;
    height: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .inside-roof-logo img {
    height: 100%;
  }

  /* 头部 */
  .main_middle {
    width: 100%;
  }

  /* 首页头尾 */
  .pc_top {
    display: none;
  }

  .pc_bottom {
    position: static;
    height: auto;
    padding: 0.1rem 0rem 1.1rem;
    line-height: 1.8em;
    text-align: center;
  }

  .pc_bottom p {
    margin: 0 0.24rem;
  }

  .connect {
    display: block;
    position: fixed;
    display: flex;
    flex-direction: row;
    bottom: 0;
    height: 1rem;
    width: 100%;
    background: linear-gradient(90deg, #E20000, #7D0303);
  }

  .connect a {
    display: block;
    flex: 1;
    font-size: 0.4rem;
    line-height: 1rem;
    color: #fff;
  }

  .connect a:first-child {
    border-right: 1px solid #fff;
    ;
  }

  .connect a:hover {
    color: #fff;
  }

  .phone_pos_static {
    position: static;
  }

  /* 单独一块 */
  .index_main {
    padding: 1.3rem 0 1rem;
  }

  .single_text {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0.4rem 0.24rem 0;
  }

  .single_text h3 {
    font-size: 0.5rem;
  }

  .single_text h4 {
    font-size: 0.8rem;
  }

  .single_text h4 span {
    font-size: 1rem;
  }

  .single_text .text_line {
    width: 1rem;
    height: 0.05rem;
    margin: 0.3rem 0;
  }

  .single_text .text_info {
    font-size: 0.26rem;
  }

  .single_text .text_link {
    display: none;
  }

  .single_text .text_list {
    display: none;
  }

  .single_pic {
    position: absolute;
    margin: 0;
    bottom: 14vh;
    left: 50%;
    transform: translateX(-50%);
  }

  .spic_pic {
    width: 96vw;
  }

  .spic_pic img {
    width: 100%;
  }

  .spic_bln .bln_text {
    width: 2rem;
    height: 1rem;
    font-size: 1em;
    line-height: 1rem;
  }

  .spic_bln .bln_circle {
    top: 1.3rem;
    left: 0.9rem;
    width: 0.2rem;
    height: 0.2rem;
  }

  .spic_bln .bln_circle::before,
  .spic_bln .bln_circle::after {
    width: 0.2rem;
    height: 0.2rem;
  }

  .four_pic {
    width: 100%;
    padding: 0.24rem;
  }

  .four_pic img {
    width: 100%;
  }

  /* last */
  .last_t {
    margin: 0.5rem 0;
  }

  .last_t h3 {
    margin-bottom: 0.1rem;
    font-size: 0.5rem;
  }

  .last_t p {
    font-size: 0.3rem;
  }

  /* last_number */
  .last_number {
    overflow-x: auto;
    margin-bottom: 0.5rem;
    padding: 0 0.24rem;
  }

  .last_number .num_item {
    margin: 0 0.1rem;
  }

  .num_item .num_pic {
    margin-bottom: 0.3rem;
    width: 1rem;
    height: 1rem;
  }

  .num_item .num_pic .front,
  .num_item .num_pic .reverse {
    width: 1rem;
    height: 1rem;
  }

  .num_item .num_text {
    font-size: 0.3rem;
  }

  /* last_client */
  .last_client {
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    padding: 0 0.24rem;
    justify-content: flex-start;
  }

  .last_client .last_client_item {
    width: 22%;
    height: 1rem;
    margin: 0 0.1rem 0.1rem;
  }

  .last_client .last_client_item:hover {
    border-radius: 0.2rem;
  }

  /* last_flow */
  .last_flow {
    margin-bottom: 0.2rem;
    overflow-x: auto;
  }

  .flow_item {
    flex: 1
  }

  .flow_item .flow_icon {
    width: 1.3rem;
    height: 1.3rem;
    margin-bottom: 0.1rem;
  }

  .flow_item .flow_text {
    font-size: 0.24rem;
  }

  .dialogue {
    display: none !important;
  }

  .last_flow .flow_arrow {
    width: 0.2rem;
    height: 0.3rem;
    margin-top: 0.3rem;
    display: none;
  }

  .last_slogan {
    font-size: 0.4rem;
  }

  /* inside_wrapper */
  .inside_wrapper {
    height: auto;
    max-height: 100%;

  }

  .inside_main {
    height: auto;
    margin: 1.3rem auto 0.5rem;
  }

  .inside_main_float {
    position: relative;
    width: auto;
    height: auto;
    padding: 0 0.24rem;
  }

  .loose {
    height: auto;
    max-height: 100%;
  }

  .pos_static {
    position: static;
  }

  /* tyjg */
  .tyjg_base_pic {
    position: absolute;
    z-index: 0;
    top: 0.3rem;
    left: 0;
    text-align: center;
  }

  .tyjg_base_pic img {
    width: 90%;
  }

  .tyjg_top {
    flex-direction: column;
    margin-bottom: 0.3rem;
  }

  .jg_top_left {
    width: 90%;
    height: 2rem;
    left: 3%;
    top: 0.6rem;
    margin-right: 0;
    padding: 0.24rem;
    border-radius: 0.2rem;
  }

  .jg_top_left::before {
    width: 0.6rem;
    height: 0.6rem;
  }

  .jg_top_left h3 {
    font-size: 0.5rem;
  }

  .jg_top_left h4 {
    font-size: 0.7rem;
  }

  .jg_top_left h4 span {
    font-size: 0.8rem;
  }

  .jg_top_right {
    margin-top: 1rem;
  }

  .jtr_top {
    height: auto;
    margin-bottom: 0.2rem;
    line-height: 1.8em;
    font-size: 0.4rem;
  }

  .jtr_text {
    font-size: 0.24rem;
  }

  .tyjg_scx {
    margin-bottom: 0.5rem;
  }

  .tyjg_scx .jg_scx_t {
    font-size: 0.34rem;
  }

  .tyjg_scx .jg_scx_en {
    margin: 0.1rem 0 0.2rem;
    font-size: 0.26rem;
  }

  .tyjg_scx .jg_scx_info {
    font-size: 0.24rem;
  }

  .tyjg_pic {
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
  }

  .jg_pic_item {
    width: 48%;
    margin-bottom: 0.2rem;
  }

  .jg_pic_item .jpi_img {
    margin-bottom: 0.2rem;
  }

  .jg_pic_item .jpi_text {}

  .tyjg_switch {
    font-size: 0.24rem;
    line-height: 1em;
  }

  .tyjg_switch .jg_switch_gap {
    height: 0.3rem;
  }

  .tyjg_switch img {
    width: 0.4rem;
    height: 0.2rem;
    margin: 0 0.1rem;
  }

  /* tylc */
  .lc_list {
    height: auto;
    margin-bottom: 0;
    flex-wrap: wrap;
    padding: 0.5rem 0 0;
  }

  .lc_list_item {
    width: 46%;
    height: 1rem;
    margin-bottom: 0.3rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 1rem;
  }

  .lc_list_item span {
    font-size: 0.4rem;
  }

  .lc_list_item::before {
    width: 0.4rem;
    height: 0.4rem;
  }

  .lc_main {
    flex-wrap: wrap;
    height: auto;
  }

  .lc_title {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
  }

  .lc_main_left {
    width: 100%;
  }

  .lc_left_info {
    flex-direction: column;
    height: auto;
    padding: 0.2rem 0;
  }

  .lc_left_info h2 {
    font-size: 0.32rem;
  }

  .lc_left_info h3 {
    width: 0.8rem;
    height: 0.05rem;
    margin: 0.1rem 0;
  }

  .lc_left_info h4 {
    font-size: 0.5rem;
  }

  .lc_left_info h5 {
    font-size: 0.32rem;
  }

  .lc_left_info h6 {
    font-size: 0.32rem;
  }

  .lc_main_list {
    width: 100%;
  }

  .lc_sort {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
  }

  .lc_sort .lc_sort_item {
    width: 33.33%;
    height: 0.4rem;
    line-height: 0.4rem;
    border-right: 1px solid #FFFFFF;
  }

  .lc_sort .lc_sort_item:nth-of-type(3n) {
    border-right: none;
  }

  .lc_main_pic {
    flex: 1;
  }

  .lc_pic_wrapper {
    height: auto;
  }

  .lc_pic .lc_pic_info {
    padding: 5px 10px;
    /* width: 90%; */
    /* height: 1.2rem; */
    /* bottom: 0.5rem; */
  }

  .lc_pic .lc_pic_info p {
    font-size: 0.3rem;
  }

  .lc_pic .lc_pic_info p b {
    font-size: 0.3rem;
  }

  .lc_pic .lc_pic_info a {
    font-size: 0.3rem;
  }

  /* tylcDetail */
  .lc_detail_title img {
    display: none;
  }

  .lc_detail_title h2 {
    margin: 0;
    font-size: 1.5rem;
  }

  .lc_detail_pic {
    margin: 0.5rem 0 1rem;
  }

  .lc_detail_pic img {
    max-width: 100%;
  }

  /* jszx */
  .jszx_list {
    flex-wrap: wrap;
    padding-top: 0.3rem;
  }

  .jszx_list_item {
    margin-bottom: 0.5rem;
    font-size: 0.4rem;
  }

  .jszx_list_item::before {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.3rem;
  }

  .jszx_content {
    height: auto;
  }

  /* cpal */
  .cpal_list {
    flex-wrap: wrap;
    height: auto;
    padding-top: 0.3rem;
    justify-content: space-between;
  }

  .cpal_list_item {
    width: 48%;
    height: 0.7rem;
    margin: 0 0 0.2rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
    line-height: 0.7rem;
  }

  .cpal_list_item::before {
    width: 0.4rem;
    height: 0.4rem;
  }

  .cpal_content {
    height: auto;
  }

  /* yyly */
  .ly_t {
    padding-top: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 0.4rem;
  }

  .ly_declare {
    margin-bottom: 0.3rem;
    font-size: 0.26rem;
  }

  .ly_list {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .ly_list_item {
    width: 33%;
    margin-bottom: 0.2rem;
  }

  .ly_list_item img {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0.1rem;
  }

  .ly_list_item span {
    font-size: 0.25rem;
  }

  .lys_top .ly_first_left img,
  .lys_top .ly_first_right img {
    width: 0.5rem;
    height: 1rem;
  }

  .lys_top {
    margin-bottom: 0.3rem;
    padding: 0.2rem 0;
  }

  .lys_top .ly_first_left,
  .lys_top .ly_first_right {
    width: 0.5rem;
    height: 1rem;
    cursor: pointer;
  }

  .lys_top .ly_first_middle {
    margin: 0 0.3rem;
    flex-direction: column;
  }

  .lys_top .ly_first_middle .lfm_left {
    flex: 1;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }

  .lys_top .ly_first_middle .lfm_left h3 {
    margin-bottom: 0.3rem;
    font-size: 0.32rem;
  }

  .lys_top .ly_first_middle .lfm_left .lfm_info {
    font-size: 0.24rem;
  }

  .lys_top .ly_first_middle .lfm_right {
    width: 100%;
    height: auto;
  }

  .lys_bottom .ly_second_left,
  .lys_bottom .ly_second_right {
    width: 0.2rem;
    height: 0.4rem;
  }

  .lys_bottom .ly_second_list {
    height: 2.3rem;
  }

  .lys_bottom .ly_second_list_roll .lsl_item {
    margin: 0 0.15rem;
  }

  .lys_bottom .ly_second_list_roll .lsl_item img {
    display: block;
    width: 3rem;
    height: 2rem;
    margin-bottom: 0.1rem;
  }

  .lys_bottom .ly_second_list_roll .lsl_item span {
    font-size: 0.24rem;
  }

  /* ywmgt */
  .contact_top {
    padding-top: 0.3rem;
    flex-wrap: wrap;
  }

  .ct_item {
    width: 48%;
    margin-bottom: 0.2rem;
    padding: 0.24rem;
    border-radius: 0.4rem;
  }

  .ct_item .ct_item_top img {
    width: 0.7rem;
    margin-right: 0.2rem;
  }

  .ct_item .ct_item_top .ct_item_top_right h6 {
    font-size: 0.3rem;
  }

  .ct_item .ct_item_top .ct_item_top_right p {
    font-size: 0.24rem;
  }

  .ct_item .ct_item_line {
    height: 0.3rem;
    margin: 0.1rem 0 0.1rem 1rem;
  }

  .ct_item .ct_item_text {
    font-size: 0.3rem;
  }

  .contact_main {
    margin-bottom: 0.4rem;
    flex-wrap: wrap;
  }

  .cm_left {
    width: 100%;
  }

  .cm_left img {
    width: 100%;
  }

  .cm_info {
    flex: 1;
    margin: 0 0 0 0.5rem;
    font-size: 0.3rem;
    line-height: 2em;
  }

  .cm_right {
    width: 100%;
    margin-top: 0.1rem;
  }

  .cm_left img,
  .cm_right img {
    width: 100%;
  }

  .contact_client {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cm_info .li-tiem:nth-of-type(1) {
    font-size: 24px;
    line-height: 40px;
  }

  .cm_info .li-tiem:nth-of-type(2) {

    margin-bottom: 0px;
  }

  .contact_client .last_client_item {
    width: 20%;
    height: 1rem;
    margin: 0 0.1rem 0.2rem;
  }

  .detail1-intro-a {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .jiange {
    height: 5px;
  }

  .lc_detail_pic {
    margin: 0rem 0 0.5rem;
  }

  .detail-dialog {
    top: auto;
    display: none !important;
    bottom: 4%;
    width: 100%;
    transform: scaleY(1) translateY(-50%);
  }

  .detail1-title h2 {
    font-size: 0.4rem;
    line-height: 40px;
    font-weight: bold;
  }

  .lc_detail_pic {
    background: #fff;
    color: #000;
    padding: 10px;
  }

  .lc_detail_pic_container {
    padding: 10px;
    border: 1px solid #000;
  }

  .detail-dialog a {
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    /* width: 100%; */
    width: 16.6%;
    text-align: center;
  }

  .detail-dialog {
    height: auto
  }

  .detail-dialog>div {
    flex-wrap: wrap;
  }

  .detail1-img {
    width: 50%;
  }

  .detail1-title {
    width: 50%;
    margin-right: 0px;
  }

  .detail1-intro {
    width: 100%
  }


  /* 首页图片位置 */
  .section:nth-of-type(2) .index_main .single_pic .spic_bln:nth-of-type(1) {
    top: -0.9rem;
    left: 0rem;
  }

  .section:nth-of-type(2) .index_main .single_pic .spic_bln:nth-of-type(2) {
    top: -0.7rem;
    left: 2.21rem;
  }

  .section:nth-of-type(2) .index_main .single_pic .spic_bln:nth-of-type(3) {
    top: 0.8rem;
    left: 0.9rem;
  }

  .section:nth-of-type(2) .index_main .single_pic .spic_bln:nth-of-type(4) {
    top: 0.4rem;
    left: 4.1rem;
  }

  .section:nth-of-type(2) .index_main .single_pic .spic_bln:nth-of-type(5) {
    top: 2.2rem;
    left: 2.3rem;
  }

  .section:nth-of-type(2) .index_main .single_pic .spic_bln:nth-of-type(6) {
    top: 2.4rem;
    left: 4.6rem;
  }

  .section:nth-of-type(3) .index_main .single_pic .spic_bln:nth-of-type(1) {
    top: -1.1rem;
    left: 0rem;
  }

  .section:nth-of-type(3) .index_main .single_pic .spic_bln:nth-of-type(2) {
    top: -1rem;
    left: 2.21rem;
  }

  .section:nth-of-type(3) .index_main .single_pic .spic_bln:nth-of-type(3) {
    top: 0.6rem;
    left: 2.9rem;
  }

  .section:nth-of-type(3) .index_main .single_pic .spic_bln:nth-of-type(4) {
    top: -0.7rem;
    left: 4.5rem;
  }

  .section:nth-of-type(3) .index_main .single_pic .spic_bln:nth-of-type(5) {
    top: 2.2rem;
    left: 2.3rem;
  }

  .section:nth-of-type(3) .index_main .single_pic .spic_bln:nth-of-type(6) {
    top: 0.9rem;
    left: 0.6rem;
  }

  .section:nth-of-type(4) .index_main .single_pic .spic_bln:nth-of-type(1) {
    top: -0.9rem;
    left: 0rem;
  }

  .section:nth-of-type(4) .index_main .single_pic .spic_bln:nth-of-type(2) {
    top: -0.7rem;
    left: 2.21rem;
  }

  .section:nth-of-type(4) .index_main .single_pic .spic_bln:nth-of-type(3) {
    top: 0.8rem;
    left: 0.9rem;
  }

  .section:nth-of-type(4) .index_main .single_pic .spic_bln:nth-of-type(4) {
    top: 0.4rem;
    left: 4.1rem;
  }

  .section:nth-of-type(4) .index_main .single_pic .spic_bln:nth-of-type(5) {
    top: 2.2rem;
    left: 2.3rem;
  }

  .section:nth-of-type(4) .index_main .single_pic .spic_bln:nth-of-type(6) {
    top: 2.4rem;
    left: 4.6rem;
  }

  .section:nth-of-type(5) .index_main .single_pic .spic_bln:nth-of-type(1) {
    top: -0.9rem;
    left: 0rem;
  }

  .section:nth-of-type(5) .index_main .single_pic .spic_bln:nth-of-type(2) {
    top: -0.7rem;
    left: 2.21rem;
  }

  .section:nth-of-type(5) .index_main .single_pic .spic_bln:nth-of-type(3) {
    top: 0.8rem;
    left: 0.9rem;
  }

  .section:nth-of-type(5) .index_main .single_pic .spic_bln:nth-of-type(4) {
    top: -0.2rem;
    left: 4.6rem;
  }

  .section:nth-of-type(5) .index_main .single_pic .spic_bln:nth-of-type(5) {
    top: 2.8rem;
    left: 0.9rem;
  }

  .section:nth-of-type(5) .index_main .single_pic .spic_bln:nth-of-type(6) {
    top: 1.5rem;
    left: 3.1rem;
  }

  .section:nth-of-type(3) .index_main .single_pic {
    bottom: 19vh
  }

  .section:nth-of-type(4) .index_main .single_pic {
    bottom: 19vh
  }

  .section:nth-of-type(6) .index_main .single_pic {
    bottom: 19vh
  }

  .section:nth-of-type(6) .index_main .single_pic .spic_bln:nth-of-type(1) {
    top: -0.9rem;
    left: 0rem;
  }

  .section:nth-of-type(6) .index_main .single_pic .spic_bln:nth-of-type(2) {
    top: -0.7rem;
    left: 2.21rem;
  }

  .section:nth-of-type(6) .index_main .single_pic .spic_bln:nth-of-type(3) {
    top: 0.8rem;
    left: 0.9rem;
  }

  .section:nth-of-type(6) .index_main .single_pic .spic_bln:nth-of-type(4) {
    top: -0.4rem;
    left: 4.6rem;
  }

  .section:nth-of-type(6) .index_main .single_pic .spic_bln:nth-of-type(5) {
    top: 2.5rem;
    left: 1rem;
  }

  .section:nth-of-type(6) .index_main .single_pic .spic_bln:nth-of-type(6) {
    top: 1.1rem;
    left: 3.3rem;
  }

  .dian_map {
    display: none
  }

  .lc_list-ffff {
    flex: wrap;
    display: block;
    height: auto;
    margin-bottom: 0;
    flex-wrap: wrap;
    padding: 0.5rem 0 0;
  }

  .section:nth-of-type(7) .index_main .single_pic .spic_bln:nth-of-type(1) {
    top: -0.9rem;
    left: 0rem;
  }

  .section:nth-of-type(7) .index_main .single_pic .spic_bln:nth-of-type(2) {
    top: -0.7rem;
    left: 2.21rem;
  }

  .section:nth-of-type(7) .index_main .single_pic .spic_bln:nth-of-type(3) {
    top: 0.8rem;
    left: 0.9rem;
  }

  .section:nth-of-type(7) .index_main .single_pic .spic_bln:nth-of-type(4) {
    top: 0.4rem;
    left: 4.1rem;
  }

  .section:nth-of-type(7) .index_main .single_pic .spic_bln:nth-of-type(5) {
    top: 2.2rem;
    left: 2.3rem;
  }

  .section:nth-of-type(7) .index_main .single_pic .spic_bln:nth-of-type(6) {
    top: 2.4rem;
    left: 4.6rem;
  }
}