/* 页面内公用css*/
.display-block {
  display: inline-block;
  width: 150px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.display-block a {
  color: white;
  text-decoration: none;
}
*,
body {
  font-family: "微软雅黑";
}
#border-none {
  border: none;
}
/* 大于等于768为PC端*/
@media only screen and (min-width: 768px) {
  .fy-alert-content {
    padding: 0 !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: 21px !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: 21px !important;
  }
  #mobile-content {
    display: none;
  }
  #title {
    position: sticky;
    top: -1px;
    width: 100%;
    z-index: 999;
  }
  #pc-content {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    padding: 0 10%;
    background-image: url("../../img/title/title2x.png");
    background-size: 100%;
  }
  #left {
    width: 150px;
    height: 30px;
    padding-top: 10px;
    float: left;
    cursor: pointer;
  }
  #left img {
    width: 100%;
    height: 100%;
  }

  #right {
    text-align: right;
  }

  #come-in {
    padding: 5px 20px 5px 20px;
    background: rgba(115, 202, 243, 1);
    box-shadow: 0px 0px 4px 0px rgba(38, 70, 95, 0.27);
    border-radius: 10px;
  }
  #come-in:hover {
    background: #58b5ed;
  }
}

/* 小于等于767为手机端*/
@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;
    height: 30px !important;
    background: #dddddd !important;
    line-height: 30px !important;
    margin-right: 30px !important;
    border-radius: 50px !important;
    color: white !important;
    font-size: 16px !important;
  }
  .fy-alert-btn:last-child {
    cursor: pointer;
    width: 39%;
    height: 30px;
    background: #73caf3 !important;
    line-height: 30px !important;
    border-radius: 50px !important;
    color: white !important;
    font-size: 16px !important;
  }
  #title {
    position: fixed;
    top: -1px;
    width: 100%;
    z-index: 999;
  }
  #pc-content {
    display: none;
  }
  #mobile-content {
    display: block;
  }
  .mobile-content-title {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    padding-left: 20px;
    background-image: url("../../img/title/title2x.png");
  }
  .mobile-content-title-img {
    display: inline-block;
    width: 100px;
  }
  .mobile-content-title-img img {
    vertical-align: middle;
    width: 100%;
  }
  .font-css {
    color: white;
    font-size: 16px;
  }
  .menu-btn {
    display: inline-block;
  }
  #mobile-come-in {
    width: 100px;
    text-align: center;
    border: 1px solid #73caf3;
    background: #73caf3;
    border-radius: 3050px;
    height: 30px !important;
    line-height: 30px;
    color: white;
  }
  .chahao-icon {
    display: none;
  }
}
