
/**重写*/
a { /*color: #ff5000*/ color: #353535; }
a:hover { /* color: #ff5000;*/ text-decoration: none }
a:active { text-decoration: none; }
a:focus { text-decoration: none; }
html, body { font-size: 14px; background-color: #f2f2f2; }
.layui-layer { border-radius: 8px }
.layui-layer-page .layui-layer-content { border-radius: 8px }
.padding-0 { padding: 0 }
.mh-empty-data { text-align: center; padding: 10px; font-size: 20px; margin-top: 20px; margin-bottom: 20px; }
.mh-empty-data > i { font-size: 20px }
.mh-empty-data-text { display: inline-block; padding-left: 6px }
.tree-menu li .list-toggle:before { font-size: 12px }

.article > footer { position: relative; clear: both; }

.mh-share-btns { margin-top: 20px }

@media (min-width: 1200px) {
    .container { max-width: 1300px; }
}

.mh-g-search-layer_skin { background-color: rgba(255,255,255,0.01); padding-top: 76px; box-shadow: none; }

.mh-g-search-wap { background: #fff; border-radius: 10px; padding: 0px !important; }
.mh-g-search-wap-header { text-align: right }
.mh-g-search-wap-header > a { border: 0; background-color: #fff; border-radius: 0; color: #353535; border-top-right-radius: 10px; }
.mh-g-search-layout { padding: 25px 20px 20px 20px; display: flex; box-sizing: border-box; }
.mh-g-search-input { flex: auto }
.mh-g-search-category { position: relative }
.mh-g-search-btn { }
.mh-g-search-input_text { border-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; height: 50px; border-top-left-radius: 25px; border-bottom-left-radius: 25px; box-sizing: border-box; }

.mh-g-search-layout_category-btn { border-right: 0; text-wrap: nowrap; overflow: hidden; text-overflow: ellipsis; width: 210px; text-align: left; height: 50px; background-color: #fff; font-size: 16px; border-left: 0; border-radius: 0; line-height: 2.5; box-sizing: border-box; }
.mh-g-search-layout_search-icon { height: 50px; padding: 10px 16px; font-size: 16px; line-height: 1.25; }
.mh-g-search-layout_search-btn { border-left: 0; height: 50px; padding: 10px 16px; font-size: 16px; line-height: 1.6; border-top-left-radius: 0; border-bottom-left-radius: 0; width: 60px; border-top-right-radius: 25px; border-bottom-right-radius: 25px; box-sizing: border-box; }
.mh-g-search-layout_category_layout { display: none; position: absolute; top: auto; left: 0; background-color: #fff; width: 210px; z-index: 233; height: 360px; overflow: auto; padding: 0 3px 0 3px; box-shadow: 0 1px 2px rgba(0,0,0,.2); border-radius: 4px; }
#mh-g-search-layout_category-btn-text { width: 170px; display: inline-block; padding-right: 10px; text-wrap: nowrap; overflow: hidden; text-overflow: ellipsis; box-sizing: border-box; }

.mh-g-search_hot_layout { padding: 25px 20px 20px 20px; }
.mh-g-search_hot_title { font-size: 16px; color: #808080; margin-bottom: 20px; font-weight: 500; }
.mh-g-search_hot { display: flex; align-items: center; list-style: none; flex-flow: wrap }
.mh-g-search_hot > li { margin-right: 10px; }
.mh-g-search_hot > li > a { min-width: 40px; padding: 7px 10px 7px 10px; display: block; color: #808080; font-size: 14px; overflow: hidden; text-overflow: ellipsis; text-wrap: nowrap; background-color: #f2f2f2; border-radius: 6px; }

.mh-mobile-title_search_input { height: 39px; font-size: 15px; font-weight: 500 }
.mh-mobile-title_search_icon { padding-top: 3px; }
.mh-mobile-title_search_btn { height: 27px; }

.mh-container { padding: 0 }
.nav-block > li { display: block; float: none; }

.mh-stars { display: block }
.mh-stars > span { display: inline-block; margin-right: 10px; color: #ff5000; cursor: pointer }
.mh-stars > span > i { font-size: 24px }

.mh-form { max-width: 600px }
.pager a { color: #847a7a }

.mh-home-layout-desc_img > img { width: 100%; height: 320px; display: block; margin: 0; border: 0; padding: 0; }
.mh-home-layout-desc_bigtitle { font-size: 24px; color: #222; padding-bottom: 24px; font-family: PingFangSC-Medium; font-weight: 700; }
.mh-home-layout-desc { font-size: 16px; color: #404040; padding-bottom: 16px; font-weight: 300; -webkit-font-smoothing: antialiased; }
.mh-home-layout-desc_title { font-weight: 700; padding-bottom: 8px; }
.mh-home-layout-desc > a { color: #3949ab }

.app-loading { display: flex; justify-content: center; position: relative; z-index: 999999999; height: 100vh; width: 100%; align-items: center; }
#preloader_2 { position: relative; width: 40px; height: 40px; }
#preloader_2 span { display: block; bottom: 0px; width: 20px; height: 20px; background: #9b59b6; position: absolute; }
#preloader_2 span:nth-child(1) { animation: preloader_2_1 1.5s infinite ease-in-out; }
#preloader_2 span:nth-child(2) { left: 20px; animation: preloader_2_2 1.5s infinite ease-in-out; }
#preloader_2 span:nth-child(3) { top: 0px; animation: preloader_2_3 1.5s infinite ease-in-out; }
#preloader_2 span:nth-child(4) { top: 0px; left: 20px; animation: preloader_2_4 1.5s infinite ease-in-out; }

@keyframes preloader_2_1 {
    0% { transform: translateX(0px) translateY(0px) rotate(0deg); border-radius: 0px; }
    50% { transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius: 20px; background: #3498db; }
    80% { transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius: 0px; }
    100% { transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius: 0px; }
}

@keyframes preloader_2_2 {
    0% { transform: translateX(0px) translateY(0px) rotate(0deg); border-radius: 0px; }
    50% { transform: translateX(20px) translateY(-10px) rotate(180deg); border-radius: 20px; background: #f1c40f; }
    80% { transform: translateX(0px) translateY(0px) rotate(360deg); border-radius: 0px; }
    100% { transform: translateX(0px) translateY(0px) rotate(360deg); border-radius: 0px; }
}

@keyframes preloader_2_3 {
    0% { transform: translateX(0px) translateY(0px) rotate(0deg); border-radius: 0px; }
    50% { transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius: 20px; background: #2ecc71; }
    80% { transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius: 0px; }
    100% { transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius: 0px; }
}

@keyframes preloader_2_4 {
    0% { transform: translateX(0px) translateY(0px) rotate(0deg); border-radius: 0px; }
    50% { transform: translateX(20px) translateY(10px) rotate(180deg); border-radius: 20px; background: #e74c3c; }
    80% { transform: translateX(0px) translateY(0px) rotate(360deg); border-radius: 0px; }
    100% { transform: translateX(0px) translateY(0px) rotate(360deg); border-radius: 0px; }
}


/*通用*/
.flex { display: flex }
.hover_text-decoration_none:hover { text-decoration: none }
.mh-card { background-color: #fff; border-radius: 10px; padding: 20px; margin: 0 0px 20px 0px; }
.mh-card-heading { margin-bottom: 1rem; display: flex }
.mh-card-heading > div { flex: 1 }
.mh-card-heading > .title { font-size: 16px; font-weight: 700; }
.mh-card-heading > .operate > a { color: #B6C3D2 }
.mh-card-heading > .operate { }
.mh-card-heading > .operate { text-align: right }
.mh-card-heading-title { font-size: 20px }
.mh-card-body { }
.mh-card-footer { margin-top: 2rem }
.mh-card-title { margin: 0 0 1rem 0; padding: 0 }
.text-ellipsis-2 { overflow: hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; height: 40px }


.hollow-btn { background-color: #fff; }
.hollow-btn:hover, .hollow-btn:focus, .hollow-btn:active, .hollow-btn.active { background-color: #fff; }
.text-align-left { text-align: left !important }
.mh-btn { min-width: 100px; }
/**content: '\e653';*/
.hm-checkbox { margin: 0; padding: 0; font-weight: normal; position: relative; display: inline-flex; cursor: pointer }
.hm-checkbox input[type=checkbox] { visibility: hidden; visibility: hidden; margin: 0; padding: 0; position: absolute; }
.hm-checkbox input[type=checkbox] + i { width: 20px; height: 20px; border-radius: 50%; background-color: #fff; border: 1px solid #d64300; display: inline-block; position: relative }
.hm-checkbox input[type=checkbox]:checked + i::after { position: absolute; content: "\e653"; color: #d64300; border-radius: 50%; left: -1px; top: -2px; font-weight: bolder; font-family: ZenIcon; font-style: normal; font-variant: normal; line-height: 1; text-transform: none; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; }
.hm-checkbox span { font-weight: 500; font-size: 16px; padding-left: 6px; }


.mh-header { position: fixed; height: 72px; background-color: #fff; width: 100%; top: 0; left: 0; z-index: 2000; padding-top: 6px; box-shadow: 0px -1px 8px #fff; }
.mh-main { margin-top: 72px; background-color: #f2f2f2; padding-top: 2rem }
.padding-top-30 { padding-top: 30px }
.mh-block { background-color: #fff; padding-bottom: 30px; }
.mh-block-gray { background-color: #f2f2f2 }
.mh-block-content-title { font-size: 24px; padding-top: 15px; padding-bottom: 15px; display: flex; align-items: center }
.mh-block-content-title > div { flex: 1 }
.mh-block-content-title-r { text-align: right; font-size: 15px }
.mh-block-content-title-r a { color: #333 }
.mh-footer { background-color: #000000; color: #fff }
.mh-footer-item { }
.mh-footer-item_a { display: inline-block; color: #fff; margin-bottom: 10px; margin-right: 10px; }
.mh-footer-item_a:hover { color: rgba(255,255,255,.8); }
.mh-footer-item_a > img { width: 30px; height: 30px; }
.mh-footer-bottom { padding-left: 10px; padding-right: 10px; }
.mh-footer-bottom-item > a { display: inline-block; color: #fff; margin-bottom: 6px; margin-right: 10px; }
.mh-footer-bottom-item > a:hover { color: rgba(255,255,255,.8); }

.mh-nav-container { display: flex; align-items: center }
.mh-nav-logo { display: flex; align-items: center }
.mh-nav-logo-img { flex: 0 0 60px }
.mh-nav-logo-img > img { width: 60px; height: 60px }
.mh-nav-logo-title { padding-left: 10px; padding-right: 10px; text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden; }
.mh-nav-logo-title-text { font-size: 20px; color: rgb(67, 67, 67); letter-spacing: 1px; text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden; }
.mh-nav-logo-title-sub { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 11px; color: rgb(153, 153, 153); text-wrap: nowrap; text-overflow: ellipsis; overflow: hidden; }

.mh-nav { list-style: none; display: flex; margin: 0; padding: 0; }
.mh-nav > li { flex: 1 }
.mh-nav > li > a { display: block; font-size: 15px; white-space: nowrap; overflow: hidden; padding: 15px; border: 1px solid #fff; text-align: center; color: #353535; }
.mh-nav > li > a:active { text-decoration: none; }
.mh-nav > li > a:focus { text-decoration: none; }
.mh-nav > li > a:hover { text-decoration: none; border-bottom: 2px solid #145ccd; color: #145ccd; }
.mh-nav > li > a[selectd] { border-bottom: 2px solid #145ccd; color: #145ccd; }
.mh-nav_user-state { display: flex; align-items: center; margin: 0; padding: 0; list-style: none; position: relative; padding-left: 20px }
.mh-nav_user_btn > a { display: inline-block; padding: 10px; }
.mh-nav_user_btn > a > i { font-size: 18px }
.mh-nav_user-state::after { content: ""; position: absolute; height: 30%; width: 1px; left: 0; background-color: rgba(0,0,0,.2) }
.mh-nav_user-state > li { margin-right: 10px }
.mh-nav_user-state-login { color: rgb(67, 67, 67);font-weight:700 }
.mh-nav_user-state-login:hover { text-decoration: none }
.mh-nav_user-state-logo { display: flex; align-items: center; color: #353535 }
.mh-nav_user-state-logo > div.logo > img { width: 40px; height: 40px; border-radius: 50%; padding: 2px; border: 1px solid rgba(0,0,0,.2) }
.mh-nav_user-state-logo > div.title { padding-left: 10px; font-size: 15px }
.mh-nav_user-state-logo:hover > div.logo > img { animation: rotate360 1s }


.mh-nav1 { display: flex; }
.mh-nav1 > li { flex: 1 }
.mh-nav1 > li > a { display: block; font-size: 15px; white-space: nowrap; overflow: hidden; padding: 15px; border: 1px solid #fff; text-align: center; color: #353535; border-bottom: 2px solid transparent;font-weight:700 }
.mh-nav1 > li > a:hover { text-decoration: none; border-bottom: 2px solid #145ccd; color: #145ccd; background-color: #fff }
.mh-nav1 .open > a, .mh-nav1 .open > a:hover, .mh-nav1 .open > a:focus { border-color: #fff; }
.mh-nav1 .open > a, .mh-nav1 .open > a:focus, .mh-nav1 .open > a:hover { background-color: #fff; border-color: #fff; }
.mh-nav1 > li > a[selectd] { border-bottom: 2px solid #145ccd; color: #145ccd; }

.mh-nav-dropdown-menu { border: none }
.mh-nav-dropdown-menu > li > a { display: block; font-size: 14px; white-space: nowrap; overflow: hidden; padding: 8px; color: #353535;}
.mh-nav-dropdown-menu > li > a:hover { color: #145ccd; background-color: #fff }

.mh-mobile-nav1-title { display: flex; height: 50px; align-items: center; padding: 20px 20px 20px 10px; }
.mh-mobile-nav1-title_img { flex: 0 0 50px; }
.mh-mobile-nav1-title_img > img { height: 50px; display: block; }
.mh-mobile-nav1-title_btn { flex: 0 0 50px; text-align: center; }
.mh-mobile-nav1-title_btn > span { display: block; text-align: center; cursor: pointer }
.mh-mobile-nav1-title_btn > span > i { font-size: 20px }
.mh-mobile-nav1-title_search { flex: 1; padding-left: 15px; }

.mh-mobile-nav1 { display: block; margin: 0; }
.mh-mobile-nav1 > li { display: block; float: none; }
.mh-mobile-nav1 > li > a { text-align: left }
.mh-mobile-nav1 > li > a:hover { text-decoration: none; border-bottom: 2px solid #fff; color: #145ccd; background-color: #fff }

.mh-mobile_title_g_search { padding: 0px 20px 0px 10px; }

@keyframes rotate360 {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}

.mh-btn-circle { border-radius: 20px; width: 100px; }

.mh-carousel { }
.mh-carousel-item { position: relative }
.mh-carousel-item img { width: 100%; max-height: 400px; object-fit: cover; }
.mh-carouse-item_body { position: absolute; color: #fff; width: 100%; top: 40px; }
.mh-carouse_title_text { font-weight: 600; font-size: 30px; color: #fff; width: 50% }
.mh-carouse_describe_text { margin-top: 20px; width: 50% }
.mh-carouse_btn { display: inline-block; cursor: pointer; margin-top: 35px; width: 120px; height: 38px; font-size: 16px; text-align: center; line-height: 40px; border: 1px solid #fff; border-radius: 4px; color: #fff; }

.mh-home-rec-product { }
.mh-home-rec-product-card { border-radius: 10px; background-color: #fff; border: 0; }
.hm-home-works { border-radius: 10px; background-color: #fff; border: 0; }
.hm-home-works > img { width: 100% }
.hm-home-works .card-heading { font-size: 22px }
.hm-home-works .card-content { overflow: hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; height: 40px; margin-bottom: 20px; }
.hm-home-chooseus { border-radius: 10px; background-color: #fff; border: 0; }
.hm-home-chooseus > img { margin-bottom: 1rem; border-radius: 10px; }
.hm-home-chooseus:hover { cursor: pointer; color: #ff5000 }
.hm-home-chooseus .card-heading { font-size: 22px }
.hm-home-chooseus .card-content { height: 110px; word-wrap: break-word; overflow: hidden; -webkit-line-clamp: 5; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; margin-bottom: 10px; }
.hm-home-customers-block { background-image: url(/images/home_about_bg.jpg); background-size: cover; background-repeat: no-repeat; }
.hm-home-customers { border: 0; display: flex; flex-wrap: wrap; justify-content: center }
.hm-home-customers-item { margin: 6px; }
.hm-home-customers-item > img { border-radius: 3px; width: 120px; height: 50px; }
.hm-home-customers:hover { box-shadow: none; cursor: pointer }

.hm-home-ourteams-container { display: flex; flex-flow: wrap; padding: 0 }
.hm-home-ourteams-container > div { padding: 0 }
.hm-home-ourteams { box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); display: flex; align-items: center; margin: 10px; height: 120px; cursor: pointer; border-radius: 8px; }
.hm-home-ourteams:hover { background-color: rgba(0, 0, 0, 0.1) }
.hm-home-ourteams_img { flex: 0 0 120px }
.hm-home-ourteams_text { padding: 10px }
.hm-home-ourteams_img > img { height: 120px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
.hm-home-ourteams .card-heading { font-size: 18px; overflow: hidden; -webkit-line-clamp: 1; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; }
.hm-home-ourteams .card-content { overflow: hidden; -webkit-line-clamp: 3; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; height: 60px; }

.mh-blog { display: flex; background-color: #fff; color: inherit; border-bottom: 1px dotted #333; align-items: center }
.mh-blog:hover { text-decoration: none; /*background-color: rgba(0,0,0,0.1)*/ }
.mh-blog:focus { text-decoration: none; }
.mh-blog:active { text-decoration: none; }
.mh-blog-img { flex: 0 0 6rem }
.mh-blog-img > img { width: 100%; border-radius: 6px }
.mh-blog-doc { padding: 1rem; flex: 1 1 auto }
.mh-blog-title { /* font-size: 20px; color: #000; font-weight: 600;*/ }



.mh-side-tool { position: fixed; right: 0; bottom: 30%; box-shadow: rgba(50,50,51,.16) 0 2px 8px; z-index: 1 }
.mh-side-tool-btns { list-style: none; margin: 0; padding: 0; }
.mh-side-tool-btns > li { text-align: center; cursor: pointer; background-color: #FFFFFF; }
.mh-side-tool-btns > li:first-child { border-top-left-radius: 10px; }
.mh-side-tool-btns > li:last-child { border-bottom-left-radius: 10px; }
.mh-side-tool-btns > li > a { padding: 15px; display: block; }
/**产品列表*/
.mh-input-search .search-icon { height: 40px; line-height: 40px; }
.mh-input-search .form-control { height: 40px; }
.mh-input-search .btn { height: 40px; }
.mh-product-card { border-radius: 10px; background-color: #fff; border: 1px solid #f2f2f2; color: inherit }
.mh-product-card .card-heading { display: flex; }
.mh-product-card .card-heading > div { flex: 1 }
.mh-product-card .card-heading > div.price { color: #F40; font-weight: 700; font-size: 18px }
.mh-product-card .card-heading > div.buy { text-align: right }
.mh-product-card .card-content { overflow: hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; height: 40px; margin-bottom: 1rem }
.mh-product-card-image { position: relative }
.mh-product-card-image > .icon { position: absolute; color: #fff; background-color: rgba(0,0,0,0.2); cursor: pointer; right: 0; bottom: 0; padding: 0px 3px 0px 3px; }
.mh-product-card-wish { position: absolute; bottom: 0; width: 100%; text-align: right; left: 0; padding-right: 10px; display: none; color: #0a67fb; z-index: 3; background-color: rgba(0,0,0,.06); }
.mh-product-card-wish > i { font-size: 28px }
.mh-product-card-wish[wish] { color: orangered; }
.mh-product-col img { height: 430px }
.mh-product-list-col img { width: 100%; height: 220px }

.mh-product-header { display: flex; align-items: center; margin-bottom: 20px; }
.mh-product-header-text { flex: 1 1 auto }
.mh-product-header-sort { flex: 0 0 150px }
.mh-product-header-view { flex: 0 0 80px }
.mh-product-header-select { width: 200px; }
.mh-product-container { display: flex }
.mh-product-category-body { flex: 0 0 300px; padding-right: 20px }
.mh-product-body { flex: 1 1 auto }
.product-category_tree { border: 0; border-radius: 0; }
.product-category_tree li { padding: 2px 0 2px 0px }
.product-category_tree > li > a { border-bottom-color: #fff }
.product-category_tree li > ul { background-color: #fff; }
.product-category_tree li > a { margin-bottom: 0px; border-radius:6px; border-top-left-radius:0; border-bottom-left-radius:0 }
.product-category_tree li li a { padding-left: 13px !important; }
.product-category_tree li .list-toggle { top: 11px; }
.product-category_tree > li.open + li > a { border-top-color: transparent }

.product-category_tree ul > li.has-list:before, .product-category_tree ul > li:before { content: none }
.product-category_tree ul > li { border-left: 1px solid rgba(0, 0, 0, 0.1); margin-left: 20px; }
.product-category_tree ul > li:last-child:before { height: 80%; }
.product-category_tree ul > li:after { top: 50%; content: none }

.product-category_tree_icon { display: flex !important; align-items: center }
.product-category_tree_icon > span { display: block; }
.product-category_tree_icon > span.icon1 { width: 26px; height: 26px; margin-right: 6px; }
.product-category_tree_icon > span.icon1 > img { width: 100%; height: 100%; border-radius: 100% }
.product-category_tree_icon > span.icon1 > i { font-size: 24px; }
.product-category_tree_icon > span.text { }

.product-category_gtree li > a { font-size: 14px !important }

.mh-category-menu-sk { border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 10px; }


.mh-product-search_category_btn { text-align: center; padding-left: 10px; padding-right: 20px; }
.mh-product-search_label { margin-top: 15px; padding-left: 66px }
.mh-product-search_label > span { background-color: #f2f2f2; color: #353535; padding: 6px 12px 6px 12px; cursor: pointer; margin-right: 10px; }
/**产品详细*/
.mh-product-detail { }
.mh-product-detail-attr > div { margin-bottom: 1.5rem; padding-left: 20px }
.mh-product-detail-big-image > img { width: 100%; border-radius: 10px; object-fit: contain; }
.mh-product-detail-images { padding: 0; margin: 1rem 0; overflow: hidden;position:relative }
.mh-product-detail-images .swiper-slide { width: 6rem; margin-right: 0.7rem; }
.mh-product-detail-images .swiper-slide:last-child { margin-right: 0 }
.mh-product-detail-images .swiper-slide img { width: 100%; display: block; border-radius: 5px; border: 1px solid #fff; padding: 2px; object-fit: cover; height: 6rem; }
.mh-product-detail-images .swiper-slide img:hover { border-color: #3280FC; cursor: pointer }
.mh-product-detail-title { color: #000; /*overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0*/ }
.mh-product-detail-mv_coverimage { position: relative }
.mh-product-detail-mv_coverimage .icon { position: absolute; top: 0; width: 100%; display: flex; justify-content: center; align-items: center; height: 100%; color: #fff; background-color: rgba(0,0,0,0.2); border-radius: 4px; cursor: pointer; font-size: 22px }
.mh-product-detail-sub-title { color: #FF4400 }
.mh-product-detail-price { }
.mh-product-detail-price > span.original-price { text-decoration: line-through; color: #7f7f7f; font-size: 15px; font-weight: 700 }
.mh-product-detail-price > span.price { color: #FF5000; padding-left: 10px; font-size: 30px; font-weight: 700; }
.mh-product-detail-price > span.price > span { font-size: 16px; }

.mh-product-detail-price > span.price > span.price-no { padding-right: 3px }
.mh-product-detail-price > span.price > span.price-int { color: #FF5000; font-size: 30px; font-weight: 700; }
.mh-product-detail-price > span.price > span.price-decimal { font-size: 16px; padding-right: 10px; color: #FF5000; }

.mh-product-detail-option { display: flex; }
.mh-product-detail-option-title { flex: 0 0 100px; font-size: 14px; color: #7f7f7f; padding-right: 6px }
.mh-product-detail-option-values { flex: 1 1 auto; display: flex; flex-wrap: wrap; align-items: center; }
.mh-product-detail-option-value { display: block; background-color: rgba(0,0,0,.06); border: 1px solid transparent; border-radius: 4px; margin: 0px 4px 4px 0px; }
.mh-product-detail-option-value:hover { background-color: rgba(0,0,0,.1); cursor: pointer; color: #7f7f7f; }
.mh-product-detail-option-value[selected="true"] { border-color: #ff5000; color: #ff5000 }
.mh-product-detail-option-value[disabled="true"] { color: #00000040; border-color: #d9d9d9; background: #f5f5f5; cursor: no-drop; }
.mh-product-detail-option-value > img { width: 50px; height: 50px; border-radius: 4px; object-fit: cover; }
.mh-product-detail-option-value[disabled="true"] > img { filter: brightness(1); opacity: 40%; }
.mh-product-detail-option-value > span { padding: 5px; display: inline-block; min-width: 40px; text-align: center; }
.mh-product-detail-option-value > span[color] { width: 47px; height: 47px; border-radius: 4px; display: block; padding: 0; margin: 3px; }
.mh-product-detail-option-value[disabled="true"] > span[color] { filter: brightness(1); opacity: 40%; }
.mh-product-input-buy { width: 8rem; display: flex; align-items: center }
.mh-product-input-buy > input { border-radius: 4px; background-color: rgba(0,0,0,.06); border: 0; font-size: 15px }
.mh-product-input-buy-btn { background-color: rgba(0,0,0,.06); height: 32px; padding: 5px 8px; width: 80px; text-align: center; font-size: 20px; line-height: 22px; cursor: pointer; }
.mh-product-input-buy-btn:hover { background-color: rgba(0,0,0,.1); cursor: pointer; color: #7f7f7f; }
.mh-product-input-buy-cut { border-top-left-radius: 4px; border-bottom-left-radius: 4px; margin-right: 4px; }
.mh-product-input-buy-add { border-top-right-radius: 4px; border-bottom-right-radius: 4px; margin-left: 4px }

.mh-product-btn-group > button { margin-right: 6px; margin-top: 10px; }
.mh-product-btn-group-range > button:first-child { border-top-left-radius: 20px; border-bottom-left-radius: 20px; }
.mh-product-btn-group-range > button:last-child { border-top-right-radius: 20px; border-bottom-right-radius: 20px; }
.mh-product-detail-nav { margin-bottom: 0px }
.mh-product-detail-nav > li > a {font-weight:700 }
.mh-product-detail { margin-top: 0 }
.mh-product-detail-content { margin-top: 16px; position: relative; overflow: hidden; }
.mh-product-detail-content img { padding: 0; max-width: 100%; margin: auto; display: block; }
.mh-product-property { }
.mh-product-property_body { padding: 0px 4px 10px 0px; }
.mh-product-property_name { display: inline-block; padding-right: 3px; }
.mh-product-property_value { display: inline-block; }

.mh-product-hot { border-top: 1px solid #f2f2f2; padding-top: 10px !important; }
.mh-product-hot > li { margin-bottom: 10px }
.mh-product-detail-evaluate { }
.mh-product-detail-evaluate_item { margin-bottom: 10px; }
.mh-product-detail-evaluate_user { display: flex; align-items: center; }
.mh-product-detail-evaluate_user-logo { flex: 0 0 40px; }
.mh-product-detail-evaluate_user-logo > img { width: 40px; height: 40px; border-radius: 50% }
.mh-product-detail-evaluate_user-text { padding-left: 10px; }
.mh-product-detail-evaluate_user-name { font-size: 15px; font-weight: 700; }
.mh-product-detail-evaluate_user-sep { color: #808080 }
.mh-product-detail-evaluate-imgs { list-style: none; margin: 0; padding: 0 }
.mh-product-detail-evaluate-imgs > li { display: inline-block; margin: 0px 6px 6px 0px; height: 100px; overflow: hidden; }
.mh-product-detail-evaluate-imgs > li > img { width: 100px; border-radius: 10px; border: 1px solid transparent; cursor: pointer }
.mh-product-detail-evaluate-imgs > li > img:hover { border-color: #ff5000 }
.mh-product-detail-evaluate_img-preview { min-width: 300px; border: 1px solid #ccc; padding: 3px; }
.mh-product-detail_article { margin: 20px 20px 20px 0px; }
.mh-product-detail_article > li > a { display: block; padding: 5px 5px 5px 0px }
.mh-product-detail_article > li > a:hover { color: #007aff }

.mh-product-tag { margin: 0; padding: 0; list-style: none }
.mh-product-tag > li { display: inline-block; padding: 3px 6px; cursor: pointer; }
.mh-product-tag > li > a { color: #353535 }
.mh-product-tag > li > a:hover { color: #ff5000 }
.mh-product-tag > li[selected] > a { background-color: #3280fc; border-color: #3280fc; color: #fff; padding: 3px; border-radius: 3px; }
.mh-product-detail-tag { background-color: #f2f2f2; padding: 6px; margin-bottom: 10px }
.mh-product-detail-tag_item { display: flex; align-items: center; margin-bottom: 10px }
.mh-product-detail-tag_item_label { flex: 0 0 90px }
.mh-product-detail-tag_item_text > span { margin-right: 6px; max-width: 100px; display: inline-block; cursor: pointer }
.mh-product-detail-tag_item_text { margin-left: 6px; }
.mh-product-detail-tag > div:last-child { margin-bottom: 0 }
/**购物车*/
.mh-shop-cart_item { margin-bottom: 1rem; background-color: #f5f5f5; border-radius: 10px; padding: 15px; }
.mh-shop-cart_remark { margin-top: 10px }
.mh-shop-cart { display: flex; align-items: center; }
.mh-shop-cart > div { margin-left: 1rem }
.mh-shop-cart > div:first-child { margin-left: 0 }
.mh-shop-cart_img { flex: 0 0 8rem }
.mh-shop-cart_img > img { width: 8rem; border-radius: 4px }
.mh-shop-cart_checkbox { flex: 0 0 1.5rem; margin-left: 0 !important }
.mh-shop-cart_content { flex: 1 1 auto; }
.mh-shop-cart_add { flex: 0 0 10rem }
.mh-shop-cart_operate { flex: 0 0 12rem; text-align: right }
.mh-shop-cart_operate > .mh-product-input-buy { width: 12rem }
.mh-shop-cart_content > div { margin-bottom: 6px }
.mh-shop-cart_content .title { font-size: 15px; overflow: hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; height: 45px; }
.mh-shop-cart_content .sku { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #808080; }
.mh-shop-cart_content .price { color: #FF5000 }
.mh-shop-cart_checkbox .checkbox label { margin-left: 0 }

.mh-shop-cart-stat { display: flex; align-items: center; }
.mh-shop-cart-stat_operate { display: flex; align-items: center; flex: 1 1 auto; justify-content: end; }
.mh-shop-cart-stat_operate > div { padding-left: 1rem }
.mh-shop-cart-stat_operate_btn > button { border-radius: 20px; width: 100px; }
.mh-shop-cart-stat_operate_text .price { color: #FF5000 }
.mh-shop-cart-stat_operate_text .price > strong { font-size: 22px }
.mh-shop-cart-stat_checkbox { display: flex; align-items: end }
.mh-shop-cart-stat_checkbox > div.btns { margin-left: 10px }

.mh-shipping-address-modal { padding: 15px }
.mh-shipping-address-modal .mh-shipping-addres-item { cursor: pointer }
/*博客*/
.mh-blog-rec-container { margin-left: 1rem }
.mh-blog-rec { margin: 0; padding: 0; color: gray; padding-left: 1.6rem; list-style: decimal }
.mh-blog-rec > li > a { color: grey; display: block; padding: 6px }
.mh-blog-rec > li > a:hover { color: #145ccd; }
.mh-blog-rec-title { font-size: 16px; font-weight: 700 }

.mh-blog-item { display: flex; align-items: center; }
.mh-blog-item_media > img { border-radius: 6px }
.mh-blog-item_media { padding-right: 10px; max-width: 160px; }
.mh-blog-item_content { }
.mh-blog-item_title { font-size: 16px }

.mh-blog-item_content .text { margin-bottom: 6px }
.mh-blog-item a:focus, a:hover { text-decoration: none }
/*关于我们*/
.mh-contact-us-container { }
.mh-contact-us-item { display: flex; align-items: center; margin-bottom: 1rem; font-size: 16px; }
.mh-contact-us-item_title { }
.mh-contact-us-item_text { flex: 1; padding-left: 1rem }
.mh-map { height: 500px }
.mh-map > iframe { width: 100%; height: 100%; border: 0; padding: 0; margin: 0 }

/*个人中心*/
.mh-user-center_item { }
.mh-user-center_info { display: flex; background-image: linear-gradient(#749bf9, #4e5495); padding: 30px; align-items: center; margin-bottom: 2rem; }
.mh-user-center_info > div { }
.mh-user-center_info-logo { }
.mh-user-center_info-logo > img { width: 6rem; display: block; border-radius: 50%; margin: auto; border: 1px solid #fff; padding: 1px }
.mh-user-center_info-doc { color: #fff; padding-left: 10px }
.mh-user-center_info-doc .nickname { font-weight: 600; font-size: 20px }
.mh-grid { display: flex; align-items: center; justify-content: center; flex-wrap: wrap }
.mh-grid > div { width: 20%; flex: 1; }
.mh-grid-btn { text-align: center; display: block; color: inherit; padding: 10px; }
.mh-grid-btn:hover { background-color: rgba(0,0,0,.1); }
.mh-grid-btn:active { background-color: rgba(0,0,0,.1); }
.mh-grid-btn > span { display: block }
.mh-grid-btn > .title { }

.mh-grid-btn-icon > i { font-size: 28px }


/**订单*/

.mh-order-nav { display: flex; align-items: center; margin-bottom: 10px; }
.mh-order-nav > li { flex: 1 }
.mh-order-nav > li > a { font-size: 15px }
.mh-order-nav > li.active > a, .mh-order-nav > li.active > a:hover, .mh-order-nav > li.active > a:focus { border-bottom-color: transparent; color: #FF5000; font-size: 16px }

.mh-order { padding: 20px; border-radius: 10px; background-color: #fff; margin-bottom: 10px; }
.mh-order-no { font-size: 18px; margin-bottom: 10px; }
.mh-order-product_a { color: inherit }
.mh-order-product_a:hover { color: inherit }
.mh-order-product { display: flex; border-bottom: 1px solid #f2f2f2; margin-bottom: 10px; margin-bottom: 10px; background-color: #f2f2f2; padding: 10px; border-radius: 10px; }
.mh-order-img { flex: 0 0 90px }
.mh-order-img > img { width: 100%; border-radius: 8px }
.mh-order-doc { padding-left: 10px; }
.mh-order-doc .product-title { font-size: 16px; overflow: hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; }
.mh-order-doc .product-sku { font-size: 15px; color: #808080; overflow: hidden; -webkit-line-clamp: 1; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; }
.mh-order-doc .product-price { }
.product-price-no { font-size: 12px; }
.product-price-doc { color: #FF5000; font-size: 15px; }
.product-price-doc-big { font-size: 20px }
.mh-order-doc .product-num { padding-left: 6px; }
.mh-order-total { text-align: right; margin-bottom: 10px; }
.mh-order-operate { text-align: right; }

.mh-order-item_text { display: flex; align-items: center; margin-bottom: 10px; }
.mh-order-item_text-title { flex: 0 0 100px }
.mh-order-item_text-doc { color: #808080; flex: 1 1 auto; text-align: right }

.mh-order-evaluate { }
.mh-order-evaluate-item { margin-bottom: 10px }

.mh-order-empty { text-align: center; padding: 6rem 0 6rem 0; }
.mh-order-empty-icon > i { font-size: 5rem; color: #ff5000 }
.mh-order-empty-text { color: #ff5000 }
/**收获地址*/
.mh-shipping-addres-manage { text-align: right; margin-bottom: 20px; }
.mh-shipping-addres { }
.mh-shipping-addres-item { display: flex; align-items: center; margin-bottom: 10px; background-color: #f5f5f5; padding: 20px; border-radius: 10px; }
.mh-shipping-addres-item_checkbox { flex: 0 0 50px; }
.mh-shipping-addres-item_content { flex: 1 1 auto; }
.mh-shipping-addres-item_content-info > span { padding-right: 10px }
.mh-shipping-addres-item_operate { flex: 0 0 50px; text-align: center; }
.mh-shipping-addres-item_operate-btn { cursor: pointer; padding: 10px; text-align: center; display: block }
.mh-shipping-addres-item_operate-btn:hover { color: #ff5000 }
.mh-shipping-addres-item-exte { margin-top: 10px; display: block }
.mh-shipping-addres-item_content-info { font-size: 16px }

.mh-comment > .avatar > img { border-radius: 50% }
.mh-nav-category > li { float: none }
.mh-blog-article video { width: 100% !important; min-height: 320px }
.mh-blog-article-content { overflow: hidden }
.mh-blog-article-content img { max-width: 100% !important;}
.mh-about-us-map-body { display: flex; flex-wrap: wrap }
.mh-about-us-mapdes { flex: 0 0 360px; padding: 10px; }
.mh-about-us-map { flex: 1 1 auto }
.mh-about-us-map > iframe { width: 100%; min-height: 460px; }

.mh-modal-video { width: 800px; background-color: #fff }
.mh-modal-video-play { }
.mh-modal-video-play > video { width: 100% }
.mh-modal-video-doc { padding: 10px 20px 20px 20px; }
.mh-modal-video-title { font-size: 18px; font-weight: 700; }
.mh-modal-video-desc { }

.product-leave-message { padding: 0; }
.product-leave-message_product > img { width: 300px; display: block; margin-bottom: 15px; }
.product-leave-message_product > .title { color: #000; font-size: 20px; margin-bottom: 15px; }

.mh-buy-confirm-result { margin: auto; text-align: center; padding-bottom: 50px; }
.mh-buy-confirm-result-icon { font-size: 28px; margin-bottom: 20px; }
.mh-buy-confirm-result-icon > i { font-size: 22px; }
.mh-buy-confirm-result-btn { }

.mh-news { list-style: none; padding: 0; margin: 0 }
.mh-news > li { border-bottom: 1px dashed #e5e5e5; }
.mh-news > li:hover { box-shadow: 0px 12px 8px -12px #c0bebe; }
.mh-news > li > a { display: block; padding: 10px; }
.mh-news > li > a { color: inherit }
.mh-news > li > a:hover { color: #ff5000 !important }
.form-control[error-msg="true"] { border-color: #ff5000 }

.mh-product-qr { position: absolute; top: 46px; left: 0; width: 100%; border-radius: 3px; background-color: #fff; box-shadow: 0 1px 2px rgba(0,0,0,0.5); padding: 6px; width: 200px; left: -100px; z-index: 999; }

.mh-product-falls { columns: 4; column-gap: 0px; }
.mh-product-falls > div { width: 100%; }

.text-expand { position: relative; }
.text-expand-content { position: relative; overflow: hidden; line-height: 1.5em; max-height: calc(1.5em* 4); text-overflow: ellipsis; transition: max-height 0.3s ease; }
.text-expand-content-expand { max-height: none !important }
.text-expand-btn { text-align: center; padding: 0.8rem; font-size: 16px; cursor: pointer; background-color: rgba(255, 255, 255, 0.8); z-index: 1; position: absolute; width: 100%; bottom: 0; left: 0;display:none }
.text-expand-btn:hover { font-weight: 500; cursor: pointer; background-color: rgba(255, 255, 255, 0.95); }
.text-expand-btn[data-expand="true"] { position: static }