/* PC导航 */
#pc-header .logo{padding:20px 0;}
#pc-header .logo img{max-width:none;max-height:50px;}
#pc-header .navbar{background:#FFF;-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.03); box-shadow:0px 1px 1px rgba(0, 0, 0, 0.03);z-index:9}
#pc-header .nav li.active ul li a {color:#3e3e3e;}
#pc-header .nav li a{color:#3e3e3e;line-height:90px;position:relative;padding:0 16px;font-size:16px;font-weight:400;display:inline-block;}
/* #pc-header .nav li:last-child a{padding:0 0 0 20px;} */
#pc-header .nav li ul {top:90px;padding:0;}
#pc-header .nav li.active a,#pc-header .nav li a:hover,#pc-header .nav li:hover a.first-level{color:#ff9600;}
#pc-header .nav li ul{background:#FFF;border-top-left-radius:0px;border-top-right-radius:0px;transition: 0.3s;}
#pc-header .nav li ul li a {background:#FFF;line-height:42px;color:#3e3e3e;font-size:14px;font-weight:normal;display:block;width:100%;text-align:left;}
#pc-header .nav li ul li a:hover{background:#ff9600;color:#fff;}

/* pc搜索图标 */
#pc-header .searchBar{position:absolute;top:37px;right:120px}
#pc-header a.search-ico i{font-size:18px;color:#6E6E6E;}
/* 购物车图标 */
#pc-header .shopBar{position:absolute;top:37px;right:80px}
#pc-header a.shop-ico i{font-size:18px;color:#6E6E6E;}
.flexend{
    justify-content: flex-end !important;
}
.flexmiddle{
    align-items: center;
}
.flex{
    display: flex;
}
.pad0{
    padding: 0 !important;
    margin-left: 40px;
}
.Blackactive{
    background-color: #fff;
}
.boxShow{
    visibility: visible !important;
    opacity: 1 !important;
    transition: height 0.3s cubic-bezier(.4,0,.6,1) !important;
}
/*#log{*/
/*    height: 88px;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 99;*/
/*}*/
.MarginTop{
    margin-top: 270px !important;
}
main{
    padding-top: 88px;
    overflow: hidden;
    background: #121212;
    position: relative;
    z-index: 10;
}
.Search{
    cursor: pointer;
}
.container{
    max-width: 1600px;
    width: 90%;
    margin: auto;
    height: 100%;
}
.nav-list x11,.nav-list x1{
    float: none;
}
.nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
#Mynav .header-right{
    height: 100%;
    gap: 30px;
    padding-left: 30px;
}
#Mynav:hover{
    background: #FFFFFF;
    color: #111111;
}
#Mynav .nav-inline li .drop-menu a{
    white-space: break-spaces;
    font-size: 16px;
}
#Mynav .nav-inline li .drop-menu .zilanmu > a{
    position: relative;
}
#Mynav .nav-inline li .drop-menu .zilanmu > a:after{
    content: " ";
    width: 7px;
    height: 7px;
    display: block;
    margin: auto;
    margin-top: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}#Mynav .nav-inline li .drop-menu .zilanmu:hover > a:after{
    background: #00267F;
}
#Mynav .nav-inline li .drop-menu .zilanmu-item a{
    font-size: 14px;
}
#Mynav.Blackactive .nav-inline li a,#Mynav.Blackactive span{
    color: #111111;
    
}
#Mynav.Blackactive .nav-inline li a:hover,#Mynav.Blackactive span:hover{
    color: #00267F;
    font-weight: bold;
}
#Mynav .nav-inline li .drop-menu a:hover{
    color: #00267F;
    border-color: #00267F;
}
.nav-inline.nav-menu .drop-menu li img{
    /*width: 35px;*/
    max-width: 30px;
    height: auto;
}
.nav-inline.nav-menu .drop-menu li .sel{
    display: none;
}
.nav-inline.nav-menu .drop-menu li .nor{
    display: block;
}
.nav-inline.nav-menu .drop-menu li:hover .sel{
    display: block;
}
.nav-inline.nav-menu .drop-menu li:hover .nor{
    display: none;
}
.show-logo{
    display: flex;
}
.hide-logo{
    display: none;
}
#Mynav.Blackactive .show-logo{
    display: none;
}
#Mynav.Blackactive .hide-logo{
    display: flex;
}
.navbar,.nav-list{
    height: 100%;
}
.nav-list{
    display: flex;
}
.nav-inline li a{
    line-height: 78px;
    color: #FFFFFF;
    font-size: 20px;
}
.nav-list .x1{
    display: flex;
    height: 100%;
    font-size: 20px;
    gap: 20px;
    align-items: center;
    
}
.nav-list .x1 .Search a{
    color: #FFFFFF;
}
.nav-list .x1 .Search a:hover{
    color: #FDD000;
}
.nav .nav-list{
    /* flex: 1; */
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 30px;
}
.nav .nav-list li:last-child {
    display: flex;
    gap: 40px;
    align-items: center;
}
.nav .nav-list li{
    /* padding: 0 20px; */
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}
.nav .nav-list li p{
    margin-top: 3px;
}
.navbar .logo a{
    height: 88px;
}
.nav .nav-list li img{
    margin: auto;
    display: block;
}
.nav ul a{
    color: inherit;
}
.Mynav-curtain {
    background: rgba(232,232,237,.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: opacity .32s cubic-bezier(.4,0,.6,1) 80ms,visibility .32s step-end 80ms;
}
.mybox{
    margin-top: -110px;
    visibility: hidden;
    overflow: hidden;
    height: 110px;
    max-height: calc(100vh - 110px);
    transition: height 0.3s cubic-bezier(.4,0,.6,1),visibility .32s step-end 80ms;
    width: 100%;
}
#Mynav .Mynav-flyout-scroll-container {
    /*margin-top: 110px;*/
    max-height: calc(100% - 110px);
    overflow-y: hidden;
    background-color: #FFFFFF;
}
#Mynav .mybox .Mynav-flyout-content {
    padding-top: 32px;
    padding-bottom: 80px;
}
#Mynav .mybox .Mynav-flyout-content {
    display: block;
}
#Mynav .Mynav-submenu-content {
    padding-top: 40px;
    padding-bottom: 84px;
}
#Mynav .Mynav-submenu-content {
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
    padding-inline-start: 22px;
    padding-inline-end: 22px;
    display: flex;
}
#Mynav form{
    width: 100%;
    margin: 0;
    padding: 0;
}
#Mynav .Mynav-searchfield-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: calc(100% + 15px);
    height: 40px;
    border-bottom: 1px solid #727171;
}
#Mynav .Mynav-searchfield-input{
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: .009em;
    font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    position: relative;
    z-index: 1;
    margin-inline-start: -30px;
    margin-inline-end: -31px;
    padding-inline-start: 34px;
    padding-inline-end: 34px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #000000;
    line-height: 1;
}
.Mynav-searchfield-reset{
    padding: 2px 0;
    position: relative;
    width: 30px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: rgb(134, 134, 139);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: opacity .32s cubic-bezier(.4,0,.6,1),fill .32s cubic-bezier(.4,0,.6,1),visibility .32s step-end;
}
.cursor_normal{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    transition: 0.4s cubic-bezier(0.5, 0.75, 0, 1);
    height: 40px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 3.5em;
}
.cursor_normal_before{
    position: absolute;
    background-color: #D2291E;
    transition: all .4s cubic-bezier(0.5, 0.75, 0, 1) 0.15s;
    /*transition-delay: 0.1s;*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.custom_cursor{
    position: fixed;
    z-index: 1100;
    pointer-events: none;
    transform: translate(-48%, -75%) rotate(0.001deg);
    display: none;
    opacity: 0;
    visibility: hidden;
    display: flex;
}
@media(hover:hover){
    .cursor_init{
        display: flex;
        opacity: 1;
        visibility: visible;
    }
}
.custom_cursor .cursor-btn {
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-weight: 475;
    font-size: 16px;
    position: relative;
    transform-origin: left center;
    transition: opacity 0.2s ease-in-out 0s;
    opacity: 0;
    padding: 0 0.5em;
    animation: loopIconSprite 10s linear;
    animation-iteration-count: infinite;
}

.custom_cursor_hover .cursor_btn{
    opacity: 1;
    /* transition: opacity 0.1s ease-in-out 0.15s; */
    
}

.custom_cursor_hover .cursor_normal_before{
    width: 100%;
    height: 100%;
}

.cursor_btn{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    opacity: 0;
    transition: all 0.3s;
}
/* 弹出搜索 begin */
.searchBar-m {display:none;width:100%;height:100%;position:fixed;top:0px;z-index:9999;text-align:center}
.searchBar-m .mask {position:absolute;left:0;right:0;width:100%;height:100%;background:#000;opacity:0.8;}
.searchBar-m a {display:block;position:absolute;right:5%;top:5%;width:60px;height:60px;line-height:56px;font-size:48px;z-index:9999;color:#fff;}
.nav-list .x11{
    position: static;
}
.searchBar-m a:hover{color:#ff9600}
.searchBar-m .form-group {width:70%;max-width:720px;position:absolute;left:50%;top:40%;transform:translate(-50%,-200%);}
.searchBar-m .input{width:88%;background:transparent;border:0;border-bottom:2px solid #f2f2f2;color:#6E6E6E;height:60px;line-height:60px;float:left;padding:0}
.searchBar-m .button {width:8%;height:60px;line-height:60px;border-bottom:2px solid #f2f2f2;display:block;float:left;background:url(../images/ico-search-button.png) no-repeat center 50%;text-indent:-2000px}
.searchBar-m .button:hover{background:url(../images/ico-search-button.png) no-repeat center 50%;}
/* 弹出搜索 end */
.nav-inline.nav-menu .drop-menu li{
    align-items: flex-start;
    margin-bottom: 20px;
}
.nav-inline.nav-menu .drop-menu li .zilanmu >a{
    display: block;
    padding:5px 10px;
    border-bottom: 1px solid #DDDDDD;
    width: fit-content;
}
.zilanmu-lists{
    margin-top: 20px;
}
