#home-container {
  margin-top: 60px;
}
#home-container #banner {
  width: 100%;
  height: 500px;
}
#home-container #banner .mySwiper2 {
  height: 100%;
  width: 100%;
}
#home-container #banner .left2 .swiper-slide {
  cursor: pointer;
}
#home-container #banner .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#home-container #banner .swiper-slide {
  background-size: cover;
  background-position: center;
}
#home-container #banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-container .layui-carousel {
  position: relative;
  left: 0;
  top: 0;
  background-color: #f8f8f8;
}
#home-container .el-carousel .el-carousel__container {
  height: 500px;
}
#home-container #boutique {
  padding: 60px 0 30px;
}
#home-container .sec-title .info {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-container .sec-title .info .line {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 6px;
  background-color: #1067EE;
}
#home-container .sec-title .info h3 {
  font-size: 30px;
  font-weight: 600;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
#home-container .sec-title p {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
#home-container #boutique .product {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
#home-container #boutique .product ul {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#home-container #boutique .product ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
#home-container #boutique .product ul li {
  margin-top: 35px;
  margin-left: 70px;
}
#home-container #boutique .product ul li > a {
  display: block;
  padding: 10px 10px 20px;
  background-color: #F6F7FB;
  border-radius: 4px;
  border: 1px solid #E8EDFF;
  box-sizing: border-box;
}
#home-container #boutique .product ul .product-img {
  position: relative;
  box-sizing: border-box;
}
#home-container #boutique .product ul .product-img img {
  width: 200px;
  height: 200px;
  border-radius: 4px;
  border: 1px solid #E8EDFF;
  box-sizing: border-box;
}
#home-container #boutique .product ul .product-img .color {
  position: absolute;
  left: 15px;
  bottom: 5px;
  border-radius: 10px;
  background: rgba(246, 247, 251, 0.5);
  border: 1px solid rgba(232, 237, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  box-sizing: border-box;
}
#home-container #boutique .product ul .product-img .color i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #DEE2E6;
  margin-left: 8px;
  box-sizing: border-box;
}
#home-container #boutique .product ul .product-title {
  width: 200px;
  margin-top: 20px;
  font-size: 14px;
  color: #1C2340;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home-container #boutique .product ul .product-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#home-container #boutique .product ul .product-info p {
  font-size: 10px;
  color: #666666;
}
#home-container #boutique .product ul .product-info h4 {
  font-size: 14px;
  color: #EA2E2E;
  font-weight: 500;
}
#home-container #flexible-operation {
  padding: 40px 0 60px;
  background-color: #F6F7FB;
}
#home-container .sec-title .info {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-container .sec-title .info .line {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 6px;
  background-color: #1067EE;
}
#home-container .sec-title .info h3 {
  font-size: 30px;
  font-weight: 600;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
#home-container .sec-title p {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
#home-container #flexible-operation .process {
  margin-top: 45px;
}
#home-container #flexible-operation .process .ul-step {
  display: flex;
  justify-content: center;
}
#home-container #flexible-operation .process .ul-step .step {
  width: 92px;
  height: 64px;
}
#home-container #flexible-operation .process .ul-step .step-1 {
  background: url("../images/step_icon_1.png") center no-repeat;
  background-size: contain;
}
#home-container #flexible-operation .process .ul-step .step-2 {
  background: url("../images/step_icon_2.png") center no-repeat;
  background-size: contain;
}
#home-container #flexible-operation .process .ul-step .step-3 {
  background: url("../images/step_icon_3.png") center no-repeat;
  background-size: contain;
}
#home-container #flexible-operation .process .ul-step .step-4 {
  background: url("../images/step_icon_4.png") center no-repeat;
  background-size: contain;
}
#home-container #flexible-operation .process .ul-step .step-5 {
  background: url("../images/step_icon_5.png") center no-repeat;
  background-size: contain;
}
#home-container #flexible-operation .process .ul-step .run-dir {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  height: 64px;
}
#home-container #flexible-operation .process .ul-step .run-dir .dir-icon {
  display: block;
  width: 29px;
  height: 22px;
  background: url("../images/step_icon_dir.png") center no-repeat;
  background-size: 29px 22px;
}
#home-container #flexible-operation .process .ul-txt {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#home-container #flexible-operation .process .ul-txt li {
  width: 222px;
}
#home-container #flexible-operation .process .ul-txt li h4 {
  font-size: 18px;
  color: #1C2340;
  text-align: center;
}
#home-container #flexible-operation .process .ul-txt li p {
  font-size: 14px;
  color: #333333;
  text-align: center;
}
#home-container #platform {
  margin-top: 30px;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  background-color: #F6F7FB;
  border-top: 1px solid #E8EDFF;
  border-bottom: 1px solid #E8EDFF;
  box-sizing: border-box;
}
#home-container #platform .wrap {
  display: flex;
  align-items: center;
}
#home-container #platform .wrap img:nth-of-type(1) {
  margin-left: 0;
}
#home-container #platform .wrap img {
  height: 24px;
  margin-left: 65px;
}
#home-container #platform .wrap p {
  margin-left: 70px;
  font-size: 16px;
  color: #151935;
  font-weight: 600;
}
#home-container #brief-intro {
  margin-top: 60px;
  height: 400px;
  display: flex;
  justify-content: center;
  background: url(../images/intro_img.jpg) no-repeat;
  background-size: cover;
  padding: 20px 0;
}
#home-container #brief-intro .wrap {
  width: 1120px;
  padding: 20px;
  background-color: rgba(16, 103, 238, 0.6);
}
#home-container #brief-intro .wrap .content {
  height: 100%;
  border: 1px solid #ffffff;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
}
#home-container #brief-intro .wrap .content .title p {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
#home-container #brief-intro .wrap .content .intro {
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  text-indent: 2em;
  letter-spacing: 1px;
}
