/*全局原子类开始*/

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;
}

.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: #0096ff;
}

.am-header-default .am-header-title {
    color: #333333;
}

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

.am-text-blue {
    color: #0096ff;
}

.am-btn-more {
    height: 35px;
    line-height: 35px;
    border-radius: 17.5px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    background-color:transparent;
    color: #0096ff;
    font-weight: 400;
    border: 1px solid #0096ff;
}

.am-slider-default .am-control-nav li a.am-active {
    background-color:#1C86F0;
}

.am-vertical-align-top {
    vertical-align: top!important;
}

.am-text-index-sm {
    text-indent: 15px;
}

