@import url(//at.alicdn.com/t/font_1315716_tkec1jgaypq.css);
.iconfont{
    font-family: 'iconfont';
}
@font-face {
    font-family:Shei;
    src:url(../fonts/Shei.woff)
}
a:hover{text-decoration: none!important}
.am-text-white {
    color:#fff
}
.am-text-black {
    color:#000
}
.font-shei {
    font-family:Century Gothic,Shei
}
.strong {
    font-weight:700!important
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance:none
}
.am-modal-dialog {
    filter:drop-shadow(2px 4px 10px rgba(0, 0, 0, .4))
}
.hover-brightness:hover{
     filter:brightness(150%);
}