.contentBuilder.customization {
	position: relative;
  }
  
.textEditor .contentBuilder .introduceBox {
    display: flex;
    padding-top: 0;
    align-items: center
}

.textEditor .contentBuilder .introduceBox .leftBox {
    width: 40%;
    padding-left: 40px
}

.textEditor .contentBuilder .introduceBox .leftBox .titleBox {
    display: flex;
    flex-direction: column;
    align-items: center
}

.textEditor .contentBuilder .introduceBox .leftBox .iconArea {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap
}

.textEditor .contentBuilder .introduceBox .leftBox .iconArea .item {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.73;
    width: calc((100% / 2) - 20px);
    padding: 30px 10px 0;
    position: relative;
    text-align: center
}

.textEditor .contentBuilder .introduceBox .leftBox .iconArea .item .title {
    text-align: center;
    font-weight: 300
}

.textEditor .contentBuilder .introduceBox .leftBox .iconArea .item .exp {
    font-weight: 400;
    color: #686868;
    text-align: center
}

.textEditor .contentBuilder .introduceBox .leftBox .iconArea .item::before {
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    display: block;
    background-color: rgba(155,161,178,0.3);
    position: absolute;
    top: 30px;
    right: 0
}

.textEditor .contentBuilder .introduceBox .leftBox .iconArea .item:nth-child(2n)::before,.textEditor .contentBuilder .introduceBox .leftBox .iconArea .item:nth-child(4n)::before {
    opacity: 0
}

.textEditor .contentBuilder .introduceBox .leftBox .iconArea .item img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 10px 0
}

.textEditor .contentBuilder .introduceBox .rightBox {
    width: 100%;
    position: relative;
}
.textEditor .contentBuilder .introduceBox .rightBox .Img{
    text-align: center;
}
.textEditor .contentBuilder .introduceBox .rightBox .clearfix{
    display: flex;
}
.textEditor .contentBuilder .rightBox .clearfix .pb20{
    margin-top: 0;
}
.textEditor .contentBuilder .rightBox .clearfix .pb20 img{
    height: 100%;
}
.textEditor .contentBuilder .introduceBox .rightBox .whiteWrap {
    background-color: rgb(223 232 246 / 60%);
    padding: 65px 70px;
    max-width: 100%;
}
.textEditor .contentBuilder .introduceBox .rightBox .whiteWrap .insTitleStyle h4{font-size: 21px;margin-bottom: 20px;font-weight: 400;}
  @media (min-width: 1200px) {
	.contentBuilder.customization::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: calc(50% - 0.5px);
	  width: 1px;
	  height: calc(100% + 53px);
	  background-color: #d0d0d0;
	}
  }
  .contentBuilder.customization .shelfWrap {
	padding: 0;
  }
  .contentBuilder.customization .list .item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 53px;
	flex-direction: row-reverse;
	}
  .contentBuilder.customization .list .item:nth-child(odd) .Img::before {
	right: 0;
  }
  .contentBuilder.customization .list .item:nth-child(odd) .Txt {
	padding: 0px 100px 0 0px;
	}
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .item:nth-child(odd) .Txt {
	  padding: 0 0 0 70px;
	}
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .item:nth-child(odd) .Txt {
	  padding: 20px 0 0;
	}
  }
  .contentBuilder.customization .list .item:nth-child(even) {
	-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
  }
  .contentBuilder.customization .list .item:nth-child(even) .Img::before {
	left: 0;
  }
  .contentBuilder.customization .list .item:nth-child(even) .Txt {
	padding: 0 134px 0 84px;
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .item:nth-child(even) .Txt {
	  padding: 0 100px 0 0;
	}
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .item:nth-child(even) .Txt {
	  padding: 20px 0 0;
	}
  }
  .contentBuilder.customization .list .Img {
	position: relative;
	width: 45%;
	}
.textEditor .contentBuilder .introduceBox .rightBox .whiteWrap{
    padding: 45px 40px;
}
  .contentBuilder.customization .list .Img::before {
	content: "";
	position: absolute;
	bottom: -53px;
	z-index: -50;
	width: 20vw;
	height: 100%;
	background-color: #f7f7f7;
	display: none;
	}
  .contentBuilder.customization .list .Img img {
	display: block;
	width: 100%;
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .Img::before {
	  display: none;
	}
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .Img {
	  width: 100%;
	}
  }
  .contentBuilder.customization .list .Txt {
	width: 40%;
	}
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .Txt {
	  width: 100%;
	}
  }
  .contentBuilder.customization .list .title {
	font-size: 26px;
	font-weight: 700;
	transition: all 0.5s;
	color: #1f1f1f;
  }
  .contentBuilder.customization .list .text {
	font-size: 15px;
	line-height: 2;
	margin-top: 25px;
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .text {
	  margin-top: 10px;
	}
  }
  .contentBuilder.customization .list .iconBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	transition: all 0.5s;
	border: 1px dashed #bfbfbf;
	}
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .iconBox {
	  display: none;
	}
  }
  .contentBuilder.customization .list .icon {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
		align-items: center;
	-ms-flex-pack: center;
		justify-content: center;
	width: 75%;
	height: 75%;
	border-radius: 50%;
  }
  .contentBuilder.customization .list .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all 0.5s;
	background-color: #fff;
  }
  .contentBuilder.customization .list .icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -2;
	width: 120.5%;
	height: 120.5%;
	border-radius: 50%;
	transition: all 0.5s;
	opacity: 0.8;
	background: linear-gradient(to right, #545494, #44a2c0 87%);
	}
  .contentBuilder.customization .list .icon img {
	display: block;
	max-width: 55px;
	transition: all 0.5s;
  }
  @media (min-width: 1201px) {
	.contentBuilder.first {
	  padding-top: 40px;
	}
	.contentBuilder.first::after {
	  content: "";
	  position: absolute;
	  left: calc(50% - 9.5px);
	  bottom: 100%;
	  width: 15px;
	  height: 15px;
	  border-radius: 50%;
	  border: 2px solid #d6d6d6;
	  background-color: #fff;
	}
  }
  
  @-webkit-keyframes circleAnti {
	0% {
	  stroke-dashoffset: 345.4;
	}
	100% {
	  stroke-dashoffset: 0;
	}
  }
  
  @keyframes circleAnti {
	0% {
	  stroke-dashoffset: 345.4;
	}
	100% {
	  stroke-dashoffset: 0;
	}
  }
  @-webkit-keyframes circleAnti_num {
	0% {
	  stroke-dashoffset: 432;
	}
	100% {
	  stroke-dashoffset: 0;
	}
  }
  @keyframes circleAnti_num {
	0% {
	  stroke-dashoffset: 432;
	}
	100% {
	  stroke-dashoffset: 0;
	}
  }
  @-webkit-keyframes circleAnti2 {
	0% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
	100% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
  }
  @keyframes circleAnti2 {
	0% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
	100% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
  }
  @-webkit-keyframes circleAnti3 {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  @keyframes circleAnti3 {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  /**********è‡ªå®šç¾©æ¨£å¼end**********/