.fy-alert-btn:hover {
  background: #666666 !important;
}
.fy-alert-btn:last-child:hover {
  background: #58b5ed !important;
}
*,
body {
  font-family: "微软雅黑";
}

@media only screen and (min-width: 768px) {
  .fy-alert-content {
    height: auto !important;
  }
  .fy-alert-footer {
    text-align: center !important;
    padding-right: 0 !important;
  }
  .fy-alert-btn {
    cursor: pointer;
    width: 160px !important;
    height: 40px !important;
    background: #dddddd !important;
    line-height: 40px !important;
    margin-right: 30px !important;
    border-radius: 50px !important;
    color: white !important;
    font-size: 18px !important;
  }
  .fy-alert-btn:last-child {
    cursor: pointer;
    width: 160px;
    height: 40px;
    background: #73caf3 !important;
    line-height: 40px !important;
    border-radius: 50px !important;
    color: white !important;
    font-size: 18px !important;
  }
  .footer {
    width: 90%;
    height: 400px;
    padding: 0 5% 0 5%;
    position: relative;
    background: #fafbfb;
    border-top: 1px solid #efefef;
  }
  .content-div-pc {
    height: 100%;
    width: 100%;
  }
  .content-div-mobile {
    display: none;
  }
  .bottom-first {
    width: 22%;
    padding-top: 100px;
    float: left;
  }
  .content-bottom-title {
    font-size: 22px;
    color: #444444;
    margin-bottom: 15px;
  }

  .content-bottom-title a {
    color: #444444;
    text-decoration: none;
  }
  .content-bottom-p {
    margin-bottom: 7px;
    font-size: 15px;
    color: #888888;
  }
  .content-bottom-p a {
    color: #73caf3;
    text-decoration: none;
  }
  .bottom-second {
    width: 15%;
    display: inline-block;
    padding-top: 100px;
  }

  .content-bottom-title-span {
    cursor: pointer;
    border: 1px solid #73caf3;
    padding: 5px 25px;
    border-radius: 30px;
    background: #73caf3;
    color: white;
  }
  .content-bottom-title-span:hover {
    background: #58b5ed;
  }
}
@media only screen and (max-width: 767px) {
  .fy-alert-footer {
    text-align: center !important;
    padding-right: 0 !important;
  }
  .fy-alert-btn {
    margin-top: 65px;
    cursor: pointer;
    width: 39% !important;
    min-width: 130px !important;
    height: 30px !important;
    background: #dddddd !important;
    line-height: 30px !important;
    margin-right: 10px !important;
    border-radius: 50px !important;
    color: white !important;
    font-size: 16px !important;
  }
  .fy-alert-btn:last-child {
    cursor: pointer;
    width: 40%;
    height: 30px;
    background: #73caf3 !important;
    line-height: 30px !important;
    border-radius: 50px !important;
    color: white !important;
    font-size: 16px !important;
  }
  .footer {
    width: calc(100% - 40px);
    padding: 0 20px 0 20px;
    position: relative;
    background: #fafbfb;
    border-top: 1px solid #efefef;
  }
  .content-div-pc {
    display: none;
  }
  .bottom-first {
    position: relative;
  }
  .bottom-first-title {
    font-size: 18px;
    color: #444444;
    height: 35px;
    line-height: 35px;
  }
  .content-first-img {
    width: 40%;
  }
  .content-first-img img {
    width: 100%;
  }
  .content-first-span {
    cursor: pointer;
    border: 1px solid #73caf3;
    padding: 5px 25px;
    border-radius: 30px;
    background: #73caf3;
    color: white;
    position: absolute;
    top: 10px;
    right: 0;
  }
  .bottom-second {
    margin-bottom: 20px;
    border-bottom: 1px solid #888888;
  }
  .product,
  .Copyright,
  .jjfx,
  .lxwm {
    float: right;
  }
  .content-bottom-title {
    font-size: 22px;
    color: #444444;
    margin-bottom: 15px;
  }

  .content-bottom-p {
    margin-bottom: 7px;
    font-size: 15px;
    color: #888888;
  }
  .content-bottom-p a {
    color: #73caf3;
    text-decoration: none;
  }
}
