*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: .16rem;
}
html{
    font-size: 100px;
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: #000;
}
ul{
    list-style: none;
}
input{
    outline: 0;
    background:#fff;
}
img{
    object-fit: cover;
    cursor:pointer;
    display: block;
}
.ellipsis {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
/*文字描边*/
 /* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */
/*多行溢出*/
/* line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
} */
/* 水波纹效果 */
.btn-ripple {
  vertical-align: bottom;
}
.btn-ripple:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.btn-ripple:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes ani_ripple {
    0% {
      background: rgba(0, 0, 0, 0.25);
      transform: translateX(-50%) translateY(-50%) scale(0);
    }

    to {
      background: transparent;
      transform: translateX(-50%) translateY(-50%) scale(1);
    }
  }
/*翻页
<div class="news_pages">
                        <a href="javascript:;" class="news_pages_a"> < </a>
                        <a href="javascript:;" class="news_pages_a">1</a>
                        <a href="javascript:;" class="news_pages_a">2</a>
                        <a href="javascript:;" class="news_pages_a">3</a>
                        <a href="javascript:;" class="news_pages_a">4</a>
                        <a href="javascript:;" class="news_pages_x ">...</a>
                        <a href="javascript:;" class="news_pages_a">8</a>
                        <a href="javascript:;" class="news_pages_a">></a>
</div>
*/
/* .news_pages{
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}
.news_pages_a{
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    background:#fff;
    margin: 0 0.07rem ;
    text-align: center;
    line-height: 0.3rem;
    border: 0.01rem solid #eeeeee;
    color: #7D7D7D;
    font-size: 0.14rem;
}
.news_pages_a:nth-child(2){
    background:#036EB8;
    color: #fff;
}
.news_pages_a:hover{
    background: #036EB8;
    color: #fff;
}
.news_pages_x{
    color: #7D7D7D;
} */

.product_right_shawbox{
    flex: 1;
}

/* 当前位置 */
.about_position{
    padding: 0.5rem 0;
}
.about_position_center{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
}
.common_position{
    display: flex;
    align-items: center;
}
.about_position_center a,span{
    font-size: 0.15rem;
    color: #333;
    display: block;
    margin-right: 0.05rem;
}
.about_position_center a:hover{
    color: #000;
}
.about_home{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem!important;
}
.about_home img{
    width: 100%;
    height: 100%;
}
/* 相关资讯 */
.about_three{
    padding: 0.6rem 0;
}
.about_three_center{
    width: 14rem;
    margin: 0 auto;
}
.about_three_tit{
    text-align: center;
    color: #02ACFA;
    font-size: 0.3rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.about_three_content{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.about_three_items{
    width: 48%;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_three_items:hover .about_three_txt{
    opacity: .75;
}
.about_three_items:hover .about_three_deta{
    opacity: .8;
}
.about_three_txt{
    color: #222;
    font-size: 0.19rem;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 0.3rem;
}
.about_three_deta{
    color: #777;
    font-size: 0.19rem;
}
/* 翻页 */
.pro_pages{
    display: flex;
    justify-content: center;
    margin: 0.5rem 0;
}
.pro_pages a{
    width: 0.38rem;
    height: 0.38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.19rem;
    color: #222;
    background: #C0C0C0;
    border-radius: 0.03rem;
    margin: 0 0.1rem;
}
.pro_pages a:hover{
    background: #02ACFA;
    color: #fff;
}
.pages_par{
    display: flex;
    align-items: center;
    color: #222;
    font-size: 0.19rem;
    cursor: default;
}
.pager_input{
    width: 0.76rem!important;
}
.pager_input input{
    width: 100%;
    height: 100%;
    padding: 0 0.07rem;
    border: 0.01rem solid #222;
    border-radius: 0.03rem;
}
.product_cursor img{
    width:0.26rem;
    height: 0.26rem;
}

/* 资料下载 -> */
.down_leftbox{
    width: 3rem!important;
    margin-right: 0.15rem;
}
.down_leftbox .index_product_xbox{
    margin-bottom: 0.1rem;
}
.down_leftbox .index_product_xbox:hover .index_pro_one{
    color: #02ACFA;
}
.down_leftbox .index_pro_one::after{
    right: 0.2rem;
}



.product_par{
    padding-bottom: 0.5rem;
}
@media only screen and (max-width: 1024px) { 
    .about_position{
        display: none;
    }   
    .product_par{
        padding: 15px;
    }
    .pro_pages{
        margin: 15px 0;
    }
    .pro_pages a{
        width: 0.5rem;
        height: 0.5rem;
        margin: 0 3px;
    }
    .pager_input,
    .paging-to-bt{
        display: none!important;
    }
    .pages_par {
        display: none;
    }
    .about_three{
        padding: 15px;
    }
    .about_three_center{
        width: 100%;
    }
    .about_three_tit{
        margin-bottom: 15px;
    }
    .about_xcase{
        padding: 15px;
    }
    img{
        width: 100%;
        height: auto;
    }
    .news_message{
        width: 100%;
        padding: 15px;
    }
    .about_three_content{
        flex-direction: column;
    }
    .about_three_txt{
        font-size: 12px;
    }
    .about_three_items{
        width: 100%;
    }
    .about_three_deta{
        font-size: 12px;
    }
    
}
