a:active, a:link, a:hover, a:visited{
    text-decoration: none!important;
  }
  .footer-container .footer-wrap{
    width: 1200px;
    margin: 0 auto;
  }
  .footer-wrap p{
    cursor: pointer;
  }
  ul, li{
    list-style: none;
  }
  .footer-container{
    background: #464646;
    color: #fff;
    font-size: 12px;
  }
  .link-group {
    display: inline-block;
    vertical-align: top;
    margin: 3% 4%;
    text-align: left;
  }
  .link-group:first-child{
    margin-left: 0;
  }
  .footer-container h4{
    padding-left: 0px;
    font-size: 14px;
    margin-bottom: 18px;
    font-weight: bold;
  }
  .footer-container ul{
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-container ul li{
    font-size: 12px;
    line-height: 26px;
    opacity:0.8;
  }
  .footer-container ul li a{
    color: #fff;
  }
  .row-bot{
    border-top: 1px solid rgba(97,97,97,1);
    padding: 1.5rem 0 1.5rem ;
    line-height: 12px;
    text-align: center;
		padding-top: 24px;
  }
  .row-bot img{
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    margin-top: -2px;
    margin-right: 2px;
  }
  .app-download-item{
    display: inline-block;
    text-align: center;
    position: relative;
  }
  .app-download-item img.app-download-item-icon{
    margin-bottom: 12px;
  }
  .app-download-item .Qrcode-hover1{
    position: absolute;
    top: -200px;
    left: -60px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 2px 23px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
  }
  .app-download-item .Qrcode-hover1:after{
    content: "";
    position: absolute;
    top: 160px;
    left: 68px;
    border-top: 13px transparent dashed;
    border-left: 13px transparent dashed;
    border-bottom: 13px transparent dashed;
    border-right: 13px #fff solid;
    transform: rotate(-90deg);
  }
  .app-download-item .Qrcode-hover1 img{
    width: 163px;
  }

  .app-download-item .Qrcode-hover2{
    position: absolute;
    top: -200px;
    left: -52px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 2px 23px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
  }
  .app-download-item .Qrcode-hover2:after{
    content: "";
    position: absolute;
    top: 160px;
    left: 68px;
    border-top: 13px transparent dashed;
    border-left: 13px transparent dashed;
    border-bottom: 13px transparent dashed;
    border-right: 13px #fff solid;
    transform: rotate(-90deg);
  }
  .app-download-item .Qrcode-hover2 img{
    width: 163px;
  }
  .app-download-item .Qrcode-hover3{
    position: absolute;
    top: -220px;
    left: -180px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 2px 23px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    width: 260px;
  }
  .app-download-item .Qrcode-hover3:after{
    content: "";
    position: absolute;
    top: 180px;
    left: 196px;
    border-top: 13px transparent dashed;
    border-left: 13px transparent dashed;
    border-bottom: 13px transparent dashed;
    border-right: 13px #fff solid;
    transform: rotate(-90deg);
  }
  .app-download-item .Qrcode-hover3 .patient{
    display: inline-block;margin: 5px;
  }
  .app-download-item .Qrcode-hover3 .patient img{
    width:120px;
  }
  .app-download-item .Qrcode-hover3 .patient p{
    color:#333;
  }
	.footer-wrap a{
		color: #fff;
	}
	.footer-wrap a:focus, .footer-wrap a:hover{
		color: #fff;
	}
  @media only screen and (min-width: 1200px) {
    .footer-container .footer-wrap{
      width: 1200px;
      margin: 0 auto;
    }
    .app-download-bar{
      display: inline-block;
    }
    .app-download-item{
      margin-right:25px;
    }
    .app-download-item img.app-download-item-icon{
      width:42px;height: 42px;
    }
    .app-download-item .Qrcode-hover1{
      left: -60px;
    }
    .app-download-item .Qrcode-hover1:after{
      left: 68px;
    }
  }
  @media only screen and (max-width: 768px) {
    .footer-container .footer-wrap{
      width: 98%;
      margin: 0 1rem;
    }
    .link-group{
      margin-left: 2%;
    }
    .app-download-bar{
      width: 100%;display: flex;text-align: center;padding-right: 1.5rem;
    }
    .app-download-item{
      flex:1;
    }
    .app-download-item img.app-download-item-icon{
      width:50px;height: 50px;
    }

    .link-group.mobile-width-full{
      width:100%;
    }

    .app-download-item .Qrcode-hover1{
      left: 0px;
    }
    .app-download-item .Qrcode-hover1:after{
      left: 40px;
    }
    .app-download-item .Qrcode-hover2{
      left: -28px;
    }
    .app-download-item .Qrcode-hover3{
      left: -154px;
    }

  }