@charset "utf-8";
/*
::-webkit-scrollbar{width: 8px;}
::-webkit-scrollbar-track {background: #d7d7d7;border-radius: 6px;}
::-webkit-scrollbar-thumb{background: #a59e9e; border-radius: 6px;}
::-webkit-scrollbar-thumb:hover{background: #555;}
.chatroom-username{color: #768387; font-size:11px;}
*/
:root {
--theme: #cc0000;
--subtheme: #9E0125;
--theme_cur: #9E0125;
--themes-color: #333;
--swiper-navigation-size:42px;
}
/* web link*/
a:link {color:;text-decoration:none;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;}
a > div{transition: all 0s;-webkit-transition: all 0s;-moz-transition: all 0s;-o-transition: all 0s;}
a *{transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;}
a div div{transition:all 0s;-webkit-transition: all 0s;-moz-transition:all 0s;-o-transition: all 0s;}
a:visited {color:;text-decoration:none;transition:all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s; -o-transition: all 0.5s;}
a:hover {color:var(--theme);text-decoration:none; transition:all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
a:active{color: var(--subtheme);text-decoration:none;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}

html .twoNav .twoNavLeft .leftItem{
    padding-left: 0.3rem;
}
html .twoNav .twoNavLeft .leftBottom{
    padding-left: 0.32rem;
}
.twoNav .twoNavLeft .leftItem .leftItemTex{
    font-size: 14px;
    line-height: 1.2em;
}
html .leftBottom .leftBotItem .botItemTex{
    font-size: 12px;
    line-height: 1.2em;
}

html .index .product .productNav{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
}
html .product .productNav .productBtn{
    width: auto;
    padding: 0 0.1rem;
    font-size: 0.14rem;
}
html .indexBotNav .indexBotBtn{
    width: auto;
}
html .indexBotNav .indexBotBtn>div{}
.footer_flex a{color:#fff;}
.footer_flex a:hover{color:var(--theme);}

html .proDetail .detNav a{/* padding:0 8px 0 0; */color: #000;font-size: 0.135rem;line-height: 0.135rem;font-weight: bold;}
html .proDetail .detNav a:nth-last-child(1){color: #999999;}
html .proDetail .detNav a:hover{color:var(--theme);}
html .proDetail .detNav svg{max-width: 28px; max-height: 14px;fill: currentColor; /* margin: 6px 0 0; */ opacity: 0.7;}

html .LeftNav .navItem.active .navItemTop{
    height: auto;
    padding-top: 0.09rem;
    padding-bottom: 0.1rem;
    padding-left: 0.2rem;
}
html .LeftNav .navItem .navItemTop{
    padding: 0.05rem 0 0.05rem 0.3rem;
    height: auto;
}
html .LeftNav .navItem .navItemTop>div{
    line-height: 1em;
    font-size: 0.18rem;
}
html .navItemBot .botItem{
    padding-left: 0.2rem;
    margin-bottom: 0.06rem;
    padding-top: 0.05rem;
}
html .navItemBot .botItem>div{
    font-size: 0.14rem;
}
html .products .productsCon .LeftNav{
    padding-top: 0rem;
    padding-right: 0.01rem;
}
html .navItemBot .botItem .botIcon{}
html .right_p1{
    font-size: 0.13rem;
}
html .LeftNav .navItem {margin-top: 0.15rem;}

