@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

a {
  text-decoration: none; color:#505050; }
  a:hover {
    text-decoration: none; color:#505050; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:after, .clearfix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-size: .36rem;
  font-family: "Microsoft YaHei";
  min-width: 320px;
  background:#f2f2f2;
  color:#484848;
  
   }


html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,a,img,small,ol,ul,li,label
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}


select, input, textarea, button {
  font-family: "Microsoft YaHei"; 
  font-size:.36rem;
  color:#484848;
  }

ul, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%;
  border: none;
  font-size:0;
  outline-width:0px;  
  vertical-align:top;  }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.cur, button {
  cursor: pointer; }




.modal {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none; }
  .modal .modal-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal .modal-content {
    background-color:rgba(255,255,255,1); border-radius:10px; width:80%; padding:.3rem; text-align:center; }



a:hover,button:hover{ opacity:.8;}
*:focus{ outline:none;}



.one {
	      display:block;
            overflow: hidden;/*超出部分隐藏*/
            white-space: nowrap;/*不换行*/
            text-overflow:ellipsis;/*超出部分文字以...显示*/
}

