/* 联合解决方案公共样式 */
/* common */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
/* common */
/* 文字颜色 公共 */
.sol-common-color000 {
  color: #000;
}

.sol-common-color333 {
  color: #333;
}

.sol-common-color666 {
  color: #666;
}

.sol-common-color888 {
  color: #666;
}

.sol-common-color999 {
  color: #999;
}

.sol-common-colorfff {
  color: #fff;
}
/* 文字颜色公共 */
/* 文字大小 公共 */
.sol-common-font30 {
  font-size: 0.6rem !important;
}

.sol-common-font26 {
  font-size: 0.52rem !important;
}

.sol-common-font24 {
  font-size: 0.48rem !important;
}

.sol-common-font23 {
  font-size: 0.46rem !important;
}

.sol-common-font20 {
  font-size: 0.4rem !important;
}

.sol-common-font18 {
  font-size: 0.36rem !important;
}

.sol-common-font14 {
  font-size: 0.28rem !important;
}


/* 文字大小 公共 */

/* 文字行高 公共 */
.sol-common-ht37 {
  line-height: 0.72rem;
}

.sol-common-ht24 {
  line-height: 0.48rem;
}

.sol-common-ht22 {
  line-height: 0.44rem;
}

.sol-common-ht20 {
  line-height: 0.4rem;
}

/* 文字行高 公共 */

/* margin 公共 */
.sol-mb-1 {
  margin-bottom: 1em;
}

.sol-mt-1 {
  margin-top: 1rem;
}
/* margin 公共 */
.sol-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/* 公共部分 part1 开始*/
.sol-part1 {
  display: inline-block;
  width: 20%;
  text-align: center;
}

.sol-part1_titile {
  height: 1.4rem;
  line-height: 1.4rem;
}
/* 公共部分 part1 结束 */
/* 公共部分 part2 开始*/
.sol-part2 {
  position: relative;
  width: 100%;
  padding-right: 10%;
}

.sol-part2_left {
  display: inline-block;
  width: 10%;
}

.sol-part2_right {
  display: inline-block;
  width: 90%;
}

/* 公共部分 part2 结束*/
/* part six  选择之后会进行样图展示变换的部分*/
.sol-part6_left {
  width: 50%;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  padding-right: 10%;
}

.sol-part6_right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.sol-part6_right + .sol-part6_left {
  padding-left: 10%;
  padding-right: 0;
}

.sol-part6_right > img {
  max-width: 100%;
}

.sol-part6_list {
  padding: 0.5rem 0;
}

.sol-part6_point {
  display: inline-block;
  margin-right: 15px;
  width: 14px;
  height: 14px;
  vertical-align: top;
  padding: 3px;
  border-radius: 50%;
  text-align: center;
  margin-top: 5px;
  /* position: relative; */
  position: absolute;
}

.point {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sol-part6_introduce {
  display: block;
  padding-left: 0.6rem;
}

.sol-part6_introduce--title {
  line-height: 20px;
  padding-bottom: 20px;
}

/* part six*/
/* part seven */
/* html代码在银行页面 */
.sol-part7 {
  position: relative;
}

.sol-part7-nav {
  border-bottom: 1px solid #999999;
}

#sol-part7-cutline {
  position: relative;
  height: 2px;
  left: 0;
  top: -2px;
}

.sol-part7-content {
  overflow: hidden;
}

.sol-part7-nav_item {
  display: inline-block;
  text-align: center;
  padding: 0.3rem 0;
  cursor: pointer;
}

.sol-part7-content_item {
  vertical-align: top;
  display: inline-block;
}
/* part seven */
/* banner */
.sol-banner {
  height: 500px;
}

.sol-banner .container {
  height: 100%;
  color: #fff;
}

.sol-banner-title {
  font-size: 0.92rem;
  line-height: 1em;
  padding-top: 2.8rem;
  padding-bottom: 1rem;
}

.sol-banner-text {
  font-size: 0.4rem;
  line-height: 1em;
  padding-bottom: 0.6rem;
}

.sol-banner a {
  font-size: 26px;
  color: #ffffff;
  border: solid 1px #ffffff;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color .2s;
  -moz-transition: background-color .2s;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  width: 200px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 50px;
  letter-spacing: 2px;
}


/* banner */
/* 公共的手册类的点击功能 */
.sol-menu {
  background: #f3f4fb;
}

.sol-menu-content {
  overflow: hidden;
  padding: 0;
}

#sol-menu-content--list {
  /* width: 120%; */
  margin: 0;
  transition: all 0.5s;
}

.sol-menu_list {
  /* flex: 0 0 16.666%;
  max-width: 16.666%; */
  padding: 0.3rem 0 0.4rem; 
}

.sol-direction {
  position: relative;
  /* flex: 4.33333%;
  max-width: 8.333333%; */
  padding: 0;
  cursor: pointer;
}

.sol-direction img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 50%;
  transform: translate(-50%, -50%);
}

.sol-menu_img {
  text-align: center;
}

.sol-menu_img img {
  margin: 0.5rem 0 0.3rem;
  max-width: 35%;
}

.sol-menu_title {
  text-align: center;
} 
/* 公共的手册类的点击功能 */

/* 标题 */
.sol {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sol-title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 0.6em;
  height: 0.6rem;
}

.sol-introduce {
  font-size: 0.4rem;
  color: #666666;
  text-align: center;
  line-height: 1.2em;
  margin-top: 0.6rem;
  padding: 0 8%;
}

.sol-h1 {
  font-size: 0.5rem;
  color: #333;
  line-height: 1.2em;
  font-weight: bold;
}

.sol-h2 {
  font-size: 0.5rem;
  color: #333;
  line-height: 1.2em;
}

.sol-text {
  font-size: 0.4rem;
  color: #888;
  line-height: 1.4em;
}
/* 标题 */
/* 内容部分 */
.sol-content {
  width: 100%;
  padding-top: 1.4rem;
  font-size: 0;
}
/* 内容部分 */

/* 页面分块奇数偶数颜色设置 */

.sol:nth-child(2n) {
  background: rgba(249, 249, 249, 1);
}

/* 页面分块奇数偶数颜色设置 */

/* 公共部分 web平台 */
.sol-web {
  margin-top: 0.6rem;
}

.sol-web-picture {
  float: left;
  width: 60%;
  box-shadow: 0.06rem 0.08rem 0.42rem 0px rgba(122, 122, 122, 0.3);
}

.sol-web-picture > img {
  width: 100%;
  height: auto;
}

.sol-web-desc {
  float: right;
  width: 40%;
  padding-left: 1.3rem;
  padding-top: 1.5rem;
}

.sol-web-item {
  width: 100%;
  padding-left: 1.3rem;
  position: relative;
  margin-bottom: 1.3rem;
}

.sol-web-item > span {
  display: block;
  width: 100%;
  line-height: 1em;
  color: #333333;
  margin-bottom: 0.26rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sol-web-item > p {
  width: 100%;
  height: 3em;
  line-height: 1.5em;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sol-web-item > img {
  position: absolute;
  top: 0;
  left: 0;
}
/* 公共部分 web平台 */
/* 行内块 和向上对其 */
.sol-common-basetop {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
/* 行内块 和向上对其 */
/* 公共部分 客户案例 */
.sol.sol-customer-case {
  /* background: #ffffff; */
}

.sol-case {
  padding: 2.3rem 0 0;
  width: 100%;
  overflow: hidden;
}

.sol-case .carousel-inner {
  overflow: visible;
}

.sol-case-item-box {
  width: 100%;
}

.sol-case-img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 80%;
}

.sol-case .carousel-item {
  min-height: auto;
  padding: 2.86rem 0 0.9rem;
  border: 1px solid grey;
}

.sol-case-title {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 3.5rem;
  height: 0.94rem;
  line-height: 0.94rem;
  padding: 0 0.2rem;
  text-align: center;
  color: #ffffff;
  /* margin-left: -1.75rem; */
  transform: translateX(-50%);
  margin-top: -0.47rem;
  background-color: #6c9dff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sol-case-qrcode {
  position: absolute;
  display: block;
  box-sizing: content-box;
  top: 0;
  left: 75%;
  border: 1px solid grey;
  border-radius: 50%;
  width: 3.88rem;
  height: 3.88rem;
  padding: 0.3rem;
  margin-left: -2.24rem;
  margin-top: -2.24rem;
  background: #fff;
}

.sol-case .carousel-control-prev {
  width: 5%;
}

.sol-case .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.sol-case .carousel-control-next {
  width: 5%;
}

.sol-case .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
/* 公共部分 客户案例 */

/* 公共部分 圆形图标 */
.sol-icons {
}

.sol-icon-row {
  font-size: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 0;
}

.sol-icon-row:after {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: '';
  vertical-align: top;
}

.sol-icon-box {
  display: inline-block;
  text-align: center;
}

.sol-icon-circle {
  display: table;
  width: 2.4rem;
  height: 2.4rem;
  /* border: 1px solid #e43a37; */
  /* border-radius: 50%; */
}

.sol-icon-circle > span {
  display: table-cell;
  vertical-align: middle;
}

.sol-icon-circle > span > img {
  max-width: 100%;
}

.sol-icon-box > p {
  display: block;
  font-size: 0.4rem;
  line-height: 1em;
  color: #666666;
  margin-top: 0.4rem;
  margin-bottom: 1rem;
}

/* 公共部分 圆形图标 */

/* 公共部分 用户大数据 */
.sol-big-data img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
/* 公共部分 用户大数据 */

/* 公共部分 图片加文字的方块 */
.sol-imgs {
  font-size: 0;
  margin: 0;
}

.sol-img-out {
  /* width: 33.3%; */
  display: inline-block;
  padding: 0 1.3% 2.6%;
  text-align: center;
  /* vertical-align: top; */
}

.sol-img-inner {
  width: 100%;
  height: 100%;
  border: 1px solid #3c90f4;
}

.sol-img-up {
  display: table;
  text-align: center;
  width: 100%;
  height: 4.7rem;
}

.sol-img-up > span {
  display: table-cell;
  vertical-align: middle;
}

.sol-img-up > span > img {
  max-width: 80%;
  max-height: 50%;
}

.sol-img-down {
  padding: 0 5% 10%;
}

.sol-img-title {
  line-height: 1em;
  margin-bottom: 0.6rem;
}

.sol-img-content {
  line-height: 1.5em;
}


/* 公共部分 图片加文字的方块 */

/* 公共部分 解决银行经营痛点 左文字右图片 */
.sol-bank-pain_right,
.sol-bank-pain_left {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.sol-bank-pain_right,
.sol-bank-pain_left {
  width: 50%;
}

.sol-bank-pain_left {
  padding-right: 5%;
}

.sol-bank-pain_right {
  text-align: center;
}

.sol-bank-pain_right > img {
  max-width: 100%;
}

.sol-sp-item {
  height: 33.3%;
  padding-top: .8rem;
}

.sol-sp-title {
  padding-bottom: 0.4rem;
}
/* 公共部分 解决银行经营痛点 左文字右图片 */

/* 联合解决方案公共样式 */

/* 适配部分 开始 */
@media (min-width: 1200px) {
  /* 大屏媒体播放设备 */
  html {
    font-size: 50px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  /* 大屏媒体播放设备 */
  html {
    font-size: 45px;
  }
  /* part1 公共部分 */
  .sol-part1_img {
    width: 90%;
    height: auto;
  }
  /* part1 公共部分 */
}

@media (max-width: 1024px) {
  .sol-banner .container {
    width: 100%;
    max-width: 100%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  /* 小屏幕电脑 */
  html {
    font-size: 35px;
  }
  /* 公共字体大小 开始*/

  .sol-common-font26 {
    font-size: 20px !important;
  }

  .sol-common-font24 {
    font-size: 18px !important;
  }

  .sol-common-font23 {
    font-size: 17px !important;
  }

  .sol-common-font20 {
    font-size: 16px !important;
  }

  .sol-common-font18 {
    font-size: 14px !important;
  }

  .sol-common-font14 {
    font-size: 12px !important;
  }
  /* 公共字体大小 结束 */
  /* 公共行高 开始*/
  .sol-common-ht37 {
    line-height: 0.72rem;
  }

  .sol-common-ht24 {
    line-height: 0.48rem;
  }

  .sol-common-ht22 {
    line-height: 0.44rem;
  }

  .sol-common-ht20 {
    line-height: 0.4rem;
  }

  /* 公共行高 结束 */

  /* 公共部分 web平台 */
  .sol-web-picture {
    width: 100%;
  }

  .sol-web-desc {
    width: 100%;
    padding-top: 1rem;
    padding-left: 0.3rem;
  }

  .sol-web-item {
    padding-left: 2.5rem;
  }
  /* 公共部分 web平台 */
}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  /* 平板 */
  /* banner */
  .sol-banner {
    height: 350px;
  }

  .sol-banner-title {
    font-size: 24px;
    padding-top: 3.5rem;
  }

  .sol-banner-text {
    font-size: 15px;
  }

  .sol-banner a {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
  /* banner */
  /* 公共部分 part1 */
  .sol-part1 {
    width: 25%;
  }
  /* 公共部分 part1  */

  /* 标题 */
  html {
    font-size: 25px;
  }

  .sol-title {
    font-size: 15px;
  }

  .sol-introduce {
    font-size: 12px;
  }

  .sol-h1 {
    font-size: 12px;
  }
  
  .sol-h2 {
    font-size: 12px;
  }
  
  .sol-text {
    font-size: 12px;
  }
  /* 标题 */

  .sol-part6_introduce {
    padding-left: 0.9rem;
  }
}

@media (max-width: 500px) {
  /* 平板 */
  html {
    font-size: 25px;
  }
}

@media (max-width: 414px) {
  /* 公共字体大小 开始*/
  .sol-common-font30 {
    font-size: 16px !important;
  }

  .sol-common-font26 {
    font-size: 15px !important;
  }

  .sol-common-font24 {
    font-size: 15px !important;
  }

  .sol-common-font23 {
    font-size: 15px !important;
  }

  .sol-common-font20 {
    font-size: 14px !important;
  }

  .sol-common-font18 {
    font-size: 13px !important;
  }

  .sol-common-font14 {
    font-size: 12px !important;
    padding-bottom: 5px;
  }
  /* 公共字体大小 结束 */
  /* 公共行高 开始*/
  .sol-common-ht37 {
    line-height: 24px;
  }

  .sol-common-ht24 {
    line-height: 22px;
  }

  .sol-common-ht22 {
    line-height: 20px;
  }

  .sol-common-ht20 {
    line-height: 18px;
  }
  /* 公共行高 结束 */
  /* xs common margin-top */
  .sol-xs-mt-1 {
    margin-top: 1rem;
  }
  /* xs common margin-top */
  /* banner */
  .sol-banner {
    height: 260px;
  }

  .sol-banner .container {
    background: none !important;
  }

  .sol-banner-title {
    font-size: 20px;
    padding-top: 3.3rem;
  }

  .sol-banner a {
    height: 27px;
    line-height: 25px;
    width: 84px;
    font-size: 13px;
    border-radius: 3px;
  }

  /* banner */
  /* 轮播内容 */
  .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-radius: 4px;
  }

  .carousel-indicators {
    bottom: -16px;
  }

  /* 轮播内容 */
  /* 公共内容 */

  .sol-content {
    padding-top: 21px;
  }

  /* 公共内容 */
  /* 公共部分 part1 */
  .sol-common-scroll {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }

  .sol-common-scroll--content {
    width: 150%;
  }

  .sol-part1 {
    width: 20%;
  }
  /* 公共部分 part1  */
  /*part6 start */
  .sol-part6_introduce {
    height: 30vw;
    width: 100% !important;
    vertical-align: top;
    text-align: center;
  }

  .sol-part6_right {
    width: 100% !important;
    overflow: auto;
    text-align: center;
  }

  .sol-part6_part1 {
    width: 60%;
    padding: 0;
    display: block;
    margin: 0 auto;
  }
  /*part6 end */
  /* 公共部分 web平台 */
  .sol-web-item > span {
    font-size: 15px;
  }

  .sol-web-item > p {
    font-size: 12px;
  }
  /* 公共部分 web平台 */

  /* 公共部分 客户案例 */
  .sol-case-qrcode {
    width: 3rem;
    height: 3rem;
    margin-left: -1rem;
    margin-top: -1.8rem;
  }
  /* 公共部分 客户案例 */

  /* 公共部分 图片加文字的方块 */
  .sol-img-out {
    width: 50%;
  }
  /* 公共部分 图片加文字的方块 */

  /* 添加414公共左右两侧边距 */
  .sol {
    padding: 30px 2vw;
  }
  /* 添加414公共左右两侧边距 */
  /* 标题 */

  .sol-title {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
  }

  .sol-introduce {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 21px;
  }

  /* 标题 */

  /* 公共部分 解决银行经营痛点 左文字右图片 */
  .sol-bank-pain_right {
    display: none;
  }

  .sol-bank-pain_left {
    width: 100%;
    padding-right: 0;
  }

  .sol-sp-item {
    text-align: center;
    margin-bottom: .6rem;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 2vw;
  }

  .sol-sp-title {
    padding-top: 0.4rem;
  }
  /* 公共部分 解决银行经营痛点 左文字右图片 */

  .sol-part6_introduce--title {
    padding-top: 20px;
  }
  /* 党建页面内容 */
  .sol-icon-circle > span > img {
    width: 15vw;
  }

  .sol-introduce {
    padding: 0;
  }
  /* 党建页面内容 */
}
/* 适配部分 结束 */