a {
  text-decoration: none;
  color: #666;
}
/* 对于手机（手机竖屏） */
@media only screen and (max-width: 767px) {
  .father1 {
    padding: 40px 20px;
  }
  .father1 .goods-card {
    display: block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 40px;
    background-color: #f6f6f6;
  }
  .father1 .goods-card .goods-img {
    width: 100%;
    overflow: hidden;
  }
  .father1 .goods-card .goods-img img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
  }
  .father1 .goods-card .card-content {
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    text-align: left;
  }
  .father1 .goods-card .card-content .title {
    font-size: 26px;
    line-height: 40px;
    color: #000;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .father1 .goods-card .card-content .text {
    font-size: 13px;
    color: #333;
    line-height: 24px;
  }
  .father1 .goods-card .card-content a {
    color: #666;
  }
  .father1 .goods-card .card-content .box-button {
    width: 120px;
    margin-top: 30px;
    line-height: 36px;
    padding: 0 30px;
    border: 1px #ddd solid;
    border-radius: 25px;
    transition: all 0.2s;
    font-size: 14px;
  }
  .father1 .goods-card .card-content .box-button i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px #ddd solid;
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    line-height: 18px;
    font-style: normal;
    margin-right: 10px;
    transition: all 0.2s;
  }
  .father1 .goods-card .card-content .box-button:hover {
    width: 140px;
    background: #1f2e71;
    color: #fff;
    border-color: #1f2e71;
  }
  .father1 .goods-card .card-content .box-button:hover i {
    transform: rotate(90deg);
    margin-right: 20px;
  }
  .father1 .goods-card:hover .goods-img img {
    transform: scale(1.1);
  }
}
/* 对于平板（平板竖屏） */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .father1 {
    padding: 40px 20px;
  }
  .father1 .goods-card {
    display: block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 40px;
    background-color: #f6f6f6;
  }
  .father1 .goods-card .goods-img {
    width: 100%;
    overflow: hidden;
  }
  .father1 .goods-card .goods-img img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
  }
  .father1 .goods-card .card-content {
    height: 100%;
    box-sizing: border-box;
    padding: 40px;
    text-align: left;
  }
  .father1 .goods-card .card-content .title {
    font-size: 30px;
    line-height: 60px;
    color: #000;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .father1 .goods-card .card-content .text {
    font-size: 13px;
    color: #333;
    line-height: 24px;
  }
  .father1 .goods-card .card-content .box-button {
    width: 120px;
    margin-top: 30px;
    color: 666;
    line-height: 36px;
    padding: 0 30px;
    border: 1px #ddd solid;
    border-radius: 25px;
    transition: all 0.2s;
    font-size: 14px;
  }
  .father1 .goods-card .card-content .box-button i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px #ddd solid;
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    line-height: 18px;
    font-style: normal;
    margin-right: 10px;
    transition: all 0.2s;
  }
  .father1 .goods-card .card-content .box-button:hover {
    width: 140px;
    background: #1f2e71;
    color: #fff;
    border-color: #1f2e71;
  }
  .father1 .goods-card .card-content .box-button:hover i {
    transform: rotate(90deg);
    margin-right: 20px;
  }
  .father1 .goods-card:hover .goods-img img {
    transform: scale(1.1);
  }
}
/* 对于笔记本电脑和桌面 */
@media only screen and (min-width: 1025px) {
  .father1 {
    padding: 55px 27px;
  }
  .father1 .goods-card {
    display: block;
    text-decoration: none;
    width: 100%;
    min-height: 405px;
    display: flex;
    margin-bottom: 40px;
    background-color: #f6f6f6;
  }
  .father1 .goods-card .goods-img {
    width: 525px;
    height: 100%;
    overflow: hidden;
  }
  .father1 .goods-card .goods-img img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
  }
  .father1 .goods-card .card-content {
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 80px;
    text-align: left;
  }
  .father1 .goods-card .card-content .title {
    font-size: 42px;
    line-height: 60px;
    color: #000;
    font-weight: 900;
    margin-bottom: 40px;
  }
  .father1 .goods-card .card-content .text {
    font-size: 13px;
    color: #333;
    line-height: 24px;
  }
  .father1 .goods-card .card-content .box-button {
    width: 120px;
    margin-top: 50px;
    color: 666;
    line-height: 36px;
    padding: 0 30px;
    border: 1px #ddd solid;
    border-radius: 25px;
    transition: all 0.2s;
    font-size: 14px;
  }
  .father1 .goods-card .card-content .box-button i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px #ddd solid;
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    line-height: 18px;
    font-style: normal;
    margin-right: 10px;
    transition: all 0.2s;
  }
  .father1 .goods-card .card-content .box-button:hover {
    width: 140px;
    background: #1f2e71;
    color: #fff;
    border-color: #1f2e71;
  }
  .father1 .goods-card .card-content .box-button:hover i {
    transform: rotate(90deg);
    margin-right: 20px;
  }
  .father1 .goods-card:hover .goods-img img {
    transform: scale(1.1);
  }
}
