/* CSS Document */
::-webkit-scrollbar-track-piece {
    background-color: transparent;
}
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'SfBodyFont';
    src: url('../fonts/Jost.ttf') format('truetype');
}
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
html,
body {
    margin: 0;
    padding: 0;
    font: 16px "SfBodyFont", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
    overflow-x: hidden;
}
html,
body {
    position: relative;
}
button,
input,
optgroup,
select,
textarea,
a {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: medium !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
a:hover {
    color: #FD3414;
    text-decoration: none;
}
h1,
h2,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}
ul,
li,
dd,
dl {
    padding: 0;
    margin: 0;
    list-style: none;
}
header {
    height: 80px;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header img {
    height: 34px;
    margin-top: 24px;
}
header ul {
    text-align: center;
    margin-top: 26px
}
header ul li {
    display: inline-block;
    position: relative;
}
header ul li a {
    padding: 0 25px
}
header ul li.hovver a {
    color: #FD3414;
}
header ul li.hovver::before{
    content: '';
    position: absolute;
    background: #FD3414;
    height: 2px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    top:27px;
    border-radius: 8px;
}
header .uk-text-right{
    padding-top:22px
}
header i{
    float: right;
}
header span{
    float: right;
    line-height: 18px;
    padding-right: 15px;
}
header button{
    padding: 0 15px;
    background: #FD3414;
    color: #FFF;
    border: none;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
}
.Sbut{
    background: #FD3414;
    color: #FFF;
    width: auto !important;
    flex:none !important;
}
.uk-overlay-primary{
    background: rgba(34, 34, 34, 0.5);
}
.Bline{
    position: relative;
}
.Bline::before{
    content: '';
    position: absolute;
    background: #FD3414;
    height: 2px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    top:40px;
    border-radius: 8px;
}
.aboT{
    line-height: 28px;
}
.TextTwo{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.Card{
    position: relative;
    transition: all 0.2s ease-in-out;
    top: 0;
}
.Card:hover{
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    top:-5px;
}
.BeA span{
    display:inline-block;
    background: #FD3414;
    color: #FFF;
    padding: 4px 9px;
    border-top-left-radius: 12px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 12px;
    margin-bottom: 6px;
}
.uk-nav-primary dl dd{
    font-size: 12px;
    text-align: left;
}
footer {
    padding-top: 30px;
    line-height: 28px;
    border-top:1px #eee solid
}
@media only screen and (max-width: 768px) {
    .uk-overlay {
        padding: 20px;
    }
    .uk-height-medium{
        height:180px;
    }
}