﻿/*--------内页栏目>769分辨率--------*/
@media only screen and (min-width: 769px){
  .e_categoryC-3 {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
}
.e_categoryC-3 .p_c_tree {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    position: relative;
    z-index: 9;
    background: transparent;
}
.e_categoryC-3 .deep-1 {
    width: 100%;
    display: flex;
    align-items: center;
  justify-content: center;
}
.e_categoryC-3 .p_c_item {
    position: relative;
    width: auto;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.e_categoryC-3 .p_c_t {
    width: auto;
    line-height: var(--yx_FS54);
    display: block;
    background: rgba(0,0,0,0.55);
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    text-align: center;
    transition: all 0.6s;
}
.e_categoryC-3 .p_c_t:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    transition: all 0.6s;
    background: #e60012;
}
.e_categoryC-3 .deep {
    font-size: 18px;
    transition: all ease .3s;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 10px var(--yx_FS42);
}
.e_categoryC-3 .deep-2 {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    background: #ededed;
    width: 100%;
    display: none;
}
.e_categoryC-3 .p_c_title2 {
    font-size: 14px;
    color: rgb(0 0 0 / 60%);
}
.e_categoryC-3 .p_c_title3 {
    font-size: 14px;
    color: rgb(0 0 0 / 60%);
}
.e_categoryC-3 .deep-3 {
    display: none;
    background: #e3e3e3;
    top: 0;
    left: 100%;
    position: absolute;
}
.e_categoryC-3 .p_c_t:hover, .e_categoryC-3 .active .p_c_t {
    background: transparent !important;
}
.e_categoryC-3 .p_c_t:hover:after, .e_categoryC-3 .active .p_c_t:after {
    width: 100% !important;
}
.e_categoryC-3 .p_c_t:hover .deep:after,.e_categoryC-3 .active .deep:after {
    width: 100% !important;
}
.e_categoryC-3 .p_c_t:hover > a,.e_categoryC-3 .active .p_c_t > a {
    color: #fff !important;
}
.e_categoryC-3 .p_c_menu {
    display: none;
}

}

/*--------内页栏目小于<769--------*/
@media only screen and (max-width: 769px){
.yx_Width .yx_MoPageBtn {
  font-size: var(--yx_FS16);
  color: #fff;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background: var(--yx_Color);
  border-radius: 0px;
  padding: 14px calc(3% + 10px);
}
.yx_MoPageBtn i {
  color: #fff;
  font-size: 14px !important;
}
.p_c_tree {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  padding: var(--yx_FS36) 5%;
  left: 100%;
  transition: all 0.8s;
}
.p_c_tree > ul {
  width: 100%;
}
.p_c_tree .p_c_item {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
}
.p_c_tree .p_c_item .p_c_t {
  position: relative;
  padding: var(--yx_FS24) 0;
}
.p_c_tree .p_c_item .p_c_t a {
  font-size: 14px;
}
.yx_Width .yx_MoPageClose {
  font-size: 18px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block !important;
  margin: 0 0 0 auto;
  background: #000;
  line-height: 30px;
  text-align: center;
}
.nycategory .e_categoryC-3{
    position: inherit !important;
    z-index: 9;
    width: 100% !important;
    padding: 0px !important;
    top: auto !important;
    bottom: auto !important;
}

}
.page_a.current{
      background:#e60012!important;
}