/* 四个产品页公共样式代码 */
.c-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
/* banner */
.banner {
  width: 100%;
  height: 480px;
  /* background: url('/imgs/product/socialService-bg.png') no-repeat center center; */
  background: url('/imgs/product/02.png') no-repeat center center;
  background-size: cover;
}
.banner .text {
  position: relative;
  height: 100%;
}
.banner .text a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #e54444;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.banner .text a:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
/* 常见问题 */
.question {
  width: 100%;
  background-color: #f8f9fa;
  padding: 41px 0 76px;
}
.question .question-wrap {
  margin: 30px auto 0;
  width: 1400px;
  background-color: #fff;
  padding: 54px 100px 40px 68px;
}
.question .question-wrap .question-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.question .question-wrap .question-content .item {
  width: 330px;
  border-bottom: 1px solid #d1dbe2;
  margin-bottom: 30px;
  color: #333;
  padding-bottom:30px;
}
.question .question-content .item .title {
  font-size: 16px;
  margin-bottom: 20px;
}
.question .question-content .item .title .idx {
  display: inline-block;
  width: 22px;
  height: 21px;
  background-color: #0089cd;
  color: #fff;
  text-align: center;
  line-height: 21px;
  margin-left: -32px;
}
.question .question-content .item .title .text {
  padding-left: 5px;
  font-weight: 600;
}
.question .question-wrap .consult-btn {
  display: block;
  margin: 10px auto 0;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: linear-gradient(50deg, rgb(89, 176, 236) 0%, rgb(0, 137, 205) 100%);
}
.question .question-wrap .consult-btn:hover {
  background: linear-gradient(133deg, rgb(89, 176, 236) 0%, rgb(0, 137, 205) 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
}

/* banner文章 */
.banner-article {
    width: 396px;
    top: 140px;
    left: 65%;
    right: 10%;
    position: absolute;
    background: rgba(0,56,84,0.4);
    border-radius: 6px;
    padding: 20px;
}

.article-list ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.article-list ul li a:hover {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.article-list ul li::before {
    position: absolute;
    content: '';
    background-color: #fff;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    margin-top: 16px;
}

.article-list ul li a {
    line-height: 36px;
    text-decoration: none;
    outline: 0;
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
}
/* 面包屑导航 */
.info-nav {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #515A6E;
}

.info-nav .info:hover {
    color: #3b9bde;
}

.info-nav .theme-font {
    color: #515a6e;
    font-weight: 400;
}

.info-nav .nav-title {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}