





.navbar-custom-top {
  margin-bottom: 0;
  border-radius: 0;
  background-color: white;
  color: black;
  position: relative;
  /*.en-style-one-row {
        line-height: 40px;
        height: 40px;
    }*/

  /*.en-style-two-row {
        line-height: 20px;
        padding-top: 5px;
    }*/

  /* -------------------------------- 

    Main Components 

    -------------------------------- */

  /*新菜单：*/

  /*高度小于800px;*/

}
.navbar-custom-top .pwc-logo {
  color: #d04a01;
  width: 100%;
}
.navbar-custom-top .lingdang-count {
  display: inline-block;
  position: absolute;
  font-size: 12px;
  color: white;
  top: -8px;
  left: 9px;
  background: #e0301e;
  width: 22px;
  padding: 0.125rem;
  border-radius: 22px;
  height: 22px;
}
.navbar-custom-top .parent-menu {
  position: relative;
  display: block;
  background-color: white;
  color: #2d2d2d;
  font-size: 0.875rem;
  width: 100%;
  text-align: left;
  padding-left: 17px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border-left: 5px solid white;
}
.navbar-custom-top .parent-menu:hover {
  text-decoration: none;
  color: #d04a02;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  cursor: pointer;
}
.navbar-custom-top .parent-menu.active {
  color: #d04a01;
}
.navbar-custom-top .sec-parent-menu {
  position: relative;
  margin-left: -2px;
  display: block;
  color: #2d2d2d;
  font-size: 0.9rem;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  background-color: #fbf9f9;
}
.navbar-custom-top .sec-parent-menu:hover {
  text-decoration: none;
  color: #d04a02;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  cursor: pointer;
}
.navbar-custom-top .sec-parent-menu.active {
  color: #d04a01;
}
.navbar-custom-top .img-auto {
  width: auto;
  height: auto;
  max-width: 100%;
}
.navbar-custom-top .menu-name {
  padding-left: 8px;
}
.navbar-custom-top .menu-item {
  width: 100%;
  text-align: center;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-custom-top .menu-item:active {
  background-color: #d04a01;
}
.navbar-custom-top .menu-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-custom-top .menu-item i.fa {
  font-size: 20px;
}
.navbar-custom-top .menu-item a:hover {
  background-color: #f8f8f8;
  color: #d04a01;
  border-left: 0.125rem solid #f8f8f8;
}
.navbar-custom-top .menu-item a.active {
  background-color: rgba(208, 74, 1, 0.1);
  border-left: 0.125rem solid #d04a01;
  background: #d04a01;
  color: white;
}
.navbar-custom-top .menu-item ul {
  position: absolute;
  left: 100%;
  background-color: #e0301e;
  display: none;
}
.navbar-custom-top .menu-item ul a {
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}
.navbar-custom-top .menu-item a:hover ul {
  display: block;
  background: #d04a01;
}
.navbar-custom-top .nav-element-bottom {
  text-align: center;
  /*margin-bottom: 0.5rem;*/
  margin-top: 0.875rem;
}
.navbar-custom-top .nav-element-bottom a {
  text-decoration: none;
  cursor: pointer;
}
.navbar-custom-top .nav-element-bottom a:hover {
  text-decoration: none;
  color: #d04a02;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  cursor: pointer;
}
.navbar-custom-top .nav-element-bottom a:active {
  text-decoration: none;
  background-color: #fff3e7;
  color: #d04a02;
}
.navbar-custom-top .nav-element-bottom a.has-submenu:hover .lang-list {
  display: block;
}
.navbar-custom-top .nav-element-bottom .lang-list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  color: #333333;
  background-color: #fbf9f9;
  /* bottom: 0.1rem; */
  /* border-radius: 5px 5px; */
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  width: 150px;
}
.navbar-custom-top .nav-element-bottom .lang-list .active {
  background-color: rgba(208, 74, 1, 0.1);
  color: #d04a01;
  border-left: 5px solid #d04a01;
}
.navbar-custom-top .lg-font-size {
  font-size: 0.875rem;
  color: #dedede;
}
.navbar-custom-top .expand-menu {
  height: 100%;
  background-color: white;
  width: 200px;
  position: absolute;
  border: 0.125rem solid #dedede;
  top: 0%;
  left: 100%;
  /*margin-left: 1rem;*/
  display: flex;
  flex-direction: column;
}
.navbar-custom-top .expand-menu .cd-accordion-menu > li:not(.has-children) {
  height: 50px;
}
.navbar-custom-top .expand-menu .cd-accordion-menu > li:not(.has-children) a {
  height: 50px;
}
.navbar-custom-top .expand-menu .menu-bottom {
  display: flex;
  flex: 1;
  flex-direction: row;
  /*justify-content: flex-end;*/
  width: 100%;
  align-items: flex-end;
  border-bottom: 0.125rem solid #f2f2f2;
}
.navbar-custom-top .expand-menu .bottom-footer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 8px;
}
.navbar-custom-top .remove-left {
  position: relative;
  left: 0;
  margin-left: 0px;
}
.navbar-custom-top .add-left {
  position: absolute;
  left: 100%;
  /*margin-left: 1rem;*/

}
.navbar-custom-top .menu-bottom {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.navbar-custom-top .cd-accordion-menu {
  width: 100%;
  overflow: auto;
}
.navbar-custom-top .cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
  transition: width 2s;
  -moz-transition: width 2s;
  /* Firefox 4 */
  -webkit-transition: width 2s;
  /* Safari and Chrome */
  -o-transition: width 2s;
  /* Opera */

}
.navbar-custom-top .cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.navbar-custom-top .cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.navbar-custom-top .cd-accordion-menu label,
.navbar-custom-top .cd-accordion-menu a {
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
  color: #2d2d2d;
  font-size: 0.9rem;
  width: 100%;
  text-align: left;
  /*padding-left: 10px;*/
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'PwC Helvetica Neue', 'PingFang Regular', 'Helvetica Neue', 'Helvetica', Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
  font-weight: normal;
  margin-bottom: 0;
  word-break: normal;
}
.navbar-custom-top .cd-accordion-menu label:hover,
.navbar-custom-top .cd-accordion-menu a:hover {
  color: #d04a01;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.navbar-custom-top .cd-accordion-menu label i.fa-chevron-down::before,
.navbar-custom-top .cd-accordion-menu a i.fa-chevron-down::before {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.navbar-custom-top .cd-accordion-menu a {
  padding-left: 17px;
  border-left: 5px solid white;
}
.navbar-custom-top .cd-accordion-menu input[type=checkbox]:checked + label i.fa-chevron-down::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-custom-top .cd-accordion-menu input[type=checkbox]:checked + label + ul,
.navbar-custom-top .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.navbar-custom-top .cd-accordion-menu ul label,
.navbar-custom-top .cd-accordion-menu ul a {
  padding-left: 44px;
  background-color: #fbf9f9;
  border-color: #fbf9f9;
}
.navbar-custom-top .no-touch .cd-accordion-menu ul label:hover,
.navbar-custom-top .no-touch .cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.navbar-custom-top .cd-accordion-menu > li:last-of-type > a,
.navbar-custom-top .cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.navbar-custom-top .cd-accordion-menu ul ul label,
.navbar-custom-top .cd-accordion-menu ul ul a {
  padding-left: 58px;
  padding-right: 30px;
  background-color: #fbf9f9;
  border-color: #fbf9f9;
}
.navbar-custom-top .cd-accordion-menu ul ul label.active,
.navbar-custom-top .cd-accordion-menu ul ul a.active {
  background-color: rgba(208, 74, 1, 0.1);
  color: #d04a01;
  border-left: 5px solid #d04a01;
}
.navbar-custom-top .cd-accordion-menu ul ul ul label,
.navbar-custom-top .cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.navbar-custom-top .cd-accordion-menu.animated i.fa-chevron-down::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.navbar-custom-top .menu-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  /*overflow: auto;*/

  /*ul li a:hover {
            background-color: #D04A01;
            color: #fff;
        }*/

}
.navbar-custom-top .menu-bar .fa-chevron-right {
  font-size: 10px;
  /* padding-left: 0px; */
  position: absolute;
  /*top: 24px;*/
  /* left: 10px; */
  right: 1rem;
}
.navbar-custom-top .menu-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.navbar-custom-top .menu-bar ul ul {
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  left: 100%;
  min-width: 14rem;
  background-color: #fbf9f9;
  /*margin-left: @size-4;*/
  box-shadow: 0.125rem 0.125rem 0.25rem 0px rgba(0, 0, 0, 0.15);
  width: unset;
}
.navbar-custom-top .menu-bar ul ul ul {
  top: 0;
  left: 100%;
}
.navbar-custom-top .menu-bar ul ul li:hover > ul {
  top: 0%;
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.navbar-custom-top .menu-bar ul li:hover > ul {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.navbar-custom-top .menu-bar ul li {
  float: left;
  position: relative;
}
.navbar-custom-top .menu-bar ul ul li {
  float: none;
}
.navbar-custom-top .menu-bar ul li {
  /*background-color: #602320;*/
  cursor: pointer;
  width: 100%;
}
.navbar-custom-top .menu-bar ul a {
  font-size: 0.875rem;
  text-decoration: none;
  /*color: #FFFFFF;*/
  /*padding: 10px 15px;*/
  /*height: 3rem;
            line-height: 3rem;*/
  text-align: center;
  width: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.navbar-custom-top .menu-bar ul li:hover > a {
  color: #d04a01;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.navbar-custom-top .menu-bar ul li a.active {
  background-color: #d04a02 !important;
  color: white;
  border-left: none;
}
.navbar-custom-top .menu-bar .hover-menu li a {
  padding-left: 17px;
  padding-right: 5px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navbar-custom-top .menu-bar .hover-menu li a.active:not(.root-menu) {
  background-color: #fff3e7 !important;
  color: #d04a02;
  border-left: 5px solid #d04a01;
}
.navbar-custom-top .menu-bar .root-menu.active {
  background-color: #d04a02 !important;
  color: white;
  border-left: none;
}
.navbar-custom-top .menu-bar .hover-en {
  width: 20rem;
}
@media only screen and (max-height: 800px) {
  .navbar-custom-top .menu-bar ul a {
    height: 40px;
    line-height: 40px;
  }
  .navbar-custom-top .nav-element-bottom {
    margin-top: 0.5rem;
  }
}
