*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: .16rem;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* For some Androids */
        
}
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;
}
.common_banner{
    position: relative;
}
.common_txt_position{
    position: absolute;
    width: 16rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    z-index: 5;
    align-items: center;
   
}
.common_id_imgbox{
    width: 3.2rem;
   
    display: flex;
    justify-content: center;
    align-items: center;
}
.common_id_imgbox img{
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important;
}

.common_id_textbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.common_id_textbox *{
    color: #fff;
}
.common_id_tit{
    font-weight: bold;
    font-size: 0.3rem;
  
}
.common_id_msg{
    font-size: 0.3rem;
    margin: 0.2rem 0 ;
}
.common_id_xtxt{
    width: 2.5rem;
    border-radius: 0.05rem;
    border: 0.01rem solid #fff;
    padding: 0.07rem 0 ; 
    text-align: center;
    font-size: 0.16rem;
}
.common_banner img{

  width: 100%;
  height: 100%;
}

.pagination{
    display: flex;
    align-items: center;
}
li.page-item.active{
    background: #1244B5;
    color: #fff;
}

li.page-item{
    width: 0.3rem;
    height: 0.3rem;
    border: dashed 0.01rem #999;
    border-radius: 50%;
    margin: 0 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.page-link{
    font-size: 0.16rem;
}
li.page-item:hover{
   background: #1244B5;
}
li.page-item:hover .page-link{
   color: #fff;
}

.product_list_aItems.active{
        color: #1244B5;
    font-weight: bold;
} 

/*单词自动换行*/
/* word-break:break-all;
word-wrap:break-word; */
/*文字描边*/
 /* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */

.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@font-face {
  font-family: 'tsl-font';
  src: url(../zrq/images/index/PangMenZhengDaoBiaoTiTi-1.ttf);
}

/*多行溢出*/
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);
    }
  }

  .common_titbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6rem;
  }
  .common_title{
    font-size: 0.36rem;
    color: #333;
    font-weight: bold;
  }
  .common_msg{
    font-size: 0.2rem;
    color: #333;
    margin-top: 0.3rem;
  }
.template_common{
  width: 16rem;
  margin: 0 auto;
}

.common_position_center{
  width: 16rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0 ;
}
.common_position_leftbox{
  display: flex;
  align-items: center;
}
.common_homeImg{
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  margin-right: 0.05rem;
}
.common_homeImg img{
  width: 100%;
  height: 100%;
}
.common_position_a{
  color: #666666;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
}
.common_position_a:last-child{
  color: 666666;
  font-weight: bold;
}
.common_position_a::after{
  content: '>';
  display: block;
  margin: 0 0.05rem;
}

.common_position_a:last-child::after{
  display: none;
}
.common_solid_title{
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.3rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.common_solid_title::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
  height: 0.04rem;
  background: #1244B5;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}

.pages_content{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0.3rem 0 ;

}



/*.pages_content a{*/
/*  border-radius: 50%;*/
/*  border: 0.01rem dashed #CCCCCC;*/
/*  font-size: 0.16rem;*/
/*  width: 0.3rem;*/
/*  height: 0.3rem;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  color: #999999;*/
/*  margin: 0 0.05rem;*/
/*}*/
/*.pages_content a:hover{*/
/*  background: #1244B5;*/
/*  color: #fff;*/
/*}*/




@media only screen and (max-width:1024px){
    .common_position{
        display: none;
    }
    .common_txt_position{
        display: none;
    }
    #pjax-container{
        margin-top: 50px;
    }
}