* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}

html {
  width: 100vw;
  font-family: sans-serif;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100vw;
  max-width: 100%;
}
div,
span,
p,
/* textarea {
  caret-color: transparent;
} */

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}
/*默认主导航样式*/

#nav {
  z-index: 2;
  position: relative;
  background-color: #f5f5f5;
  box-shadow: 0 3px 10px rgba(138, 148, 159, 0.35);
}

#carouselExampleControls {
  z-index: 1;
}

#nav .inner {
}

#nav .inner .wp-panel {
}

/*导航*/

#nav .inner .wp-panel .wp-window {
}

#nav .inner .wp-panel .navbg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*导航样式：后台绑定时也可以定义配置*/

.wp-menu li {
  list-style-type: none;
}

.sub-menu li {
  background: none;
  list-style-type: none;
}

.wp-menu .menu-item.i8 {
  background: none;
}

.nav .wp-menu {
  height: 60px;
  background-color: rgb(243, 243, 243);
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 12.5%; */
}

.nav .wp-menu .menu-item {
  display: inline-block;
  float: left;
  position: relative;
}

.nav .wp-menu .menu-item.i1 {
}

.nav .wp-menu .menu-item a > .menu-switch-arrow {
  display: none;
  width: 20px;
  height: 20px;
  background: url(images/nav_j.png) no-repeat center center;
  vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
  display: inline-block;
  line-height: 60px;
  color: black;
  font-size: clamp(1rem, 0.75vw, 1rem);
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
  background-color: #9a0000;
  text-decoration: none;
  color: white;
}

.nav .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  min-width: 100%;
  z-index: 100;
  background-color: rgb(243, 243, 243) !important;
  color: #9a0000;
  text-align: center;
}

.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  display: flex;
  justify-content: center;
  align-items: center;
  _zoom: 1;
}

.nav .sub-menu .sub-item a {
  display: block;
  color: #000000;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav .sub-menu .sub-item.hover > a,
.nav .sub-menu .sub-item a:hover {
  color: #fff;
  background: #9a0000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.75rem, 0.85vw, 1rem);
}

.nav .sub-menu .sub-menu {
  left: 100%;
  top: 0px;
  z-index: 200;
  background: #fff;
}
.wp-navi .navi-slide-head {
  display: none;
  padding: 0 10px;
  height: 40px;
}

.wp-navi .navi-slide-head .navi-slide-title {
  display: inline-block;
  float: left;
  font-weight: normal;
  color: #ffffff;
  font-size: 22px;
  line-height: 60px;
}

.wp-navi .navi-slide-head .navi-slide-arrow {
  display: block;
  width: 34px;
  height: 60px;
  float: right;
  /* background: url(css/img/menu-icon-arrow-white.png) no-repeat 50%; */
}

/**aside导航**/
.navi-aside-page {
  position: fixed;
}

.navi-aside-toggle {
  display: none;
  /* width: 34px;
  height: 34px; */
  background: url(./images/menu.png) no-repeat;
  cursor: pointer;
  background-size: cover;
}

.navi-aside-search {
  display: block;
  width: 34px;
  height: 34px;
  /* background: url(images/menu-icon-search.png) no-repeat 50%; */
  cursor: pointer;
  position: absolute;
  left: auto;
  right: 10px;
  top: 58px;
  z-index: 1000;
  margin-top: -17px;
  display: none;
}

.wp-navi-aside {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.wp-navi-aside .navi-aside-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.wp-navi-aside-active {
  display: block;
}

.wp-navi-aside .aside-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -400px;
  z-index: 1002;
  width: 400px;
  max-width: 100%;
  background: #252525;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.wp-navi-aside .aside-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6);
}

.wp-navi-aside .navi-aside-head {
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background: #333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.wp-navi-aside .navi-aside-head .navi-aside-title {
  padding: 18px 30px 18px 20px;
  font-weight: normal;
  color: #777;
  font-size: 32px;
}

.wp-navi-aside .navi-aside-wrap {
  color: #aaa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.wp-navi-aside .navi-aside-wrap li {
  position: relative;
}

.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0px;
  color: #f6f6f6;
  font-size: 32px;
  background: url(./images/menu-switch-arrow.png) no-repeat 22px -25px;
}

.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {
  background-position: 20px 12px;
}

.wp-navi-aside .navi-aside-wrap li a {
  display: block;
  text-decoration: none;
  color: #c7c7c7;
  font-size: 32px;
  line-height: 1.2;
  padding: 18px 30px 18px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.wp-navi-aside .navi-aside-wrap li a:hover,
.wp-navi-aside .navi-aside-wrap li a:focus {
  background-color: #404040;
  color: #fff;
  outline: 0;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu {
  display: none;
  background-color: #2e2e2e;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
  padding-left: 26px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
  background-color: #333;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
  padding-left: 40px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
  background-color: #343434;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
  padding-left: 54px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
  background-color: #373737;
}

.wp-navi-aside
  .navi-aside-wrap
  li
  .sub-menu
  .sub-menu
  .sub-menu
  .sub-menu
  li
  a {
  padding-left: 68px;
}

.col_menu .col_menu_head {
  position: relative;
}
@media screen and (min-width: 992px) {
  .slick-slider:hover .slick-prev,
  .slick-slider:hover .slick-next {
    opacity: 1 !important;
  }

  .slick-prev,
  .slick-next {
    opacity: 0 !important;
    transition: opacity 0.3s !important;
  }
  .wrapper .inner {
    width: 100%;
    margin: 0 auto;
  }
  .wrapper .inner .mod {
    width: auto;
    padding: 0 8px;
  }
  .nav .wp-menu {
    height: 58px;
    width: 75%;
    background-color: rgb(243, 243, 243);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .nav .wp-menu .menu-item {
    font-size: clamp(0.75rem, 0.85vw, 1rem);
  }
  .nav .wp-menu .menu-item a.menu-link {
    padding: 0 12px;
    font-size: clamp(0.75rem, 0.85vw, 1rem);
  }
  /* 头部logo */
  .header {
    position: relative;
    width: 100%;
    height: 165px;
    background-color: #9a0000;
    display: flex;
    align-items: center;
  }
  .header .left-logo {
    display: flex;
    height: 35%;
    position: relative;
    left: 12.5%;
  }
  .header .left-logo .dash {
    width: 1px;
    height: 90%;
    background-color: white;
    margin: 0 12px;
  }
  .header .left-logo .logo {
    padding-right: 20px;
    height: 130%;
  }
  .header .search-bar {
    height: 30%;
    width: 200px;
    margin-left: auto;
    position: relative;
    right: 12.5%;
    width: 240px;
    overflow: hidden;
    box-shadow: 0px 0px 32px 0px rgba(89, 89, 89, 0.1);
    border-radius: 4px;
    border: solid 1px #ffffff;
  }
  .header .search-bar form {
    width: 100%;
    height: 100%;
  }
  .header .search-bar form .wp_search {
    width: 100%;
    height: 100%;
  }
  .header .search-bar form .wp_search table {
    width: 100%;
    height: 100%;
  }
  .header .search-bar form .wp_search table td:first-child input {
    height: 100%;
    width: 90% !important;
    border: none !important;
    padding-left: 20px;
    font-size: 15px;
    color: #cac9c9;
    outline: none !important;
    background-color: unset !important;
  }
  .header .search-bar form .wp_search table td:nth-child(2) {
    width: 20%;
    height: 100%;
  }
  .header .search-bar form .wp_search table td:nth-child(2) input {
    width: 100%;
    height: 100%;
    background-size: 50%;
    background-image: url(./images/SEARCH.png);
    /* box-shadow: 0px 0px 32px 0px rgba(89, 89, 89, 0.1);
    border-radius: 0px 10px 10px 0px; */
    background-repeat: no-repeat;
    background-position: center;
  }
  /* 导航栏 */
  .navigator-bar {
    height: 45px;
    margin-left: 12.5%;
    margin-right: 12.5%;
    /* background-color: yellow; */
    display: flex;
    justify-content: center;
  }

  #wp_nav_w2 {
    width: 100%;
    height: 100%;
  }

  .wp_nav {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-item {
    height: 100%;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: fit-content;
  }

  .nav-item a {
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    min-width: fit-content;
  }

  .wp_nav .sub-nav .nav-item a span.item-name {
    font-size: 16px;
  }

  .sub-nav .nav-item {
    height: 45px;
  }

  .nav-item a span {
    height: 100%;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .sub-nav {
    width: unset !important;
    top: 0px !important;
    border-left: none !important;
    border-right: none !important;
    height: unset !important;
  }

  .wp_nav .sub-nav .nav-item a.parent:hover {
    background: #be0807 !important;
    color: #fff !important;
  }

  .wp_nav .sub-nav .nav-item a.parent {
    background: #be0807 !important;
    color: #fff !important;
  }

  .wp_nav .nav-item a.parent {
    color: #fff !important;
    background: #be0807 !important;
  }

  .wp_nav .sub-nav .nav-item a {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-align: left;
    border-top: none !important;
    background-color: #fdf7f7;
  }

  .nav-item a:first-child {
    display: flex !important;
  }
  /* 底部 */  /*原来背景眼色为深灰#2f2f2f   */
  .footer {
    background-color: #9a0000; 
    padding: 0 27%;
  }
  .footer .info {
    color: #bababa;
    font-size: clamp(0.65rem, 0.8vw, 1.05rem);
    display: flex;
    border-bottom: 1px solid #595959;
  }
  .footer .info .vertical-dash {
    align-self: center;
  }
  .footer .left-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 10%;
    padding-top: 40px;
    padding-bottom: 10px;
    letter-spacing: 3px;
  }
  .footer .left-info > * {
    margin-bottom: 15px;
  }
  .footer .left-info > *:last-child {
    margin-bottom: 0;
  }
  .footer .right-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 10%;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .footer .right-info .email-qr {
    display: flex;
    margin-top: 10px;
    width: 100%;
    height: 100%;
  }
  .footer .right-info .email-qr .email {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: clamp(0.8rem, 0.9vw, 1.1rem);
    font-weight: 400;
  }
  .footer .right-info .email-qr .email .single-mail {
    height: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer .right-info .email-qr .email .single-mail img {
    height: 1vw;
  }
  .footer .right-info .email-qr .qr-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer .right-info .email-qr .qr-code img {
    width: 4vw;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .footer .right-info .email-qr .qr-code div {
    display: flex;
    justify-content: center;
    font-size: clamp(0.7rem, 0.7vw, 0.85rem);
  }
  .footer .copyright {
    color: white;
    font-size: clamp(0.7rem, 0.7vw, 0.85rem);
    text-align: center;
    letter-spacing: 2px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* 小屏模式下的头部和尾部样式 */
@media screen and (max-width: 992px) {
  body,
  html {
    overflow-x: hidden;
  }
  .wp-navi .wp-menu {
    display: none;
  }
  .wp-navi-slide .navi-slide-head {
    display: none;
    padding: 0 10px;
    height: 60px;
  }
  .wp-navi-slide .wp-menu {
    background: #fff;
    width: 200px;
  }
  .wp-navi-slide .wp-menu .menu-item {
    /* display: inline-block;
    float: none; */
    position: relative;
    z-index: 100;
    width: 100%;
    /* padding-left: 0px; */
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #eee;
    background: none;
    height: 60px !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .wp-navi-slide .wp-menu .menu-item .menu-switch-arrow {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 6px;
    top: 1px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #343434;
    font-size: 14px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link.hover,
  .wp-navi-slide .wp-menu .menu-item.hover a.menu-link,
  .wp-navi-slide .sub-menu .sub-item.hover > a,
  .wp-navi-slide .sub-menu .sub-item a:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
  }
  .wp-navi-slide .sub-menu {
    display: none;
    position: relative;
    left: 0;
    bottom: 0px;
    top: 0px;
    min-width: 0px;
    z-index: 100;
    background: #fff;
    opacity: 0.8;
  }
  .wp-navi-slide .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: auto;
    line-height: 40px;
    padding: 0 36px;
    font-size: 14px;
    background: none;
  }
  .wp-navi-slide .sub-menu .sub-item a:hover {
    color: #000;
    background-color: #eee;
    display: block;
  }
  .wp-navi-slide .sub-menu .sub-menu {
    left: 0;
    top: 0;
  }
  .wp-navi-slide .sub-menu .sub-menu .sub-item a {
    padding: 0 52px;
  }
  .navi-aside-toggle {
    display: block;
  }
  .wrapper .inner {
    width: 100%;
    margin: 0 auto;
  }
  .navi-aside-toggle {
    display: block;
    float: left;
  }
  /* 头部logo */
  .header {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #9a0000;
    display: flex;
    /* align-items: center; */
  }
  .header .left-logo {
    display: flex;
    align-items: center;
    height: 100%;
    width: 70%;
    position: relative;
    padding: 5% 0%;
    margin-left: 5%;
    /* flex-wrap: wrap; */
  }
  .header .left-logo .dash {
    width: 3px !important;
    height: 60px;
    background-color: white;
    margin: 0 15px;
  }
  .mobile-njupt-link {
    /* order: -1; */
    display: flex;
    width: 100%;
  }
  .header .left-logo .mobile-njupt-logo {
    /* order: -1; */
    padding-right: 20px;
    height: 70px;
  }
  .header .left-logo .njupt {
    /* order: -1; */
    /* padding-right: 20px; */
    height: 70px;
  }
  .header .left-logo .logo {
    padding-right: 20px;
    height: 90px;
    margin-left: 6%;
  }

  .header .left-logo .ecnomic {
    padding-right: 20px;
    height: 60px;
  }
  .header .search-bar {
    display: none;
    height: 30%;
    width: 200px;
    margin-left: auto;
    position: relative;
    right: 12.5%;
    width: 240px;
    overflow: hidden;
    box-shadow: 0px 0px 32px 0px rgba(89, 89, 89, 0.1);
    border-radius: 4px;
    border: solid 1px #ffffff;
  }
  .header .search-bar form {
    width: 100%;
    height: 100%;
  }
  .header .search-bar form .wp_search {
    width: 100%;
    height: 100%;
  }
  .header .search-bar form .wp_search table {
    width: 100%;
    height: 100%;
  }
  .header .search-bar form .wp_search table td:first-child input {
    height: 100%;
    width: 90% !important;
    border: none !important;
    padding-left: 20px;
    font-size: 15px;
    color: #cac9c9;
    outline: none !important;
    background-color: unset !important;
  }
  .header .search-bar form .wp_search table td:nth-child(2) {
    width: 20%;
    height: 100%;
  }
  .header .search-bar form .wp_search table td:nth-child(2) input {
    width: 100%;
    height: 100%;
    background-size: 50% 60%;
    background-image: url(../images/SEARCH.png);
    box-shadow: 0px 0px 32px 0px rgba(89, 89, 89, 0.1);
    border-radius: 0px 10px 10px 0px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header .mobile-menu-bar {
    width: 30%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 5% 0%; */
    /* background-color: green; */
  }
  .tiny-search {
    padding: 8%;
  }
  .header .mobile-menu-bar img {
    width: 90px;
    height: 90px;
  }
  /* 底部 */   /*原来眼色为深灰#2f2f2f   */
  .footer {
    background-color: #9a0000;
    /* padding: 0 27%; */
  }
  .footer .info {
    color: #bababa;
    font-size: 0.8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #595959;
    margin: 20px auto;
  }
  .footer .info .vertical-dash {
    display: none;
  }
  .footer .left-info {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
  .footer .left-info div {
    flex-direction: column;
    align-items: center;
  }
  .footer .left-info img {
    margin: 50px auto;
    height: 150px;
  }
  .footer .left-info > * {
    margin-bottom: 15px;
  }
  .footer .left-info > *:last-child {
    margin-bottom: 0;
  }
  .footer .right-info {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* align-items: start;
    padding-left: 10%;
    padding-top: 40px;
    padding-bottom: 10px; */
  }
  .footer .right-info img {
    margin: 20px auto;
    height: 40px;
  }
  .footer .right-info .email-qr {
    display: flex;
    margin-top: 10px;
    width: 40%;
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .footer .right-info .email-qr .email {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 18px;
    font-weight: 400;
  }
  .footer .right-info .email-qr .email .single-mail {
    height: 50%;
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-right: auto;
    /* gap: 10px; */
  }
  .footer .right-info .email-qr .email .single-mail img {
    height: 1.5vw;
    margin: 20px 10px;
  }
  .footer .right-info .email-qr .qr-code {
    display: flex;
    flex-grow: 0;
    /* margin-left: 50px; */
    flex-direction: column;
    justify-content: center;
  }
  .footer .right-info .email-qr .qr-code img {
    width: 5vw;
    margin: 0 auto;
  }
  .footer .right-info .email-qr .qr-code div {
    display: flex;
    justify-content: center;
    font-size: 12px;
  }
  .footer .copyright {
    color: white;
    font-size: 1vw;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .mobile-search-bar {
    width: 100%;
    height: 0px;
    background-color: #cd6464;
  }

  .mobile-search-bar {
    width: 100%;
    height: 0px;
    background-color: #fefef6;
    margin-left: auto;
    /* position: relative;
    right: 12.5%; */
    /* width: 240px; */
    overflow: hidden;
    box-shadow: 0px 0px 32px 0px rgba(89, 89, 89, 0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-search-bar form {
    width: 75%;
    height: 80%;
    border: solid 1px #4e4e4e;
    padding: 10px 30px;
    padding-right: 10px;
  }
  .cancel-icon {
    width: 13%;
    height: 80%;
    margin-left: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: blueviolet; */
    /* background-image: url(./images/Cancel.png); */
    /* background-position: center; */
  }
  .mobile-search-bar form .wp_search {
    width: 100%;
    height: 100%;
  }
  .mobile-search-bar form .wp_search table {
    width: 100%;
    height: 100%;
  }
  .mobile-search-bar form .wp_search table td:first-child input {
    height: 100%;
    width: 100% !important;
    border: none !important;
    padding-left: 20px;
    font-size: 2rem;
    color: #4e4e4e;
    outline: none !important;
    background-color: unset !important;
  }
  .mobile-search-bar form .wp_search table td:nth-child(2) {
    width: 100px;
    height: 100%;
  }
  .mobile-search-bar form .wp_search table td:nth-child(2) input {
    width: 100%;
    height: 100%;
    background-size: 50% 60%;
    background-image: url(./images/search-red.png);
    /* box-shadow: 0px 0px 32px 0px rgba(89, 89, 89, 0.1); */
    /* background-color: rgb(182, 182, 255); */
    /* border-radius: 0px 10px 10px 0px; */
    background-repeat: no-repeat;
    background-position: center;
  }
}
