@charset "UTF-8";
.risk-content {
  color: #000000 !important;
}
.risk-content .top {
    width: 120px;
    padding: 20px 10px 10px 10px;
}
.risk-content .top > img {
    width: 100%;
}
.risk-content #bd {
    line-height: 1.6em;
    font-size: 16px;
}
.risk-content .title {
    width: 94%;
    font-size: 18px;
    margin-top: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e7e7eb;
    text-align: center;
}
.risk-content .ptitle {
    width: 94%;
    font-size: 16px;
    margin-top: 10px;
    color: #8c8c8c;
}
.risk-content .weui_article {
    width: 94%;
    margin-left: 3%;
}
.risk-content .weui_article .content h3,
  .risk-content .about_frame .content p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.risk-content .weui_article h3 {
    font-weight: bold;
    color: #3b8ac6;
    margin-top: 30px;
    margin-left: -18px;
}
.risk-content .weui_article .content img {
    margin-bottom: 5px;
    margin-top: 5px;
}
.risk-content .weui_article .content h6 {
    line-height: 20px;
    padding: 0 8px;
    color: #fff;
    font-size: 14px;
    background: #3b8ac6;
    display: inline-block;
    margin: 5px 0;
}
.risk-content .weui_article .content img {
    max-width: 96%;
}
.risk-content .bottom a {
    text-decoration: none;
    color: #9d9e9e;
}
.risk-content .bottom .zan1 {
    background: url(/Public/Weixin/images/zan1.png) no-repeat 0px 0px;
    background-size: 20px 20px;
    float: left;
    display: block;
    padding-left: 20px;
}
.risk-content .bottom .zan2 {
    background: url(/Public/Weixin/images/zan2.png) no-repeat 0px 0px;
    background-size: 20px 20px;
    float: left;
    display: block;
    padding-left: 20px;
}
.risk-content p {
    text-indent: 20px;
    font-size: 14px;
    line-height: 18px;
}
.risk-content span {
    font-size: 13px;
    line-height: 18px;
}
.risk-content .foot p {
    font-size: 14px !important;
}
.risk-content .black {
    font-weight: 400;
}
.risk-content #grad {
    /* Safari 5.1 - 6.0 */
    /* Opera 11.1 - 12.0 */
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #d2c7b0, #fdfdfd);
    /* 标准的语法 */
    padding: 10px 10px;
}
.risk-content #grad > span {
    color: white;
    font-size: 15px;
}
.risk-content p {
    text-indent: 20px;
    font-size: 14px;
    line-height: 18px;
    margin: 14px 0;
}
.core-adv-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.core-adv-card {
  padding: 0 12px;
  text-align: left;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.core-adv-card--mid {
  border-left: 1px dashed #e6e6e6;
  border-right: 1px dashed #e6e6e6;
}

/* end 核心优势 */
.adv-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 20px auto 10px !important;
  display: block;
}
.adv-card-title {
  color: #c8402d;
  font-weight: 700;
  font-size: 12px;
  margin-top: 20px;
}
.adv-card-text {
  color: #555;
  line-height: 1.9;
  font-size: 12px;
}

