*{
  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{
   scroll-behavior: smooth;
}
body{
  overflow-x: hidden;
}


.paging-wrap{
  display: flex;
}
.paging-to{
  display: flex;
}
.paging-to input{
  border: 0.01rem solid #e6e6e6;
  border-radius: 0.03rem;
  font-size: 0.16rem;
  text-align: center;
  color: #000;
}
.paging-p,.paging-to-bt{
  padding: 0.05rem 0.1rem;
  border-radius: 0.02rem;
  background: #fff;
  border: 0.01rem solid #a6a6a6;
  color: #7d7d7d;
    font-size: 0.14rem;
}

.paging{
  display: flex;
  
}
.paging-a{
   padding: 0.05rem 0.1rem;
  border-radius: 0.02rem;
  display: block;
   background: #fff;
   margin:0 0.07rem;
    border: 0.01rem solid #a6a6a6;
    color: #7d7d7d;
    font-size: 0.14rem;
}

.paging-to input{
  width: 0.6rem;
  height: 0.3rem;
  margin: 0 0.07rem;
  background: #fff;
  color: #7d7d7d;
    font-size: 0.14rem;
    border: 0.01rem solid #a6a6a6;
}

.paging-to-bt{
  margin:0 0.07rem;
  cursor: pointer;
}


a{
  text-decoration: none;
  color: #000;
}
ul{
  list-style: none;
}
input{
  outline: 0;
  background:#fff;
}
img{
  object-fit: cover;
  cursor:pointer;
  display: block;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
/*body{*/
/*  padding-top: 1rem;*/

/*}*/
/*单词自动换行*/
/* word-break:break-all;
word-wrap:break-word; */
/*文字描边*/
/* 设置描边宽度及颜色 默认为字体内外描边
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);
  }
}
.common_titbox{
display: flex;
justify-content: center;
align-items: center;
position: relative;
padding-top: 0.3rem;
margin-bottom: 0.7rem;
}
.common_tit{
color:#333;
font-weight: bold;
font-size: 0.5rem;
position: relative;
z-index: 5;
}

.common_tit_en{
color: #edf1f6;
font-size: 0.7rem;
font-weight: bold;
text-transform: uppercase;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: 1;
}

.common_banner img{
width: 100%;
height: 100%;
}
.common_banner{
position: relative;
}
.common_banner_center{
width: 14rem;
margin: 0 auto;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.common_banner_tit{
font-size: 0.5rem;
color: #fff; 
margin-bottom: 0.4rem;
}

.common_banner_txt{
width: 5.73rem;
text-align: justify;
font-size: 0.16rem;
color: #fff;
line-height: 1.8;
}
.common_position{
margin-bottom: 0.02rem;
box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.11);
}
.common_position_center{
width: 14rem;
padding: 0.23rem 0;
margin: 0 auto;
display: flex;
justify-content: flex-end;
}
.common_rightbox{
display: flex;
align-items: center;
}
.common_right_a{
display: flex;
align-items: center;
color: #666;
font-size: 0.14rem;
margin-left: 0.1rem;
}
.common_right_a img{
width: 0.13rem;
margin-right: 0.08rem;
}
.common_right_a::after{
content: '-';
display: block;
color: #666666;
font-size: 0.14rem;
margin-left: 0.1rem;
}
.common_right_a:last-child::after{
display: none;
}

.pages_content{
padding: 0.5rem 0 ;
display: flex;
justify-content: center;
align-items: center;
}
.paging-a.active{
 background: #0052b2;
 color: #fff;
 border-color: #0052b2;
}
.paging-a:hover{
  background: #0052b2;
  color: #fff;
 border-color: #0052b2;
}
.paging-to-bt:hover{
   background: #0052b2;
  color: #fff;
 border-color: #0052b2;
}



