.risk-product,
.trial-process {}

.risk-product h2,
.trial-process h2 {
  margin-bottom: 5rem;
  text-align: center;
}

.risk-product .product {
  padding: 2rem;
  width: 100%;
  margin-top: 30px;
  text-align: left;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 1px 3px #eee;
}

.risk-product .product a {
  color: #19B5FE;
}

.hoverModal {
  box-shadow: 0px 0px 3px rgb(34, 132, 230) !important;
  border: 1px solid rgb(34, 132, 230);
}

.risk-product .product .row {
  padding-bottom: 0;
}

.risk-product .product .product-icon {
  width: 50px;
}

.risk-product .product h4 {
  margin-top: 1.5rem;
  text-align: left;
}

.risk-product .product .product-title {
  height: 80px;
  margin-top: 2rem;
  line-height: 1.8rem;
}

.trial-process .step li {
  height: 30px;
  text-align: center;
}

.trial-process .step h3 {
  font-size: 2.5rem;
  font-weight: bold;
}

.trial-process .steps {
  position: relative;
}

.step2 {
  margin-top: 0;
}

.trial-process .steps .process-back {
  position: absolute;
  left: 10%;
  top: 35px;
  width: 80%;
  height: 1px;
  background: rgb(52, 73, 94);
}

.risk-apply {
  width: 120px;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.index_tryBtn {
  margin-bottom: 7%;
  margin-top: -2%;
}


/*在小于768像素的屏幕里*/

@media (max-width: 767px) {
  .risk-product {
    padding-bottom: 2rem;
  }
  .risk-product,
  .trial-process {
    /*padding: 1rem 0;*/
    padding-top: 4rem;
  }
  .risk-product .product {
    padding: 1.5rem 2rem;
    font-size: 1.2rem;
    border: none;
    /*border-bottom: 1px solid #f3f3f3;*/
    box-shadow: 0 0 1px 1px #eee;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .risk-product h3,
  .trial-process h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .risk-product .product .product-icon {
    width: 48px;
  }
  .risk-product .product h4 {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .risk-product .product .product-title {
    margin: 1rem 0;
    height: auto;
  }
  .trial-process .step h3 {
    font-size: 1.5rem;
  }
  .trial-process .step h4 {
    font-size: 1rem;
    font-weight: bold;
  }
  .risk-apply {
    width: 100px;
    margin-top: 1rem;
  }
  .trial-process .steps .process-back {
    top: 35px;
  }
}

/*在768和991像素之间的屏幕里*/

@media (min-width: 768px) and (max-width: 991px) {
  .row {
    text-align: center;
  }
  .risk-product .product {
    padding: 1rem;
  }
  .trial-process .steps .process-back {
    top: 35px;
  }
}

/*在992和1199像素之间的屏幕里*/

@media (min-width: 992px) and (max-width: 1199px) {
  .row {
    text-align: center;
  }
  .trial-process .steps .process-back {
    top: 35px;
  }
}

/*在大于1200像素的屏幕里*/

@media (min-width: 1200px) {
  .row {
    text-align: center;
  }
  .trial-process .steps .process-back {
    top: 35px;
  }
}