/* 头部 */
#header a {
    color: #fff;
}

#header img {
    padding: 10px 0;
    height: 30px;
}

#header>ul {
    background: #af2121;
}

/* 内容 */
.kl-body {
    margin-top: 50px;
    position: relative;
}


/* 底部 */
.kl-footer img {
    width: 100%;
    padding: 35px 0;
}

.kl-footer>.info {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    border-top: 3px solid #e3e3e3;
}

.kl-footer>.info p {
    font-size: 14px;
    line-height: 30px;
}

/* 轮播 */
.kl-swiper {
    width: 100%;
    position: relative;
}

.kl-swiper img {
    width: 100%;
}

.kl-swiper .layui-carousel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

/* 面包屑 */
.kl-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 50;
    padding: 5px 10px;
    box-sizing: border-box;
}

.kl-breadcrumb a {
    color: #fff !important;
    font-size: 11px;
}

.layui-breadcrumb a:hover {
    color: #6e5237 !important;
}

.kl-breadcrumb span {
    color: #fff !important;
}

/* 首页-产品系列 */
.kl-index-goods {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}

.kl-index-goods h1 {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border-top: 3px solid #e3e3e3;
    border-bottom: 3px solid #e3e3e3;
}

.kl-index-goods .kl-class {
    padding: 15px 20px;
    box-sizing: border-box;
}

.kl-index-goods .kl-class li {
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kl-index-goods .kl-class li p {
    width: 100px;
    background: url("/assets/images/index-goods-class.png")no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    padding: 5px 0;
    display: inline-block;
}

.kl-index-goods .kl-class li p,
.kl-index-goods .kl-class li a,
.kl-index-goods .kl-class li span {
    color: #713e0e;
}

.kl-goods-swiper {
    width: 100%;
    position: relative;
}

.kl-goods-swiper>img {
    width: 100%;
}

.kl-goods-swiper #index-goods {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    position: absolute;
}

.kl-goods-swiper #index-goods img {
    width: 100%;
}

.kl-class-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}

.kl-class-list li {
    /* flex: 1; */
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.kl-class-list li img {
    width: 100%;
}

/* 首页-文章系列 */
.kl-index-news {
    width: 100%;
}

.kl-index-news .kl-article-swiper {
    width: 100%;
    position: relative;
}

.kl-index-news .kl-article-swiper>img {
    width: 100%;
}

.kl-index-news .kl-article-swiper #index-article {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.kl-index-news .kl-article-swiper #index-article img {
    width: 100%;
    height: 100%;
}

.kl-index-news .kl-class {
    display: flex;
    gap: 1px;
    flex-direction: column;
}

.kl-index-news .kl-class a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    background: #771f1e;
    color: #fff;
}

.kl-index-news .kl-class a .info {
    width: 70%;
}

.kl-index-news .kl-class a .info h1 {
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 2px;
}

.kl-index-news .kl-class a .info p {
    font-size: 14px;
    letter-spacing: 2px;
}

.kl-index-news .kl-class a .details {
    background: rgba(0, 0, 0, .3);
    padding: 3px 10px;
}

/* 产品列表 */
.kl-goods-class {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 3px solid #e3e3e3;
    position: relative;
}

.kl-goods-class img {
    width: 100%;
}

.kl-goods-class>h1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6e5237;
    letter-spacing: 2px;
}

.kl-goods-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
}

.kl-goods-list li {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.kl-goods-list li a {
    position: relative;
    display: block;
}

.kl-goods-list li .info {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}

.kl-goods-list li .info h1 {
    font-size: 18px;
    color: #713e0e;
    font-weight: normal;
    letter-spacing: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.kl-goods-list li .info p {
    font-size: 11px;
}

.kl-goods-list li img {
    width: 100%;
}

.kl-goods-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.kl-goods-video li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.kl-goods-video li div {
    width: 8px;
    height: 8px;
    border: 1px solid #713e0e;
    border-radius: 50%;
    margin: 0 10px;
}

.kl-goods-video li a {
    display: block;
    font-size: 12px;
    color: #713e0e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 新闻列表 */
.kl-news-class {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 3px solid #e3e3e3;
    position: relative;
}

.kl-news-class>img {
    width: 100%;
}

.kl-news-class>h1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6e5237;
    letter-spacing: 2px;
}

.kl-news-list {
    width: 100%;
}

.kl-news-list ul {
    display: flex;
    gap: 1px;
    flex-direction: column;
    padding: 10px 0;
}

.kl-news-list ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    background: #771f1e;
    color: #fff;
}

.kl-news-list ul a .info {
    width: 70%;
}

.kl-news-list ul a .info h1 {
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 2px;
}

.kl-news-list ul a .info p {
    font-size: 14px;
    letter-spacing: 2px;
}

.kl-news-list ul a .details {
    background: rgba(0, 0, 0, .3);
    padding: 3px 10px;
}

/* 内容 */
.kl-content {
    width: 100%;
    box-sizing: border-box;
}

.kl-content img {
    max-width: 100%;
}

/* 联系我们 */
.kl-connect {
    width: 100%;
    position: relative;
}

.kl-connect img {
    width: 100%;
}

.kl-connect .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 0px 50px;
    padding-top: 180px;
    box-sizing: border-box;
}

.kl-connect form {
    padding-bottom: 30px;
}

.kl-connect form input {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #fff;
    border-color: #713e0e;
}

.kl-connect form input::placeholder {
    color: #fff;
}

.kl-connect form button {
    background: #af2121;
    border-color: #713e0e;
}

.kl-connect form i {
    color: #fff !important;
}

/* 二维码 */

.qrcode {
    width: 100%;
    text-align: center;
}

.qrcode>img {
    width: 80px;
    padding-bottom: 10px;
}

.qrcode>p {
    font-size: 14px;
    color: #fff;
}

/* 视频欣赏 */
.kl-video {
    width: 100%;
    position: relative;
}

.kl-video img {
    width: 100%;
}

.kl-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.kl-video a {
    position: absolute;
    z-index: 11;
    right: 15px;
    bottom: 35px;
    background-color: #fff;
    border-radius: 50px;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}

.kl-video a i {
    font-size: 18px;
    color: #af2121;
}

.kl-video-title {
    padding-top: 10px;
    text-align: center;
}

.kl-video-title h1 {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border-top: 3px solid #e3e3e3;
    border-bottom: 3px solid #e3e3e3;
}

/* 新闻详情 */
.kl-new-title {
    width: 100%;
}

.kl-new-title h1 {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border-top: 3px solid #e3e3e3;
    border-bottom: 3px solid #e3e3e3;
    border-top: none;
}

/* 产品详情 */
.kl-goods-title {
    width: 100%;
}

.kl-goods-title h1 {
    margin-top: 10px;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border-top: 3px solid #e3e3e3;
    border-bottom: 3px solid #e3e3e3;
}

.kl-goods-info {
    width: 100%;
}

.kl-goods-info ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

.kl-goods-info ul li {
    width: 40%;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 5px 0;
    box-sizing: border-box;
}

.kl-goods-price {
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0;
    z-index: 99;
    text-align: center;
}

.kl-goods-fun {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 99;
    display: flex;
}

.kl-goods-fun a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    margin: 5px;
}

.kl-goods-fun a i {
    color: #af2121;
}

/* 个人中心 */

.kl-mine-title {
    width: 100%;
    padding-top: 35px;
}

.kl-mine-title h1 {
    margin-top: 10px;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border-top: 3px solid #e3e3e3;
    border-bottom: 3px solid #e3e3e3;
    color: #713e0e;
}

.kl-mine-shop {
    width: 100%;
    padding: 20px 0;
}

.kl-mine-shop>h1 {
    text-align: center;
    padding-bottom: 10px;
}

.kl-mine-shop>h1 img {
    height: 30px;
}

.kl-mine-shop-list {
    background: #e6e0d5;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    padding-bottom: 40px;
}

.kl-mine-shop-list a {
    background: #fff;
    display: flex;
    padding: 5px;
}

.kl-mine-shop-list>li {
    padding: 5px 0;
}

.kl-mine-shop-list a .quan {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    border: 1px solid #af2121;
    border-radius: 50%;
}

.kl-mine-shop-list a .info {
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.kl-mine-shop-list a .details {
    padding: 0px 10px;
}

.kl-mine-shop-list a .details p {
    font-size: 16px;
    color: #713e0e;
    padding-bottom: 5px;
}

.kl-mine-shop-list a .details ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.kl-mine-shop-list a .details ul li {
    width: 50%;
    font-size: 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    color: #666462;
}

.kl-mine-shop-list a img {
    width: 20%;
}

.kl-mine-shop-list a .price {
    background-color: #771f1e;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
}

.kl-mine-collect {
    padding-top: 10px;
    width: 100%;
}

.kl-mine-collect>h1 {
    text-align: center;
    padding-bottom: 20px;
}

.kl-mine-collect>h1 img {
    height: 30px;
}

.kl-mine-collect-list {
    width: 100%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.kl-mine-collect-list h1 {
    background: url("/assets/images/index-goods-class.png")no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    padding: 2px 35px;
    color: #000;
    font-weight: normal;
}

.kl-mine-collect-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.kl-mine-collect-list ul li {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.kl-mine-collect-list ul li a {
    display: block;
    border: 1px solid #713e0e;
    border-radius: 5px;
    overflow: hidden;
}

.kl-mine-collect-list ul li img {
    width: 100%;
}

/* 弹出菜单 */
.slider-nav {
    width: 100%;
    padding-bottom: 20px;
}

.slider-nav h1 {
    width: 100%;
    background: #af2121;
    text-align: center;
}

.slider-nav h1 img {
    padding: 10px 0;
    height: 30px;
}

.slider-nav .layui-menu {
    padding: 0 10px;
}

.slider-nav .layui-menu>li {
    border-bottom: 1px solid #ccc;
}

.slider-nav .layui-menu>li>.layui-menu-body-title a {
    color: #713e0e;
}

.pagination{
	display:flex;
	justify-content: space-between;
    align-items: center;
	padding:10px 5px;
}

.pagination li{
	width:25px;
	height:25px;
	display:flex;
	justify-content: center;
    align-items: center;
	background:#ccc;
}

.pagination li span{
	color:#fff;
}

.pagination li a{
	display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
	background:#af2121;
	color:#fff;
}
