.b2bShop {
  overflow: hidden;
}

.b2bShop .section {
  position: relative;
}

.b2bShop .section h1 {
  color: #3c3c3c;
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.2rem;
  margin: 80px 0 30px 0;
}

.b2bShop .section h1.white {
  color: #fff;
}

.section p.desc {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1rem;
}

.section p.white {
  color: #fff;
}

.b2bShop .section .title {
  text-align: center;
  margin: 100px 0 40px;
}

.b2bShop .section .title .white {
  color: #ffffff;
}

.b2bShop .section .title p {
  font-size: 24px;
  color: #a09fa2;
  line-height: 35px;
  margin: auto;
}

.b2bShop .btn-wrapper {
  display: flex;
  position: relative;
  align-items: center;
}

.b2bShop .btn {
  width: 289px;
  height: 78px;
  border-radius: 50px;
  font-size: 38px;
  letter-spacing: 0.2rem;
  color: #fff;
  background-image: linear-gradient(to bottom, #518dff, #045aff);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.b2bShop .btn:hover {
  cursor: pointer;
  background: none;
  border: 1px solid #1b81ff;
  color: #1b81ff;
  box-sizing: border-box;
}

.b2bShop-banner {
  background: url(/Content/new/assets/imgs/b2bShop/1-3.jpg) no-repeat;
  background-size: cover;
  height: 655px;
}

.b2bShop-banner .wrapper {
  overflow: unset;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.b2bShop-banner .top_wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.b2bShop-banner .banner-img-wraper {
  display: flex;
  height: 100%;
  align-items: end;
}

.b2bShop-banner .banner-img {
  max-height: 555px;
}

.b2bShop-section-2 {
  padding-bottom: 90px;
  background: url(/Content/new/assets/imgs/b2bShop/2-2.jpg) no-repeat;
  background-size: cover;
}

.b2bShop .b2bShop-section-2 .title {
  margin-bottom: 100px;
}

.b2bShop-section-3 {
  background: url(/Content/new/assets/imgs/b2bShop/3-1.jpg) no-repeat;
  background-size: cover;
  height: 855px;
}

.b2bShop-section-4 {
  padding-bottom: 90px;
  background: url(/Content/new/assets/imgs/b2bShop/4-2.jpg) no-repeat;
  background-size: cover;
}

.b2bShop-section-5 {
  padding-bottom: 90px;
  background: url(/Content/new/assets/imgs/b2bShop/5-2.jpg) no-repeat;
  background-size: cover;
}

.b2bShop-section-5 .content img {
  max-height: 335px;
}

.b2bShop-section-6 {
  padding-bottom: 90px;
  background: url(/Content/new/assets/imgs/b2bShop/6-2.jpg) no-repeat;
  background-size: cover;
}

.b2bShop-section-6 .content img {
  max-height: 600px;
}
