*{
    padding: 0;
    margin: 0;
  }
  
  html,body{
    height: 100%;
  }
  
  
  input::-ms-clear{display:none;}
  input::-ms-reveal{display:none;}
  /* input[type=search]::-ms-clear{
    display: none;
  } */
  
  .border_boxsha{
    -webkit-box-shadow: #dddddd 0px 0px 10px; 
    -moz-box-shadow: #dddddd 0px 0px 10px; 
    box-shadow: #dddddd 0px 0px 10px;
    background-color: #fff;
    border-radius: 4px;
    behavior: url(PIE.htc);
    position: relative;
  }
    
  .copyright{
    width: 95%;
    /* position: absolute; */
    position: fixed;
    bottom: 0;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    color: #bbbaba;
  }

  .btn{
    border-radius: 4px;
    behavior: url(PIE.htc);
    position: relative;
  }
  
  .tipstext{
    position: relative;
    font-size: 12px;
    color: #fff;
    background-color: #ff634c;
    border-radius: 10px;
    behavior: url(PIE.htc);
  }
  
  .arrow_left{
    margin-left: 10px;
    float: left;
    width: 0; 
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #0099CC transparent transparent;
  }
  
  .cont_title{
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    text-align: center;
  }
  
  .back_public{
    /* background:url(./images/public_back.png) no-repeat;background-size: 100% 100%;min-height:955px; */
    height: 100%;
    background: url('../images/public_back.png') no-repeat;
    background-size: 100% 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/public_back.png',sizingMethod='scale');
  }
  
  .headerUserImage{
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  
  .header_management{
    /* background: transparent; */
    background-color: #5477db;
    /* border: 1px solid #b6c2e4; */
    height: 31px;
    line-height: 19px;
    position: relative;
  }
  
  .header_management:hover{
    background-color: #849de5;
    border: 1px solid #849de5;
  }
  
  .header_loginout{
    border: none;
    /* color: #ffffff; */
    background-color: transparent;
    height: 31px;
    line-height: 19px;
    padding: 6px 12px;
    margin: 0;
  }
  
  .header_loginout:hover{
    border: none;
    background-color: #849de5;
    font-size: 14px;
    padding: 6px 12px;
    margin: 0;
  }
  
  .header_right{
    float: right;
    display: flex;
    justify-content: flex-end;
  }
  
  /* .container{
    width: 100% !important;
  } */
  
  .content_back{
    background-color: #ffffff;
    width: 95%;
    max-height: 90%;
    margin:10px  auto 20px;
    border-radius: 2px;
    padding-bottom: 35px;
    behavior: url(PIE.htc);
    position: relative;
    z-index: 2;
    /* min-height: 500px; */
  }
  
  .content_infotitle{
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
  }
  
  .content_infotitle::before{
    content: url("../images/title_icon.png");
    position: relative;
    top: 5px;
  }
  
  .content_infotitle_intrdouce{
    color: #999999;
  }


  .formList input,.formList select{
    width: 438px;
    /* height: 28px; */
    font-size: 16px;
  }

  .btn_register{
    width: 438px;
    background-color: #3487ff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }

  .btn_register:hover{
    background-color: #3279dd;
    color: #fff;
  }

  .btn_register:active{
    background-color: #3279dd;
    color: #fff;
  }

  .clearfix{
    display: block;
    zoom: 1;
  }

 .row::after{
    content:".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }