.content {
  padding-bottom: 80px;
  background-color: #fff;
}
.content .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
}
.content .breadcrumb li a {
  font-size: 18px;
  color: #064089;
}
.content .product .porduct-intr {
  padding: 20px;
}
.content .product .porduct-intr h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.content .product .porduct-intr p {
  font-size: 14px;
  color: #666666;
}
.content .button {
  text-align: center;
  padding-top: 50px;
}
.content .button a {
  width: 581px;
  height: 40px;
  border-radius: 6px;
  border: solid 1px #064089;
  display: inline-block;
  line-height: 40px;
  color: #064089;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .content .product-top {
    padding: 45px 0 55px 0;
    text-align: center;
    position: relative;
  }
  .content .product-top p {
    font-size: 26px;
    color: #0075be;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .content .product-top .import {
    font-size: 20px;
    color: #195fbc;
    position: relative;
  }
  .content .product-top .import .left-line {
    width: 2px;
    height: 68px;
    background-color: #064089;
    display: inline-block;
    margin-right: 5px;
  }
  .content .product-top .bottom-square {
    width: 30px;
    height: 27px;
    background-color: #064089;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content .button a {
    width: 100%;
  }
}
