* { margin: 0; padding: 0; }

body { margin: 0 auto !important; max-width: 640px; background-color: #f7f7fa; color: #333; font-family: "Microsoft YaHei","STHeiTi"; }

@media screen and (min-width:321px) and (max-width:375px) {
    body { font-size: 12px }
}

@media screen and (min-width:376px) and (max-width:414px) {
    body { font-size: 14px }
}

@media screen and (min-width:415px) and (max-width:639px) {
    body { font-size: 16px }
}

@media screen and (min-width:640px) and (max-width:719px) {
    body { font-size: 20px }
}

a { text-decoration: none; }
a, a:active, a:visited { color: #333; }
a img { border: medium none; }
img { max-width: 100%; display: block; }
li { list-style-type: none; }
h1, h2, h3, h4, h5, em { font-weight: normal; font-style: normal; }
.clearfix { zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; overflow: hidden; }
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
.icon-jiantouyou { float: right; position: relative; top: 8px; right: 10px; color: #E1E6E6 }
.hide { display: none !important; }
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.header { background-color: #fff; max-width: 640px; width: 100%; height: 4em; display: flex; align-items: center; padding: 0; box-sizing: border-box; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.header .header_top_left { display: -webkit-flex; display: flex; align-items: center; width: 30%; padding-left: 1em; }
.header .header_top_left img { height: 2.2em; width: auto; }
.header .logo { align-items: center; display: -webkit-flex; display: flex; font-size: 1.3em; font-weight: 500; color: #333; text-align: center; width: 40%; justify-content: center; }
.header .more_img { display: -webkit-flex; display: flex; align-items: center; width: 30%; justify-content: flex-end; padding-right: 1em; }
.header .more_img img { width: 1.8em; }
.header_black {
    background-color: #009087;
    width: 100%;
    height: 4em;
    position: relative;
}
.header_black .header_menu { position: absolute; height: 2em; float: right; margin: 1em; right: 0; z-index: 2; }
.header_black .header_menu img { height: 100%; display: block; }
.header_black .header_back { position: absolute; height: 2em; float: left; margin: 1em; left: 0; z-index: 2; }
.header_black .header_back img { height: 100%; display: block; }

/* 商品详情页轮播图样式 */
.pic_slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}
.slider_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.slider_items {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    transition: transform 0.3s ease;
}
.slider_item {
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slider_indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
    z-index: 10;
}
.indicator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.indicator.active {
    background-color: #fff;
    width: 18px;
    border-radius: 3px;
}
.slider_count {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 10px;
    z-index: 10;
}
.header_black .header_title { position: absolute; color: #fff; line-height: 3em; text-align: center; left: 59px; right: 0; top: -4px; font-size: 1.5em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 70%; }

/*按钮菜单列表*/
.menu_btn ul li { background-color: #fff; height: 2.6em; line-height: 2.6em; width: 30%; border: 0.1em solid #e5e5e5; text-align: center; float: left; margin: 0.5em 0 0.5em 2.2%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.menu_btn ul li a { display: block; color: #333; }
.menu_btn ul li.current { color: #fff; background-color: #17824d; }
.menu_btn ul li.current a { color: #fff; }

/*标题+日期列表*/
.page_main .wenda_tab { background-color: #fff; border-bottom: 0.1em solid #e5e5e5; }
.page_main .wenda_tab span { font-size: 1.2em; width: calc(50% - 0.1em); width: -moz-calc(50% - 0.1em); width: -webkit-calc(50% -0.1em); text-align: center; line-height: 2.5em; float: left; border-right: 0.1em solid #e5e5e5; }
.page_main .wenda_tab span.current { border-bottom: 0.02em solid #ef6e03; }
.page_main .wenda_tab span:last-child { border-right: none; }
.page_main ul.txt_list { background-color: #fff; padding: 0 1em; }
.page_main ul.txt_list li { line-height: 3.5em; font-size: 1.1em; color: #666; border-bottom: 0.02em solid #e5e5e5; }
.page_main ul.txt_list li a { color: #000; }
.page_main ul.txt_list li span { float: right; }

/**********产品列表*********************/
 .goods_list { min-height: 40em; background-color: #f8f9fa; margin: 2em 0 1.5em; padding: 0 1em; }

.goods_list>.title { padding: 0 0 1.5em 0; display: block; text-align: center; font-size: 1.3em; font-weight: 700; color: #333; position: relative; margin-bottom: 0.5em; }
    .goods_list > .title::after {
        content: '';
        position: absolute;
        bottom: 0.8em;
        left: 50%;
        transform: translateX(-50%);
        width: 3em;
        height: 0.3em;
        background-color: #009087;
        border-radius: 3px;
    }
.goods_list #newgoods { font-size: 1.3em; font-weight: 700; margin-bottom: 1em; }
.goods_list ul { padding: 0.5em 0.5em; display: flex; flex-wrap: wrap; justify-content: space-between; }

.goods_list ul li { background-color: #fff; width: 48%; overflow: hidden; margin-bottom: 1em; text-align: center; position: relative; border-radius: 12px; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0,0,0,0.08); border: none; }
.goods_list ul li:active { transform: translateY(2px); box-shadow: 0 6px 16px rgba(0,0,0,0.12); }

.goods_list ul li .goods_img { display: flex; align-items: center; position: relative; overflow:hidden; background-color: #f8f9fa; border-radius: 12px 12px 0 0; }

.goods_list ul li .goods_img img { margin: 0 auto; max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; }

.goods_list ul li .title { color: #333; text-align: left; font-size: 1em; padding: 0.8em; height: 3.8em; position: relative; line-height: 1.5em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-weight: 500; background-color: #fff; }

.goods_list ul li .goods_info { padding: 0 0.8em 1em; background-color: #fff; }

.goods_list ul li .goods_info dl { display: flex; line-height: 1.6em; margin-bottom: 0.2em; }

.goods_list ul li .goods_info dl dt { overflow: hidden; width: 4.5em; white-space: nowrap; text-overflow: ellipsis; font-size: 0.85em; color: #888; }

.goods_list ul li .goods_info dl dd { flex: 1; white-space: nowrap; text-overflow: ellipsis; font-size: 0.85em; color: #555; overflow: hidden; }

.goods_list ul li .goods_info dl dd.orange { color: #FF6B35; font-weight: 600; }

.goods_list ul li .noimg_bg { background-color: #e9ecef; border-radius: 8px; width: 100%; height: 100%; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; }
.goods_list ul li .noimg_bg .noimg_top { text-align: center; display: block; color: #666; font-size: 12px; font-style: italic; padding: 0.5em; }
.goods_list ul li .noimg_bg .noimg_content { display: block; font-size: 12px; text-align: center; padding: 0 10px; color: #999; line-height: 1.4; }
.goods_list ul li .noimg_bg img { margin: 0 auto; max-width: 100%; max-height: 100%; }

/* 图片缩略图样式*/
.goods_thumbnail { border-radius: 8px; transition: transform 0.3s ease; }
.goods_thumbnail:active { transform: scale(0.95); }



/*图文列表*/
.page_main { margin-top: 1em; }
.page_main ul.tuwen_list li { padding: 1em; background-color: #fff; border-bottom: solid 1px #ddd; }
.page_main ul.tuwen_list .lef { overflow: hidden; float: left; width: 30%; }
.page_main ul.tuwen_list .lef img { width: 192px; max-height: 88px; }
.page_main ul.tuwen_list .rig { float: left; width: 67%; margin-left: 3%; }
.page_main ul.tuwen_list .rig a { font-size: 1em; line-height: 1.6em; color: #666; }
.page_main ul.tuwen_list .rig a p { font-size: 1.2em; line-height: 1em; margin-bottom: 0.5em; color: #17824d; }

/*新闻列表*/
.news_li_main { margin: 1em auto; padding: 0 1em; background-color: #fff; }
.news_li_main .title a { line-height: 2.5em; font-size: 1.5em; margin-bottom: 1em; color: #000; }
.news_li_main ul li a { width: 70%; font-size: 1.1em; line-height: 2.8em; color: #666; float: left; }
.news_li_main ul li span { width: 26%; float: right; color: #999; font-size: 1em; line-height: 3em; text-align: right; }

/*内容详情*/
.content_main { font-size: 1.1em; line-height: 2em; color: #666; padding: 1em; background-color: #fff; margin-bottom: 1em; }
.content_main h1, .content_main h3 { text-align: center; font-size: 1.3em; margin-bottom: 0.6em; line-height: 1.6em; color: #333; }
.content_main .info { text-align: center; }
.content_main .info span { margin: 0 0.5em; font-size: 1em; color: #666; }
.content_main img { width: 100%; }

.dict_main { background-color: #fff; padding: 0 1em; margin: 1em auto; }
.dict_main ul { display: flex; flex-wrap: wrap; }
.dict_main ul li { text-align: left;width:50%; }
.dict_main ul li a { font-size: 1.1em; line-height: 2.2em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }

.zhucezheng { background-color: #ffffff; padding: 1em; }
.zhucezheng h1 { font-size: 1.6em; margin-bottom: 0.5em; }
.zhucezheng ul li { display: flex; }
.zhucezheng ul li .title { background: #f5f7fa; padding: 0.5em 0.8em; border: 1px solid #dae0e6; margin-bottom: -1px; display: flex; align-items: center; width: 10em; }
.zhucezheng ul li .con { border: 1px solid #dae0e6; border-left: 0; margin-bottom: -1px; padding: 0.5em 0.8em; flex: 1; }
.zhucezheng .info { margin-top: 0.5em; }

/*底部相关内容*/
.bottom_with_mian { background-color: #fff; margin-top: 1em; padding: 0 1em; }
.bottom_with_mian .bottom_with_title { display: block; margin: 0 auto; height: 2em; font-size: 1.2em; line-height: 2em; color: #f89006; border-bottom: 0.05em solid #e5e5e5 }
.bottom_with_mian ul li { border-bottom: 0.1em solid #e5e5e5; }
.bottom_with_mian ul li .lef { font-size: 1.1em; line-height: 2.6em; width: 75%; height: 2.6em; display: block; overflow: hidden; float: left; }
.bottom_with_mian ul li .lef a { color: #666; }
.bottom_with_mian ul li .rig { font-size: 1.1em; line-height: 2.6em; color: #666; float: right; margin-left: 1em; }
.bottom_with_mian ul li a { font-size: 1.1em; line-height: 2em; color: #666; }
.bottom_with_mian ul li a p.title { font-size: 1.2em; line-height: 2em; color: #666; }


/*上一篇，下一篇*/
.near_article { padding: 0.5em 1em; }
.near_article label { display: block; padding: 0.5em 0; }
.near_article a { width: 100%; font-style: normal; color: #666; }
.near_article i { width: 100%; font-style: normal; }
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.bottom_fixed { background-color: #fff; border-top: 1px solid #f0f0f0; padding: 0.8em 0 0.5em; position: fixed; bottom: 0; width: 100%; max-width: 640px; z-index: 999; box-shadow: 0 -2px 10px rgba(0,0,0,0.05); }
.bottom_fixed ul { display: flex; justify-content: space-around; }
.bottom_fixed ul li { text-align: center; width: 25%; }
.bottom_fixed ul li a { display: flex; flex-direction: column; align-items: center; transition: all 0.3s ease; }
.bottom_fixed ul li a:active { transform: scale(0.95); }
.bottom_fixed ul li img { width: 2em; height: 2em; margin: 0 auto 0.3em; }
.bottom_fixed ul li span { font-size: 0.8em; color: #666; font-weight: 500; }

.footer { margin-bottom: 0; padding-bottom: 6em; font-size: 1em; background-color: #fff; text-align: center; padding-top: 1em; position: relative; z-index: 100; }

.menu_fixed { background-color: #fff; padding: 2em 0 4em 0; position: absolute; top: 0; left: 0; max-width: 640px; min-width: 320px; display: none; z-index: 9999; }
.menu_fixed .menu_fixed_close { text-align: right; padding-right: 1em; }
.menu_fixed .menu_fixed_close img { display: inline-block; }
.menu_fixed ul li { width: 20%; float: left; text-align: center; margin: 5% 6%; }
.menu_fixed ul li img { width: 60%; margin: 0 auto; }
.menu_fixed li span { color: #666; font-size: 1.1em; line-height: 2em; }

/*分页*/
.paging { padding: 2em 0; text-align: center; }
.paging a { border: 0.1em solid #eeeeee; color: #666; margin-right: 1em; padding: 0.2em 1em; }

.mindex { background-color: #f5f7fa; }
/**********************首页banner**********************/
.swiper-container { margin: 0 auto; overflow: hidden; position: relative; width: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; }
.swiper-wrapper { position: relative; width: 100%; height: auto; overflow: hidden; -webkit-transition-property: -webkit-transform, left, top; -webkit-transition-duration: 0.3s; -webkit-transform: translate3d(0px,0,0); -webkit-transition-timing-function: ease; -moz-transition-property: -moz-transform, left, top; -moz-transition-duration: 0.3s; -moz-transform: translate3d(0px,0,0); -moz-transition-timing-function: ease; -o-transition-property: -o-transform, left, top; -o-transition-duration: 0.3s; -o-transform: translate3d(0px,0,0); -o-transition-timing-function: ease; -o-transform: translate(0px,0px); -ms-transition-property: -ms-transform, left, top; -ms-transition-duration: 0.3s; -ms-transform: translate3d(0px,0,0); -ms-transition-timing-function: ease; transition-property: transform, left, top; transition-duration: 0.3s; transform: translate3d(0px,0,0); transition-timing-function: ease; }
.swiper-container img { display: block; width: 100%; height: auto; object-fit: cover; position: static; }
.swiper-pagination-switch { display: inline-block; width: 0.7em; height: 0.7em; border-radius: 0.7em; background: rgba(255,255,255,0.6); margin-right: 0.5em; cursor: pointer; transition: all 0.3s ease; }
.swiper-active-switch { background: #fff; width: 1.5em; }
.swiper-slide { float: left; position: relative; width: 100%; height: auto; }
.swiper-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }
.swiper-wp8-horizontal { -ms-touch-action: pan-y; }
.swiper-wp8-vertical { -ms-touch-action: pan-x; }
.pagination { position: absolute; z-index: 20; width: 100%; text-align: center; bottom: 1em; }
.swiper-slide a { display: block; width: 100%; height: auto; }

/**************首页********************/
.search { background: #fff; line-height: 3.5em; height: 3.5em; border-radius: 1.75em; color: #999; display: flex; align-items: center; margin: 1em 1.5em; padding: 0 1em; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: all 0.3s ease; }
.search input { background-color: #fff; width: 100%; height: 100%; border: none; padding: 0 0.8em; font-size: 1em; outline: none; }
.search i { background: url(/images/icon_search.png) no-repeat 0 0; background-size: 1.6em; width: 1.6em; height: 1.6em; display: block; margin-right: 0.5em; }
.search:active { transform: scale(0.98); }

.mindex .menu { background-color: #fff; margin-bottom: 1.5em; padding: 1.5em 0; border-radius: 12px; margin: 0 1.5em 1.5em; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.mindex .menu ul { display: flex; flex-wrap: wrap; box-sizing: border-box; padding: 0 0.5em; }
.mindex .menu li { width: 25%; text-align: center; margin: 1em 0; display: flex; justify-content: center; }
.mindex .menu li a { display: flex; flex-direction: column; align-items: center; width: 100%; padding: 0 0.5em; box-sizing: border-box; }
.mindex .menu li a:active { transform: scale(0.95); }
.mindex .menu li img { width: 4em; height: 4em; margin: 0 auto 0.5em; border-radius: 12px; padding: 10px; background-color: #f8f8f8; }
.mindex .menu li span { color: #333; font-size: 0.9em; line-height: 1.4em; font-weight: 500; text-align: center; }
.clearfix::after { content: ""; display: table; clear: both; }

.mindex .hot_brand { background-color: #fff; margin-bottom: 1.5em; border-radius: 12px; margin: 0 1.5em 1.5em; padding: 1.5em; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.mindex .hot_brand .title { padding: 0 0 1em 0; font-size: 1.3em; font-weight: 700; display: block; text-align: center; color: #333; position: relative; margin-bottom: 0.5em; }
    .mindex .hot_brand .title::after {
        content: '';
        position: absolute;
        bottom: 0.5em;
        left: 50%;
        transform: translateX(-50%);
        width: 3em;
        height: 0.3em;
        background-color: #009087;
        border-radius: 3px;
    }
.mindex .hot_brand ul { padding: 0.5em 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
.mindex .hot_brand ul li { width: 23%; height: 3.5em; overflow: hidden; padding: 0.5em; border: 1px solid #f0f0f0; margin-bottom: 0.8em; text-align: center; position: relative; display: flex; align-items: center; justify-content: center; background-color: #fff; border-radius: 8px; transition: all 0.3s ease; }
.mindex .hot_brand ul li:active { transform: translateY(2px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.mindex .hot_brand ul li a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; }
.mindex .hot_brand ul li img { max-width: 90%; max-height: 90%; margin: 0 auto; }

.mindex .hot_category { background-color: #fff; margin-bottom: 1.5em; border-radius: 12px; margin: 0 1.5em 1.5em; padding: 1.5em; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.mindex .hot_category .title { padding: 0 0 1em 0; font-size: 1.3em; font-weight: 700; display: block; text-align: center; color: #333; position: relative; margin-bottom: 0.5em; }
.mindex .hot_category .title::after { content: ''; position: absolute; bottom: 0.5em; left: 50%; transform: translateX(-50%); width: 3em; height: 0.3em; background-color: #009087; border-radius: 3px; }
.mindex .hot_category ul { padding: 0.5em 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; box-sizing: border-box; overflow: hidden; }
.mindex .hot_category ul li { width: 20%; padding: 0.5em; box-sizing: border-box; margin-bottom: 0.5em; }
.mindex .hot_category ul li a { color: #333; font-size: 1em; display: flex; flex-direction: column; align-items: center; padding: 0.5em; transition: all 0.3s ease; }
.mindex .hot_category ul li a:active { transform: translateY(2px); }
.mindex .hot_category ul li .category_img { width: 100%; padding-bottom: 100%; position: relative; background-color: #f8f9fa; border-radius: 12px; overflow: hidden; margin-bottom: 0.5em; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.mindex .hot_category ul li .category_img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; padding: 10px; box-sizing: border-box; }
.mindex .hot_category ul li > a > span { margin-top: 0.5em; font-size: 0.9em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; box-sizing: border-box; font-weight: 500; text-align: center; width: 100%; }
/******************商品详细************************/
.goods_main { background-color: #f0f1f2; margin-bottom: 60px; }

.goods_main .pic { background-color: #fff; display: flex; justify-content: center; align-items: center;height:350px; padding: 20px 0 20px;}
.goods_main .pic img { height:100%;}

.goods_main .pic .noimg_bg { background-image: url(/images/nogoods.jpg); background-size: 100%; width: 360px; height: 360px; }
.goods_main .pic .noimg_bg .noimg_top { text-align: center; display: block; color: #fff; font-size: 14px; margin-top: 8px; font-weight: 600; font-style: italic; }
.goods_main .pic .noimg_bg .noimg_content { padding: 20% 35px; display: block; font-size: 22px; line-height: 40px; text-align: center; }
.goods_main .pic .noimg_bg img { margin: 0 auto; max-width: 100%; max-height: 100%; width: 90%;height:90% }


.goods_main > .title { background-color: #fff;display:flex;padding-top: 10px;}

.goods_main .title_info { font-size: 16px; padding: 0 15px; text-align: left; color: #333; width: 80%; display: flex; align-items: center; }

.goods_main .goods_collect { width: 15%; display: flex; text-align: center; padding-top: 10px; line-height: normal; display: unset; }
.goods_main .goods_collect #no_collect { color: #808080; display: block; font-size: 20px ;}
.goods_main .goods_collect #collect { color: red; display: block; font-size: 20px; }
.goods_main .goods_collect .no_collect_span { font-size:12px;}
.goods_main .goods_collect .collect_span { font-size:12px}

.goods_main > .price { background-color: #fff; font-size: 16px; line-height: 40px; padding: 0 15px; color: #e64545; }

.goods_main > .price .title { font-size: 12px; line-height: 40px; color: #999; }
.goods_main > .info { background-color: #fff; margin-top: 10px; padding: 15px; }

.goods_main > .info .item { font-size: 14px; height: 45px; background-color: #fff; display: flex; align-items: center; border-bottom: 1px solid #f5f5f5; }

.goods_main > .info .title { font-size: 14px; color: #666; width: 85px; text-align: right; padding-right: 15px; }

.goods_main > .info .contgent { padding: 10px 20px; background-color: #fff0e5; border-left: 2px solid #f60; }

.goods_main > .info .contgent span { font-size: 18px; font-weight: 700; color: #f60; }

.goods_main .line_title { height: 60px; display: flex; justify-content: center; }

.goods_main .line_title .left_line { margin-right: 9px; width: 50px; height: 28px; border-bottom: 1px solid #ced2d9; }
.goods_main .line_title .right_line { margin-left: 9px; width: 50px; height: 28px; border-bottom: 1px solid #ced2d9; }
.goods_main .line_title .title { padding-top: 20px; font-size: 14px; line-height: 18px; color: #999; }
.goods_main .content { background-color: #fff; padding: 1em; line-height: 1.5em; }
.goods_main .content img { max-width: 100% !important; height: auto !important; }
.goods_main .content table { width: 100% !important; height: auto !important; }


.goods_main .more_goods { background-color: #fff; margin-top: 10px; }

.goods_main .more_goods .related_goods { height: 45px; border-bottom: 1px solid #dae0e6; }
.goods_main .more_goods .related_goods ul { display: flex; }
.goods_main .more_goods .related_goods ul li { flex: 1; display: flex; justify-content: center; align-items: center; height: 45px; }
.goods_main .more_goods .related_goods ul li.active { color: #00b14e; position: relative; pointer-events: none; }
.goods_main .more_goods .related_goods ul li.active::after { content: ""; position: absolute; width: 40%; height: 2px; background-color: #00b14e; bottom: 0; }

.goods_main .more_goods .more_goods_con .nogoods { font-size:20px; }

.goods_main .more_goods .more_goods_con #SameCategoryGoods { padding: 8.5px 6.5px 7.5px; display: flex; flex-wrap: wrap; font-size: 12px; }
.goods_main .more_goods .more_goods_con #SameCategoryGoods li { display: block; width: calc(50% - 15px); margin: 7.5px; }
.goods_main .more_goods .more_goods_con #SameCategoryGoods li .img { height: 113.86px; display: block; display: flex; align-items: center; }
.goods_main .more_goods .more_goods_con #SameCategoryGoods li .title { height: 36px; margin-top: 5px; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.goods_main .more_goods .more_goods_con #SameCategoryGoods li .price { color: #e64545; }

.goods_main .more_goods .more_goods_con #SameCategoryGoods li .noimg_bg { background-image: url(/images/nogoods.jpg); background-size: 100%; background-repeat: no-repeat; height: 113.86px; width: 113.86px; margin: 0 auto; display: block; }
.goods_main .more_goods .more_goods_con #SameCategoryGoods li .noimg_bg .noimg_top { text-align: center; display: block; font-size: 12px; margin-top: 8px; font-style: italic; position: relative; top: 30%; }

.goods_main .more_goods .more_goods_con #SameCategoryGoods li .noimg_bg img { margin: 0 auto; max-width: 100%; max-height: 100%; }


.goods_main .more_goods .more_goods_con #SameCategoryGoods li .img img { max-width: 100%; max-height: 100%; margin: auto }

.goods_main .more_goods .more_goods_con #Corollary { display: flex; flex-wrap: wrap; font-size: 12px; }

.goods_main .more_goods .more_goods_con #Corollary li { display: block;margin: 7.5px;width:100%; }

.goods_main .more_goods .more_goods_con #Corollary li .goods_corollary { border-collapse: collapse; border-left: 1px solid #edf0f2; width: 100%; margin: 5px auto 10px; }
.goods_main .more_goods .more_goods_con #Corollary li .goods_corollary th { border-right: 1px solid #edf0f2; border-bottom: 1px solid #edf0f2; border-top: 1px solid #edf0f2; letter-spacing: 2px; text-transform: uppercase; text-align: left; padding: 6px 6px 6px 12px; background: #f5f7fa no-repeat; }

.goods_main .more_goods .more_goods_con #Corollary li .goods_corollary td { border-right: 1px solid #edf0f2; border-bottom: 1px solid #edf0f2; background-color: #fff; font-size: 12px; padding: 10px 8px; }
.goods_main .more_goods .more_goods_con #Corollary li .goods_corollary td .detail { cursor: pointer; border: 1px solid #f60; background-color: #fff; color: #f60; font-size: 12px; padding: 4px 8px; border-radius: 3px; }

.goods_main .more_goods .more_goods_con .goods_button { width: 42px; }
.goods_main .more_goods .more_goods_con .goods_brand { width: 48px; }

.goods_main #goodsdelbrand { margin-top: 10px; background-color: #fff; padding: 15px; display: flex; }
.goods_main .brand_top { display: flex;width:100%;}
.goods_main .brand_top img { width: 70px; height: 70px; display: block; object-fit: contain; background: #fff; margin-right: 10px; border: 1px solid #f0f2f4; border-radius: 3px; }

.goods_main .brand_top .noimg_bg { background-image: url(/images/nogoods.jpg); background-size: 100%; background-repeat: no-repeat; width: 70px; height: 70px; margin-right: 10px; display: block; }

.goods_main .brand_top .noimg_bg .noimg_top { text-align: center; display: block; font-size: 12px; margin-top: 8px; font-style: italic; position: relative; top: 10%; }


.goods_main .brand_top .brand_info { position: relative; flex: 1; }
.goods_main .brand_top .brand_info .brand_left { float: right; margin-right: 10px; font-size: 12px; margin-top: 4px; }
.goods_main .brand_top .brand_info #i_right { font-size: 12px; position: relative; top: -1px; margin-left: 15px; color: #060699; }
.goods_main .brand_top .brand_info .title { font-size: 15px; font-weight: 700; margin-bottom: 5px; }
.goods_main .brand_top .brand_info .companyProfile { position: relative; font-size: 12px; opacity: .6; padding-right: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; top: 10px; }

/***********************资料下载************************/
.data_download .download { border-top: 1px solid #edf0f2; padding: 10px 15px 0; background-color: #fff; }

.data_download .material_title { background-color: #fff; }

.data_download .material_title .title { padding-left: 15px; height: 46px; line-height: 46px; }

.data_download .download > p { color: #999; }

.data_download .download .material { padding: 10px 0; display: flex; align-items: center; }

.data_download .download .material img { margin-right: 10px; width: 21px;  }

.data_download .download .material span { flex: 1; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all;  font-size:14px;}
/******************产品分类************************/
.category_top { position: relative; z-index: 1; display: flex; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; padding: 0.8em 1em; background-color: #fff; scrollbar-width: none; /* Firefox */ }
.category_top::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera */ }
.category_top a { position: relative; line-height: 2em; padding: 0.4em 0.9em; margin-right: 0.8em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-radius: 1.5em; background-color: #f5f5f5; color: #666; flex-shrink: 0; font-size: 0.9em; }
.category_top a.current { color: #fff; background-color: #09f; }
.category_top a.current:before { display: none; }

.category_main { display: flex; }
.category_main { margin-top: 0.5em;height: 100%; background-color: #fff; }
.category_main ul li { padding: 1.5em 1em 0; display: none; }
.category_main ul li.current{ display: block; }
.category_main ul li .title { color: #000; padding-bottom: 1em; display: block; }
.category_main ul li .list { display: flex; flex-wrap: wrap; }
.category_main ul li .list a { padding: 1em 0.5em; width: 33.33%; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; }
.category_main ul li .list a img { width: 80px; height: 80px; margin: 0 auto; object-fit: contain; background-color: #f8f9fa; border-radius: 8px; padding: 8px; box-sizing: border-box; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.category_main ul li .list a .goods_name { margin-top: 0.8em; font-size: 0.9em; text-align: center; color: #333; font-weight: 500; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 2.5em; line-height: 1.3em; padding: 0 4px; }


/******************品牌中心************************/
.brand_list { margin-top: 10px; padding: 15px 15px 0; background-color: #fff; }
.brand_list .all_tabber { display: flex; justify-content: space-between; align-items: center; position: relative; width: calc(100% - 16px); }
.brand_list .all_tabber .weight { font-size: 18px; font-weight: 700; width: 100px; }
.brand_list .all_item { display: flex; flex-wrap: wrap; margin: 10px -5px 0; }
.brand_list .all_item .item_brand { width: calc(33.333% - 10px); margin: 0 5px 15px; }
.brand_list .all_item .item_brand .img { width: 100%; padding-top: 100%; position: relative; border: 1px solid #edf0f2; box-sizing: content-box; }
.brand_list .all_item .item_brand .img img { margin: auto; position: absolute; width: 100%; height: 100%; object-fit: contain; top: 0; left: 0; }
.brand_list .all_item .item_brand>p { text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 5px; }
/******************品牌中心详情页模板页************************/
.bg1, .bg2 { background: #edf0f2 url(/images/brand-show-bg.081211c.jpg) no-repeat; background-size: 100%; background-position: top; }

.bg1 .header_info { background: transparent; border-bottom: none; }

.bg1 .header_info .left_icon { color: #fff; }

.bg1 .header_info .title { color: #fff; }

.bg2 .header_info { border-bottom: 1px solid #edf0f2; }

.brandinfo_show { padding: 44px 0 48px; position: relative; min-height: 100vh; }

 .header_info { width: 100%; max-width: 640px; position: fixed; top: 0; left: 50%; transform: translate(-50%); z-index: 1005; display: flex; height: 44px; font-size: 20px; background-color: #fff; line-height: 44px; }

.brandinfo_show .left_icon { position: absolute; left: 0; top: 0; width: 50px; min-width: 50px; height: 44px; display: flex; color: #666; align-items: center; justify-content: center; }

.header_info .title { max-width: 70%; margin: 0 auto; font-size: 18px; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }


.now-inquiry .header_info_goods { width: 100%; max-width: 640px; position: fixed; top: 0; left: 50%; transform: translate(-50%); z-index: 1005; display: flex; height: 44px; font-size: 20px; background-color: #09f; line-height: 44px; }

.now-inquiry .header_info_goods .left_icon { position: absolute; left: 0; top: 0; width: 50px; min-width: 50px; height: 44px; display: flex; color: #fff; align-items: center; justify-content: center; }


/*******品牌中心全部商品头部********/

.brandgoodsinfo_show { padding: 44px 0 48px; position: relative; min-height: 100vh; }

.brandgoodsinfo_show .header_info_goods { width: 100%; max-width: 640px; position: fixed; top: 0; left: 50%; transform: translate(-50%); z-index: 1005; display: flex; height: 44px; font-size: 20px; background-color: #fff; line-height: 44px; }

.brandgoodsinfo_show .left_icon { position: absolute; left: 0; top: 0; width: 50px; min-width: 50px; height: 44px; display: flex; color: #666; align-items: center; justify-content: center; }

.brandgoodsinfo_show .header_info_goods .title { max-width: 70%; margin: 0 auto; font-size: 18px; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/******************品牌中心详情***********************/
.brand_show_warrper { padding: 10px 10px 40px 10px; box-sizing: border-box; }

.brand_show_warrper .brand_top img { width: 70px; height: 70px; display: block; object-fit: contain; background: #fff; border-radius: 3px; margin-right: 10px; }

.brand_show_warrper .brand_brandName { box-sizing: border-box; }

.brand_show_warrper .brand_top { display: flex; }

.brand_show_warrper .brand_info { position: relative; flex: 1; color: #fff; }

.brand_show_warrper .brand_info h3 { font-size: 15px; font-weight: 700; margin-bottom: 5px; }

.brand_show_warrper .brand_info .companyProfile { position: relative; font-size: 12px; opacity: .6; padding-right: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.brand_show_warrper .brand_info .companyProfile span { position: absolute; bottom: 1px; right: 0; width: 16px; height: 16px; }

.brand_show_warrper .brand_info .companyProfile .icon-jiantouyou {float:none;position:initial;font-size:12px;}

.brand_brandName .box { position: fixed; top: 0; z-index: 4006;  }

.brand_brandName .box .brand_box { width: 100%; height: 100%; position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 4006; background-color: rgba(0,0,0,.6); max-width: 768px; }

.brand_brandName .box .brand_content { border-radius: 5px; background-color: #fff; width: 80%; position: fixed; z-index: 5006; top: 50%; left: 50%; transform: translate(-50%,-50%); padding: 20px 20px 0; width: 270px; border-radius: 12px; }
.brand_brandName .box .brand_header { margin-top: 5px; margin-bottom: 10px; }

.brand_brandName .box .brand_header p { font-size: 15px; font-weight: 700; text-align: center; color: #333; box-sizing: border-box; }

.brand_brandName .box .brand_companyProfile { margin-bottom: 25px; }

.brand_brandName .box .brand_companyProfile p { font-size: 15px; color: #333; }

.brand_brandName .box .brand_footer { background-color: #fff; border-top: 1px solid #f1f3f5; border-radius: 0 0 12px 12px; }

.brand_brandName .box .brand_footer { color: #09f; font-size: 15px; text-align: center; padding: 11px 0; }


.brand_top_rank { background: #fff; border-radius: 3px;padding: 15px 15px 0; margin-top: 10px }

.brand_top_rank .top_rank_title { font-size: 18px; font-weight: 700; text-align: center; color: #333; }

.brand_top_rank .flex_pro { position: relative; display: flex; width: 100%; padding: 15px 0; border-bottom: 1px solid #edf0f2; }

.brand_top_rank .flex_pro .lazy { width: 80px; height: 80px; object-fit: contain; border: 1px solid #edf0f2; margin-right: 10px; }

.brand_top_rank .flex_pro .righ_pro_info > h3 { font-size: 14px; color: #333; }

.brand_top_rank .flex_pro .righ_pro_info { flex: 1; }

.brand_top_rank .flex_pro .righ_pro_info .flex_p { font-size: 0; margin-top: 10px; }

.brand_top_rank .righ_pro_info .flex_p_a { font-size: 12px; color: #333; }

.brand_top_rank .righ_pro_info .flex_p_b { font-size: 12px; color: #e64545; }

.top_serial { width: 20px; height: 22px; position: absolute; left: 5px; top: 12px; }


.related_cate { padding: 15px 0 0; margin-top: 10px; background: #fff; border-radius: 3px; }

.related_cate_title { font-size: 18px; font-weight: 700; text-align: center; color: #333; }

.cate_list { width: 100%; padding: 15px 0; box-sizing: border-box; }

.cate_list .scroll_list { width: 100%; white-space: nowrap; overflow-x: scroll; }

.cate_list .scroll_list .item_cate { display: inline-block; vertical-align: top; width: 27vw; text-align: center;}

.cate_list .scroll_list .item_cate .cate_img { width: 50px; height: 50px; object-fit: contain; display: inherit; }

.scroll_list::-webkit-scrollbar { display: none; }

.cate_list .scroll_list .item_cate p { font-size: 12px; text-align: center; color: #333; margin-top: 5px; }



.brand_hot_goods { background: #fff; border-radius: 3px; padding: 0; margin-top: 10px; font-size: 12px; color: #333; }

.brand_hot_goods .related_hot_title { font-size: 18px; font-weight: 700; text-align: center; color: #333; padding: 15px 0; }

.brand_hot_goods ul { /*padding: 0.5em 0.8em; */display: flex; flex-wrap: wrap; justify-content:center;}

.brand_hot_goods ul li { background-color: #fff; padding: 0.2em 0; width: calc(50% - 15px); overflow: hidden; border: 0.1em solid #ddd; margin-bottom: 0.5em; text-align: center; position: relative; margin-left: 5px; left: -3px; }


.brand_hot_goods ul li .noimg_bg { background-image: url(/images/nogoods.jpg); background-size: 100%; background-repeat: no-repeat; width: 160px; height: 160px; margin: 0 auto; }
.brand_hot_goods ul li .noimg_bg .noimg_top { text-align: center; display: block; color: #fff; font-size: 12px; margin-top: 8px; font-style: italic; }
.brand_hot_goods ul li .noimg_bg .noimg_content { display: block; font-size: 12px; text-align: center; padding: 10px; }
.brand_hot_goods ul li .noimg_bg img { margin: 0 auto; max-width: 100%; max-height: 100%; }




.brand_hot_goods ul li .goods_img { height: 10em; display: flex; align-items: center; padding: 0.5em 1em; position: relative; }

.brand_hot_goods ul li .goods_img img { margin: 0 auto; max-width: 100%; max-height: 100%; }

.brand_hot_goods ul li .title { color: #333; text-align: left; font-size: 1em; padding: 0.2em 1em; position: relative; line-height: 1.5em; height: 2.6em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.brand_hot_goods ul li .goods_info { padding: 0 1em; }

.brand_hot_goods ul li .goods_info dl { display: flex; line-height: 1.8em; }

.brand_hot_goods ul li .goods_info dl dt { overflow: hidden; width: 60px; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; color: #999; min-width: 60px; }

.brand_hot_goods ul li .goods_info dl dd { white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #666; overflow: hidden; }

.brand_hot_goods ul li .goods_info dl dd.orange { color: #F60; }



/******************品牌中心详情页产品展示***********************/

.brand_goods ul { padding: 0.5em 0.5em; display: flex; flex-wrap: wrap; justify-content: space-between; }

.brand_goods ul li { background-color: #fff; padding: 0.2em 0; width: 48%; overflow: hidden;margin-bottom: 0.5em; text-align: center; position: relative; width:100%; overflow:hidden;}

.brand_goods ul li .goods_img { height: 10em; display: flex; align-items: center; padding: 0.5em 1em; position: relative; float:left;}

.brand_goods ul li .goods_img img { margin: 0 auto; max-width: 100%; max-height: 100%; width: 120px; height: 120px; }

.brand_goods ul li .title { color: #333; text-align: left; font-size: 14px; padding: 0.2em; position: relative; line-height: 1.5em; height: 2.6em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-bottom: 10px; margin-top: 10px; }

.brand_goods ul li .goods_info { padding: 0 1em; text-align:left;}

.brand_goods ul li .goods_info dl { display: flex; line-height: 1.8em; font-size: 12px; }

.brand_goods ul li .goods_info dl dt { overflow: hidden; width: 5em; white-space: nowrap; text-overflow: ellipsis; font-size: 1em; color: #999; }

.brand_goods ul li .goods_info dl dd { text-overflow: ellipsis; font-size: 1em; color: #666; }

.brand_goods ul li .goods_info dl dd.orange { color: #F60; }



/*售后*/

/*a:focus { box-shadow: 0px 0px 5px 2px #6699cc; }
*/
.text-red { color: red; }

/*注册第二页样式*/
.clearfix::after,
.clearfix::before { content: ''; display: table; }
.clearfix::after { clear: both; }

.userInfoReplenish_form input { outline: none; display: block }
.userInfoReplenish_form input:focus { box-shadow: 0px 0px 5px 2px #6699cc; }



.page_down { padding: 10px 10px; }

.page_down > a { background-color: #FFFFFF; text-decoration: none; color: #373737; height: 40px; border: 1px solid #E7E7EB; margin: 5px 0; width: 100%; line-height: 40px; }

.page_down > a:hover { background-color: #D9D9D9 }

.page_down .customer_end > input, .page_down > input { background-color: #FFFFFF; color: #373737; height: 40px; border: 1px solid #E7E7EB; margin: 5px 0; width: 100%; }

.page_down .customer_end > input:hover { background-color: #D9D9D9; }

.page_down .company_box > input { background-color: #FFFFFF; color: #373737; height: 40px; border: 1px solid #E7E7EB; margin: 5px 0; width: 100%; }


.page_name { overflow: hidden; width: 100%; padding: 5px; margin-left: -5px; }

.page_down_left { float: left; width: 65%; border: 1px solid #E7E7EB; }

.page_down_left #ecr_username { width: 100%; border: 0; box-sizing: border-box; color: #373737; padding: 10px 10px; height: 40px; }

.page_down_right { float: left; width: 30%; height: 40px; padding-left: 5px; }

.page_down_right > span { width: 30% }

select.ui-slider-switch { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }

.ui-bar-inherit { border-color: #E7E7EB; color: #373737; text-shadow: 0 0px 0 #f3f3f3; font-weight: bold; width: 100px; height: 30px; text-align: center; margin: 6px 0px; }

.ui-slider-label-a { width: 100%; background-color: #6699CC; color: #ffffff; display: inline-block; float: left; overflow: hidden; text-align: center; height: 30px; line-height: 30px; letter-spacing: 5px; }

.ui-bar-inherit .woman { margin-right: 30px; }

.ui-bar-inherit .man { margin-left: 30px; }

.ui-slider-label-b { width: 0; background-color: #D9D9D9; color: #373737; display: inline-block; height: 30px; float: left; text-align: center; line-height: 30px; overflow: hidden; letter-spacing: 5px; }

.ui-slider-handle { position: relative; display: block; width: 28px; height: 28px; background-color: #ffffff; z-index: 1; top: 1px; left: 71px; transition: 0.5s; }

.ui-slider-handle:focus { box-shadow: 0px 0px 5px 2px #6699cc; }

.page_agree { background-color: #FFFFFF; width: 100%; margin: 10px 0 }

.page_agree_left { width: 5%; float: left; padding: 10px 20px; }

.page_agree_right { width: 80%; float: left; font-size: 14px; padding-top: 8px; }

.submit_btn { width: 100%; background-color: #ffffff; }

.submit_btn:focus { box-shadow: 0px 0px 5px 2px #6699cc; }

.submit_btn #ecr_submit { width: 100%; border: 0; padding: 10px 0; font-size: 20px; color: #373737; font-weight: bold; background-color: #ffffff }

.submit_btn #ecr_submit:hover { background-color: #D9D9D9; }

/*客户类型*/
.custom { overflow: hidden; padding:10px 10px 0 10px;}

.custom > a { background-color: #FFFFFF; text-decoration: none; color: #373737;height: 40px; border: 1px solid #E7E7EB; margin: 1px 0; border: 1px solid #E7E7EB; font-weight: bold; line-height:40px;}

.custom > a:hover { background-color: #E8E8EB; }




/*用户中心*/

.right_arrows { width: 15px; height: 15px }

.userinfo_top { background-color: #FFFFFF; margin: 10px 2px; border: 1px solid #E7E7EB; height: 70px; overflow: hidden; }

.userinfo_top:hover { background-color: #EFEFF4; }

.userinfo_top_img { float: left }

.userinfo_top_img .userinfo_img { width: 50px; height: 50px; margin: 10px; }

.userinfo_top_right { float: left; overflow: hidden; margin: 10px 0; }

.userinfo_top_id { margin-top: 10px; font-size: 12px }

.userinfo_top .icon-jiantouyou { display: block; float: right; position: relative; top: 25px; right: 12px; font-size: 16px; }

.icon-banshou { float: left; overflow: hidden; margin: 10px 0 0 10px; }

.icon-banshou { color: orange; }

/*用户信息修改中心*/
.updataUserInfo_all { height: 40px; background-color: #ffffff; border: 1px solid #E7E7EB; margin: 0 2px }

.updataUserInfo_name { margin: 20px 2px; }

.updataUserInfo_left { float: left; line-height: 40px; font-weight: bold; margin-left: 10px; }

.updataUserInfo_right { float: right; position: relative; top: 11px; right: 30px; }

.updataUserInfo_TelPhone #updataUserInfo_telphone { right: 15px; }

.Log_out { margin-top: 20px }

.icon-dengchu { float: left; color: red; line-height: 40px; font-weight: bold; margin-left: 10px; }

.updataUserInfo_all:hover { background-color: #F3F3F7; }

.updataUserInfo_btn { background-color: transparent; border: none; line-height: normal; margin-top: 10px }

.updataUserInfo_btn:hover { background-color: #F3F3F7; }

.updataUserInfo_text_hide input { margin: 10px 0; border: 1px solid #E7E7EB; width: 100%; height: 70px; outline: none; display: block }
.updataUserInfo_text_hide input:focus { box-shadow: 0px 0px 5px 2px #6699cc; }






.updataUserInfo_hide_name_box, .updataUserInfo_hide_CustomerName_box, .updataUserInfo_hide_Departments_box, .updataUserInfo_hide_Role_box, .updataUserInfo_hide_Company_box { margin: 0 20px; }

.updataUserInfo_hide_btn { display: block; width: 60px; height: 40px; color: #ffffff; line-height: 40px; text-align: center; background-color: rgb(220, 83, 15); float: right; position: relative; right: 20px; }




/*服务报修*/

.productRepair_form input { outline: none; display: block }
.productRepair_form input:focus { box-shadow: 0px 0px 5px 2px #6699cc; }



.product_repair, .inspect_plan, .server_feedback, .history_order { height: 40px; background-color: #ffffff; margin: 1px 3px; border: 1px solid #E7E7EB; }

.repair_server:hover { background-color: #EFEFF4; }

.product_repair { margin-top: 15px; }

.down_all { float: left; margin: 10px 0 0 5px; }
.icon-banshou { float: left; }

.repair_server .icon-jiantouyou { float: right; position: relative; top: 10px; right: 10px; }

.page_down_product { margin-top: 10px }

.page_down_product input { border: 0; width: 100%; height: 40px; font-size: 16px; color: #000000; padding: 0 10px; box-sizing: border-box; }

.submit_product, .page_down_product_A, .page_down_product_B { margin: 10px 3px 5px 3px; }

.weui-cells { margin: 0 3px; }

.page_down_product_C { margin: 10px 3px 5px 3px; }

.page_down_product_C .product_Account { width: 100%; border: 0px; overflow: hidden; font-size: 16px; outline: none; display: block; resize: vertical; padding: 0 10px; box-sizing: border-box; }

.page_down_product_C .product_Account:focus { box-shadow: 0px 0px 5px 2px #6699cc; }


.submit_product { margin-top: 10px; border: 1px solid #E7E7EB }

.submit_product #sub_product { border: 0; width: 100%; height: 40px; font-size: 16px; background-color: #ffffff; }

.submit_product #sub_product:hover { background-color: #EFEFF4; }




/*提示警告*/
.warn { background-color: #ffffff; width: 150px; height: 50px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 10px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); }

.warn_sub { line-height: 50px; width: 150px; display: inline-block; text-align: center; }



/*进度查询列表*/
.repair_Process_list { background-color: #FFFFFE; margin: 7px 5px; margin-bottom: 20px; }

.repair_Process_list_top { border-bottom: 2px solid #ddd; padding-bottom: 5px }

.repair_Process_list_top > ul { margin-top: 10px; }

.repair_Process_list_top > ul > li { color: #a5a5a5; font-size: 14px; padding: 0 0 5px 10px }

.repair_Process_list_down { height: 40px }

.repair_Process_list_down #select_Progress { float: right; margin: 0 5px 0 0; border: 1px solid #ddd; border-radius: 10px; font-size: 14px; margin: 9.2px; padding: 2px 15px; text-decoration: none; color: #000000 }

.repair_Process_list_down #progress_Status { line-height: 40px; font-size: 12px; margin-left: 10px; color: #a5a5a5; }

#progress_Status_All { color: #000000; padding-left: 5PX }



/*报修进度详情*/
.repairInfoProgress_down ul { margin: 20px 10px 0 10px; list-style: none; }

.repairInfoProgress_down li::before { content: ' '; width: 1px; background-color: #07C160; position: absolute; left: 16.5px; top: 40px; height: 65px; }

.repairInfoProgress_down li:last-child::before { width: 0px; }

.repairInfoProgress_down li { padding: 1em 2em; position: relative; }

.repairInfoProgress_down .icon-liucheng-moren { position: absolute; width: 1rem; height: 1rem; box-sizing: border-box; z-index: 1; color: forestgreen; left: 0.5em; top: 1em; }

.repairInfoProgress_right { float: left; padding-left: 20px }

.repairInfoProgress_content .date { font-size: 0.75em; display: inline-flex; width: 25%; float: left; }

.repairInfoProgress_content .title { font-size: 0.9em; font-weight: 400; margin: 0; }

.repairInfoProgress_content .createName { font-size: 0.9em; margin-top: 4px }

.repairInfoProgress_content .status { font-size: 0.7em; color: #808080; margin-top: 5px; display: block; padding-top: 15px; }



/**********************我的页面首页**********************/
.my_index { max-width:640px;width:100%;}

.my_index_background { width: 100%; height: 100%; position: fixed; top: 0; z-index: -1; max-width: 640px; background-color: #EDF0F2; }

.user_info { width: 100%; background-color: #00C07B; }

.user_has_login .user_has_all {display: flex; padding: 30px 15px 70px 15px; }

.user_has_login .user_info_left_img { width: 60px; height: 60px; background-color: transparent; }

.user_has_login .user_info_right { display: flex; align-items: center; overflow: hidden; -webkit-box-flex: 1; flex: 1; }

.user_has_login .user_info_left { margin-right:10px}

.user_has_login .user_desc { flex: 1; overflow: hidden; }

.user_has_login .user_desc .user_phone { font-size: 15px; font-weight: 700; color: #fff; }

.user_has_login .user_desc .user_comp { font-size: 12px; font-weight: 400; color: #e5e5e5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-right: 5px; }

.user_has_login .user_check_info { height: 100%; font-size: 12px; font-weight: 400; color: #fff; padding-top: 22px; margin-top: 10px; }

.user_has_login .user_check_info .icon-jiantouyou { float: none; position: initial; color: #E1E6E6; font-size: 14px; }



.my_index .user_not_login .user_info_left_img img { width: 60px; height: 60px; background-color: transparent; }

.user_not_login .user_info_left { display: -webkit-box; display: flex; padding: 30px 15px 70px 15px; }

.user_not_login .user_to_login { margin-top: 15px; width: 74px; height: 30px; background-color: hsla(0,0%,100%,.2); border-radius: 3px; font-size: 12px; font-weight: 400; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }

.user_not_login .user_to_login a { color: #fff }

.user_not_login .user_info_left_img { margin-right: 10px }




.all_wrapper { position: relative; z-index: 10; margin-top: -44px; width: 100%; }

.my_order_goods { padding: 0 15px; }

.my_order { height: 150px; border-radius: 3px; background-color: #fff; }

.order_title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 45px; padding: 0 15px; border-bottom: 1px solid #edf0f2; }

.order_four_status { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-top: 20px; text-align: center; display: flex; height: 87px; }

.order_desc { font-size: 15px; font-weight: 400; color: #000; }

.order_all { display: -webkit-box; display: -ms-flexbox; display: flex; font-weight: 400; color: #666; }

.order_all_word { font-size: 12px; margin-top: 3px }

.order_all .icon-jiantouyou { position: relative; left: 5px; top: -1px; }

.order_one_status { -webkit-box-flex: 1; -ms-flex: 1; flex: 1;text-align: center; }

.icon-shenhe, .icon-31daifukuan, .icon-yunshuzhongwuliu-xianxing, .icon-yiwancheng { color: #00C07B; font-size: 26px }

.my_order .status_bottom { margin-top: 5px; font-size: 12px; color: #666; }





.lots_of_choice_wrapper { margin: 10px 15px 0 15px; }

.lots_of_choice_wrapper .lots_of_choice { border-radius: 3px; background-color: #fff; }

.my_index .lots_of_choice_wrapper .lots_of_choice .one_choice{ height: 45px; padding-left: 15px;  display: flex;justify-content: space-between; border-bottom: 1px solid #edf0f2; }

.one_choice_left { display: flex;align-items: center; }

.my_index .lots_of_choice_wrapper .icon-shoucang { position: relative; top: 2px; font-size: 14px; font-weight: 400; color: #999; margin-right: 10px; }

.my_index .lots_of_choice_wrapper .icon-dizhi, .icon-guanyuwomen, .icon-fuwu_o, .icon-yijianfankui, .icon-youjian_o, .icon-24gl-phoneLoudspeaker { position: relative; top: 2px; font-size: 16px; font-weight: 400; color: #999; margin-right: 10px; }

.lots_of_adr { margin-bottom: 20px; }

.lots_of_choice_wrapper .one_choice_desc { font-size: 14px; color: #000; font-weight: 400; }



/**********************产品详情底部按钮**********************/
.bottom_goods { box-sizing: border-box; background-color: #fff; border-top: 1px solid #f0f0f0; padding: 8px 12px; position: fixed; bottom: 0; width: 100%; max-width: 640px; z-index: 999; display: flex; box-shadow: 0 -2px 10px rgba(0,0,0,0.05); }

.bottom_goods #online { 
    display: flex; 
    font-size: 16px; 
    font-weight: 500;
    cursor: pointer; 
    padding: 12px 15px; 
    background: linear-gradient(135deg, #00b14e, #00a046);
    border: none; 
    border-radius: 25px; 
    color: #fff; 
    width: 50%; 
    margin-right: 8px; 
    justify-content: center; 
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,177,78,0.3);
}

.bottom_goods #online:active {
    transform: scale(0.98);
    box-shadow: 0 1px 4px rgba(0,177,78,0.3);
}

.bottom_goods .left_btn { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.bottom_goods .left_btn .icon_lianxidianhua { 
    display: inline-block; 
    width: 22px; 
    height: 22px; 
    background: url(/images/lianxidianhua.png) no-repeat 50%; 
    background-size: 100% 100%; 
    margin-right: 8px; 
}

.bottom_goods #baojia_btn { 
    display: flex; 
    color: #333; 
    font-size: 16px; 
    font-weight: 500;
    cursor: pointer; 
    padding: 12px 15px; 
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 1px solid #e0e0e0; 
    border-radius: 25px; 
    width: 50%; 
    margin-left: 8px;
    justify-content: center; 
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.about_page { background: #fff; min-height: calc(100vh - 8em); }
.about_menu { display: flex; flex-wrap: wrap; padding: 15px; background: #f7f7fa; gap: 10px; }
.about_menu_item { display: inline-block; padding: 8px 15px; background: #fff; border-radius: 20px; font-size: 14px; color: #666; border: 1px solid #e8e8e8; }
.about_menu_item.active { background: linear-gradient(135deg, #00b14e, #00a046); color: #fff; border-color: #00b14e; }
.about_content { padding: 20px 15px; }
.about_title { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.about_text { font-size: 14px; line-height: 1.8; color: #666; }
.about_text img { max-width: 100%; height: auto; margin: 10px 0; }
.about_text p { margin-bottom: 10px; }
.about_text h1, .about_text h2, .about_text h3 { font-size: 16px; font-weight: 600; color: #333; margin: 15px 0 10px; }
.about_text ul, .about_text ol { padding-left: 20px; margin: 10px 0; }
.about_text li { list-style: disc; margin-bottom: 5px; }

.bottom_goods #baojia_btn:active {
    transform: scale(0.98);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.bottom_goods .right_btn { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.bottom_goods .right_btn .icon_baojia { 
    display: inline-block; 
    width: 22px; 
    height: 22px; 
    background: url(/images/icon_baojia.png) no-repeat 50%; 
    background-size: 100% 100%; 
    margin-right: 8px; 
}

/**********************获取报价**********************/
.quotation_container { min-height: 100%; }
.quotation_container .quotation_header_info { background: #f90; width: 100%; max-width: 640px; position: fixed; top: 0; left: 50%; transform: translate(-50%); z-index: 1005; display: flex; height: 44px; font-size: 20px; line-height: 44px; }
.quotation_container .quotation_header_info .left_icon { position: absolute; left: 0; top: 0; width: 50px; min-width: 50px; height: 44px; display: flex; align-items: center; justify-content: center; color: #fff; }

.quotation_container .quotation_banner { position: relative; }
.quotation_container .quotation_banner .desc { width: 175px; position: absolute; top: 35%; left: 10%; color: #fff; }
.quotation_container .quotation_banner .desc .title { font-weight: 700; font-size: 18px; }
.quotation_container .quotation_banner .desc .content { margin-top: 5px; font-size: 12px; }
.quotation_container .quotation_banner img { width: 100%; height: auto; }

.quotation_form_wrapper { background: linear-gradient(180deg,#f90,transparent 23%); padding: 0 10px 100px; }
.quotation_form_wrapper .quotation_form { border-radius: 3px; box-shadow: 0 0 8px rgba(0,0,0,.1); background-color: #fff; padding: 0 0 25px; position: relative; z-index: 1; }
.quotation_form_wrapper .quotation_form .quotation_goodsinfo { padding: 0px 25px 5px; }
.quotation_form_wrapper .quotation_form .inner { border-bottom: 1px solid #edf0f2; }
.quotation_form_wrapper .quotation_form .sku-info { padding: 20px 25px 5px; padding-bottom: 10px; display: flex; }
.quotation_form_wrapper .quotation_form .sku-info .si-left { min-width: 80px; width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; margin-right: 10px; }

.quotation_form_wrapper .quotation_form .sku-info .si-left .noimg_bg { background-image: url(/images/nogoods.jpg); background-size: 100%; background-repeat: no-repeat; width: 100%; height: 100%; }
.quotation_form_wrapper .quotation_form .sku-info .noimg_bg .noimg_top { text-align: center; display: block; font-size: 12px; margin-top: 20px; font-style: italic; }






.quotation_form_wrapper .quotation_form img { max-width: 100%; max-height: 100%; }

.quotation_form_wrapper .quotation_form .sku-info .si-right { flex: 1; overflow: hidden; }
.quotation_form_wrapper .quotation_form .sku-info .si-right .sku-name { color: #000; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.quotation_form_wrapper .quotation_form .sku-info .si-right .sku-desc { display: flex; font-size: 12px; color: #999; }

.quotation_form_wrapper .si-right .sd-left { min-width: 36px; }
.quotation_form_wrapper .si-right .sd-right { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.quotation_choice { padding: 20px 22.5px 5px; }
.quotation_choice ul .selected { border: 1px solid #f60; color: #f60; }

.quotation_choice .title { padding: 0 2.5px; font-size: 14px; }
.quotation_choice ul { margin-top: 10px; display: flex; flex-wrap: wrap; }
.quotation_choice ul li { border-radius: 3px; margin: 0 2.5px 5px; font-size: 12px; padding: 10px 13px; border: 1px solid #f5f7fa; background-color: #f5f7fa; }


.quotation_input_wrapper { padding: 0 25px; }
.quotation_input_wrapper .ci_right > input { width: 100%; border: 0; outline: 0; font: inherit; color: inherit; }
.quotation_input_wrapper .common_input { display: flex; align-items: center; height: 50px; border-bottom: 1px solid #dae0e6;font-size:14px; }
.quotation_input_wrapper .common_input .ci_left { min-width: 56px; margin-right: 15px; }
.quotation_input_wrapper .common_input .ci_right { flex: 1; }

.quotation_btn_wrapper { margin-top: 20px; padding: 0 25px; }
.quotation_btn_wrapper #common_btn { border-radius: 3px; width: 100%; height: 45px; line-height: 45px; text-align: center; color: #fff; font-size: 16px; background-color: #f90; border: 0; outline: 0; }
.common_tip_wrapper { margin-top: 10px; padding: 0 25px; }
.common_tip_wrapper .common_tip { text-align: center; font-size: 12px; color: #999; }

.goods_quotation .quotation_blank_wrapper { padding: 0 10px; }
.goods_quotation .quotation_blank_wrapper .common_blank { border-radius: 0 0 3px 3px; background-color: #fff; height: 10px; box-shadow: 0 0 8px rgba(0,0,0,.1); }

/****************错误提示*****************/
.warnmessage { background-color: rgba(0,0,0,.6); width: 150px; height: 50px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 10px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); z-index: 1; display: flex; align-items: center; }
.message { width: 150px; display: inline-block; text-align: center; color: #fff; font-size: 12px; }



/************************选品指南布局**********************/
.instruction_top { width: 100%; max-width: 640px; height: 44px; font-size: 20px; background-color: #fff; line-height: 44px; }

.instruction_top .left_icon { text-align: center; width: 100%; max-width: 640px; position: fixed; top: 0; left: 50%; transform: translate(-50%); z-index: 1005; height: 44px; font-size: 20px; background-color: #fff; line-height: 44px; }

.instruction_top .left_icon .icon-jiantouzuo { float: left;padding-left:10px; }

.instruction_top .left_icon .title { font-size: 18px; font-weight: 400; }


/************************选品指南***********************/

.instruction_item { overflow: hidden; padding: 5px; background-color: #edf0f2; }

.instruction_item .item_guide { background: #fff; border-radius: 3px; padding: 15px; margin-bottom: 5px; }

.instruction_item .item_guide .item_guide_all { display: flex; flex-direction: row; justify-content: space-between; }

.instruction_item .item_guide .item_guide_all .cover_img{ width: 110px; height: 110px; margin-right: 15px; }

.instruction_item .item_guide .item_guide_all .cover_img img { display: block; width: 100% !important; height: 100% !important; border-radius: 2px; object-fit: cover; }

.instruction_item .item_guide .item_guide_all .guide_info { width: calc(100% - 125px ); display: flex; flex-direction: column; flex: 1; }

.instruction_item .item_guide .item_guide_all .guide_info h2 { font-size: 14px; font-weight: 700; line-height: 21px; color: #000; }

.instruction_item .item_guide .item_guide_all .guide_info p { font-size: 12px; font-weight: 400; line-height: 18px; color: #999; margin: 5px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.instruction_item .item_guide .item_guide_all .guide_info .guide_link h3 { font-size: 12px; line-height: 18px; color: #333; overflow: hidden; text-overflow: ellipsis; display: block; width: 100%; white-space: nowrap; }

/************************详情**********************/
.instruction { margin-bottom:30px;}

.guide { background: #fff; border-top: 1px solid #dae0e6; }

.guide .guide_item { padding: 15px; }

.guide .guide_item .guide_content_title h2 { font-size: 18px; font-weight: 700; line-height: 27px; color: #333; }

.guide .guide_item .guide_content_title p { font-size: 14px; line-height: 21px; color: #333; padding: 10px 0 20px; }

.guide_right { width: 100%; background: #fff; margin-top: 10px; }

.guide_right .title { font-size: 14px; line-height: 18px; color: #000; padding: 15px 15px 0; }

.guide_right .related_goods { padding: 0 0 0 15px; }

.guide_right .related_goods .com_related_goods { border-bottom: 1px solid #edf0f2; width: 100%; padding-right: 15px; box-sizing: border-box; }

.guide_right .related_goods .com_related_goods > a { width: 100%; padding-top: 15px; padding-bottom: 15px; display: flex; position: relative; }

.guide_right .related_goods .com_related_goods .item_img { margin-right: 10px; box-sizing: border-box; width: 80px; height: 80px; min-width: 80px; position: relative; }

.guide_right .related_goods .com_related_goods .item_img .noimg_bg { background-image: url(/images/nogoods.jpg); background-size: 100%; background-repeat: no-repeat;  margin: 0 auto; display: block; width: 100%; height: 100%; }

.guide_right .related_goods .com_related_goods .item_img .noimg_bg .noimg_top { padding: 30% 0; display: block; font-size: 12px; text-align: center; }

.guide_right .related_goods .com_related_goods .item_img img { display: block; max-width: 100%; max-height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }

.guide_right .related_goods .com_related_goods .info_title { font-size: 14px; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; word-break: break-all; color: #333; }

.guide_right .related_goods .com_related_goods .info .price{ font-size: 12px; color: #999; }

.guide_right .related_goods .com_related_goods .info .price span { color: #E64545; }


/****************************产品资料下载***************************/
.material .asso_goods { margin:10px 0; background-color: #fff; }

.material .asso_goods .title { padding-left: 15px; height: 46px; line-height: 46px; font-size: 14px; border-bottom: 1px solid #edf0f2; }

.material .asso_goods a { border-radius: 3px; background-color: #fff; margin-bottom: 5px; padding: 10px 10px; display: flex; position: relative; }

.material .asso_goods a .goods_img { width: 120px; margin-right: 10px; }

.material .asso_goods a .goods_img .img_box { width: 100%; padding-top: 100%; position: relative; }

.material .asso_goods a .goods_img .img_box img { top: 0; left: 0; position: absolute; max-width: 100%; max-height: 100%; object-fit: cover; }

.material .asso_goods a .goods_msg { flex: 1; }

.material .asso_goods a .goods_msg .goods_title { width: 100%; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; margin-bottom: 5px;font-size:14px; }

.material .asso_goods a .goods_msg .params > p { font-size: 12px; color: #999; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; }

.material .asso_goods a .goods_msg .params > p > span { color:red;}

.material .asso_goods a .goods_img .img_box .noimg_bg { margin: 0 auto; display: block; top: 0; left: 0; position: absolute; max-width: 100%; max-height: 100%; object-fit: cover; width: 120px; height: 120px; background-image: url(/images/nogoods.jpg); background-size: 100%; background-repeat: no-repeat; }

.material .asso_goods a .goods_img .img_box .noimg_bg .noimg_top { margin: 35px 5px; display: block; text-align: center; font-size: 14px; }


/********************同类商品**********************/
.material .category_goods { margin: 10px 0; background-color: #fff; }



/* 品牌详情页增强样- 使用更具体的选择器避免冲突*/
.brand_detail .brand_top {
    display: flex;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin: 0 10px 10px;
    align-items: center;
}

.brand_detail .brand_img {
    width: 80px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin-right: 15px;
}

.brand_detail .brand_info {
    flex: 1;
}

.brand_detail .brand_info h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.brand_detail .brand_desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.brand_detail .brand_show_warrper {
    background-color: #fff;
    margin-top: 10px;
    padding-bottom: 40px;
}

.brand_detail .brand_show_warrper > div:not(:first-child) {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 10px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.brand_detail .brand_mess {
    padding: 10px;
    border-top: 1px solid #f5f5f5;
}

.brand_detail .brand_mess h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.brand_detail .brand_mess .brand_text {
    font-size: 14px;
    line-height: 22px;
}

/* 响应式调*/
@media (max-width: 360px) {
    .brand_detail .brand_img {
        width: 70px;
        height: 70px;
    }
    .brand_detail .brand_info h3 {
        font-size: 16px;
    }
}

/**********************疾病百科列表*********************/
.disease_page { background-color: #f7f7fa; padding-bottom: 70px; }

.disease_page .disease_search_wrap { padding: 15px; background-color: #fff; }
.disease_page .disease_search_form { display: flex; align-items: center; }
.disease_page .disease_search_input { flex: 1; height: 40px; border: 1px solid #e5e5e5; border-radius: 4px 0 0 4px; padding: 0 12px; font-size: 14px; outline: none; }
.disease_page .disease_search_btn { height: 40px; background-color: #009087; color: #fff; border: none; border-radius: 0 4px 4px 0; padding: 0 20px; font-size: 14px; }

.disease_page .disease_category { background-color: #fff; margin-top: 10px; }
.disease_page .disease_category_header { padding: 15px; border-bottom: 1px solid #f0f0f0; }
.disease_page .disease_category_title { font-size: 16px; font-weight: 700; color: #333; }

.disease_page .disease_category_content { padding: 15px; }
.disease_page .disease_category_main { display: flex; flex-wrap: wrap; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #e5e5e5; }
.disease_page .disease_category_item { box-sizing: border-box; width: calc(25% - 9px); margin: 0 6px 12px 6px; padding: 10px 0; background-color: #f5f7fa; border-radius: 6px; text-align: center; font-size: 13px; color: #333; }
.disease_page .disease_category_item:nth-child(4n+1) { margin-left: 0; }
.disease_page .disease_category_item:nth-child(4n) { margin-right: 0; }
.disease_page .disease_category_item.active { background-color: #009087; color: #fff; }
.disease_page .disease_category_item .name { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 4px; }

.disease_page .disease_sub_group { margin-bottom: 12px; }
.disease_page .disease_sub_group:last-child { margin-bottom: 0; }
.disease_page .disease_sub_title { font-size: 14px; font-weight: 600; color: #333; margin-bottom: 8px; padding-left: 10px; border-left: 3px solid #009087; }
.disease_page .disease_sub_title a { color: #333; }
.disease_page .disease_sub_list { display: flex; flex-wrap: wrap; }
.disease_page .disease_sub_item { font-size: 13px; color: #666; padding: 6px 12px; background-color: #f5f7fa; border-radius: 4px; margin: 0 8px 8px 0; }
.disease_page .disease_sub_item.active { background-color: #e8f8f2; color: #009087; }

.disease_page .disease_list_header { padding: 15px; font-size: 14px; color: #666; }
.disease_page .disease_list_header strong { color: #009087; }

.disease_page .disease_list { background-color: #fff; }
.disease_page .disease_item { display: block; padding: 15px; border-bottom: 1px solid #f0f0f0; }
.disease_page .disease_item:active { background-color: #f9f9f9; }
.disease_page .disease_item_title { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 8px; }
.disease_page .disease_item_alias { font-size: 13px; color: #999; font-weight: normal; }
.disease_page .disease_item_dept { display: inline-block; padding: 2px 8px; background-color: #e8f8f2; color: #009087; font-size: 12px; border-radius: 3px; margin-bottom: 8px; }
.disease_page .disease_item_intro { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 8px; }
.disease_page .disease_item_meta { font-size: 12px; color: #999; }

.disease_page .disease_empty { padding: 60px 20px; text-align: center; color: #999; }
.disease_page .disease_empty i { font-size: 48px; margin-bottom: 15px; display: block; }

.disease_page .disease_pagination { display: flex; justify-content: center; align-items: center; padding: 20px; background-color: #fff; margin-top: 10px; }
.disease_page .disease_pagination .pagination_btn { padding: 8px 20px; background-color: #f5f7fa; color: #666; border-radius: 4px; font-size: 14px; }
.disease_page .disease_pagination .pagination_btn:active { background-color: #e5e5e5; }
.disease_page .disease_pagination .pagination_info { margin: 0 20px; font-size: 14px; color: #666; }

/**********************疾病百科详情*********************/
.disease_detail_page { background-color: #f7f7fa; padding-bottom: 70px; }

.disease_detail_page .disease_breadcrumb { padding: 12px 15px; background-color: #fff; font-size: 12px; color: #999; }
.disease_detail_page .disease_breadcrumb a { color: #666; }
.disease_detail_page .disease_breadcrumb span { margin: 0 5px; }
.disease_detail_page .disease_breadcrumb .current { color: #333; }

.disease_detail_page .disease_detail_header { padding: 20px 15px; background-color: #fff; margin-bottom: 10px; }
.disease_detail_page .disease_detail_title { font-size: 20px; font-weight: 700; color: #333; margin-bottom: 10px; }
.disease_detail_page .disease_detail_alias { font-size: 13px; color: #999; margin-bottom: 10px; }
.disease_detail_page .disease_detail_tags { display: flex; flex-wrap: wrap; gap: 8px; }
.disease_detail_page .disease_tag { display: inline-block; padding: 4px 10px; font-size: 12px; border-radius: 3px; }
.disease_detail_page .disease_tag.dept { background-color: #e8f8f2; color: #009087; }
.disease_detail_page .disease_tag.danger { background-color: #fff3e0; color: #ff9800; }
.disease_detail_page .disease_tag.safe { background-color: #e8f5e9; color: #4caf50; }

.disease_detail_page .disease_detail_section { background-color: #fff; margin-bottom: 10px; }
.disease_detail_page .disease_detail_section .section_title { padding: 15px; font-size: 16px; font-weight: 700; color: #333; border-bottom: 1px solid #f0f0f0; }
.disease_detail_page .disease_detail_section .section_content { padding: 15px; }
.disease_detail_page .disease_detail_section .section_content.intro { font-size: 14px; line-height: 1.8; color: #666; }

.disease_detail_page .disease_detail_section .info_item { margin-bottom: 15px; }
.disease_detail_page .disease_detail_section .info_item:last-child { margin-bottom: 0; }
.disease_detail_page .disease_detail_section .info_label { display: block; font-size: 13px; color: #999; margin-bottom: 8px; }
.disease_detail_page .disease_detail_section .info_value { font-size: 14px; color: #333; }
.disease_detail_page .disease_detail_section .info_tags { display: flex; flex-wrap: wrap; gap: 8px; }
.disease_detail_page .disease_detail_section .info_tag { padding: 4px 12px; background-color: #f5f7fa; color: #666; font-size: 13px; border-radius: 15px; }
.disease_detail_page .disease_detail_section .info_tag:active { background-color: #e5e5e5; }

.disease_detail_page .disease_detail_section .related_list { display: flex; flex-wrap: wrap; gap: 10px; }
.disease_detail_page .disease_detail_section .related_item { padding: 8px 15px; background-color: #f5f7fa; color: #666; font-size: 13px; border-radius: 4px; }
.disease_detail_page .disease_detail_section .related_item:active { background-color: #e5e5e5; }

.disease_detail_page .disease_diet_section .diet_tabs { margin-bottom: 15px; display: flex; flex-wrap: wrap; gap: 8px; }
.disease_detail_page .disease_diet_section .diet_tab { display: inline-block; padding: 6px 14px; font-size: 13px; border-radius: 15px; }
.disease_detail_page .disease_diet_section .diet_tab_good { background-color: #e8f5e9; color: #2e7d32; }
.disease_detail_page .disease_diet_section .diet_tab_less { background-color: #fff3e0; color: #ef6c00; }
.disease_detail_page .disease_diet_section .diet_tab_caution { background-color: #fce4ec; color: #c2185b; }
.disease_detail_page .disease_diet_section .diet_tab_avoid { background-color: #ffebee; color: #c62828; }
.disease_detail_page .disease_diet_section .diet_item { margin-bottom: 15px; padding: 12px; background: #fafafa; border-radius: 8px; }
.disease_detail_page .disease_diet_section .diet_item:last-child { margin-bottom: 0; }
.disease_detail_page .disease_diet_section .diet_type_label { font-size: 14px; font-weight: 600; color: #333; margin-bottom: 10px; }
.disease_detail_page .disease_diet_section .diet_icon { display: inline-block; width: 18px; height: 18px; line-height: 18px; text-align: center; border-radius: 50%; font-size: 11px; margin-right: 6px; color: #fff; }
.disease_detail_page .disease_diet_section .diet_icon.good { background-color: #4caf50; }
.disease_detail_page .disease_diet_section .diet_icon.less { background-color: #ff9800; }
.disease_detail_page .disease_diet_section .diet_icon.caution { background-color: #e91e63; }
.disease_detail_page .disease_diet_section .diet_icon.avoid { background-color: #f44336; }
.disease_detail_page .disease_diet_section .diet_foods_list { display: flex; flex-wrap: wrap; gap: 8px; }
.disease_detail_page .disease_diet_section .diet_food_tag { display: inline-block; padding: 5px 12px; background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; font-size: 12px; color: #666; }

/**********************百科分类*********************/
.baike_category_page { background-color: #f7f7fa; padding-top: 44px; padding-bottom: 20px; }

.baike_category_page .baike_breadcrumb { padding: 12px 15px; background-color: #fff; font-size: 12px; color: #999; }
.baike_category_page .baike_breadcrumb a { color: #666; }
.baike_category_page .baike_breadcrumb span { margin: 0 5px; }
.baike_category_page .baike_breadcrumb .current { color: #333; }

.baike_category_page .category_header { padding: 20px 15px; background-color: #fff; margin-bottom: 10px; }
.baike_category_page .category_title { font-size: 20px; font-weight: 700; color: #333; margin-bottom: 10px; }
.baike_category_page .category_desc { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 10px; }
.baike_category_page .category_meta { font-size: 13px; color: #999; }

.baike_category_page .category_siblings { padding: 15px; background-color: #fff; margin-bottom: 10px; }
.baike_category_page .siblings_label { font-size: 13px; color: #999; margin-bottom: 10px; display: block; }
.baike_category_page .siblings_list { display: flex; flex-wrap: wrap; gap: 10px; }
.baike_category_page .siblings_item { padding: 6px 12px; background-color: #f5f7fa; color: #666; font-size: 13px; border-radius: 15px; }
.baike_category_page .siblings_item:active { background-color: #e5e5e5; }

.baike_category_page .baike_list { background-color: #fff; }
.baike_category_page .baike_item { display: block; padding: 15px; border-bottom: 1px solid #f0f0f0; }
.baike_category_page .baike_item:active { background-color: #f9f9f9; }
.baike_category_page .baike_item_title { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 8px; }
.baike_category_page .baike_item_desc { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 10px; }
.baike_category_page .baike_item_meta { display: flex; justify-content: space-between; align-items: center; }
.baike_category_page .baike_item_meta .date { font-size: 12px; color: #999; }
.baike_category_page .baike_item_meta .read_more { font-size: 12px; color: #009087; }

.baike_category_page .baike_empty { padding: 60px 20px; text-align: center; color: #999; }

.baike_category_page .baike_pagination { display: flex; justify-content: center; align-items: center; padding: 20px; background-color: #fff; margin-top: 10px; }
.baike_category_page .baike_pagination .pagination_btn { padding: 8px 20px; background-color: #f5f7fa; color: #666; border-radius: 4px; font-size: 14px; }
.baike_category_page .baike_pagination .pagination_btn:active { background-color: #e5e5e5; }
.baike_category_page .baike_pagination .pagination_info { margin: 0 20px; font-size: 14px; color: #666; }

/**********************食物百科*********************/
.food_page { background-color: #f7f7fa; padding-bottom: 70px; }

.food_page .food_search_wrap { padding: 15px; background-color: #fff; }
.food_page .food_search_form { display: flex; align-items: center; }
.food_page .food_search_input { flex: 1; height: 40px; border: 1px solid #e5e5e5; border-radius: 4px 0 0 4px; padding: 0 12px; font-size: 14px; outline: none; }
.food_page .food_search_btn { height: 40px; background-color: #009087; color: #fff; border: none; border-radius: 0 4px 4px 0; padding: 0 20px; font-size: 14px; }

.food_page .food_list_header { padding: 15px; font-size: 14px; color: #666; }
.food_page .food_list_header strong { color: #009087; }

.food_page .food_list { background-color: #fff; }
.food_page .food_item { display: flex; padding: 15px; border-bottom: 1px solid #f0f0f0; }
.food_page .food_item:active { background-color: #f9f9f9; }
.food_page .food_item_img { width: 100px; height: 100px; border-radius: 8px; overflow: hidden; background-color: #f5f5f5; flex-shrink: 0; margin-right: 12px; }
.food_page .food_item_img img { width: 100%; height: 100%; object-fit: cover; }
.food_page .food_item_content { flex: 1; min-width: 0; }
.food_page .food_item_title { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.food_page .food_item_effect { font-size: 13px; color: #666; line-height: 1.5; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.food_page .food_item_tags { display: flex; flex-wrap: wrap; gap: 6px; }
.food_page .food_tag { display: inline-flex; align-items: center; padding: 3px 8px; font-size: 12px; border-radius: 3px; }
.food_page .food_tag i { font-style: normal; font-weight: 700; margin-right: 4px; }
.food_page .food_tag.good { background-color: #e8f5e9; color: #2e7d32; }
.food_page .food_tag.good i { color: #4caf50; }
.food_page .food_tag.bad { background-color: #ffebee; color: #c62828; }
.food_page .food_tag.bad i { color: #f44336; }

.food_page .food_empty { padding: 60px 20px; text-align: center; color: #999; }
.food_page .food_empty .food_empty_icon { font-size: 48px; margin-bottom: 15px; }

.food_page .food_pagination { display: flex; justify-content: center; align-items: center; padding: 20px; background-color: #fff; margin-top: 10px; }
.food_page .food_page_btn { padding: 8px 20px; background-color: #f5f7fa; color: #666; border-radius: 4px; font-size: 14px; }
.food_page .food_page_btn:active { background-color: #e5e5e5; }
.food_page .food_page_info { margin: 0 20px; font-size: 14px; color: #666; }

/**********************食物详情*********************/
.food_detail_page { background-color: #f7f7fa; padding-bottom: 20px; }

.food_detail_page .food_breadcrumb { padding: 12px 15px; background-color: #fff; font-size: 12px; color: #999; margin-bottom: 10px; }
.food_detail_page .food_breadcrumb a { color: #666; }
.food_detail_page .food_breadcrumb span { margin: 0 5px; }
.food_detail_page .food_breadcrumb .current { color: #333; }

.food_detail_page .food_detail_header { padding: 20px 15px; background-color: #fff; margin-bottom: 10px; }
.food_detail_page .food_detail_img { width: 120px; height: 120px; border-radius: 12px; overflow: hidden; background-color: #f5f5f5; margin: 0 auto 15px; }
.food_detail_page .food_detail_img img { width: 100%; height: 100%; object-fit: cover; }
.food_detail_page .food_detail_info { text-align: center; }
.food_detail_page .food_detail_title { font-size: 20px; font-weight: 700; color: #333; margin-bottom: 12px; }
.food_detail_page .food_detail_effect { margin-bottom: 12px; }
.food_detail_page .effect_label { display: inline-block; padding: 4px 10px; background-color: #009087; color: #fff; font-size: 12px; border-radius: 4px; margin-right: 8px; }
.food_detail_page .effect_value { font-size: 14px; color: #666; }
.food_detail_page .food_detail_tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.food_detail_page .food_detail_tags .food_tag { padding: 8px 12px; border-radius: 8px; }
.food_detail_page .food_detail_tags .tag_icon { display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 50%; font-size: 12px; font-weight: 700; margin-right: 6px; color: #fff; }
.food_detail_page .food_detail_tags .tag_text { font-size: 13px; }
.food_detail_page .food_detail_tags .food_tag.good { background-color: #e8f5e9; }
.food_detail_page .food_detail_tags .food_tag.good .tag_icon { background-color: #4caf50; }
.food_detail_page .food_detail_tags .food_tag.good .tag_text { color: #2e7d32; }
.food_detail_page .food_detail_tags .food_tag.bad { background-color: #ffebee; }
.food_detail_page .food_detail_tags .food_tag.bad .tag_icon { background-color: #f44336; }
.food_detail_page .food_detail_tags .food_tag.bad .tag_text { color: #c62828; }

.food_detail_page .food_detail_section { background-color: #fff; margin-bottom: 10px; padding: 15px; }
.food_detail_page .section_title { font-size: 16px; font-weight: 700; color: #333; margin-bottom: 12px; padding-left: 10px; border-left: 3px solid #009087; }
.food_detail_page .section_content { font-size: 14px; color: #666; line-height: 1.8; }
.food_detail_page .section_content p { margin-bottom: 10px; }
.food_detail_page .section_content strong { color: #333; font-weight: 600; }
.food_detail_page .food_detail_section.tip { background: linear-gradient(135deg, #fff9e6 0%, #fff3cd 100%); border-left: 4px solid #ffc107; }
.food_detail_page .food_detail_section.tip .section_title { border-left-color: #ffc107; }

.food_detail_page .related_diseases { display: flex; flex-wrap: wrap; gap: 8px; }
.food_detail_page .related_item { display: inline-block; padding: 6px 14px; background-color: #f5f7fa; color: #666; font-size: 13px; border-radius: 15px; }
.food_detail_page .related_item:active { background-color: #e5e5e5; }

/**********************医学指标*********************/
.indicator_page { background-color: #f7f7fa; padding-bottom: 70px; }

.indicator_page .indicator_search_wrap { padding: 15px; background-color: #fff; }
.indicator_page .indicator_search_form { display: flex; align-items: center; }
.indicator_page .indicator_search_input { flex: 1; height: 40px; border: 1px solid #e5e5e5; border-radius: 4px 0 0 4px; padding: 0 12px; font-size: 14px; outline: none; }
.indicator_page .indicator_search_btn { height: 40px; background-color: #009087; color: #fff; border: none; border-radius: 0 4px 4px 0; padding: 0 20px; font-size: 14px; }

.indicator_page .indicator_list_header { padding: 15px; font-size: 14px; color: #666; }
.indicator_page .indicator_list_header strong { color: #009087; }

.indicator_page .indicator_list { background-color: #fff; }
.indicator_page .indicator_item { display: block; padding: 15px; border-bottom: 1px solid #f0f0f0; text-decoration: none; }
.indicator_page .indicator_item:active { background-color: #f9f9f9; }
.indicator_page .indicator_item_title { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 8px; }
.indicator_page .indicator_item_abbr { font-size: 13px; color: #999; font-weight: normal; margin-left: 6px; }
.indicator_page .indicator_item_normal { font-size: 13px; color: #666; }
.indicator_page .indicator_item_normal .label { color: #999; }
.indicator_page .indicator_item_normal .value { color: #009087; }

.indicator_page .indicator_empty { padding: 60px 20px; text-align: center; color: #999; }
.indicator_page .indicator_empty .indicator_empty_icon { font-size: 48px; margin-bottom: 15px; }

.indicator_page .indicator_pagination { display: flex; justify-content: center; align-items: center; padding: 20px; background-color: #fff; margin-top: 10px; }
.indicator_page .pagination_btn { padding: 8px 20px; background-color: #f5f7fa; color: #666; border-radius: 4px; font-size: 14px; }
.indicator_page .pagination_btn:active { background-color: #e5e5e5; }
.indicator_page .pagination_info { margin: 0 20px; font-size: 14px; color: #666; }

/**********************医学指标详情*********************/
.indicator_detail_page { background-color: #f7f7fa; padding-bottom: 20px; }

.indicator_detail_page .indicator_detail_header { padding: 20px 15px; background: linear-gradient(135deg, #009087 0%, #019944 100%); background-color: #009087; color: #fff; margin-bottom: 10px; }
.indicator_detail_page .indicator_detail_header h1 { font-size: 20px; font-weight: 700; margin: 0 0 10px 0; color: #fff; }
.indicator_detail_page .indicator_detail_abbr,
.indicator_detail_page .indicator_detail_english { font-size: 13px; opacity: 0.9; margin-bottom: 5px; }

.indicator_detail_page .indicator_detail_section { background-color: #fff; margin-bottom: 10px; padding: 15px; }
.indicator_detail_page .indicator_detail_section_title { font-size: 16px; font-weight: 700; color: #333; margin-bottom: 12px; padding-left: 10px; border-left: 3px solid #009087; }
.indicator_detail_page .indicator_detail_section_content { font-size: 14px; color: #666; line-height: 1.8; }
.indicator_detail_page .indicator_detail_text { line-height: 1.8; }

.indicator_detail_page .indicator_normal_section { background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%); background-color: #e8f5e9; border-left: 4px solid #4caf50; }
.indicator_detail_page .indicator_normal_section .indicator_detail_section_title { color: #2e7d32; border-left-color: #4caf50; }
.indicator_detail_page .indicator_normal_value { overflow: hidden; }
.indicator_detail_page .indicator_normal_item { margin-bottom: 10px; padding: 10px 12px; background: #fff; border-radius: 6px; }
.indicator_detail_page .indicator_normal_item:last-child { margin-bottom: 0; }
.indicator_detail_page .indicator_normal_item .label { color: #666; font-size: 13px; }
.indicator_detail_page .indicator_normal_item .text { color: #2e7d32; font-weight: 600; font-size: 15px; }

.indicator_detail_page .indicator_high_section { border-left: 4px solid #f44336; }
.indicator_detail_page .indicator_title_high { color: #c62828; border-left-color: #f44336; }
.indicator_detail_page .indicator_low_section { border-left: 4px solid #2196f3; }
.indicator_detail_page .indicator_title_low { color: #1565c0; border-left-color: #2196f3; }

.indicator_detail_page .indicator_disease_list { display: flex; flex-wrap: wrap; gap: 8px; }
.indicator_detail_page .indicator_disease_tag { display: inline-block; padding: 6px 14px; background-color: #f5f7fa; color: #666; font-size: 13px; border-radius: 15px; text-decoration: none; }
.indicator_detail_page .indicator_disease_tag:active { background-color: #009087; color: #fff; }

.indicator_detail_page .indicator_references { color: #999; font-size: 12px; }

.indicator_detail_page .indicator_detail_tips { background-color: #fff; margin: 10px 0; padding: 15px; border-radius: 8px; }
.indicator_detail_page .indicator_detail_tips .tips_title { font-size: 14px; font-weight: 700; color: #333; margin-bottom: 10px; }
.indicator_detail_page .indicator_detail_tips .tips_content { font-size: 13px; color: #666; line-height: 1.8; }
.indicator_detail_page .indicator_detail_tips .tips_content p { margin-bottom: 8px; }
.indicator_detail_page .indicator_detail_tips .tips_content p:last-child { margin-bottom: 0; }

