@charset "UTF-8";
/*
字体查询网站
https://www.googlefonts.cn/specimen/Oswald
 谷歌字体在线引用变体方式
 https://fonts.googleapis.com/css?family=Tangerine:400,700
 https://fonts.googleapis.com/css?family=Tangerine:solid,blod
 上述都是可以的
 Roboto Condensed 有三种
 Anton 一种粗体
 Fjalla One 二种
 Oswald 200 300 400 700
 引用方式，第一种
 @font-face{
    font-family: 'Anton';
    font-display: swap;
    Roboto-Black  Roboto-Light Roboto-Thin
    src: url(https://v.zawl.cn/static/lib/webfont/roboto/Roboto-Black.woff2) format('woff2');
    src: url(https://fonts.googleapis.com/css?family=Anton&display=swap) format('woff2');
}
第二种
@import url('https://fonts.googleapis.com/css?family=Roboto Condensed:300,400,700&display=swap');
*/

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css);





/* @import url(https://v.zawl.cn/static/lib/bootstrap-lib/5.3.7/bootstrap.min.css); */

@import url(https://v.zawl.cn/static/lib/ty-public.css);
@import url("https://fonts.googleapis.com/css?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto Condensed:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Anton&display=swap");

/* eleiko-sans */
.font-main {
    font-family: "Roboto Condensed";
}
p,a,h1,h2,h3,h4,h5,h6{
      letter-spacing: -0.03rem !important;
}

.font-secondary {
    font-family: "Anton";
}

/*https://fonts.googleapis.com/*/
:root {
    --green1: #2cbc2c;
}

body {
    background: #fff;
    color: #000;
    font: 14px "Roboto Condensed", "Helvetica", Arial, sans-serif !important;
    /*font: 14px   Arial,'Helvetica','Times New Roman', sans-serif !important;*/
    padding: 0;
    margin: 0;
}

a,
a:visited,
a:hover,
a:active {

    text-decoration: none;
}
a{color: #000;}
input:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit; /* 可选：保持原边框颜色 */
}
.maxwidth{
    max-width: 1620px;
}
.head-search{
    background-color: #1e1e1e;
    height: 50px;
    border-radius: 5px;
}
.head-search .form-control{
    border-width:0;
    background-color: #1e1e1e;
    color: #f1f1f1;
    display: flex;
    
}




/* 导航 */
.mainmenu .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0; /* 可选：防止出现跳动 */
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #101111;
}

.mainmenu>.container>div>ul{
   /* width: 100%; */
   /* justify-content: space-between; */
}

.mainmenu a{
    line-height: 2em;
    font-size:18px;
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;

}

.mainmenu div>ul>li>a.active{
    background-color: red;
}
.w-first{
    position:fixed; top:0;left:100%;
    width: auto;
    height: 100%;
    background-color: #e9e9e9;
    padding:15px;
    padding-right:25px

    
    /* display: flex; */
}

.mainmenu ul{
    border-radius: 0;
}
.w-first, .t-nav{
    height: 660px;
}
.w-first *{
    background-color: rgba(255,255,255,0);
    list-style: unset;
    font-weight: 900;
}

.w-first a:hover{
    background-color: rgba(255,255,255,0);
    color:red
}

.t-nav{
    padding-top:0px !important;
    padding-bottom:0px !important;
    min-width: 250px !important;
}



.t-nav>li>a:hover{
    color: #fff !important;
    background-color: #000;

}

.navi-mg{
    display: inline-block;
    vertical-align: top;
    width: 152px;
    height: 220px;
    overflow: hidden;
    border:1px solid #fffefe;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    
}

.navi-mg + a, a.athree{
    display: block;
    width: 152px;
    line-height: 1.3em;

  }

.w-banner a{
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.w-first .font-100{
    font-weight: 500;
}

.text-uppercase.active{
    font-weight: 900;
}

/* child_category */

.clild_category .logo2{
    width: 220px;
}
.invert-color{
    filter: invert(1);
}

.clild_category .child-nav a.active{
    padding:8px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
}

.clild_category{
    box-shadow: 0 0 25px -1px rgba(0, 0, 0, 0.3)
}


[class^="swiper-button"] {
    color: #000 !important;
}

.pimgs{
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}


.innerbox:hover .pimgs{
    display: block;
    visibility:visible;
    opacity: 1;

}

.innerbox{
    transition: all 0.3s ease-in-out;
}


.innerbox:hover{
    border: 1px solid #000;
    padding:10px;
    box-shadow: 0 0 10px  rgba(0, 0, 0, 0.3)
}

ul.pagination{
    margin-top: 40px;
    margin-bottom: 40px;
}

ul.pagination li.active>a{
    background-color: #000;
    color:#fff !important;
        border-color: none;

}

ul.pagination li>a{

    padding:15px 25px;
    color: #000;

}