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

/*自定义全局类*/
.bg-clr-f5{
  background-color: #f5f5f5;
}
/*.bg-clr-0b{
  background-color: #0b0b0b;
}
.bg-clr-purple{
 background-color:#250022; 
}*/
.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: #fff;
}
.am-header-default .am-header-title{
  color: #fff;
}

.am-text-ff{
  color: #fff;
}
.am-text-blue{
color: #345fc5;
}

.am-btn-more{
  color: #fff;
  height: 33px;
  border-color:#345fc5;
  border-radius: 3.3px;
  background: #345fc5;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;

}

.am-slider-default .am-control-nav li a.am-active{
  background-color: #0001CC;
}
.am-vertical-align-top{
  vertical-align: top!important;
}
