/* 顶部导航 立即注册颜色修改 */
.nav-li-register a {
  color: #3c90f4;
}
/* 顶部导航 立即注册颜色修改 */
/* banner */
.sol-banner {
  background-color: #3c90f4;
}

.sol-banner .container {
  background: url('../image/hotel/bg.png') no-repeat 100% 80%;
  background-size: auto;
}

.sol-banner a:hover {
  color: #3c90f4;
  background-color: #fff;
}
/* banner */
/* banner下方的内容 */
.sol-menu_list {
  border-left: 1px solid rgba(60, 144, 244, 0.1);
}

.sol-menu_list:nth-last-child(1) {
  border-right: 1px solid rgba(60, 144, 244, 0.1);
}

.sol-menu_actived {
  background: rgba(60, 144, 244, 0.1);
}
/* banner下方的内容 */
/*业务功能  */
.sol-serve {
  width: 100%;
}

.sol-serve-item {
  width: 18.18%;
  background: pink;
  height: 50px;
  text-align: center;
}

.sol-serve-kong {
  width: 9.1%;
  background: black;
  height: 50px;
}
/* 业务功能 */
/* 应用功能 */
.sol-use_introduce {
  width: 30%;
}

.sol-use_item {
  height: 33.3%;
}

.sol-use_title {
  padding-bottom: 0.4rem;
  line-height: 0.4rem;
  font-family: MicrosoftYaHeiLight;
}

.sol-use_content {
}

.sol-use_show--img {
  width: 40%;
  text-align: center;
}

.sol-use_show--img img {
  width: 90%;
  /* height: 440px; */
}

.sol-use_show--img span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* 应用功能 */

/* 解决问题 */
.sol-img-title {
  font-weight: bold;
}

.sol-img-title,
.sol-img-content {
  color: #3c90f4;
}

.sol-img-up {
  height: 4rem;
}

/* 解决问题 */
/* 核心功能 选中色*/
.sol-part6_choosed .sol-part6_introduce--introduce,
.sol-part6_choosed .sol-part6_introduce--title {
  color: #3c90f4;
}

.sol-part6_choosed .sol-part6_point {
  border: 1px solid #3c90f4;
}

.sol-part6_choosed .point {
  background: #3c90f4;
}

/* 核心功能 选中色 */
/* 联合解决方案选中色问题 */
#sol-part7-cutline {
  background: #3c90f4;
}

.sol-part7-nav_choosed {
  color: #3c90f4;
}

.sol-padding {
  padding: 0.5rem 0;
}
/* 联合解决方案选中色问题 */

/* 客户案例 */
.sol-case-title {
  background-color: #3c90f4;
}

.sol-case .carousel-item {
  border-color: #3c90f4;
}

.sol-case-qrcode {
  border-color: #3c90f4;
}

/* 客户案例 */

/* 轮播内容 */

.carousel-indicators .active {
  background-color: #3c90f4 !important;
}

/* 轮播内容 */

/* 商家名片拓客 */
.sol-good {
  margin-top: 1.2rem;
}

.sol-good-title {
  color: #3c90f4;
  line-height: 1em;
  margin-bottom: 0.5rem;
}

.sol-good-ul {
  color: #3c90f4;
  list-style: disc inside;
}

.sol-good-ul li {
  float: left;
  width: 33.3%;
}
/* 商家名片拓客 */

/* 业务流程 */
.sol-ywlc {
  position: relative;
  margin: 2rem auto;
}

.sol-ywlc-pc {
  display: block;
  width: 100%;
  height: auto;
}

.sol-ywlc-phone {
  display: none;
}

.sol-ywlc-name {
  position: absolute;
  color: #333333;
  line-height: 1em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.sol-ywlc-name:nth-child(odd) {
  top: -0.8rem;
}

.sol-ywlc-name:nth-child(even) {
  bottom: -0.8rem;
}

.sol-ywlc-name:nth-child(1) {
  left: 5%;
}

.sol-ywlc-name:nth-child(2) {
  left: 15%;
}

.sol-ywlc-name:nth-child(3) {
  left: 25%;
}

.sol-ywlc-name:nth-child(4) {
  left: 35%;
}

.sol-ywlc-name:nth-child(5) {
  left: 45%;
}

.sol-ywlc-name:nth-child(6) {
  left: 55%;
}

.sol-ywlc-name:nth-child(7) {
  left: 65%;
}

.sol-ywlc-name:nth-child(8) {
  left: 75%;
}

.sol-ywlc-name:nth-child(9) {
  left: 85%;
}

.sol-ywlc-name:nth-child(10) {
  left: 95%;
}

/* 业务流程 */

/* 适配部分 开始 */
@media (min-width: 1200px) {
  /* 大屏媒体播放设备 */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  /* 大屏媒体播放设备 */
}

@media (max-width: 1024px) {
  #sol-ywlc-content {
    overflow: scroll;
  }

  .sol-ywlc {
    max-width: 80%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  /* 小屏幕电脑 */
}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  /* 平板 */
  .sol-good-ul li {
    width: 100%;
  }

  /* 业务流程 */
  .sol-ywlc {
    margin: 4rem auto;
    max-width: 100%;
  }

  .sol-ywlc-name:nth-child(odd) {
    transform-origin: 0% 100%;
    transform: rotate(-30deg);
  }

  .sol-ywlc-name:nth-child(even) {
    transform-origin: 0% 0%;
    transform: rotate(30deg);
  }

  /* .sol-ywlc-pc {
    display: none;
  }
  
  .sol-ywlc-phone {
    display: block;
    margin: 0 auto;
  } */
  /* 业务流程 */
}

@media (max-width: 500px) {
}

@media (max-width: 414px) {
  /* nav 背景色 */
  .nav-wrap {
    background: #3c90f4 !important;
  }
  /* nav背景色 */

  .sol-ywlc-name {
    font-size: 12px !important;
  }
}
/* 适配部分 结束 */
  
  
  