.clbbx-warp-box {
  position: relative;
}
.clbbx-warp-box .wbheader .wbnav {
  display: flex;
  background: #fbfdff;
}
.clbbx-warp-box .wbheader .wbnav .vitem {
  flex: 1;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  cursor: pointer;
  color: #000;
}
.clbbx-warp-box .wbheader .wbnav .vitem .mr {
  font-size: 18px;
  text-align: center;
}
.clbbx-warp-box .wbheader .wbnav .vitem .mr .t1 {
  margin-bottom: 5px;
}
.clbbx-warp-box .wbheader .wbnav .vitem.active, .clbbx-warp-box .wbheader .wbnav .vitem:hover {
  background: #0480ff;
  color: #fff;
}
.clbbx-warp-box .wbcontent .titem {
  position: relative;
}
.clbbx-warp-box .wbcontent .titem .mbtn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -85px;
  width: 170px;
  height: 42px;
  line-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  border-radius: 5px;
  letter-spacing: 1px;
}
.clbbx-warp-box .wbcontent .titem .mbtn span {
  font-size: 15px;
  color: #fff;
}
.clbbx-warp-box .wbcontent .titem .mbtn i {
  position: relative;
}
.clbbx-warp-box .wbcontent .titem .mbtn i::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -3px;
  top: -4px;
  transform: rotate(45deg);
}
.clbbx-warp-box .wbcontent .titem .mbtn i::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -3px;
  top: 2px;
  transform: rotate(-45deg);
}
.clbbx-warp-box .wbcontent .titem .mbtn.bg1 {
  background: #0099ff;
}
.clbbx-warp-box .wbcontent .titem .mbtn.bg1:hover {
  background: #33adff;
}
.clbbx-warp-box .wbcontent .titem .mbtn.bg2 {
  background: #ff8d34;
}
.clbbx-warp-box .wbcontent .titem .mbtn.bg2:hover {
  background: #ffa45d;
}
.clbbx-warp-box .wbinfo {
  height: 747px;
  background: url(./../image/clbbx/tbg.png) no-repeat top center;
  background-size: contain;
}
.clbbx-warp-box .wbinfo .main-box .b-title {
  padding: 110px 0 0 55px;
  margin-bottom: 90px;
}
.clbbx-warp-box .wbinfo .main-box .b-title .t1 {
  font-size: 35px;
  color: #333;
  margin-bottom: 23px;
}
.clbbx-warp-box .wbinfo .main-box .b-title .t2 {
  width: 950px;
  font-size: 16px;
  line-height: 2em;
  color: rgba(51, 51, 51, 0.7);
}
.clbbx-warp-box .wbinfo .main-box .xt {
  display: block;
  width: 230px;
  height: 3px;
  background: #ff9966;
  margin-left: 55px;
  margin-bottom: 30px;
}
.clbbx-warp-box .wbinfo .main-box .b-tx {
  font-size: 20px;
  color: #333;
  margin-bottom: 25px;
  padding-left: 55px;
  letter-spacing: 2px;
}
.clbbx-warp-box .wbinfo .main-box .b-dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clbbx-warp-box .wbinfo .main-box .b-dl .ld {
  width: 513px;
  height: 254px;
  background: url(./../image/clbbx/tibg.png) no-repeat center center;
  background-size: contain;
  padding: 68px 0 0 54px;
  position: relative;
}
.clbbx-warp-box .wbinfo .main-box .b-dl .ld .t1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 27px;
  letter-spacing: 1px;
}
.clbbx-warp-box .wbinfo .main-box .b-dl .ld .t2 {
  padding-right: 55px;
  font-size: 14px;
  color: #666;
  line-height: 2em;
  letter-spacing: 1px;
}
.clbbx-warp-box .wbinfo .main-box .b-dl .ld i {
  position: absolute;
  right: 60px;
  top: 45px;
  width: 40px;
  height: 40px;
}
.clbbx-warp-box .wbinfo .main-box .b-dl .ld i.i1 {
  background: url(./../image/clbbx/t1.png) no-repeat center center;
  background-size: contain;
}
.clbbx-warp-box .wbinfo .main-box .b-dl .ld i.i2 {
  background: url(./../image/clbbx/t2.png) no-repeat center center;
  background-size: contain;
}
.clbbx-warp-box .wbinfo .main-box .b-dl .ld i.i3 {
  background: url(./../image/clbbx/t3.png) no-repeat center center;
  background-size: contain;
}