* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}


body {
    font-family: "Microsoft Yahei";
}

@font-face {
    font-family: 'bbs';
    /* project id 1134086 */
    src: url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.eot');
    src: url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.eot?#iefix') format('embedded-opentype'),
        url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.woff2') format('woff2'),
        url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.woff') format('woff'),
        url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.ttf') format('truetype'),
        url('https://at.alicdn.com/t/font_1134086_mvvhnsjnl4d.svg#iconfont') format('svg');
}

/* 
@font-face {
  font-family: 'bbs';  
  src: url('https://at.alicdn.com/t/font_1397765_ruy9pce6tsn.woff2?t=1637118269978') format('woff2'),
       url('https://at.alicdn.com/t/font_1397765_ruy9pce6tsn.woff?t=1637118269978') format('woff'),
       url('https://at.alicdn.com/t/font_1397765_ruy9pce6tsn.ttf?t=1637118269978') format('truetype');
} */


@font-face {
    font-family: 'bbs';
    /* Project id 1134086 */
    src: url('https://at.alicdn.com/t/font_1134086_f35qd8j2lvq.woff2?t=1637118461154') format('woff2'),
        url('https://at.alicdn.com/t/font_1134086_f35qd8j2lvq.woff?t=1637118461154') format('woff'),
        url('https://at.alicdn.com/t/font_1134086_f35qd8j2lvq.ttf?t=1637118461154') format('truetype');
}




.kcart-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.1rem;
    background: #2378a0;
    z-index: 99;
}

.more-nav {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    margin-top: -0.5rem;
    height: 1.0rem;
    line-height: 1.0rem;
    display: block;
    overflow: hidden;
    font-size: 26px;
    font-family: "bbs";
    color: #ffffff;
    text-align: right;
    z-index: 99;
}

/* 隐藏导航 */

.menu-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hide-menu {
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    padding-top: 20px;
    overflow: hidden;
    background: #ffffff;
    z-index: 1010;
    box-sizing: border-box;
    display: none;
}

.hide-menu ul li {
    width: calc(100% / 4 - 50px / 4);
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    background: #f4f4f4;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
}

.hide-menu ul li a {
    display: block;
}

.hide-menu ul {
    height: auto;
    overflow: hidden;
}

.menu-ask {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
}

.menu-ask a {
    color: #999999;
    padding-right: 10px;
}

.menu-ask a::after {
    content: "\e600";
    font-size: 14px;
    font-family: "bbs";
}

.slide-up {
    width: 100%;
    height: 80px;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.slide-up::before {
    content: "\e603";
    font-size: 25px;
    font-family: "bbs";
    color: #999999;
}

.slide-up p {
    position: absolute;
    left: 0;
    top: 30px;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999999;
}

.menu-nav a.minus {
    display: none;
}

.menu-nav a.minus {
    content: "";
    font-family: "bbs";
    font-size: 20px;
    transform: rotate(45deg);
}

.ask-btn {
    position: fixed;
    right: 10px;
    bottom: 20%;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
    z-index: 1004;
    /* display: none; */
}

.ask-btn a {
    display: block;
    color: #ffffff;
}

.ask-btn::before {
    content: "\e660";
    font-family: "bbs";
    font-size: 20px;
    color: #ffffff;
}

.state-login {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.state-login a {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #f4f4f4;
    color: #333333;
    padding-bottom: 10px;
    position: relative;
}

.state-login a::after {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -22px;
    content: "\e600";
    font-size: 40px;
    color: #999999;
    font-family: "bbs";
    height: 43px;
    line-height: 43px;
}

.state-login a img {
    float: left;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid #dddddd;
}

.state-login a p {
    float: left;
    width: calc(100% - 80px);
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    box-sizing: border-box;
}

.state-login a p.member {
    font-size: 14px;
    color: #999999;
}

.state-login a p.click-login {
    height: 64px;
    line-height: 64px;
}

.kcart-nav a.back {
    display: block;
    position: absolute;
    left: 0.5rem;
    top: 0;
    width: 1.875rem;
    height: 1.1rem;
    line-height: 1.1rem;
    color: #fff;
    padding-left: 0.5rem;
}

.kcart-nav a.back {
    font-size: 0.4rem;
}

.kcart-nav a.back::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.5rem;
    height: 1.1rem;
    background: url('../images/back.png') no-repeat center left;
    background-size: 100%;
}

.mid-logo {
    position: absolute;
    left: 25%;
    top: 0;
    width: 50%;
}

.mid-logo img {
    margin: 0.1rem auto 0 auto;
    height: 0.9rem;
}

.kcart-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.5rem 0 0.5rem;
    margin-top: 1.8rem;
    box-sizing: border-box;

    color: #222;
}

.kcart-cont>h2 {
    width: 100%;
    color: #222;
    font-size: 0.6rem;
    line-height: 0.9rem;
    font-weight: normal;
    font-weight: 700;
}

.kcart-brand {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0.375rem auto;
}

.kcart-brand img {
    width: 1.4rem;
    height: 1rem;
    /* border: 1px solid #eee;*/
    border-radius: 6%;
    float: left;
}

.kcart-username {
    position: relative;
    width: 4rem;
    float: left;
    height: 1rem;
    line-height: 0.5rem;
    font-size: 0.35rem;
    margin-left: 0.25rem;
}

.kcart-username span {
    display: block;
    line-height: 0.5rem;
}

.kcart-username span.time {
    color: #999;
}

.kcart-brand a {
    float: right;
    display: block;
    width: 2.25rem;
    height: 0.7rem;
    border: 1px solid #eee;
    line-height: 0.7rem;
    text-align: center;
    border-radius: 0.05rem;
    margin-top: 0.1rem;
}

.kcart-wz {
    width: 100%;
    height: auto;
    /* height: 600px; */
    overflow: hidden;
    font-size: 0.45rem;
    line-height: 0.75rem;
}

.kcart-wzmore {
    height: auto;
}

.kcart-wz p {
    margin-bottom: 0.375rem;
}

/* .kcart-wz p strong {
    font-weight: normal;
    font-size: 0.35rem;
    color: #999;
} */

.all-wz {
    display: none;
    /* display: block; */
    position: relative;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    text-align: center;
    color: #2378a0;
    background: url('../images/kcr-more.png') no-repeat center top;
    background-size: 20%;
    font-size: 0.45rem;
}

.gradient {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), #fff);
    height: 2.0rem;
    position: absolute;
    left: 0;
    top: -2rem;
    width: 100%
}

.art-author {
    position: relative;
    width: 100%;
    height: 0.75rem;
    line-height: 0.75rem;
    margin-bottom: 0.25rem;
    color: #999999;
    font-size: 0.35rem;
}

.art-author span {
    float: right;
    margin-left: 10px;
}

.art-author i {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.75rem;
    font-style: normal;
}

.art-author i::before {
    content: "\e625";
    font-family: "bbs";
    font-size: 0.4rem;
    margin-right: 0.125rem;
}

.kcart-feedback {
    position: relative;
    width: calc(100% + 1rem);
    height: auto;
    overflow: hidden;
    left: -0.5rem;
    padding: 0.2rem 0.5rem;
    background: #efefef;
    box-sizing: border-box;
}

.kcatrt-tit {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    background: #efefef;
    color: #2378a0;
    box-sizing: border-box;
}

.kcatrt-tit::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 20px;
    background: #2378a0;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.kcart-feedback p {
    font-size: 0.4rem;
    color: #999;
    margin-bottom: 0.375rem;
}



.yzyd-tit {
    position: relative;
    width: 100%;
    height: 1.0rem;
    line-height: 1.0rem;
    overflow: hidden;
    text-align: center;
    font-size: 0.45rem;
}

.yzyd-tit::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background: #ddd;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
}

.yzyd-tit::after {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background: #ddd;
    right: 0;
    top: 50%;
    margin-top: -0.5px;
}

.yd-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.2rem 0;
    box-sizing: border-box;
    position: relative;
}

.info-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.info-cont .summary>a {
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 0.25rem 0 0.25rem 0;
    overflow: hidden;
}

.info-cont .summary figure {
    float: right;
    width: calc(100% / 3 - 8px / 3);
    height: auto;
    text-align: center;
    line-height: 58px;
    overflow: hidden;
}

.info-cont .summary .schematic {
    float: left;
    width: calc(100% / 3 * 2);
}

.info-cont .summary figcaption {
    font-size: 0.4rem;
    line-height: 0.6rem;
    height: auto;
    overflow: hidden;
    color: #333333;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}

.info-cont .summary .info {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 12px;
    color: #999999;
}

.info-cont .summary .info span {
    margin-right: 10px;
}

.info-cont .summary span.total::before {
    font-family: "bbs";
    font-size: 0.3rem;
    content: "\e625";
}

.yd-cont::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0.25rem;
    background: #eee;
    display: none;
}

/*.kcart-wz div strong {
    font-weight: 500;
    color: #999;
    margin-bottom: 10px;
    font-size: 0.4rem;
}*/

.tz-after {
    position: relative;
    width: 100%;
    height: 70px;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-top: -0.375rem;
}

.tz-after h3 {
    width: calc(100% - 100px);
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.article-delcont .details p {
    margin: 10px 0;
    line-height: 30px;
    font-size: 16px;
}

.tz-after span {
    display: inline-block !important;
    color: #ff8300;
    width: auto !important;
}

.tz-after a {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 80px;
    height: 30px;
    background: #2378a0;
    color: #fff !important;
    text-align: center;
    line-height: 30px;
    display: block;
}

.kcart-cont img {
    margin: 0 auto;
}

.kcart-cont h2 span {
    color: #ff6600;
}

.key-words {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 0.35rem;
    margin: 10px auto;
}

.key-words span {
    display: inline-block;
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 0 8px;
    margin-right: 5px;
    color: #999;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 0.75rem;
    box-sizing: border-box;
}

.key-words span a {
    display: block;
    color: #999;
}

.sc {
    height: 0.75rem;
    line-height: 0.75rem;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    font-size: 0.35rem;
    background: #1fb2e5;
    color: #fff;
    padding: 0 0.2rem 0 0.6rem;
    text-align: center;
    box-sizing: border-box;
    float: right;
}

/* .sc span {
    display: block;
    position: relative;
    padding-left: 20px;
    height: 0.75rem;
    line-height: 0.75rem;
    margin-right: 0;
    text-align: right;
} */

.sc::after {
    position: absolute;
    content: "\e62a";
    left: 4px;
    font-size: 0.4rem;
    margin-right: 0.125rem;
    font-family: "bbs";
    /*     top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url('../images/cshb1.png') no-repeat center center;
    background-size: contain; */
}

.author {
    font-size: 0.35rem;
    color: #999999;
    text-align: right;
    width: 100%;
    height: 0.75rem;
    line-height: 0.75rem;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}


.art-author1 {
    position: relative;
    width: 100%;
    height: 0.75rem;
    line-height: 0.75rem;
    margin-bottom: 0 !important;
    color: #999999;
    font-size: 0.35rem;
}

.art-author1 span {
    text-align: center;
    margin-right: 0 !important;
    width: 40%;
    position: absolute;
    left: 30%;
}


.art-author1 i {
    position: relative !important;
    width: 25%;
    height: 0.75rem;
    font-style: normal;
    padding-left: 0.5rem;
    box-sizing: border-box;
}

.art-author1 i::before {
    position: absolute;
    left: 0;
    content: "\e625";
    font-family: "bbs";
    font-size: 0.4rem;
    margin-right: 0.125rem;
}

.truck-en {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    background: #2378a0;
    text-align: right;
    display: none;
}

.truck-en a {
    color: #ffffff;
}

.article-price {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background: #efefef;
    box-sizing: border-box;
    font-size: 14px;
}

.article-price>a {
    display: block;
    width: 130px;
    height: 87px;
    flex: 0 0 auto;
    margin-right: 5px;
}

.article-price a img {
    width: 130px;
    height: 87px;
    display: block;
}

.item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    flex: 1;
}

.name-area {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 5px;
}

.item-price {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 30px;
    border-radius: 3px;
    background: #ff8300;

}

.item-price a {
    display: block;
    text-align: center;
    color: #ffffff;
}

.item-nav {
    font-size: 14px;
    color: #2378a0;
}

.price-area {
    color: #666666;
}

.item-nav a {
    position: relative;
    color: #2378a0;
    padding-right: 4px;
}

.price-area i {
    color: #ff0000;
    font-style: normal;
}







