body { font-family: Roboto-Regular; overflow-wrap: break-word; word-wrap: break-word;  -ms-word-break: break-all; word-break: break-all;  word-break: break-word;  -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;}
.header { width: 100%; padding: 30px 0 26px; background-color: #FFFFFF; position: fixed; left: 0; top: 0; z-index: 100; font-family: 'Microsoft YaHei';}
.header .logo { align-items: center; margin-right: 60px;}
.header .logo img { height: 64px;}
.header .logo p { font-size: 18px; line-height: 24px; color: #333; font-weight: bold;}
.header .category { cursor: pointer; color: #000000; margin-top: 14px; padding: 0 16px; height: 42px; line-height: 42px; border: 1px solid #E6ECF2; margin-right: 14px; position: relative;}
.header .category .icon-dafenlei { font-size: 18px; color: #888888; margin-right: 10px;}
.header .category .icon-down { font-size: 12px; color: #222222; margin-left: 10px; font-weight: bold;}
.header .category .category-list-box { display: none; max-height: calc(70vh + 24px); position: absolute; top: 44px; left: 0; z-index: 100;}
.header .category:hover .category-list-box { display: block;}
.header .category .category-list { display: block; padding: 12px 0; }
.header .category .category-list { background-color: #FFFFFF; box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.15); max-height: 70vh; overflow-y: scroll; overflow-x: visible; scrollbar-width: none;}
.header .category .category-list .nav-item { width: 270px; padding: 0 10px 0 25px; font-size: 14px; color: #555555; line-height: 28px;}
.header .category .category-list .nav-item a { padding: 5px 0; border-bottom: 1px solid #F7F8FC; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative;}
.header .category .category-list .nav-item:hover { background: #E6ECF2;}
.header .category .category-list .nav-item a:hover { color: #106CC6;}
.header .category .category-list .nav-item a .name { flex: 1; padding-right: 20px;}
.header .category .category-list .nav-item a .icon { display: inline-block; height: 20px; font-size: 12px; line-height: 20px; transform: rotate(-90deg); position: absolute; right: 10px; top: 50%; margin-top: -10px;}
.header .category .category-list .nav-item a:hover .icon { color: #106CC6;}
.header .category .category-list .chil-nav { min-height: calc(100% - 9px); max-height: 70vh; overflow-y: scroll; background-color: #FFFFFF; border: 1px solid #E6ECF2; display: none; padding: 4px 0; width: 222px; background-color: #FFFFFF; box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.15); position: absolute; top: -1px; left: 100%; z-index: 10; scrollbar-width: none;}
.header .category .category-list .chil-nav li { padding: 0 16px; }
.header .category .category-list .chil-nav li a { display: block;}
.header .category .category-list .chil-nav li:hover {  background: #E6ECF2;}
.header .category .category-list .nav-item:hover .chil-nav { display: block;}
.header .category .category-list *::-webkit-scrollbar { width: 0px; height: 0;}
.header .category .category-list *::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); background: rgba(0,0,0,0.2);}
.header .category .category-list *::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); border-radius: 0; background: rgba(0,0,0,0);}
.header .category .category-list *::-webkit-scrollbar-corner { background-color: rgba(0,0,0,0); }
.header .category .category-list::-webkit-scrollbar { width: 0px; height: 0; position: relative; z-index: -1;}
.header .category .category-list::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); background: rgba(0,0,0,0.2);}
.header .category .category-list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); border-radius: 0; background: rgba(0,0,0,0);}
.header .category .category-list::-webkit-scrollbar-corner { background-color: rgba(0,0,0,0); }
.header .search-box { margin-top: 14px; flex: 1; height: 40px; border: 2px solid #106CC6; line-height: 40px;}
.header .search-box .select { cursor: pointer; font-size: 14px; width: 116px; text-align: center; color: #106CC6; border-right: 2px solid #106CC6;}
.header .search-box .select .icon { margin-left: 10px; font-size: 12px; font-weight: bold;}
.header .search-box .input { flex: 1;}
.header .search-box .input input { width: calc(100% - 38px); padding: 0 19px; font-size: 14px;}
.header .search-box .input input::-webkit-input-placeholder { color: #B3B3B3;}
.header .search-box .input::placeholder { color: #B3B3B3;}
.header .search-box .search { width: 100px; height: 40px; background: #106CC6; font-size: 16px; color: #FFFFFF;}
.header .user-box { cursor: pointer; margin-left: 40px; margin-top: 21px; position: relative; font-size: 13px;}
.header .user-box .icon { font-size: 22px; color: #000000; font-weight: bold; line-height: 1; margin-right: 7px;}
.header .user-box a { padding: 0 5px; font-size: 13px; color: #333333; line-height: 22px; position: relative;}
.header .user-box a.login::after { content: ''; height: 13px; border-right: 2px solid #B4B4B4; position: absolute; right: 0; top: 4px;}
.header .user-box .name { max-width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.header .user-box .user-cont-box { display: none; position: absolute; top: 42px; right: 10px; width: 140px; padding: 14px 20px; background: #FFFFFF; border: 1px solid #E6ECF2; box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.15); border-radius: 8px; }
.header .user-box:hover .user-cont-box { display: block; }
.header .user-box .user-cont-box::after { content: ''; width: 25px; height: 7px; background: url(../image/arrow.png) no-repeat 100% 100%;  position: absolute; top: -7px; right: 15px;}
.header .user-box .user-cont-box .list { padding: 5px 0;}
.header .user-box .user-cont-box .list a { padding: 0 5px; display: block; font-size: 14px; color: #333333; line-height: 24px;}
.header .user-box .user-cont-box .exit { padding: 5px; border-top: 1px solid #E6ECF2; font-size: 14px; color: #333333; line-height: 24px;}
.header .layui-input { border-width: 0; padding-left: 10px; height: 40px; color: #106CC6; text-align: center;}
.header .layui-form-select dl dd { color: #222222;}
.header .layui-form-select dl dd.layui-this { background-color: #106CC6; color: #FFFFFF;}
.header .layui-form-select .layui-edge { margin-top: 0; width: 11px; height: 40px; top: 0; right: 16px; border: none; font-family: 'iconfont'; color: #106CC6; line-height: 40px; overflow: visible;}
.header .layui-form-select .layui-edge::before { content: '\e65e'; font-size: 12px; font-weight: bold;}
@media screen and (max-width: 1219px) {
  .header .logo { margin-right: 30px;}
  .header .search-box .select { width: 112px;}
  .header .search-box .select .layui-input { padding-left: 10px; padding-right: 25px;}
  .header .search-box .input input { width: calc(100% - 20px); padding: 0 10px;}
  .header .search-box .search { width: 88px;}
  .header .user-box { margin-left: 20px;}
  .header .category { padding: 0 10px;}
  .header .category .icon-dafenlei { margin-right: 5px;}
}
@media screen and (max-width: 1025px) {
  .header .logo { margin-right: 10px;}
  .header .user-box { margin-left: 10px;}
  .header .search-box .input { width: calc(100% - 262px);}
  .header .user-box .icon { margin-right: 0;}
}
@media screen and (max-width: 1021px) {
}
@media screen and (max-width: 980px) {
  .header .logo-box { width: 100%;}
  .header1 .logo-box { width: auto;}
  .header .logo { margin-right: 0;}
  .header .category .category-list { left: unset; right: 0;}
  .header .category .category-list .chil-nav { left: unset; right: 100%; box-shadow: none;}
}
@media screen and (max-width: 767px) {
  .header { padding: 10px 0;}
  .header .logo { flex: 1; margin-right: 0;}
  .header .logo img { width: auto; height: 50px;}
  .header .logo p { font-size: 16px;}
  .header .search-box { width: 100%; flex: unset;}
  .header .search-box .select { width: 106px;}
  .header .search-box .select .icon { margin-left: 0;}
  .header .search-box .input { width: calc(100% - 202px);}
  .header .search-box .input input { padding: 0 10px;}
  .header .search-box .search { width: 94px;}
  .header .user-box { margin-left: 0; margin-top: 15px;}
  .header .user-box .name { max-width: 100%;}
  .header .user-box .user-cont-box { right: unset; left: 0; top: 30px;}
  .header .user-box .user-cont-box::after { right: unset; left: 35px;}
}

.mobile-box{display: none}
@media(max-width:980px){
  .mobile-box{display: block}
  .header .category {display: none}
  .header .nav-list-box{display: none}
  .mobile-box .nav { position:fixed;width: 35px;height: 25px;background: #106CC6;right: 5%;top:43px;cursor: pointer; border-radius:5px;z-index: 99999999999}
  .mobile-box .nav span {display: block;width: 20px;height: 2px;background: #ffffff;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition: 0.5s;z-index: 99999991}
  .mobile-box .nav .nav1 {margin-top: -1px;}
  .mobile-box .nav .nav2 {margin-top: -8px;}
  .mobile-box .nav .nav3 {margin-top: 6px;}
  .mobile-box .nav:hover .nav1 {width: 25px;}
  .mobile-box .navh .nav1 {transform: rotate(45deg)}
  .mobile-box .navh .nav2 {transform: rotate(-45deg);width: 10px;margin-left: -1px;margin-top: -5px;}
  .mobile-box .navh .nav3 {transform: rotate(-45deg);width: 9px;margin-top: 3px;margin-left: -8px;}
  .mobile-box .navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}
  .mobile-box .navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}
  .mobile-box .smdaohang {position: fixed;width: 280px;height: 100%;overflow: auto;top: 0px;right: -100%;background:#000; background:rgba(0,0,0,0.8); z-index: 999999;transition: 0.5s;text-align: center;}
  .mobile-box .smdaohangh {right: 0px;}
  .mobile-box .topnav {margin: auto;margin-top:60px;padding: 20px;}
  .mobile-box ul.topnav li {text-align: left; position:relative;}
  .mobile-box ul.topnav li a {padding: 5px;padding-left: 0px;color: #fff;display: block; font-size: 14px;font-size: 1.4rem;line-height: 24px; padding-right:50px;}
  .mobile-box ul.topnav ul {display: none;}
  .mobile-box ul.topnav ul li {clear: both;}
  .mobile-box ul.topnav ul li a {padding-left: 20px;font-size: 14px;font-size: 1.4rem;font-weight: normal;outline: 0;}
  .mobile-box ul.topnav ul li a:hover {}
  .mobile-box ul.topnav ul ul li a {padding-left: 40px;}
  .mobile-box ul.topnav ul ul ul li a {padding-left: 60px;}
  .mobile-box ul.topnav span { display:block; position:absolute; right:0px; top:5px; width:24px; height:24px; background:#fff; cursor:pointer; border-radius:5px;}
  .mobile-box ul.topnav span:before{ content:""; width:16px; height:2px; background:#333; position:absolute; left:4px; top:50%; margin-top:-1px;}
  .mobile-box ul.topnav span:after{ content:""; width:16px; height:2px; background:#333; position:absolute; left:4px; top:50%; margin-top:-1px; transform:rotate(90deg); transition:0.5s;}
  .mobile-box ul.topnav span.yizi:after{ transform:rotate(0deg);}
}
@media screen and (max-width: 767px) {
  .mobile-box .nav { top: 26px;}
}

main { background: #F2F3F7;}
.breadcrumb { padding: 20px 0; font-size: 14px; color: #555555; line-height: 22px;}
.breadcrumb a.active { color: #999999;}
@media screen and (max-width: 767px) {
  .breadcrumb { padding: 15px 0;}
}

.footer { padding: 43px 0; background: #232F3E; text-align: center; font-size: 12px; color: #FFFFFF;}
.footer .link { line-height: 24px; margin-bottom: 18px; }
.footer .link a { position: relative; padding: 0 10px; color: #FFFFFF;}
.footer .link a::after { content: ''; height: 12px; border-right: 1px solid #666666; position: absolute; right: 0; top: 2px;}
.footer .link a:last-child::after { content: ''; height: 0;}
.footer p { font-size: 12px; line-height: 24px;}
.footer.gray { background-color: #E3E4E6; color: #666666;}
.footer.gray a { color: #666666;}
.footer-supplier .link { margin-bottom: 10px; }
@media screen and (max-width: 767px) {
  .footer { padding: 20px;}
  .footer .link { line-height: 24px; margin-bottom: 10px;}
}

.pagination { display: flex; justify-content: right;}
.pagination li { margin: 0 5px; display: inline-block; width: 30px; height: 30px; background: #FFFFFF; border: 1px solid #CCCCCC; border-radius: 3px; font-size: 12px; color: #666666; line-height: 30px; text-align: center;}
.pagination li.active { background: #106CC6; border: 1px solid #106CC6; color: #FFFFFF;}
.pagination li a { display: block;}
a:hover { color: unset}
.m-error { display: block; font-size: 12px;color: #FF0000;line-height: 18px;}
.btn-blue { display: inline-block; padding: 0 20px; height: 36px; background: #106CC6; border-radius: 4px; font-size: 14px; color: #FFFFFF; line-height: 36px; text-align: center;}
.crisp-edges {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.newsDetailView .detail-box .marker {
  background-color: Yellow;
}
.productDetailView .detail-box .marker {
  background-color: Yellow;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}

@font-face {
  font-family: 'Roboto-Regular';  
  src: url('../font/Roboto-Regular.ttf') format('truetype');
}





