.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.btn {
  height: 44px;
  background: #009fd3;
  border-radius: 8px 8px 8px 8px;
  transition: all 0.3s ease-in;
  color: #fff;
  display: flex;
  align-items: center;
}
.btn:hover {
  background: #0089b6;
}
.resetLinkStyle a:hover,
.resetLinkStyle a:focus,
.resetLinkStyle .anchor:active,
.resetLinkStyle .anchor:focus,
.resetLinkStyle .anchor:hover {
  text-decoration: none;
}
.the-header {
  height: 80px;
  border-bottom: 1px solid #DBDEE2;
  box-sizing: border-box;
  min-width: 1200px;
  position: relative;
  z-index: 99;
}
.the-header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.the-header .wcontainer {
  height: inherit;
}
.the-header .wcontainer:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-header .hm-left {
  float: left;
  height: inherit;
  display: flex;
}
.the-header .hm-left h1 {
  display: flex;
  height: inherit;
  align-items: center;
  margin-right: 50px;
}
.the-header .hm-left h1 a.logo {
  font-size: 0;
  text-indent: -999em;
  background: url("../images-lib-www/logo.png") no-repeat center;
  width: 110px;
  height: 52px;
  display: inline-block;
  background-size: cover;
}
.the-header .hm-left .menus-nav {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.the-header .hm-left .menus-nav li.active .menu-el:after {
  opacity: 1;
  visibility: visible;
}
.the-header .hm-left .menus-nav .menu-el {
  display: flex;
  align-items: center;
  height: 80px;
  color: #262626;
  font-size: 14px;
  position: relative;
  font-weight: bold;
}
.the-header .hm-left .menus-nav .menu-el:hover:after {
  opacity: 1;
  visibility: visible;
}
.the-header .hm-left .menus-nav .menu-el:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 4px;
  background: #009fd3;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}
.the-header .hm-left .menus-nav a:hover,
.the-header .hm-left .menus-nav a:focus,
.the-header .hm-left .menus-nav .anchor:active,
.the-header .hm-left .menus-nav .anchor:focus,
.the-header .hm-left .menus-nav .anchor:hover {
  text-decoration: none;
}
.the-header .hm-right {
  float: right;
  display: flex;
  height: inherit;
  align-items: center;
}
.the-header .hm-right .to-cart {
  background: url("../images-lib-www/head-footer/shopping-cart.png") no-repeat center;
  width: 30px;
  height: 30px;
  background-size: cover;
  position: relative;
}
.the-header .hm-right .to-cart:hover {
  background: url("../images-lib-www/head-footer/shopping-cart-hover.png") no-repeat center;
  background-size: cover;
}
.the-header .hm-right .to-cart .count {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  line-height: 18px;
  background: #009fd3;
  border-radius: 12px;
  border: 2px solid #FFFFFF;
  position: absolute;
  top: -4px;
  left: 16px;
  z-index: 2;
  color: #fff;
  padding: 0 6px;
  font-size: 12px;
}
.the-header .sign-register {
  margin-left: 70px;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.the-header .sign-register.active:after {
  display: block;
  content: '';
  width: 100%;
  height: 30px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 1;
  cursor: pointer;
}
.the-header .sign-register.active .user-account-main {
  display: block;
}
.the-header .sign-register .sign-btn {
  font-size: 14px;
  font-weight: bold;
  padding: 0 33px;
  display: none;
}
.the-header .sign-register .signed-info {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #F7F8F9;
  height: 56px;
  padding: 0 12px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.the-header .sign-register .signed-info:hover:after {
  transform: rotate(180deg);
}
.the-header .sign-register .signed-info .name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 90px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 4px;
}
.the-header .sign-register .signed-info:after {
  content: '';
  background: url("../images-lib-www/head-footer/arrow-down.png") no-repeat center;
  width: 22px;
  height: 22px;
  background-size: cover;
  transition: all 0.3s ease-in;
}
.the-header .sign-register .ui-newuser-coupon-tips {
  background: #009fd3;
  text-align: center;
  width: 200px;
  line-height: 16px;
  border-radius: 4px;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 82px;
  z-index: 1;
  font-size: 13px;
}
.the-header .sign-register .ui-newuser-coupon-tips a {
  display: block;
  padding: 8px 6px;
  font-size: 13px;
  box-sizing: content-box;
  color: #fff;
}
.the-header .sign-register .ui-newuser-coupon-tips:after {
  height: 8px;
  width: 8px;
  background: #009fd3;
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  right: 54px;
  transform: rotate(45deg);
}
.the-header .sign-register .ui-newuser-coupon-tips .cou-num {
  color: #ffb142;
}
.the-header .sign-register .user-account-main {
  width: 280px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px -28px 56px 0px rgba(47, 45, 94, 0.1), 0px 10px 20px 0px rgba(47, 45, 94, 0.1);
  position: absolute;
  top: 88px;
  right: 0;
  z-index: 3;
  padding: 10px 0 10px;
  display: none;
}
.the-header .sign-register .user-account-main:after {
  width: 22px;
  height: 22px;
  background-color: #fff;
  display: inline-block;
  content: '';
  transform: rotate(45deg);
  position: absolute;
  right: 60px;
  top: -6px;
  z-index: -1;
}
.the-header .sign-register .remind-list a {
  width: 100%;
  padding: 8px 20px;
  display: block;
  font-size: 13px;
  color: #262626;
  line-height: 22px;
}
.the-header .sign-register .remind-list a b {
  color: #F64F54;
  font-weight: 400;
  margin-right: 5px;
}
.the-header .sign-register .remind-list a:hover {
  background: #F7F8F9;
}
.the-header .sign-register .quick-entry {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.the-header .sign-register .quick-entry a {
  display: block;
  padding: 10px 20px;
  line-height: 22px;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.3s ease-in;
}
.the-header .sign-register .quick-entry a .fly-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-right: 10px;
}
.the-header .sign-register .quick-entry a .fly-icon.client {
  background-image: url("../images-lib-www/head-footer/client.png");
}
.the-header .sign-register .quick-entry a .fly-icon.order {
  background-image: url("../images-lib-www/head-footer/order-list.png");
}
.the-header .sign-register .quick-entry a .fly-icon.file {
  background-image: url("../images-lib-www/head-footer/file.png");
}
.the-header .sign-register .quick-entry a .fly-icon.message {
  background-image: url("../images-lib-www/head-footer/message.png");
}
.the-header .sign-register .quick-entry a .fly-icon.map {
  background-image: url("../images-lib-www/head-footer/map.png");
}
.the-header .sign-register .quick-entry a:hover {
  background: #F7F8F9;
  color: #009fd3;
}
.the-header .sign-register .quick-entry a:hover .fly-icon.client {
  background-image: url("../images-lib-www/head-footer/client-hover.png");
}
.the-header .sign-register .quick-entry a:hover .fly-icon.order {
  background-image: url("../images-lib-www/head-footer/order-list-hover.png");
}
.the-header .sign-register .quick-entry a:hover .fly-icon.file {
  background-image: url("../images-lib-www/head-footer/file-hover.png");
}
.the-header .sign-register .quick-entry a:hover .fly-icon.message {
  background-image: url("../images-lib-www/head-footer/message-hover.png");
}
.the-header .sign-register .quick-entry a:hover .fly-icon.map {
  background-image: url("../images-lib-www/head-footer/map-hover.png");
}
.the-header .sign-register .user-signout {
  line-height: 24px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}
.the-header .sign-register .user-signout .sign-out {
  display: block;
  padding: 7px 20px;
  line-height: 22px;
  color: #333333;
}
.the-header .sign-register .user-signout .sign-out .out {
  display: inline-block;
  background: url("../images-lib-www/head-footer/login-out.png") no-repeat center;
  width: 22px;
  height: 22px;
  background-size: cover;
  margin-right: 10px;
  vertical-align: bottom;
}
.the-header .sign-register .user-signout .sign-out:hover {
  background: #F7F8F9;
}
.the-header .sign-register .user-signout .sign-out:hover .out {
  background: url("../images-lib-www/head-footer/login-out-hover.png") no-repeat center;
  background-size: cover;
}
.the-header .sign-register .user-signout:before {
  display: block;
  content: '';
  height: 1px;
  background-color: #DBDEE2;
  margin: 0 20px 10px;
}
.the-header .no-login-area {
  padding: 10px 20px 0;
  position: relative;
  margin-bottom: 10px;
}
.the-header .no-login-area .sign-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.the-header .no-login-area:after {
  content: '';
  display: block;
  margin: 0 auto;
  border-top: 1px solid #DBDEE2;
}
.the-header .no-login-area .visitors {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #262626;
  margin-bottom: 10px;
}
.the-header .no-login-area .visitors a {
  text-decoration: underline;
  color: #262626;
}
.the-header .no-login-area .visitors a:hover {
  color: #009fd3;
}
.footer {
  width: 100%;
  height: auto;
  color: #a7a7a7;
  min-width: 1200px;
  background: #1d1e22;
}
.footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.footer .footer-area-box {
  display: flex;
}
.footer .footer-area-box .footer-area-l {
  padding: 40px 44px 40px 0;
  text-align: center;
}
.footer .footer-area-box .footer-area-l .logo-el {
  display: block;
  background: url("../images-lib-www/logo.png") no-repeat center;
  width: 99px;
  height: 36px;
  background-size: cover;
  text-indent: -999em;
  margin: 0 auto 22px;
}
.footer .footer-area-box .footer-area-l .begins-row {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
}
.footer .footer-area-box .footer-area-l .begins-des {
  margin-bottom: 18px;
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  color: #8C8C8C;
}
.footer .footer-area-box .footer-area-l .begins-icons {
  height: 26px;
  background: url(../images-lib-www/newpublicsrc/bottom-icon.png) no-repeat 26px -157px;
  width: 210px;
  margin: 0 auto;
}
.footer .footer-area-box .footer-area-r {
  padding: 30px 0 30px 100px;
  display: flex;
  gap: 0 145px;
  flex: 1;
  justify-content: space-between;
}
.footer .footer-area-box .footer-area-r .jump-menus {
  flex-shrink: 0;
}
.footer .footer-area-box .footer-area-r .jump-menus dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer .footer-area-box .footer-area-r .jump-menus dd {
  margin-bottom: 10px;
  margin-left: unset;
}
.footer .footer-area-box .footer-area-r .jump-menus dd:last-child {
  margin-bottom: 0;
}
.footer .footer-area-box .footer-area-r .jump-menus dd a {
  font-size: 14px;
  line-height: 20px;
  color: #8C8C8C;
}
.footer .footer-area-box .footer-area-r .jump-menus dd a:hover {
  text-decoration: underline;
}
.footer .footer-area-box .footer-area-r .payment-delivery .title-el {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 14px;
}
.footer .footer-area-box .footer-area-r .payment-delivery .payment-view-box {
  background: url("../images-lib-www/newpublicsrc/bottom-icon.png") no-repeat 0 0;
  width: 294px;
  height: 66px;
  margin-bottom: 10px;
}
.footer .footer-area-box .footer-area-r .payment-delivery .delivery-view-box {
  height: 24px;
  background: url(../images-lib-www/newpublicsrc/bottom-icon.png) no-repeat 0 -96px;
}
.footer .footer-copyright {
  position: relative;
}
.footer .footer-copyright:before {
  content: '';
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}
.footer .footer-copyright .copyright-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 13px;
  color: #8C8C8C;
  text-align: center;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
p {
  margin: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
.wcontainer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  width: 1200px;
}
@media screen and (max-width: 1080px) {
  .wcontainer {
    padding-left: 14px;
    padding-right: 14px;
  }
}
/*# sourceMappingURL=client-public.css.map */