@font-face {
  font-family: "PingFang-SC-Regular";
  src: url("../font/PingFangSCRegular.ttf"); }

.product-Detale {
  overflow: hidden;
  width: 1200px;
  margin: -20px auto 0;
  box-shadow: 0 0 10px #f9f9f9 inset;
  background: #f9f9f9;
  display: none;
  margin-bottom: 80px;
  border-radius: 12px; }
  .product-Detale p {
    font-family: 'PingFang-SC-Regular';
    font-size: 22px;
    width: 476px;
    border-radius: 3px;
    cursor: pointer;
  }
    .product-Detale p:nth-child(1) {
      color: #333;
      margin-top: 70px; }
    .product-Detale p:nth-child(2) {
      background: #46a4ed;
      text-align: center;
      line-height: 44px;
      color: white;
      margin-top: 60px; }
    .product-Detale p:nth-child(3) {
      background: #192d4c;
      text-align: center;
      line-height: 44px;
      color: white;
      margin-top: 22px; }
    .product-Detale p:nth-child(2) :hover {
      background: #7bbbec; }
    .product-Detale p:nth-child(3) :hover {
      background: #4f678b; }
