/* PC端 */
@media (min-width: 751px) {
  #mobile_footer{
    display: none;
  }
}
/* 移动端 */
@media (max-width: 750px) {
  .footer-top{
    height: auto;
    padding: 40px 16px 30px;
  }
  .company-title{
    margin-top: 0;
    font-size: 18px;
  }
  .footer-top img{
    height: 80vw;
    width: 80vw;
  }
  .footer-top .rotate-svg-top{
    top: -80%;
    right: 30%;
  }
  .footer-top .rotate-svg{
    top: 20%;
    left: 30%;
  }
  .footer-bottom{
    display: none;
  }

  /* 移动端 */
  #mobile_footer{
    padding: 40px 16px 30px;
    background-color: #0e1421;
  }
  #mobile_footer .LOGO-title {
    height: 8.13333vw;
    margin-bottom: 7.73333vw;
  }
  #mobile_footer .row {
    border-bottom: 1px solid #8d8886;
  }
  #mobile_footer .row .title {
    font-size: 3.2vw;
    font-weight: 700;
    color: #bcbfc8;
    line-height: 14vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mobile_footer .row .title i {
    font-size: 4vw;
    color: #eee;
    font-weight: normal;
  }
  #mobile_footer .row input[type="checkbox"] {
    display: none;
  }
  #mobile_footer .row input[type="checkbox"]:checked ~ .content {
    display: block;
  }
  #mobile_footer .row .content {
    display: none;
  }
  #mobile_footer .row .content .item {
    font-size: 3vw;
    margin-bottom: 4vw;
    color: #eee;
    display: block;
  }
  #mobile_footer .phone {
    display: flex;
    align-items: center;
    margin-top: 5.06667vw;
  }
  #mobile_footer .phone .icon_tel {
    width: 7.46667vw;
    height: 7.46667vw;
    margin-right: 5.06667vw;
  }
  #mobile_footer .phone .text {
    font-size: 3.2vw;
    color: #fff;
  }
  #mobile_footer .phone .number {
    font-size: 5.33333vw;
    font-weight: 700;
    color: #bcbfc8;
    margin-left: 3.06667vw;
  }
  #mobile_footer .qRCode {
    display: flex;
    justify-content: center;
    margin-top: 6vw;
  }
  #mobile_footer .qRCode .qr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #mobile_footer .qRCode .qr img {
    width: 21.73333vw;
    height: 21.73333vw;
  }
  #mobile_footer .qRCode .qr .text {
    font-size: 2.66667vw;
    font-weight: 700;
    color: #bcbfc8;
    margin-top: 2vw;
  }
  #mobile_footer .qRCode .qr:nth-child(1) {
    margin-right: 4.8vw;
  }

  /* 申请按钮 */
  .apply-content{
    width: 80%;
    height: 40px;
    z-index: 1;
  }
  .apply-content .apply-btn{
    height: 30px;
    font-size: 12px;
  }
}