html,body {
  font-size: 16px;
  background-color: #FFFFFF;
  color: #273140;
}
[v-cloak] {
	display: none;
}
html,body,ul,li,p,h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
a {
  color: #515D77;
  text-decoration: none;
}
/*清除浮动*/
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
input{
	utline:none
}

.mui-scroll-wrapper{
	font-size: 16px;
	background: #FFFFFF;
}


.clearBox{
	position: relative;
}
.clear{
	width: 1.25rem;
	height: 1.25rem;
	position: absolute;
	top: 0rem;
	right: 0.9rem;
}

/*加载样式*/
.icon {

  width: 2.2rem;
  height: 2.2rem;
  margin-top: -0.2rem;
  margin-left: -0.1rem;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.mint-indicator {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.mint-indicator-wrapper {
    top: 50%;
    left: 50%;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    box-sizing: border-box;
    text-align: center;
}

.mint-indicator-text {
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.mint-indicator-spin {
    display: inline-block;
    text-align: center;
}

.mint-indicator-mask {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent;
}

.mint-indicator-enter,
.mint-indicator-leave-active {
    opacity: 0;
}
.fbzw-indicator .mint-indicator-wrapper{
	  background-color: #ffffff!important;
    color: #000!important;
    z-index: 9999;
    box-shadow: 0px 2px 9px #d0d0d0;
}
.fbzw-indicator .mint-indicator-mask{
  z-index: 9999;
}
.fbzw-indicator .mint-indicator-text{
	background-color: #ffffff!important;
  color: #000!important;
}

.icon-Indicator{
	display: block;
    width: 112px;
    height: 112px;
	background-image: url('../../images/gif/logo.gif');
	background-size: cover;
}

.icons {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.mui-pull-caption{
	color: #A5ADB9;
  font-weight: 300;
}




.search_two{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-right: 2rem;
}
