@charset "utf-8";
html {-webkit-text-size-adjust: 100%; font-weight: 400; font-size: calc(100 / var(--ww));}
* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; margin: 0; padding: 0; }
html {-webkit-text-size-adjust: 100%; font-weight: 400;}
body {padding: 0;margin: 0 auto;font-size: 16px; color: #2d343a;  font-weight: normal;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/
    /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
}
:root {
    --ww: 1920 * 1vw;
}
@media (max-width: 1600px) {
    :root {
        --ww: 1600 * 1vw;
    }
}
@media (max-width: 1024px) {
    :root {
        --ww: 1200 * 1vw;
    }
}
@media (max-width: 768px) {
    :root {
        --ww: 1024 * 1vw;
    }
}
@media (max-width: 640px) {
    :root {
        --ww: 600 * 1vw;
    }
}

html, body {
    margin: 0;
    padding: 0;
}
body {
    font-size: 16rem;
    overflow-x: hidden;
}
IMG {
    border-width: 0;
}

* {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

a {
    text-decoration: none !important;
    color: #555
}

a:hover {
    text-decoration: none;
}
.navbar-expand-lg .navbar-nav .nav-link,.navbar{padding: 0;}
p{margin: 0;}
h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{margin: 0;font-size: 22rem}
.navbar{--bs-navbar-nav-link-padding-x: 15rem;
--bs-navbar-toggler-padding-y: 15rem;
--bs-navbar-toggler-padding-x: 25rem;
 --bs-navbar-toggler-font-size: 25rem;
    --bs-navbar-toggler-border-radius:10rem;
    --bs-navbar-brand-padding-y:0;
    --bs-navbar-brand-font-size: 0.8rem;padding: 5px 0;
}
.navbar{justify-content: flex-end;}
.navbar-toggler-icon{width: 30rem;height:30rem}
.navbar-toggler:focus{box-shadow: none !important;}
ul,li{padding: 0;margin: 0;}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background-color: #1e65bd !important;}
