.retail .banner {
  min-width: 1200px;
  min-height: 300px;
  height: auto;
  position: relative;
}
.retail .banner .btn {
  position: absolute;
  top: 60%;
  left: 19%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 54px;
  background-color: #ffffff;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 27px;
  letter-spacing: 0px;
  color: #3884ff;
  font-size: 22px;
  margin-top: 40px;
  opacity: 1 !important;
}
.retail .banner img,
.retail .img_con img {
  display: block;
  width: 100%;
  height: auto;
}
.retail .title {
  text-align: center;
  margin-bottom: 50px;
}
.retail .title .cont {
  position: relative;
  width: 100%;
}
.retail .title .ztit {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #313131;
}
.retail .title .ztit .blue {
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3884FF;
}
.retail .title .ftit {
  font-size: 38px;
  font-family: OPPOSans;
  font-weight: bold;
  color: #313131;
  opacity: 0.12;
  text-transform: uppercase;
}
.retail .btn {
  width: 100%;
  text-align: center;
}
.retail .btn span {
  padding: 10px 65px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  background: #3884FF;
  border-radius: 25px;
}
.retail .js {
  background: #F2F7FE;
  padding: 80px 0;
}
.retail .js .box1 .box1_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 470px;
  margin-bottom: 68px;
}
.retail .js .box1 .box1_list .item {
  width: 290px;
  height: 420px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(56, 201, 255, 0.5);
  border-radius: 10px;
}
.retail .js .box1 .box1_list .item:nth-child(2n) {
  align-self: flex-start;
  margin-left: 13px;
}
.retail .js .box1 .box1_list .item:nth-child(1) {
  align-self: flex-end;
}
.retail .js .box1 .box1_list .item:nth-child(3) {
  align-self: flex-end;
  margin-left: 13px;
}
.retail .js .box1 .box1_list .tit_top {
  padding-top: 10px;
  text-align: center;
  width: 100%;
  height: 130px;
  background: linear-gradient(-30deg, #3884FF, #38C9FF);
  border-radius: 10px 10px 0px 0px;
}
.retail .js .box1 .box1_list .tit_top h2 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.retail .js .box1 .box1_list .tit_top h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.retail .js .box1 .box1_list .con_bom {
  margin-left: 27px;
}
.retail .js .box1 .box1_list .con_bom h2 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.retail .js .box1 .box1_list .con_bom .cb_List {
  margin-top: 33px;
}
.retail .js .box1 .box1_list .con_bom .cb_List li {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.retail .js .box1 .box1_list .con_bom .cb_List li .icon5 {
  background: url('../images/retail/icon5.png') no-repeat center center;
  background-size: cover;
  width: 26px;
  height: 24px;
  margin-right: 15px;
}
.retail .gourp {
  background: #ffffff;
  padding: 80px 0;
}
.retail .gourp .img {
  display: flex;
  justify-content: center;
  max-width: 960px;
  width: 100%;
  height: auto;
  margin: 0 auto 63px;
}
.retail .gourp .img img {
  display: block;
  width: 100%;
  height: auto;
}
.retail .bg {
  background: #F2F7FE;
}
.retail .lunbo {
  padding: 80px 0;
}
.retail .lunbo .item {
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}
.retail .lunbo .item img {
  width: 100%;
  height: auto;
}
.retail .lunbo .carousel-indicators {
  height: 50px;
  bottom: -30px;
}
.retail .lunbo .carousel-indicators li {
  position: relative;
  width: 260px;
  height: 50px;
  border: 0;
  border-radius: 0;
}
.retail .lunbo .carousel-indicators li img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(40%);
  width: 160px;
  height: 50px;
}
.retail .lunbo .carousel-indicators .active {
  top: 0;
  background: #919599;
  height: 8px;
}
.retail .lunbo .carousel-control.left {
  background-image: none;
}
.retail .lunbo .carousel-control.right {
  background-image: none;
}
.retail .lunbo .btns {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
}
.retail .lunbo .btn_left {
  right: -40px;
}
.retail .lunbo .btn_right {
  left: -40px;
}
.retail .lunbo .cid li {
  height: 8px;
  transform: translateY(-8.2px);
}
