:root {

  width: 100%;
  height: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
}

.footerTop a {
  color: #fff;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-nav .active {
  color: white !important;
}


.bgb {
  background-color: #34B5EC
}

.bgy {
  background-color: #F3B103
}

.logo {
  width: 218px;
  background-size: cover
}

.icon-out {
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%
}

.langType {
  display: flex;
  justify-content: right;
  font-size: 0.9vw;
}

.langType div {
  cursor: pointer;
  line-height: 90px;
}

.langType div:nth-of-type(1) {
  margin-right: 2vw;
}

.active {
  color: #226EFE;
}

.navbar {
  border-radius: 0px !important;
}

.navOut {
  display: flex;
  justify-content: center;
}

.navbar {
  width: 100%;
  background-color: #1E1D22 !important;
}

#app {
  padding: 0px;
  /* overflow-x: hidden; */
  height: 100%;
}

#navbarText {
  justify-content: center;
}

.navbar-nav {
  width: 65%;
  margin: 0 18%;
  justify-content: space-between;
  box-sizing: border-box;
}

.navbar-nav li a {
  text-align: center;
  color: #fff !important;
}

.navbar-nav li a.active {
  position: relative;
}


.navbar-nav li a.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.2vw;
  background-color: #226EFF;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

footer {
  background-color: #1E1D22;
}

.footerTop {
  width: 100%;
  padding: 2.5vw 20vw;
  justify-content: center;
}

.footerTitle {
  color: #777677;
  margin-bottom: 1vw;
  font-weight: 600;
}

.footerContent {
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}



.footerContentOut {
  display: flex;
  align-items: center;
  padding-bottom: 0.7vw;
}


.footerContentOut img {
  width: 30px;
  margin-right: 0.4vw;
}

.pdb {
  padding-bottom: 0.2vw;
}

.copyright {
  color: gray;
  padding: 1.7vw 11vw;
  border-top: 1px solid rgb(86, 86, 86);
  font-weight: 500;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0px !important;
  flex-wrap: wrap;
}

.footerContentOut img.iphone {
  content: url(../img/index/phone-icon.png);
}

.footerContentOut img.email {
  content: url(../img/index/mail_icon.png);
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
  }
}


.goodsPage {
  width: 100%;
  justify-content: center;
  margin-top: 0.5vw;
}

.page-item {
  margin: 0px 0.3vw;

}

.page-item.disabled {

  cursor: not-allowed;
}

.page-item.disabled a {
  pointer-events: none;
}

.page-link:focus {
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%)
}

.page-item a {
  color: gray;
  font-size: 0.5rem;
}

.contentOut {
  justify-content: center;
  width: 100%;
  margin: 0px;
}

.content {
  /* padding: 2vw 23vw; */
  padding: 2vw;
  width: 100%;
  margin: 0;
}

.itemTitle {
  background: url(../img/company/titleBg.png) no-repeat;
  color: #fff;
  padding: 1.2vw 0vw;
  text-align: center;
  background-size: 100% 100%;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2vw;
}

.footerC {
  cursor: pointer;
}