@charset "utf-8";
/*public css*/

  .xqformed{ width: 96%; margin: 1rem auto 2rem; }
  .xqformed h3{ text-align: center; font-size: 2.2rem; color: #181B43; margin: 2rem auto;}
  .xqformed input{ font-size: 16px; color: #727681; width: 100%;  height: 4.5rem; line-height: 4.5rem; border: 1px solid #D0D9E8; margin-bottom: 2rem; padding: 0 1rem 0 4rem;}
  .xqformed input:nth-child(4){ background: url(../imgx/icon_01.png) no-repeat 1rem center; background-size: 2rem auto; -webkit-background-size: 2rem auto; }
  .xqformed input:nth-child(5){ background: url(../imgx/icon_02.png) no-repeat 1rem center; background-size: 2rem auto; -webkit-background-size: 2rem auto;}

  .xqformed .sub1{
    font-size: 1.6rem;
    color: #fff;
    background: #0069ff;
    border-radius: 4px;
    width: 60%;
    height: 4rem;
    border-width: 0px;
    line-height: 4rem;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

 .xqformed .sub1:hover{ background: #3487ff; }
 .xqformed,.xqformed input,.xqformed .are1{
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }