* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* font-family:Arial,"Microsoft YaHei","微软雅黑","pingfang SC","helvetica neue","hiragino sans gb","simsun","sans-serif" !important; */
html,
body {
  height: 100%;
  letter-spacing: 1.2px;
  font-family: Arial,"微软雅黑" !important;
  -webkit-font-smoothing: antialiased; 
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 12px;
  color: #333;
  overflow-x: hidden;
  background-color: #f7f8fa;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

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

fieldset,
img {
  border: 0;
}

li {
  list-style: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: 0;
  background: 0;
  -webkit-appearance: none;
  outline: 0;
}

a,
button,
input,
select,
textarea,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[onclick] {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
  -webkit-touch-callout: none;
  text-decoration: none;
  outline: 0;
}

em,
i {
  font-style: normal;
}

::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

i,
b {
  font-style: normal;
  font-weight: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.clearfix{
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 多行溢出处理 */
.text-overflowss{
  display: -webkit-box;    
  -webkit-box-orient: vertical;    
  -webkit-line-clamp: 2;    
  overflow: hidden;
  word-break: break-all;
}
/*  多行溢出处理： */
.text-overflows{
  display: -webkit-box;    
  -webkit-box-orient: vertical;    
  -webkit-line-clamp: 2;    
  overflow: hidden;
  text-indent: 2em;
  word-break: break-all;
}
/* // 多行溢出处理： */
.text-overflowss{
  display: -webkit-box;    
  -webkit-box-orient: vertical;    
  -webkit-line-clamp: 2;    
  overflow: hidden;
  word-break: break-all;
}
/* // 三行溢出处理： */
.text-overflows-3{
  display: -webkit-box;    
  -webkit-box-orient: vertical;    
  -webkit-line-clamp: 3;    
  overflow: hidden;
  word-break: break-all;
}
/* // 一行行溢出处理： */
.text-overflow{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

input::placeholder {
  font-size: 12px !important;
}


/* // 两个正方形 组成的图标 标题样式 */
.square-icon {
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 10px;
  
  
}

.square-icon span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #2595e4;
}
.square-icon .absolute {
  position: absolute;
  border: 1px solid #2595e4;
  background: none;
  bottom: 0;
  right: 0;
  z-index: 0;
}
