@media(min-device-width:1250px){
    .md_one{
        width: 100%;
        position: relative;
    }
    .md_one picture {
        width: 100%;
    }
    .md_one picture img{
        width: 100%;
    }
    .md_oneText{
        position: absolute;
        left: 53%;
        top: 17%;
        display: flex;
        flex-direction: column;
        color: #fff;
    }
    .md_oneText p:first-of-type{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .md_oneText p:nth-of-type(2){
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 35px;
    }
    .md_oneText p:nth-of-type(3){
        font-size: 22px;
        margin-bottom: 35px;
    }
    .md_oneText div button{
        font-size: 30px;
        padding: 15px 70px;
        border-radius: 50px;
        background-color: #f1a30a;
        border: none;
        color: #fff;
        cursor: pointer;
    }
    /* 第二部分 */
    .dm_two{
        background-color: #f5f5f5;
        width: 100%;
        position: relative;
    }
    .dm_two picture img{
        width: 100%;
    }
    .dm_two_text{
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .dm_two_text>p{
        padding: 40px 0;
        font-size: 26px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }
    .dm_two_text ul{
        width: 70%;
        min-width: 1250px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .dm_two_text ul li{
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: space-between;
    }
    .dm_two_text ul li>p{
        height: 60px;
        margin-bottom: 15px;
    }
    .dm_two_text ul li span{
        margin-bottom: 3px;
        font-size: 14px;
        color: #666666;
    }
     /* 第三部分 */
     .cAsele {
        background-color: #f5f5f5;
        background-image: url(../images/dm/aijia_hwIcon.png);
        background-position-x:100%;
        background-position-y:center ;
        background-size: 34px;
        background-repeat: no-repeat;
        color: #666666;
        border-radius: 7px;
        font-size: 16px;
        border: 1px solid #ccc;
        d-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        line-height: 1.5em;
        padding: 0.3em 7.5em 0.3em 1em;
        margin-bottom: 20px;
        position: relative;
      }
  .aijia_two {
    width: 100%;
    height: 650px;
    background-color: #f5f5f5;
    /* padding-top: 100px; */
  }
  .aijia_two>ul li {
    display: none;
  }

  .aijia_two>div {
    width: 70%;
    min-width: 1250px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }

  .aijia_two>div ul:first-of-type,
  .aijia_two>div ul:nth-of-type(2) {
    width: 100%;
  }

  .aijia_two>div ul:first-of-type li:first-of-type {
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
  }
  .aijia_two>div ul:first-of-type li:first-of-type p:first-of-type{
    font-size: 24px;
  }
  .aijia_two>div ul:first-of-type li:first-of-type p:nth-of-type(2){
    font-size: 36px;
    margin-top: 10px;
  }

  .aijia_two>div ul:first-of-type li:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .aijia_two>div ul:first-of-type li:nth-of-type(2) div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 15px;
  }

  .aijia_two>div ul:first-of-type li:nth-of-type(2) div p {
    width: 280px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .aijia_two>div ul:first-of-type li:nth-of-type(2) div p img {
    margin-right: 10px;
  }

  .aijia_two>div ul:first-of-type li:nth-of-type(2) div p span {
    font-size: 18px;
    font-weight: bold;
    color: #1c1c1c;
  }

  .aijia_two>div ul:first-of-type li:nth-of-type(3) {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .aijia_two>div ul:nth-of-type(2) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
  }

  .aijia_two>div ul:nth-of-type(2) li:first-of-type {
    position: relative;
    width: 450px;
    text-align: center;
    border: 1px solid #f9ab13;
    border-radius: 15px;
    margin-top: 50px;
  }
  .aijia_two>div ul:nth-of-type(2) li:first-of-type>div>div{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .aijia_two>div ul:nth-of-type(2) li:first-of-type form{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .aijia_two>div ul:nth-of-type(2) li:first-of-type>img:first-of-type {
    position: absolute;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
  }
  .aijia_two>div ul:nth-of-type(2) li:first-of-type>img:nth-of-type(2){
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
  }
  .aijia_two>div ul:nth-of-type(2) li:first-of-type>img:nth-of-type(3){
    width: 35%;
    position: absolute;
    left: 0px;
    top: 400px;
  }

  .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:nth-of-type(2) p:first-of-type {
    font-size: 14px;
    color: #a5a5a5;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:nth-of-type(2) p:first-of-type span:first-of-type{
    margin-top: 20px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: start;
    box-sizing: border-box;
    padding-left: 30px;
  }.aijia_two>div ul:nth-of-type(2) li:first-of-type>div:nth-of-type(2) p:first-of-type span:first-of-type em{
    color: #e00;
  }
  .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:nth-of-type(2) p:first-of-type span:nth-of-type(2){
    font-size: 14px;
    color: #8a8a8a;
    text-align: center;
    margin-top:8px;
  }
  .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:first-of-type{
    position: relative;
    padding-top: 60px;
  }
  .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:first-of-type p:first-of-type {
    margin-top: 12px;
    font-size: 14px;
    color: #a5a5a5;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:first-of-type p:first-of-type span:first-of-type{
    font-size: 14px;
  }
  /* .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:first-of-type p:first-of-type span:nth-of-type(2){
    margin-top: 10px;
  } */
  .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:first-of-type>em{
    width: 100%;
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: normal;
  }
  #_h,
  #_m,
  #_s{
    font-size: 40px;
    font-weight: bold;
  }

  .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:first-of-type{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aijia_two>div ul:nth-of-type(2) li:first-of-type p:nth-of-type(2) {
    font-size: 40px;
    color: #f9ab13;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
  }

  /* .aijia_two>div ul:nth-of-type(2) li:first-of-type p:nth-of-type(2) span {
    font-size: 26px;
  } */
  .aijia_two>div ul:nth-of-type(2) li:first-of-type p:nth-of-type(2) span:first-of-type {
    align-self: flex-start;
  }
  .aijia_two>div ul:nth-of-type(2) li:first-of-type p:nth-of-type(2) span:nth-of-type(2){
    align-self: flex-end;
    font-size: 16px;
    padding-bottom: 7px;
  }

  .aijia_two>div ul:nth-of-type(2) li:first-of-type p:nth-of-type(3) {
    margin-top: 8px;
    font-size: 16px;
    color: #a5a5a5;
  }

  .aijia_two>div ul:nth-of-type(2) li:first-of-type div form:first-of-type button {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 22px;
    color: #fff;
    background-color: #0d6fb8;
    padding: 10px 70px;
    border-radius: 38px;
    border: none;
    cursor: pointer;
    position: relative;
    /* margin-left: 60px; */
  }
  .addCard{
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
    /* background-color: #2084a5; */
    padding: 10px 50px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #2084a5;
    color: #2084a5;
  }

  .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2) {
   display: flex;
   flex-direction: row;
   align-items: center;

  }

  .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>p:first-of-type {
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }

  .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>p:nth-of-type(2) {
    font-size: 16px;
    color: #a5a5a5;
    margin-top: 8px;
  }

  .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
  }

  .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>div p {
    font-size: 35px;
    font-weight: bold;
    color: #f9ab13;
  }

  .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>div p span {
    font-size: 24px;
    color: #f9ab13;
    font-weight: bold;
  }

  .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>div button {
    font-weight: bold;
    border: 2px solid #2084a5;
    border-radius: 30px;
    padding: 5px 30px;
    font-size: 18px;
    color: #2084a5;
    background-color: #fff;
    cursor: pointer;
  }

  .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>p:last-of-type {
    font-size: 12px;
    color: #a5a5a5;
    margin-top: 8px;
  }
  /* 第四部分 */
  .dm_three{
    width: 100%;
  }
  .dm_three ul{
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .dm_three ul li{
    width: 50%;
    position: relative;
  }
  .dm_three ul li img{
    width: 100%;
  }
  .dm_three ul li div{
    position: absolute;
    top: 3%;
    text-align: center;
  }
  .dm_three_left div{
    right: 8%;
    
  }
  .dm_three_right div{
    left: 8%;
  }
  .dm_three ul li div .dm_three_title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
  }
  .dm_three ul li div p{
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
  }
  /* 第五部分 */
  .dm_five{
    width: 100%;
    background-color: #fff;
    padding-top: 100px;
  }
  .dm_five>p{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  .dm_five>p .dm_five_title{
    font-size: 36px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .dm_five>p span{
    font-size: 18px;
    color: #666666;
    margin-bottom: 5px;
  }
  .dm_five ul{
    width: 100%;
  }
  .dm_five ul li{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .dm_five ul li p{
    width: 33.33%;
    position: relative;
  }
  .dm_five ul li p img{
    width: 100%;
  }
  .dm_five ul li p span{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    padding: 15px 0;
    background-color: rgb(102, 102, 102,.5);
    text-align: center;
    color: #fff;
  }
  /* 第六部分 */
  .dm_sex{
    width: 100%;
    padding: 50px 0; 
    background-color: #f5f5f5;
  }
  .dm_sex .dm_sex_title{
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .dm_sex .dm_sex_titlen{
    width: 80%;
    text-align: center;
    font-size: 16px;
    color: #1c1c1c;
    margin-bottom: 50px;color: #666;margin:0 auto 50px auto;
  }
  .dm_sex ul{
    width: 80%;
    min-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .dm_sex ul li{
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dm_sex ul li img{
    width: 100%;
  }
  .dm_sex ul li p{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #666;
  }
  .dm_sex ul li .title{
    font-size: 22px;
    font-weight: bold;
    color: #1c1c1c;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  /* 第七部分 */
  .dm_seven{
    width: 100%;
    padding: 100px 0;
    background-color: #fff;
  }
  .dm_seven ul{
    width: 60%;
    min-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .dm_seven ul .dm_seven_img .dm_seven_img_All{
    width: fit-content;
    position: relative;
  }
  .dm_seven ul .dm_seven_img .dm_seven_img_All .dm_seven_img_All_swiper1{
    position: absolute;
    left: 32px;
    top: 42px;
  }
  .dm_seven ul .dm_seven_img .dm_seven_img_All .dm_seven_img_All_swiper1 .swiper1{
    width: 317px;
    overflow: hidden;
  }
  .dm_seven_text{
    margin-top: 80px;
    width: 450px;
  }
  .dm_seven_text>p{
    font-size: 26px;
    color: #1c1c1c;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .dm_seven_textS{
    width: 100%;
  }
  .dm_seven_textS>div{
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin-bottom: 40px;
    cursor: pointer;
  }
  .dm_seven_textS>div p{
    width: 53px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .dm_seven_textS>div  span{
    margin-left: 40px;
    font-size: 16px;
    color: #666666;
  }
  
  
  .Guarding {width: 100%;padding: 50px 0;background-color: #f5f5f5;justify-content: center;display: flex}
  .Guarding .left_m {width: 23%;margin-right:2%}
   .Guarding .left_m img {width: 100%;border: 10px solid #FFFFFF;border-radius: 10px;}
  .Guarding .right_m {width: 40%;}
  .Guarding .right_m ul {width: 100%;margin-top:60px;}
  .Guarding .right_m li {width: 100%;color: #1c1c1c;justify-content: center;display: flex}
  .Guarding .right_m li:first-of-type {font-weight: bold;font-size:26px}
  .Guarding .right_m li:nth-of-type(2) {margin:30px auto}
  .Guarding .right_m p {margin:0 16px;font-size:22px;font-weight: bold;}
  .Guarding .right_m li:last-of-type {font-size:16px;color: #666;width: 90%;margin: auto;}
  
  
  /* 第八部分 */
  .dm_eight{width: 100%;padding: 100px 0;}
  .dm_eight>p{width: 80%; margin: 0 auto;margin-bottom: 50px;text-align: center;display: flex;flex-direction: column;}
  .dm_eight>p span:first-of-type{font-size: 26px;color: #1c1c1c;font-weight: bold;margin-top: 5px; margin-bottom: 15px;}
  .dm_eight>p span:nth-of-type(2){font-size: 16px;color: #666;margin-bottom: 5px;}
  .dm_eight ul{width: 80%;min-width: 1500px;margin: 0 auto;display: flex;flex-direction: row;justify-content: space-between;}
  .dm_eight li{width: 400px;border: 1px dashed #999;border-radius: 20px;background-color: #fff;padding: 20px;justify-content:center;align-items:center;flex-direction: column;display: flex;}
  .dm_eight .point{display: flex;justify-content:center;align-items:center;}
  .dm_eight ul li p:first-of-type span{font-size: 22px;color: #1c1c1c;font-weight: bold;}
  .dm_eight ul li p:nth-of-type(2){font-size: 16px;color: #666; margin:10px 0;}
  .dm_eight ul li p:nth-of-type(3){font-size: 16px;color: #666;margin:20px 0;}
  /* 第九部分 */
  .dm_nine{
    width: 100%;
    background-color: #f5f5f5;
    padding: 40px 0;
  }
  .dm_nine ul{
    width: 80%;
    min-width: 1250px;
    margin: 0 auto;
  }
  .dm_nine ul .dm_nine1{
    width: 90%;
    min-width: 1250px;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>p:first-of-type{
    font-size: 26px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>p:nth-of-type(2){
    font-size: 22px;
    color: #666;
    margin-bottom: 40px;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>div{
    display: flex;
    flex-direction: row;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>div p{
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>div p span{
    font-size: 16px;
    color: #666;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>div p img{
    margin-bottom: 30px;
  }
  .dm_nine1_rigth img{
    width: 580px;
  }
  .dm_nine2{
    width: 80%;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .dm_nine2 .dm_nine2_left img{
    width: 580px;
  }
  .dm_nine2 .dm_nine2_right{
    margin-top: 80px;
  }
  .dm_nine2 .dm_nine2_right p:first-of-type{
    font-size: 36px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .dm_nine2 .dm_nine2_right p:nth-of-type(2),
  .dm_nine2 .dm_nine2_right p:nth-of-type(3){
    font-size: 18px;
    color: #666;
  }
  .dm_nine3{
    width: 80%;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 70px;
  }
  .dm_nine3 .dm_nine3_left img{
    width: 580px;
  }
  .dm_nine3 .dm_nine3_right{
    width: 480px;
  }
  .dm_nine3 .dm_nine3_right>p:first-of-type{
    font-size: 26px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .dm_nine3 .dm_nine3_right>p:nth-of-type(2),
  .dm_nine3 .dm_nine3_right>p:nth-of-type(3){
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
  }
  .dm_nine3_right_more>p{
    font-size: 24px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .dm_nine3_right_more>div{
    display: flex;
    flex-direction: row;
  }
  .dm_nine3_right_more>div p{
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dm_nine3_right_more>div p a{
    font-size: 14px;
    padding: 10px 38px;
    border-radius: 30px;
    border: 1px solid #1c1c1c;
    margin-top: 20px;
    color: #666;
  }
  /* 第十三部分 */
  .aijia_thirteen {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    /* background-image: url(../images/aijia_news/aijia_44.png);
    background-position: 50% 100%;
    background-repeat: no-repeat; */
    background-color: #f5f5f5;
  }

  .aijia_thirteen ul {
    width: 70%;
    min-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .aijia_thirteen ul li:first-of-type {
    width: 900px;
    position: relative;
    overflow: hidden;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    text-align: center;
    margin-top: 20px;
  }

  .prev_thirteen,
  .next_thirteen {
    background-image: url(../images/aijia_news/aijia_50.png);
    background-position: center center;
    background-size: auto;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
  }

  .prev_thirteen {
    transform: rotate(180deg)
  }

  /* .aijia_thirteen ul li:nth-of-type(2){
    margin-left: 35px;
  } */
  .aijia_thirteen ul li:nth-of-type(2) p {
    font-size: 50px;
    color: #1c1c1c;
    font-weight: bold;
  }

  .aijia_thirteen ul li:nth-of-type(2) p:first-of-type {
    font-size: 24px;
    margin-bottom: 30px;
  }
  /* 常见问题 */
  .mp_eight{
    width: 100%;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}
.mp_eight h2{
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.mp_eight ul{
    width: 60%;
    min-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.mp_eight ul li{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.mp_eight_L,
.mp_eight_R{
    width: 45%;
    padding-bottom: 8px;
}
.mp_eight_q{
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 8px;
}
.mp_eight_q img{
    width: 17px;
    height: 12px;
}
.mp_eight_a{
    font-size: 20px;
    color: #484848;
    box-sizing: border-box;
    padding-left: 10px;
    display: none;
}
.mp_eight_qa{
    border: 1px solid #0baaf7;
    border-radius: 5px;
}
.mp_eight_active{
display: none;
}
}
@media(max-device-width:1250px){
    .md_one{
        width: 100%;
        position: relative;
    }
    .md_one picture {
        width: 100%;
    }
    .md_one picture img{
        width: 100%;
    }
    .md_oneText{
        width: 90%;
        position: absolute;
        left: 50%;
        top: 14%;
        display: flex;
        flex-direction: column;
        color: #fff;
        transform: translateX(-50%);
        text-align: center;
    }
    .md_oneText p:first-of-type{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .md_oneText p:nth-of-type(2){
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 35px;
    }
    .md_oneText p:nth-of-type(3){
        font-size: 15px;
        margin-bottom: 30px;
    }
    .md_oneText div button{
        font-size: 20px;
        padding: 8px 28px;
        border-radius: 50px;
        background-color: #f1a30a;
        border: none;
        color: #fff;
        cursor: pointer;
    }
    /* 第二部分 */
    .dm_two{
        background-color: #f5f5f5;
        width: 100%;
        position: relative;
    }
    .dm_two picture img{
        width: 100%;
    }
    .dm_two_text{
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .dm_two_text>p{
        padding: 20px 0;
        font-size: 20px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }
    .dm_two_text ul{
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .dm_two_text ul li{
        width: 30%;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: space-between;
         margin-top: 25px;
    }
    .dm_two_text ul li>p{
        height: 30px;
        margin-bottom: 15px;
    }
    .dm_two_text ul li>p img{
        width: 70%;
        margin: 0 auto;
    }
    .dm_two_text ul li span{
        margin-top: 5px;
        font-size: 12px;
        color: #666666;
    }
     /* 第三部分 */
     .cAsele {
        background-color: #f5f5f5;
        background-image: url(../images/dm/aijia_hwIcon.png);
        background-position-x:100%;
        background-position-y:center ;
        background-size: 38px;
        background-repeat: no-repeat;
        color: #666666;
        border-radius: 4px;
        font-size: 16px;
        border: 1px solid #ccc;
        d-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        line-height: 1.5em;
        padding: 0.3em 4.5em 0.3em 1em;
        margin-top: 15px;
        margin-bottom: 15px;
      }
     .aijia_two {
        width: 100%;
        background-color: #f5f5f5;
      }
     
    
      .aijia_two>div {
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 30px 20px;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
    
      .aijia_two>div ul:first-of-type,
      .aijia_two>div ul:nth-of-type(2) {
        width: 100%;
      }
    
      .aijia_two>div ul:first-of-type li:first-of-type {
        font-size: 30px;
        color: #000;
        font-weight: bold;
        margin-bottom: 40px;
        text-align: center;
      }
    
      .aijia_two>div ul:first-of-type li:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
    
      .aijia_two>div ul:first-of-type li:nth-of-type(2) div {
        display: flex;
        flex-direction: column;
      }
    
      .aijia_two>div ul:first-of-type li:nth-of-type(2) div p {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px;
      }
    
      .aijia_two>div ul:first-of-type li:nth-of-type(2) div p img {
        margin-right: 10px;
        width: 18px;
      }
    
      .aijia_two>div ul:first-of-type li:nth-of-type(2) div p span {
        font-size: 16px;
        color: #1c1c1c;
      }
    
      .aijia_two>div ul:first-of-type li:nth-of-type(3) {
        display: flex;
        flex-direction: row;
        justify-content: center;
      }
    
      .aijia_two>div ul:first-of-type li:nth-of-type(3) img {
        width: 100%;
      }
    
      .aijia_two>div ul:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:first-of-type {
        position: relative;
        width: 300px;
        text-align: center;
        border: 1px solid #f9ab13;
        border-radius: 8px;
        margin-top: 30px;
      }
      .aijia_two>div ul:nth-of-type(2) li:first-of-type form{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
      }
      .aijia_two>div ul:nth-of-type(2) li:first-of-type img:first-of-type {
        width: 160px;
        position: absolute;
        left: 50%;
        top: -9px;
        transform: translateX(-50%);
      }
      .aijia_two>div ul:nth-of-type(2) li:first-of-type img:nth-of-type(2) {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
      }
      .aijia_two>div ul:nth-of-type(2) li:first-of-type img:nth-of-type(3) {
        width: 50%;
        position: absolute;
        left: 0px;
        bottom: 20px;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:first-of-type p:first-of-type {
        margin-top: 40px;
        font-size: 16px;
        color: #a5a5a5;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:first-of-type div p:first-of-type {
        margin-top: 12px;
        font-size: 12px;
        color: #a5a5a5;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:first-of-type p:nth-of-type(2) {
        margin-top: 15px;
        font-size: 20px;
        color: #f9ab13;
        font-weight: bold;
        display: flex;
        flex-direction: row;
      }
      .aijia_two>div ul:nth-of-type(2) li:first-of-type>div>div{
        display: flex;
        flex-direction: row;
        justify-content: center;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:first-of-type p:nth-of-type(3) {
        margin-top: 8px;
        font-size: 16px;
        color: #a5a5a5;
      }
      .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:nth-of-type(2) p:first-of-type {
        margin-top: 3px;
        font-size: 14px;
        color: #a5a5a5;
        display: flex;
        flex-direction: column;margin-bottom: 30px;
      }
      .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:nth-of-type(2) p:first-of-type span:first-of-type{
        font-size: 12px;
        color: #8a8a8a;
      }
      .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:nth-of-type(2) p:first-of-type span:nth-of-type(2){
        font-size: 12px;
        color: #8a8a8a;
        text-align: center;
        margin-top: 15px;
      }
      .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:first-of-type p:first-of-type {
        font-size: 12px;
        color: #a5a5a5;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
      }
       .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:first-of-type>em{
         font-size: 30px;
         margin-top: 30px;
        }
        
    
      .aijia_two>div ul:nth-of-type(2) li:first-of-type>div:first-of-type{
        display: flex;
        flex-direction: column;
        margin-top: 45px;
       align-items: center;
      }
      .aijia_two>div ul:nth-of-type(2) li:first-of-type div button {
        margin-bottom: 5px;
        font-size: 20px;
        color: #fff;
        background-color: #0d6fb8;
        padding: 10px 50px;
        border-radius: 30px;
        border: none;
        cursor: pointer;
        position: relative;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2) {
       width: 80%;
       margin-top: 30px;
      }
      .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2) img{
        width: 100%;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>p:first-of-type {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        text-align: center;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>p:nth-of-type(2) {
        font-size: 16px;
        color: #a5a5a5;
        margin-top: 8px;
        text-align: center;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 8px;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>div p {
        font-size: 35px;
        font-weight: bold;
        color: #f9ab13;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>div p span {
        font-size: 24px;
        color: #f9ab13;
        font-weight: bold;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>div button {
        font-weight: bold;
        border: 2px solid #2084a5;
        border-radius: 30px;
        padding: 5px 30px;
        font-size: 20px;
        color: #2084a5;
        background-color: #fff;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 10px;
      }
    
      .aijia_two>div ul:nth-of-type(2) li:nth-of-type(2)>p:last-of-type {
        font-size: 12px;
        color: #a5a5a5;
        margin-top: 8px;
      }
      /* 第四部分 */
      .dm_three{
        width: 100%;
      }
      .dm_three ul{
        width: 100%;
        display: flex;
        flex-direction: column;
      }
      .dm_three ul li{
        width: 100%;
        position: relative;
      }
      .dm_three ul li img{
        width: 100%;
      }
      .dm_three ul li div{
        position: absolute;
        top: 3%;
        text-align: center;
        transform: translateX(-50%);
      }
      .dm_three_left div{
        left: 50%;
        
      }
      .dm_three_right div{
        left: 50%;
      }
      .dm_three ul li div .dm_three_title {
        font-size: 25px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 15px;
      }
      .dm_three ul li div p{
        font-size: 14px;
        color: #fff;
        white-space: nowrap;
        margin-top: 4px;
      }
       /* 第五部分 */
  .dm_five{
    width: 100%;
    background-color: #fff;
    padding-top: 50px;
  }
  .dm_five>p{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  .dm_five>p .dm_five_title{
    font-size: 25px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .dm_five>p span{
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
  }
  .dm_five ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .dm_five ul li{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .dm_five ul li p{
    width: 50%;
    position: relative;
  }
  .dm_five ul li p img{
    width: 100%;
  }
  .dm_five ul li p span{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 10px 0;
    background-color: rgb(102, 102, 102,.5);
    text-align: center;
    color: #fff;
  }
  
  .Guarding {width: 100%;padding: 50px 0;background-color: #f5f5f5;justify-content:center;align-items:center;flex-direction: column;display: flex;}
  .Guarding .left_m {width: 60%;margin-right:2%}
   .Guarding .left_m img {width: 100%;border: 10px solid #FFFFFF;border-radius: 10px;}
  .Guarding .right_m {width: 90%;}
  .Guarding .right_m ul {width: 100%;margin-top:20px;}
  .Guarding .right_m li {width: 100%;color: #1c1c1c;justify-content: center;display: flex}
  .Guarding .right_m li:first-of-type {font-weight: bold;font-size:20px;text-align: center;}
  .Guarding .right_m li:nth-of-type(2) {margin:30px auto}
  .Guarding .right_m p {margin:0 16px;font-size:16px;font-weight: bold;}
  .Guarding .right_m li:last-of-type {font-size:14px;color: #666;width: 100%;}
  
  /* 第六部分 */
  .dm_sex{
    width: 100%;
    padding: 40px 0; 
    background-color: #f5f5f5;
  }
  .dm_sex .dm_sex_title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #1c1c1c;
    font-weight: bold;
	margin-bottom: 30px;
  }
  .dm_sex .dm_sex_titlen{
    width: 80%;
    text-align:left;
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 20px; margin:auto;
  }
  .dm_sex ul{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dm_sex ul li{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .dm_sex ul li img{
    width: 70%;
  }
  .dm_sex ul li p{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #666;
  }
  .dm_sex ul li .title{
    font-size: 16px;
    font-weight: bold;
    color: #1c1c1c;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  /* 第七部分 */
  .dm_seven{
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
  }
  .dm_seven ul{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .dm_seven ul .dm_seven_img .dm_seven_img_All{
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .dm_seven ul .dm_seven_img .dm_seven_img_All img{
    width: 100%;
  }
  .dm_seven ul .dm_seven_img .dm_seven_img_All .dm_seven_img_All_swiper1{
    width: 81%;
    position: absolute;
    left: 23px;
    top: 29px;
  }
  .dm_seven ul .dm_seven_img .dm_seven_img_All .dm_seven_img_All_swiper1 .swiper1{
    width: 100%;
    overflow: hidden;
  }
  .dm_seven_text{
    width: 100%;
  }
  .dm_seven_text>p{
    font-size: 20px;
    color: #1c1c1c;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    text-align: center;
  }
  .dm_seven_textS{
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .dm_seven_textS>div{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    align-items: center;
   
  }
  .border_c{
    border-bottom: 1px solid #666;
  }
  .border_cActive{
    border-bottom: 1px solid #f5c056;
  }
  .dm_seven_textS>div p{
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .dm_seven_textS>div p img{
   margin-bottom: 15px;
  }
  .dm_seven_textS>div  span{
    font-size: 14px;
    color: #666666;
    position: absolute;
    left: 0;
    top: 120px;
    text-align: center;
    display: none;
  }
  .dm_seven_img{
    width: 80%;
    padding-top: 120px;
  }
  .dm_seven_textS>div .Seven_tActive{
    display: block;
  }
  
  /* 第八部分 */
  .dm_eight{width: 100%;padding: 100px 0;}
  .dm_eight>p{width: 90%; margin: 0 auto;margin-bottom: 50px;text-align: center;display: flex;flex-direction: column;}
  .dm_eight>p span:first-of-type{font-size: 20px;color: #1c1c1c;font-weight: bold;margin-top: 5px; margin-bottom: 15px;}
  .dm_eight>p span:nth-of-type(2){font-size: 14px;color: #666;margin-bottom: 5px;}
  .dm_eight ul{width: 100%;justify-content:center;align-items:center;flex-direction: column;display: flex;}
  .dm_eight li{width: 300px;border: 1px dashed #999;border-radius: 20px;background-color: #fff;padding: 20px;justify-content:center;align-items:center;flex-direction: column;display: flex;margin-bottom:26px}
  .dm_eight .point {display:none}
  .dm_eight ul li p:first-of-type span{font-size: 18px;color: #1c1c1c;font-weight: bold;}
  .dm_eight ul li p:nth-of-type(2){font-size: 14px;color: #666; margin:10px 0;}
  .dm_eight ul li p:nth-of-type(3){font-size: 14px;color: #666;margin:20px 0;}
   /* 第九部分 */
   .dm_nine{
    width: 100%;
    background-color: #f5f5f5;
    padding: 40px 0;
  }
  .dm_nine ul{
    width: 90%;
    margin: 0 auto;
  }
  .dm_nine ul .dm_nine1{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>p:first-of-type{
    font-size: 20px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>p:nth-of-type(2){
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>div{
    display: flex;
    flex-direction: row;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>div p{
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>div p img{
    margin-bottom: 15px;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>div p:nth-of-type(n+1) img{
    width: 76px;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>div p:nth-of-type(2n){
    justify-content: center;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>div p:nth-of-type(2n) img{
    width: 20px;
    margin-bottom: 55px;
  }
  .dm_nine ul .dm_nine1 .dm_nine1_left>div p span{
    font-size: 12px;
    color: #666;
  }
  .dm_nine1_rigth{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
  }
  .dm_nine1_rigth img{
    width: 90%;
  }
  .dm_nine2{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .dm_nine2 .dm_nine2_left{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }
  .dm_nine2 .dm_nine2_left img{
    width: 90%;
    border-radius: 15px;
  }
  .dm_nine2 .dm_nine2_right{
    margin-top: 80px;
  }
  .dm_nine2 .dm_nine2_right p:first-of-type{
    font-size: 25px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .dm_nine2 .dm_nine2_right p:nth-of-type(2),
  .dm_nine2 .dm_nine2_right p:nth-of-type(3){
    font-size: 14px;
    color: #666;
    text-align: center;
  }
  .dm_nine3{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .dm_nine3 .dm_nine3_left{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 320px;
  }
  .dm_nine3 .dm_nine3_left img{
    width: 90%;
    border-radius: 15px;
  }
  .dm_nine3 .dm_nine3_right{
    margin-top: 80px;
    position: relative;
  }
  .dm_nine3 .dm_nine3_right>p:first-of-type{
    font-size: 20px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .dm_nine3 .dm_nine3_right>p:nth-of-type(2),
  .dm_nine3 .dm_nine3_right>p:nth-of-type(3){
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
  }
  .dm_nine3_right_more{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 490px;
  }
  .dm_nine3_right_more>p{
    font-size: 15px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
  }
  .dm_nine3_right_more>div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .dm_nine3_right_more>div p{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dm_nine3_right_more>div p a{
    font-size: 14px;
    padding: 5px 16px;
    border-radius: 30px;
    border: 1px solid #1c1c1c;
    margin-top: 20px;
    color: #666;
  }
  .dm_nine3_right_more>div p img{
    width: 150px;
  }
   /* 第十三部分 */
   .aijia_thirteen {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    /* background-image: url(../images/aijia_news/aijiam_13.png);
    background-position: 50% 100%;
    background-repeat: no-repeat; */
    background-color: #f5f5f5;
  }

  .aijia_thirteen ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    /* justify-content: space-between; */
    align-items: flex-start;
  }

  .aijia_thirteen ul li:first-of-type {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    text-align: center;
    margin-top: 20px;
  }

  .prev_thirteen,
  .next_thirteen {
    background-image: url(../images/aijia_news/aijia_50.png);
    background-position: center center;
    background-size: 100%;
    top: 50% !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
  }

  .prev_thirteen {
    transform: rotate(180deg)
  }

  .aijia_thirteen ul li:nth-of-type(2) {
    margin-bottom: 25px;
  }

  .aijia_thirteen ul li:nth-of-type(2) p {
    font-size: 30px;
    color: #1c1c1c;
    font-weight: bold;
  }

  .aijia_thirteen ul li:nth-of-type(2) p:first-of-type {
    font-size: 18px;
    margin-bottom: 30px;
  }
  /* 常见问题 */
   .mp_eight{
    width: 100%;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}
.mp_eight h2{
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.mp_eight ul{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.mp_eight ul li{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.mp_eight_L,
.mp_eight_R{
    width: 100%;
    /* border-bottom: 1px solid #d4d4d4; */
    padding-bottom: 15px;
}
.mp_eight_q{
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 8px;
}
.mp_eight_q img{
    width: 11px;
    height: 8px;
}
.mp_eight_a{
    font-size: 12px;
    color: #484848;
    box-sizing: border-box;
    padding-left: 10px;
    display: none;
}
.mp_eight_qa{
    border: 1px solid #0baaf7;
    border-radius: 5px;
}
.mp_eight_active{
display: none;
}

}