html, body {
    width: 100%; }
  
  body {
    padding-bottom: 72px; }
  
  @-webkit-keyframes flash {
    0% {
      opacity: 1; }
    50% {
      opacity: 1; }
    54% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  @-moz-keyframes flash {
    0% {
      opacity: 1; }
    50% {
      opacity: 1; }
    54% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  @-ms-keyframes flash {
    0% {
      opacity: 1; }
    50% {
      opacity: 1; }
    54% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes flash {
    0% {
      opacity: 1; }
    50% {
      opacity: 1; }
    54% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes scale {
    0% {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 1; }
    80% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @-moz-keyframes scale {
    0% {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 1; }
    80% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @-ms-keyframes scale {
    0% {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 1; }
    80% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes scale {
    0% {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 1; }
    80% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0; }
    100% {
      opacity: 0; } }
  .bottom-fixed-form {
    position: fixed;
    width: 100%;
    height: 72px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6); }
    .bottom-fixed-form > p {
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      font-weight: normal;
      text-align: left;
      margin-left: 12%;
      margin-right: 18px;
      margin-top: 11px;
      /*-webkit-animation: flash 1s ease 0s infinite;
      -moz-animation: flash 1s ease 0s infinite;
      -o-animation: flash 1s ease 0s infinite;
      animation: flash 1s ease 0s infinite;*/ }
      .bottom-fixed-form > p span {
        font-size: 28px;
        color: #f50046;
        font-weight: bold;
        letter-spacing: 4px; }
    .bottom-fixed-form > div {
      margin-right: 10px;
      margin-top: 14px;
      background-color: #fff; }
      .bottom-fixed-form > div input {
        box-sizing: border-box;
        border: none;
        width: 225px;
        height: 44px;
        padding-left: 14px;
        font-size: 14px;
        line-height: 44px;
        color: #000;
        font-weight: normal;
        text-align: left; }
  
        
  /*       .bottom-fixed-form > div input::-moz-placeholder,
        .bottom-fixed-form > div input:-moz-placeholder,
        .bottom-fixed-form > div input:-ms-input-placeholder,
        .bottom-fixed-form > div input::-webkit-input-placeholder{
          color: #333!important;
        } */
    .bottom-fixed-form > a {
      background-color: #f50046;
      width: 200px;
      height: 44px;
      border-radius: 4px;
      margin-top: 14px;
      font-size: 16px;
      line-height: 44px;
      color: #fff;
      font-weight: bold;
      text-align: center; }
  
  .right-fixed-btn {
    position: fixed;
    height: 71px;
    right: 0;
    top: 296px;
    z-index: 1000; 
    
  }
    .right-fixed-btn a {
      display: block;
      height: 100%;
      position: relative;
      padding-top: 13px; }
      .right-fixed-btn a img {
        position: absolute;
        top: 0;
        left: -10px;
        z-index: 10; }
      .right-fixed-btn a p {
        position: relative;
        box-sizing: border-box;
        padding-left: 69px;
        width: 230px;
        height: 45px;
        border-radius: 0 27px 27px 0;
        background-color: rgba(254, 84, 0, 0.5);
        overflow: hidden;
        font-size: 15px;
        line-height: 45px;
        color: #fff;
        font-weight: normal;
        text-align: left; }
        .right-fixed-btn a p:after {
          position: absolute;
          content: "";
          width: 200px;
          height: 200px;
          top: 50%;
          left: 35px;
          margin-top: -100px;
          background-color: #fff;
          border-radius: 50%;
          -webkit-animation: scale 1s ease 0s infinite;
          -moz-animation: scale 1s ease 0s infinite;
          -o-animation: scale 1s ease 0s infinite;
          animation: scale 1s ease 0s infinite; 
          display: none\9;}