@import url(R-css.css); 
@import url(ax.css); 
@import url(ax-response.css); 
@import url(fonts.css); 
@import url(@.css); 
@import url(../iconfont/iconfont.css); 
::-webkit-scrollbar {
    width: .5rem;
    height: .5rem;
    background: hsla(0, 0%, 100%, 0.6);
  }
  ::-webkit-scrollbar-track {
    border-radius: 0;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(95,95,95,.4);
    transition: all .2s;
    border-radius: .5rem;
  }
  .renteng {
    font-family: "renteng" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
p{padding: unset; margin: unset;}

table{width: 100% !important; border-collapse: collapse; margin: 0 auto; text-align: center;}
table td, table th{border: 1px solid #cad9ea;}

a,a:hover,a::before,li:hover,li::before,li,i,h3,span,div,div::before,img,strong,p,b,::after,::before,header
{
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.D-flex{display: flex;}
::-moz-selection{background:#3d3c81;color: #fff;} 
::selection {background:#3d3c81; color:#fff;} 
.text-lddq{text-align:justify;}/*文字两端对齐*/
.grid-quchong{margin: 0 0 -1px -1px;}/*去网格周边重叠线条*/
.img-auto{width: auto; height: auto; max-width: 100%; max-height: 100%;}/*图片自适应*/

.relative{position: relative;}
.relative::before{position: absolute; content: '';}
.relative::after{position: absolute; content: '';}
.absolute{position: absolute;}
.absolute::after{content: '';}
.absolute::before{content: '';}

.Nr-huanheng
{
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
    overflow: hidden;
    padding: unset;
} 
.Nr-huanheng p{display: contents;}
.Nr-3h{-webkit-line-clamp: 3;}
.Nr-5h{-webkit-line-clamp: 5;}

.BtDanhang
{
    width: 100%; 
    display: block; 
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

#allmap{width: 100%; height: 50vh;}

.SLimg{height: 20vh; border-radius: 3px 3px 0 0; overflow: hidden;}
.SLimg > a{width: 100%; height: 100%; background-repeat: no-repeat; background-position:  center center; background-size: cover,24px 24px; background-color: #f5f5f5; display: block;}


.max-font{font-size: calc(1em + 1.5vw); line-height: 1.5em;}
.zc-font{font-size: calc(1em + 1vw); line-height: 1.5em;}

.flex{display:flex;}
.GDwz{position:sticky; position:-webkit-sticky;}
.GDwz-shuzi{top: 20px;}

.nx-anniu{display: flex; justify-content: space-around;}
.nx-anniu > .shang{}
.nx-anniu > .xia{}
.nx-anniu a,.nx-anniu a:hover{color: #333;}


@keyframes myfirst{
  0%{transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
@-webkit-keyframes wobble-tell {
0% {-webkit-transform:translateX(0%);}
15% {-webkit-transform:translateX(-20%) rotate(-5deg);}
30% {-webkit-transform:translateX(20%) rotate(3deg);}
45% {-webkit-transform:translateX(-10%) rotate(-3deg);}
60% {-webkit-transform:translateX(10%) rotate(2deg);}
75% {-webkit-transform:translateX(-5%) rotate(-1deg);}
100% {-webkit-transform:translateX(0%);}
}
@-moz-keyframes wobble-tell {
0% {-webkit-transform:translateX(0%);}
15% {-webkit-transform:translateX(-20%) rotate(-5deg);}
30% {-webkit-transform:translateX(20%) rotate(3deg);}
45% {-webkit-transform:translateX(-10%) rotate(-3deg);}
60% {-webkit-transform:translateX(10%) rotate(2deg);}
75% {-webkit-transform:translateX(-5%) rotate(-1deg);}
100% {-webkit-transform:translateX(0%);}
}