/* 顶部导航 立即注册颜色修改 */
.nav-li-register a {
  color: #6C9CFF;
}
/* 顶部导航 立即注册颜色修改 */
/* banner */

.sol-banner {
  background-color: #6C9CFF;
}

.sol-banner .container {
  background: url('../image/decor/bg.png') no-repeat 100% 80%;
  background-size: 43%;
}

.sol-banner a:hover {
  color: #6C9CFF;
  background-color: #fff;
}
/* banner */
/* banner下方的内容 */
.sol-menu_list {
  border-left: 1px solid rgba(108, 156, 255, 0.1);
}

.sol-menu_list:nth-last-child(1) {
  border-right: 1px solid rgba(108, 156, 255, 0.1);
}

.sol-menu_actived {
  background: rgba(108, 156, 255, 0.1);
}
/* banner下方的内容 */
/* 提升用户体验 */
#sol-part6_left .sol-part6_list {
  padding: 0.8rem 0;
}

.sol-part6_choosed .sol-part6_introduce--introduce,
.sol-part6_choosed .sol-part6_introduce--title {
  color: #6C9CFF;
}

.sol-part6_choosed .sol-part6_point {
  border: 1px solid #6C9CFF;
}

.sol-part6_choosed .point {
  background: #6C9CFF;
}

/* 提升用户体验 */

/* 轮播的边框内容进行重新设定 */
.carousel-delete-border {
  padding: 0 !important;
  border: none !important;
  min-height: auto !important;
}
/* 轮播的边框内容进行重新设定 */
/* 轮播选中效果 */
.cut-button{
  bottom: 0!important;
}
.cut-button li{
    background-color: 
}
.carousel-indicators li.active {
  background-color: #3C7BFE !important;
}
/* 轮播选中效果 */
/* 银行小程序 */

/* 客户案例 */
.sol-case-title {
  background-color: #6C9CFF;
}

.sol-case .carousel-item {
  border-color: #6C9CFF;
}

.sol-case-qrcode {
  border-color: #6C9CFF;
}

/* 客户案例 */
/* 装修小程序核心功能 */
.deco-container {
  width: 100%;
  height: 8.4rem;
}

.deco-box {
  width: 4.6rem;
  height: 4.6rem;
  margin: 0 auto;
  position: relative;
}

.deco-circle {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  border: 1px solid #ABABAB;
  border-radius: 50%;
  text-align: center;
}

.deco-inner > img {
  margin-top: 0.5rem;
  max-width: 30%;
}

.deco-inner-text {
  color: #6C9CFF;
  font-weight: bold;
}

.deco-circle > span {
  display: table-cell;
  vertical-align: middle;
}

.deco-circle-cover {
  position: absolute;
  width: 100%;
  height: 1.44rem;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 99999;
}

.deco-item {
  position: absolute;
  width: 7rem;
  /* right: 0;
  top: 1.44rem;
  padding-left: 2rem;
  text-align: left;
  transform: translateX(100%); */
}
.deco-item-circle {
  position: absolute;
  display: table;
  width: 1.28rem;
  height: 1.28rem;
  /* top: 0; */
  /* left: 0; */
  text-align: center;
  border: 1px solid #6C9CFF;
  border-radius: 50%;
}

.deco-item-circle > span {
  display: table-cell;
  vertical-align: middle;
  color: #6C9CFF;
  font-weight: bold;
}

.deco-item-dot-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.deco-item-dot {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #6C9CFF;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(50%) translateY(-50%);
}

.deco-item-title {
  color: #6C9CFF;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.deco-item-content {
  color: #666666;
  line-height: 1.6em;
}

.deco-item:nth-child(5) {
  top: 1.44rem;
  right: -1rem;
  padding-left: 2rem;
  text-align: left;
  transform: translateX(100%);
}

.deco-item:nth-child(5) .deco-item-circle {
  top: 0;
  left: 0;
}

.deco-item:nth-child(5) .deco-item-circle .deco-item-dot-box {
  transform: rotate(-30deg);
}

.deco-item:nth-child(4) {
  top: 4.3rem;
  right: 0rem;
  padding-left: 2rem;
  text-align: left;
  transform: translateX(100%);
}

.deco-item:nth-child(4) .deco-item-circle {
  top: 0;
  left: 0;
}

.deco-item:nth-child(4) .deco-item-circle .deco-item-dot-box {
  transform: rotate(-30deg);
}

.deco-item:nth-child(3) {
  bottom: -1rem;
  left: 50%;
  padding-left: 0rem;
  text-align: center;
  transform: translateX(-50%) translateY(100%);
}

.deco-item:nth-child(3) .deco-item-circle {
  position: relative;
  margin: 0 auto 0.72rem;
  /* top: 0;
  left: 0; */
}

.deco-item:nth-child(3) .deco-item-circle .deco-item-dot-box {
  transform: rotate(90deg);
}

.deco-item:nth-child(2) {
  top: 4.3rem;
  left: 0rem;
  padding-right: 2rem;
  text-align: right;
  transform: translateX(-100%);
}

.deco-item:nth-child(2) .deco-item-circle {
  top: 0;
  right: 0;
}

.deco-item:nth-child(2) .deco-item-circle .deco-item-dot-box {
  transform: rotate(180deg);
}

.deco-item:nth-child(1) {
  top: 1.44rem;
  left: -1rem;
  padding-right: 2rem;
  text-align: right;
  transform: translateX(-100%);
}

.deco-item:nth-child(1) .deco-item-circle {
  top: 0;
  right: 0;
}

.deco-item:nth-child(1) .deco-item-circle .deco-item-dot-box {
  transform: rotate(210deg);
}
/* 装修小程序核心功能 */
/* 适配部分 开始 */
@media (min-width: 1200px) {
  /* 大屏媒体播放设备 */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  /* 大屏媒体播放设备 */
}

@media (max-width: 1024px) {
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  /* 小屏幕电脑 */
}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  /* 平板 */
  /* 装修小程序核心功能 */
  .deco-container {
    height: 11rem;
  }
  /* 装修小程序核心功能 */  
}

@media (max-width: 500px) {
}

@media (max-width: 414px) {
  /* nav 背景色 */
  .nav-wrap {
    background: #6C9CFF !important;
  }
  /* nav背景色 */

  /* 装修小程序核心功能 */
  /* .deco-container {
    overflow: scroll;
  }
  .deco-box {
    margin-left: 60%;
  } */

  .deco-container {
    height: unset;
  }

  .deco-circle-cover {
    display: none;
  }

  .deco-circle {
    display: none;
  }

  .deco-box {
    width: 100%;
    height: unset;
    padding-left: 0.5rem;
  }

  .deco-item {
    position: relative !important;
    transform: unset !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100%;
    padding-left: 2rem !important;
    padding-right: 0 !important;
    text-align: left !important;
    margin-bottom: 0.5rem;
  }
  
  .deco-item-circle {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
  /* 装修小程序核心功能 */  
}
/* 适配部分 结束 */
  
  
  