/* Copyright (C) YCWAY.COM */

html, button, input, select, textarea {
    font-family: -apple-system,BlinkMacSystemFont,"SF Pro SC","SF Pro Text","Helvetica Neue",Helvetica,"PingFang SC","Segoe UI",Roboto,"Hiragino Sans GB",'arial','microsoft yahei ui',"Microsoft YaHei",SimSun,sans-serif;
    *font-family: -apple-system,BlinkMacSystemFont,"SF Pro SC","SF Pro Text","Helvetica Neue",Helvetica,"PingFang SC","Segoe UI",Roboto,"Hiragino Sans GB",'arial','microsoft yahei ui',"Microsoft YaHei",SimSun,sans-serif;
}



/* 导航栏 */
.logo-text {
	margin-top:10px;
}
.logo-text .uk-logo {
	line-height:1;
}
.logo-text p {
	margin:0;
}
.logo-text .logo-title {
	margin-bottom:4px;
}
.logo-text .logo-title .uk-logo{
	font-size:28px;
	font-weight:700;
	color:#0193E8;
}
.logo-text .logo-title .uk-logo span {
	color:#fcc02e;
}
.uk-navbar-container:not(.uk-navbar-transparent) {

}
.navbar .brand, .navbar .nav>li>a, .navbar-search, .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 70px;
}
.uk-card-phone {
	border:none;
}
.uk-card-phone .uk-card-header {
    border-bottom:none;
}
.uk-card-phone .uk-card-title {
    font-size: 14px;
	color:#888;
    line-height: 1;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.uk-card-phone .uk-text-meta {
    font-size: 28px;
    line-height: 1.4;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.uk-card-phone .uk-text-meta a{
    color: #212121;
}
.uk-card-phone .uk-card-header {
    padding:0;
}
.uk-card-phone img {
    background: #ddd;
    padding: 8px;
    margin-right: 10px;
}

/* 文章内容排版样式调整 */
.uk-article h2 {
    font-size: 24px;
    font-weight: bold;
	margin-top: 10px;
}
.uk-article h3 {
    font-size: 18px;
    font-weight: bold;
	margin-top: 10px;
}
.uk-article h4 {
    font-size: 16px;
    font-weight: bold;
	margin-top: 10px;
}
.uk-article h5 {
	font-size: 14px;
    font-weight: bold;
	margin-top: 10px;
}
.uk-article h6 {
	font-size: 13px;
    font-weight: bold;
	margin-top: 10px;
}
.uk-article h2:before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-.1 * 1em);
    vertical-align: middle;
    height: calc(4px + .7em);
    margin-right: calc(5px + .2em);
    border-left: calc(5px + .1em) solid #ff9e45;
}
.uk-article li {
	margin-top:6px;
}


.uk-text-meta {
    font-size: 13px;
    line-height: 1.4;
    color: #63656c;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.uk-section-muted {
    background: #F6F8FB;
}
.btn-large, .uk-button-large {
    font-size: 16px;
}

.uk-table thead tr{
    display:fixed;
}
.uk-table a {
	color:#212121;
}
.uk-table a:hover {
	color:#ff3b3b;
	text-decoration:none;
}
.uk-table .uk-text-meta {
    font-size: 16px;
    line-height: 1.625;
    color: #212121;
    font-weight: 400;
}
.uk-table td {
    border: 2px solid #eee;
}
.uk-table th {
	font-size: 16px;
    border: 2px solid #eee;
    font-weight: bold;
    vertical-align: middle;
    background: #ff9e45;
    color: #ffffff;
}


.uk-divider-small:after,
.hr2:after,
.uk-light .uk-divider-small:after  {
    border-top: 2px solid #ff9e45;
}
.gardlight .uk-card-hover {
	background: rgba(255,255,255,0.1);
}
.gardlight .uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
    background: rgba(255,255,255,0.05);
    border-color:transparent;
}
.uk-light .uk-divider-small {
	margin-bottom:30px;
}

.taobao svg {
	width: 32px;
}
a.taobao:hover svg {
	color:#fc8848;
}

.uk-nav li>a>img {
    margin-right:6px;
}


.uk-slideshow .el-title {
	font-weight:bold;
}

.uk-breadcrumb>*>* {
    font-size: 14px;
}

/* 联系页面 */
.contact-info a {
	color: #212121;
}
.contact-info a:hover {
	color: #ff3b3b;
}
.contact-info .el-title {
	font-weight:bold;
}

/* 产品介绍页面 */
.uk-thumbnav>.uk-active>:after {
    border-color: #ddd;
}
.uk-thumbnav>*>:focus:after, .uk-thumbnav>*>:hover:after {
    border-color: #ccc;
}

.yc-button {
    background-color: #ff9e45;
    border-radius: 4px;
	color:#fff;
    border: 2px solid #f7ab66;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.yc-button em {
	color:#fff;
	font-size:26px;
	vertical-align: middle;
}
.yc-button .uk-icon {
	color:#fff;
	vertical-align: middle;
	margin-right:10px;
}
.yc-button:hover {
    background-color: #f7ab66;
    color:#fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
	border-color: #e17818;
}

.uk-nav-default>li.uk-active>a {
    color: #ca5254;
    font-weight: bold;
}
.uk-table .el-item .el-image {
    width: 60px;
    height: 48px;
}

@media (max-width: 959px) {
    .uk-table-responsive tr.el-item {
        margin-bottom: 20px;
    }
    .logo-text {
        display: none;
    }
    .uk-logo, .uk-navbar-item {
        padding: 0;
    }  
}