/*全局原子类开始*/
input {
    -webkit-appearance: none;
    border-radius: 0;
    border: 0px
}
ol, ul, li {
    list-style: none;
}
img{max-width: 100%}
/*全局原子类结束*/

/*自定义全局类*/
.bg-clr-f5{
  background: #f5f5f5;
}
.bg-clr-fc{
  background: #fcfcfc;
}
.bg-clr-ff{
  background: #fff;
}
.bg-clr-f9{
  background: #f9f9f9;
}
.bg-clr-fa{
  background: #fafafa;
}
.bg-clr-grey{
  background: #937344;
}
.bor-rad-4{
  border-radius: 4px
}
.bor-rad-3{
  border-radius: 3px
}
.bor-rad-2{
  border-radius: 2px
}
.ft-wid-sm{font-weight: 300}
.line-clamp {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; // 这里修改为要显示的行数
  -webkit-box-orient: vertical;
}

.am-header-default .am-header-nav>a{
  color: #937344;
}
.am-header-default .am-header-title{
  color: #444444;
}
a:focus, a:hover{
 color: #937344;
}
.am-text-ff{
  color: #fff;
}
.am-text-grey{
  color: #937344;
}
.am-btn-more{
  color: #937344;
  border-color:#937344;
  border-radius: 17.5px;
}