.b1-wrapper {
  height: 550px;
  padding-top: 145px;
  background-image: url('../img/product-anchor/b1_bg.png');
  background-position: center;
  background-size: cover;
}
.b1-wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 11px;
  margin-bottom: 21px;
}
.b1-wrapper p {
  font-size: 22px;
  margin-bottom: 46px;
}
.b1-wrapper button {
  width: 165px;
  height: 54px;
  background: #3C2BD7;
  border-radius: 6px;
  border: 1px solid rgba(222, 218, 255, 0.8);
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}

.b2-wrapper {
  padding-top: 153px;
  height: 800px;
}
.b2-wrapper .item-groups {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: -212px;

}
.b2-wrapper .item-groups .item {
  width: 280px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  background: linear-gradient(180deg, #F3F5F8 0%, #FDFEFE 100%);
  box-shadow: 10px 10px 20px 0px rgba(0, 18, 88, 0.08), -10px -10px 20px 0px rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  border: 3px solid #FFFFFF;

}
.b2-wrapper .item-groups .item img {
  width: 50px;
  height: 50px;
  margin-right: 23px;
}
.b2-wrapper .left-part {
  width: 545px;
}
.b2-wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 14px;
}
.b2-wrapper .left-part > p {
  font-size: 18px;
  margin-bottom: 40px;
}

.b2-wrapper .tabs {
  padding-left: 14px;
}
.b2-wrapper .tab{
  padding: 21px 20px 18px 0;
  width: 506px;
  height: 128px;
  transition: background 0.15s,box-shadow 0.15s,border-radius 0.15s,padding 0.15s, color 0.15s;
}
.b2-wrapper .tab.active{
  border: 3px solid #fff;
  padding-left: 20px;
  box-shadow: 10px 10px 20px 0px rgba(0, 18, 88, 0.08), -10px -10px 20px 0px rgba(255, 255, 255, 0.7);
  background: linear-gradient(180deg, #F3F5F8 0%, #FDFEFE 100%);
  border-radius: 10px;
}
.b2-wrapper .tab h4 {
  font-size: 22px;
  color: #15204B;
  display: inline-block;
  font-weight: 500;
  position: relative;
}
.b2-wrapper .tab .text {
  color: #5C637C;
  margin-top: 9px;
} 

.b2-wrapper .slider-bg {
  width: 2px;
  height: 360px;
  background: #E8ECF4;
  position: absolute;
  top: 12px;
  left: 0;
}
.b2-wrapper .slider-bg .slider-line {
  position: absolute;
  top: 0;
  /* bottom: 0; */
  height: 110px;
  width: 2px;
  background: #1B54FC;
}
.b2-wrapper .right-part {
  position: relative;
  flex: 1;
}

.b2-wrapper .right-part img:nth-child(1) {
  width: 634px;
  height: 571px;
  position: absolute;
  left: 40px;
}
.b2-wrapper .right-part img:nth-child(2) {
  height: 291px;
  position: absolute;
  left: 40px;
  top: 180px;
}
.b2-wrapper .right-part img:nth-child(3) {
  height: 503px;
  position: absolute;
  left: 40px;
  top: 60px;
}

.b3-wrapper {
  background-color: #2B2C43;
  height: 800px;
  padding-top: 115px;
}
.b3-wrapper h2 {
  letter-spacing: 3px;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}
.b3-wrapper .desc {
  font-size: 18px;
  color: #BAB9D3;
  margin-top: 14px;
  margin-bottom: 30px;
}
.b3-wrapper .left-part {
  flex: 1;
}
.b3-wrapper .left-part img:nth-child(1) {
  position: absolute;
  top: -16px;
  left: -20px;
  width: 584px;
  height: 484px;
}
.b3-wrapper .left-part img:nth-child(2) {
  position: absolute;
  left: 40px;
  top: 10px;
  height: 460px;
}
.b3-wrapper .left-part img:nth-child(3) {
  position: absolute;
  left: -20px;
  height: 400px;
}
.b3-wrapper .right-part {
  width: 526px;
}

.b3-wrapper .tabs {
  padding-left: 20px;
}
.b3-wrapper .tab{
  padding: 21px 20px 18px 0;
  width: 506px;
  transition: background 0.15s,box-shadow 0.15s,border-radius 0.15s,padding 0.15s, color 0.15s;
}
.b3-wrapper .tab.active{
  padding-left: 20px;
  background: #2B2C43;
  box-shadow: 10px 15px 25px 0px rgba(31, 30, 58, 0.7), -15px -15px 25px 0px #2E3049;
  border-radius: 6px;
}
.b3-wrapper .tab h4 {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
}
.b3-wrapper .tab .text {
  color: #BAB9D3;
  margin-top: 9px;
} 

.b3-wrapper .slider-bg {
  width: 2px;
  height: 350px;
  background: #4B4C6D;
  position: absolute;
  left: 0;
  top: 10px;
}
.b3-wrapper .slider-bg .slider-line {
  position: absolute;
  top: 0;
  /* bottom: 0; */
  height: 110px;
  width: 2px;
  background: #1BF5FC;
}

.b4-wrapper {
  height: 800px;
  padding-top: 97px;
}
.b4-wrapper h2 {
  letter-spacing: 3px;
  font-size: 40px;
  font-weight: 500;
}
.b4-wrapper .desc {
  font-size: 18px;
  color: #5C637C;
  margin-top: 14px;
  margin-bottom: 74px;
}

.b4-wrapper .left-part {
  width: 560px;
}
.b4-wrapper .right-part {
  flex: 1;
}

.b4-wrapper .right-part .box1 {
  width: 695px;
  height: 356px;
  position: absolute;
  top: -26px;
  left: 0;
}
.b4-wrapper .right-part .box1 img{
  width: auto;
}

.b4-wrapper .right-part .box2 {
  width: 730px;
  height: 626px;
  position: absolute;
  left: 50px;
  top: -90px;
}
.b4-wrapper .right-part .box2 img{
  width: 628px;
}

.b4-wrapper .right-part .box3 {
  width: 380px;
  height: 380px;
  position: absolute;
  left: 200px;
  top: -60px;
}
.b4-wrapper .right-part .box3 img{
  width: 380px;
  height: 380px;
}

.b4-wrapper .tabs {
  padding-left: 14px;
}
.b4-wrapper .tab{
  padding: 21px 20px 18px 0;
  width: 544px;
  transition: background 0.15s,box-shadow 0.15s,border-radius 0.15s,padding 0.15s, color 0.15s;
}
.b4-wrapper .tab.active{
  border: 3px solid #fff;
  padding-left: 20px;
  box-shadow: 10px 10px 20px 0px rgba(0, 18, 88, 0.08), -10px -10px 20px 0px rgba(255, 255, 255, 0.7);
  background: linear-gradient(180deg, #F3F5F8 0%, #FDFEFE 100%);
  border-radius: 10px;
}
.b4-wrapper .tab h4 {
  font-size: 22px;
  color: #15204B;
  display: inline-block;
  font-weight: 500;
  position: relative;
}
.b4-wrapper .tab .text {
  color: #5C637C;
  margin-top: 9px;
} 
.b4-wrapper .slider-bg {
  width: 2px;
  height: 325px;
  background: #E8ECF4;
  position: absolute;
  left: 0;
  top: 20px;
}
.b4-wrapper .slider-bg .slider-line {
  position: absolute;
  top: 0;
  height: 100px;
  width: 2px;
  background: #1B54FC;
}

.b5-wrapper {
  background-color: #F5F8FD;
  height: 800px;
  padding-top: 90px;
}
.b5-wrapper h2 {
  letter-spacing: 3px;
  font-size: 40px;
  font-weight: 500;
}
.b5-wrapper .desc {
  font-size: 18px;
  color: #5C637C;
  margin-top: 14px;
  margin-bottom: 105px;
}

.b5-wrapper .tabs {
  padding-left: 20px;
}
.b5-wrapper .tab{
  padding: 21px 0 18px;
  width: 506px;
  transition: background 0.15s,box-shadow 0.15s,border-radius 0.15s,padding 0.15s, color 0.15s;
}
.b5-wrapper .tab.active{
  border: 3px solid #fff;
  padding-left: 20px;
  box-shadow: 10px 10px 20px 0px rgba(0, 18, 88, 0.08), -10px -10px 20px 0px rgba(255, 255, 255, 0.7);
  background: linear-gradient(180deg, #F3F5F8 0%, #FDFEFE 100%);
  border-radius: 10px;
}
.b5-wrapper .tab h4 {
  font-size: 22px;
  color: #15204B;
  display: inline-block;
  font-weight: 500;
  position: relative;
}
.b5-wrapper .tab .text {
  color: #5C637C;
  margin-top: 9px;
} 

.b5-wrapper .slider-bg {
  width: 2px;
  height: 250px;
  background: #E8ECF4;
  position: absolute;
  left: 0;
  top: 10px;
}
.b5-wrapper .slider-bg .slider-line {
  position: absolute;
  top: 0;
  height: 130px;
  width: 2px;
  background: #1B54FC;
}

.b5-wrapper .left-part {
  flex: 1;
  height: 500px;
}
.b5-wrapper .left-part img:nth-child(1) {
  width: 714px;
  height: 429px;
  position: absolute;
  top: -40px;
  left: -40px;
}
.b5-wrapper .left-part img:nth-child(2) {
  height: 388px;
  position: absolute;
  top: -40px;
  left: -40px;
}
.b5-wrapper .right-part {
  width: 526px;
}

.b6-wrapper {
  height: 330px;
  background: linear-gradient(227deg, #3669FF 0%, #2457ED 100%);
}

.b6-wrapper .b6-left-icon {
  position: absolute;
  width: 380px;
  height: 266px;
  top: -22px;
  left: -265px;
}
.b6-wrapper .b6-right-icon {
  position: absolute;
  right: -250px;
  top: 40px;
  width: 338px;
  height: 204px;
}
.b6-wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 87px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  margin-bottom: 46px;
}
.b6-wrapper button {
  width: 152px;
  height: 53px;
  display: block;
  background: #FFFFFF;
  border-radius: 6px;
  margin: 0 auto;
  text-align: center;
  color: #1B54FC;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
}