@font-face {
  font-family: "DINPro-Bold";
  src: url("../fonts/DINPro-Bold.ttf") format("truetype");
  font-weight: bold;
}
/* pc首页 公共样式 */
/* 颜色规范 */
html body {
  font-family: PingFang SC, Microsoft YaHei, Arial, sans-serif;
}
input,
select,
button {
  padding: 0;
  margin: 0;
  outline: none;
}
.text-ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.ellipse-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 特色服务 */
.special-act {
  position: relative;
  display: flex;
  width: 1190px;
  margin: 10px auto;
  justify-content: space-between;
  z-index: 100;
  /* 弹窗样式 */
}
.special-act .mudular-btn {
  position: absolute;
  right: -32px;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220113/5149071912791549709_pic1.png) center / 100%;
  cursor: pointer;
  z-index: 99;
}
.special-act .plan .act-title {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220111/5020331202444104157_pic1.png) center / 100%;
}
.special-act .plan .act-title a {
  color: #5A6816;
}
.special-act .zhengdan .act-title {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220111/5485114997947980117_pic1.png) center / 100%;
}
.special-act .zhengdan .act-title a {
  color: #1A5DB4;
}
.special-act .dingzhi .act-title {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220111/5485114997947980117_pic1.png) center / 100%;
}
.special-act .dingzhi .act-title a {
  color: #1A5DB4;
}
.special-act .jinrong .act-title {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220111/4816574671460953130_pic1.png) center / 100%;
}
.special-act .jinrong .act-title a {
  color: #D35700;
}
.special-act .shigong .act-title {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220111/5717612629750806999_pic1.png) center / 100%;
}
.special-act .shigong .act-title a {
  color: #295496;
}
.special-act .ruzhu .act-title {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220210/4944614143125878100_pic1.png) center / 100%;
}
.special-act .guanggao .act-title {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220210/5541248948902082504_pic1.png) center / 100%;
}
.special-act .guanggao .act-title a {
  color: #e54c00;
}
.special-act .partner .act-title {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220210/4926693879915575827_pic1.png) center / 100%;
}
.special-act .partner .act-title a {
  color: #13549b;
}
.special-act .daili .act-title {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220210/4725066243446497405_pic1.png) center / 100%;
}
.special-act .daili .act-title a {
  color: #376a00;
}
.special-act .act-block {
  width: 290px;
}
.special-act .act-block .act-title {
  height: 58px;
  padding-top: 12px;
  cursor: pointer;
}
.special-act .act-block .act-title a {
  display: block;
  width: 100%;
  height: 100%;
}
.special-act .act-block .act-title h3 {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 8px 78px;
}
.special-act .act-block .act-title p {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-left: 78px;
}
.special-act .act-block .act-form {
  position: relative;
  padding: 24px 16px;
  background: #FFFFFF;
  height: 222px;
  font-size: 14px;
}
.special-act .act-block .act-form .form-item {
  min-height: 40px;
  margin-bottom: 16px;
}
.special-act .act-block .act-form .form-item .form-label {
  float: left;
  width: 54px;
  height: 40px;
  font-size: 14px;
  color: #222222;
}
.special-act .act-block .act-form .form-item .form-label.require::before {
  content: '*';
  display: inline-block;
  width: 5px;
  margin-right: 5px;
  color: #F23030;
}
.special-act .act-block .act-form .form-item .form-label.isInput {
  line-height: 40px;
}
.special-act .act-block .act-form .form-item .form-control {
  position: relative;
  margin-left: 60px;
}
.special-act .act-block .act-form .form-item .form-control > input,
.special-act .act-block .act-form .form-item .form-control > select,
.special-act .act-block .act-form .form-item .form-control > .select-input {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #EFEFEF;
  background: #FAFAFA;
  color: #222222;
}
.special-act .act-block .act-form .form-item .form-control .radio-item,
.special-act .act-block .act-form .form-item .form-control .checkbox-item {
  height: 14px;
  line-height: 14px;
  color: #222222;
  margin-bottom: 12px;
}
.special-act .act-block .act-form .form-item .form-control .radio-item label,
.special-act .act-block .act-form .form-item .form-control .checkbox-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.special-act .act-block .act-form .form-item .form-control .select-input {
  cursor: pointer;
  color: #888888;
}
.special-act .act-block .act-form .form-item .form-control .select-input.has-input {
  color: #222222;
}
.special-act .act-block .act-form .form-item .form-control .select-input .arrow-icon {
  position: absolute;
  right: 5px;
  top: 12px;
  width: 16px;
  height: 16px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220112/4629990503942468970_pic1.png) center / 100%;
  transition: all linear 0.1s;
}
.special-act .act-block .act-form .form-item .form-control .select-input .arrow-icon.arrow-up {
  transform: rotateZ(-180deg);
}
.special-act .act-block .act-form .form-item .form-control .select-panel {
  position: absolute;
  left: 0;
  top: 40px;
  width: calc(100% - 10px);
  padding: 10px 0 10px 10px;
  background: #FFFFFF;
  height: 150px;
  z-index: 2;
  border: 1px solid #EFEFEF;
  border-top: none;
}
.special-act .act-block .act-form .form-item .form-control .select-panel ul {
  overflow-y: scroll;
  height: 100%;
  padding-right: 10px;
}
.special-act .act-block .act-form .form-item .form-control .select-panel ul li {
  height: 26px;
  line-height: 26px;
  color: #888888;
  cursor: pointer;
}
.special-act .act-block .act-form .form-item .form-control .select-panel ul li:hover,
.special-act .act-block .act-form .form-item .form-control .select-panel ul li.isActive {
  color: #2F7BFF;
}
.special-act .act-block .act-form .form-item .apply-btn {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #2F7BFF;
  background: #FFFFFF;
  border: 1px solid #2F7BFF;
  text-align: center;
  transition: all linear 0.2s;
  font-size: 16px;
  cursor: pointer;
}
.special-act .act-block .act-form .form-item .apply-btn:hover {
  background: #2F7BFF;
  color: #FFFFFF;
}
.special-act .act-block .act-form .form-item .apply-btn:active {
  background: #2A6EE5;
}
.special-act .act-block .act-form .form-item.is-err {
  position: relative;
}
.special-act .act-block .act-form .form-item.is-err input:not([type='checkbox']),
.special-act .act-block .act-form .form-item.is-err .select-input {
  border-color: #F23030;
}
.special-act .act-block .act-form .form-item.is-err .err-tip {
  position: absolute;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  bottom: -15px;
  left: 60px;
  color: #F23030;
}
.special-act .dialog-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
}
.special-act .dialog-container .customActDialog {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  height: 358px;
  padding: 16px 24px 24px;
  background: #FFF;
  border-radius: 8px;
}
.special-act .dialog-container .customActDialog .close-dialog-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220113/5625803727968937082_pic1.png) center / 100%;
  cursor: pointer;
}
.special-act .dialog-container .customActDialog .dialog-title {
  font-size: 16px;
  color: #222222;
}
.special-act .dialog-container .customActDialog .dialog-title span {
  color: #888888;
  font-size: 14px;
  padding-left: 10px;
}
.special-act .dialog-container .customActDialog .select-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  background: #F6F9FF;
  margin-top: 16px;
}
.special-act .dialog-container .customActDialog .select-box .select-item {
  padding: 9px 8px;
  background: #FFFFFF;
  margin-left: 16px;
}
.special-act .dialog-container .customActDialog .select-box .select-item span {
  color: #2F7BFF;
  font-size: 14px;
}
.special-act .dialog-container .customActDialog .select-box .select-item span.close-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220113/5361428259146759890_pic1.png) center / 100%;
  vertical-align: text-bottom;
  cursor: pointer;
}
.special-act .dialog-container .customActDialog .select-box .select-item span.close-icon:hover {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220113/5190547587921491644_pic1.png) center / 100%;
}
.special-act .dialog-container .customActDialog .select-box .select-tips {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #888888;
}
.special-act .dialog-container .customActDialog .modular-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
  height: 192px;
}
.special-act .dialog-container .customActDialog .modular-list > div {
  display: flex;
  align-items: center;
  width: 248px;
  height: 14px;
  background: #F6F9FF;
  color: #2F7BFF;
  margin-bottom: 16px;
  padding: 8px 7px;
  border: 1px dashed #D4E7FF;
  cursor: pointer;
}
.special-act .dialog-container .customActDialog .modular-list > div:hover {
  border: 1px solid #2F7BFF;
  background: #FFFFFF;
}
.special-act .dialog-container .customActDialog .modular-list > div:hover .add-icon {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220113/4786751364424596149_pic1.png) center / 100%;
}
.special-act .dialog-container .customActDialog .modular-list > div .add-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220112/5356880651809352925_pic1.png) center / 100%;
}
.special-act .dialog-container .customActDialog .modular-list > div .title {
  font-size: 14px;
  padding-right: 10px;
}
.special-act .dialog-container .customActDialog .modular-list > div .subtitle {
  font-size: 12px;
  font-weight: 400;
}
.special-act .dialog-container .customActDialog .modular-list > div.selected {
  background: #F5F5F5;
  color: #888888;
  border: 1px solid #F5F5F5;
  cursor: auto;
}
.special-act .dialog-container .customActDialog .modular-list > div.selected .add-icon {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220112/5192092705952365596_pic1.png) center / 100% !important;
}
.special-act .dialog-container .customActDialog .confirm-btn {
  display: block;
  width: 136px;
  height: 34px;
  margin: 0 auto;
  background: #2F7BFF;
  border-radius: 2px;
  margin-top: 8px;
  color: #FFFFFF;
  text-align: center;
  border: none;
  cursor: pointer;
}
.special-act .dialog-container .customActDialog .confirm-btn:hover {
  background: #4488FF;
}
.special-act .dialog-container .customActDialog .confirm-btn:active {
  background: #2A6EE5;
}
.special-act .dialog-container .customActDialog .confirm-btn.disabled {
  opacity: 0.5;
  background: #2F7BFF;
}
/* 精选店铺 */
.chosen-shop {
  width: 1190px;
  margin: 10px auto;
  background: linear-gradient(270deg, #DFE6F0 0%, #FFFFFF 100%);
}
.chosen-shop .floor-title {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.chosen-shop .floor-title .title-icon {
  display: inline-block;
  width: 86px;
  height: 20px;
  margin: 0 10px 0 16px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220114/5056758819697088381_pic1.png) center / 100%;
  vertical-align: middle;
}
.chosen-shop .floor-title span {
  font-size: 14px;
  color: #888888;
  vertical-align: middle;
}
.chosen-shop .floor-title .more {
  float: right;
  margin-right: 16px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #2F7BFF;
  margin-top: 17px;
  cursor: pointer;
}
.chosen-shop .floor-title .more i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220114/4794266588232067486_pic1.png) center / 100%;
  vertical-align: text-bottom;
  margin-left: 5px;
  transform: translateY(-1px);
}
.chosen-shop .floor-title .more:hover i {
  background: url(https://project-homedo.oss-cn-shanghai.aliyuncs.com/9f4f38af721121374bee3421f6c2e27e.png) center / 100%;
}
.chosen-shop .shop-swiper {
  width: 1190px;
}
.chosen-shop .shop-swiper .shop-list {
  height: 290px;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide {
  float: left;
  width: 290px!important;
  margin-right: 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  color: #222222;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item {
  padding: 24px 0 24px 16px;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .shop-title {
  margin-bottom: 27px;
  margin-right: 22px;
  height: 48px;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .shop-title dt {
  display: flex;
  align-items: center;
  float: left;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #ECECEC;
  cursor: pointer;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .shop-title dt img {
  width: 100%;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .shop-title dd {
  margin-left: 65px;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .shop-title dd .title-box {
  display: inline-block;
  width: calc(100% - 50px);
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .shop-title dd .title-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  height: 18px;
  line-height: 18px;
  cursor: pointer;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .shop-title dd .title-box h3:hover {
  color: #2F7BFF;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .shop-title dd .title-box span {
  display: inline-block;
  border: 1px solid;
  padding: 0 7px;
  margin-right: 7px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .shop-title dd .shop-status {
  float: right;
  text-align: center;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .shop-title dd .shop-status p:last-child {
  font-family: DINPro-Bold;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .shop-title dd .shop-status p:last-child::after {
  content: '';
  display: block;
  height: 4px;
  background: rgba(47, 123, 255, 0.4);
  margin-top: -6px;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list {
  color: #222222;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item {
  height: 40px;
  margin-bottom: 25px;
  cursor: pointer;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item:nth-child(3) {
  margin-bottom: 0;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item img {
  float: left;
  width: 40px;
  height: 40px;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item h4 {
  float: left;
  font-size: 13px;
  width: 139px;
  height: 36px;
  line-height: 18px;
  margin-top: 2px;
  margin-left: 13px;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item h4:hover {
  color: #2F7BFF;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item div {
  float: left;
  margin-left: 14px;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item div span {
  color: #888888;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item div p {
  margin-top: 2px;
  font-family: DINPro-Bold;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item div p strong {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item div p em {
  font-size: 12px;
  font-weight: 600;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item div p em span {
  display: inline-block;
  padding-left: 3px;
  color: #222222;
  font-size: 14px;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item.loading h4,
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item.loading div,
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item.loading p {
  background: #f5f5f5;
}
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item.loading strong,
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item.loading em,
.chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item .product-list .product-item.loading span {
  visibility: hidden;
}
/* 新品推荐 & 黑科技1 */
.new-black-tech {
  display: flex;
  justify-content: space-between;
  width: 1190px;
  margin: 0 auto;
}
.new-black-tech .new-product,
.new-black-tech .black-tech {
  width: calc(50% - 5px);
  background: #FFFFFF;
  margin-top: 0;
}
.new-black-tech .new-product .title-box,
.new-black-tech .black-tech .title-box {
  height: 60px;
  line-height: 60px;
  padding-left: 16px;
  cursor: pointer;
}
.new-black-tech .new-product .title-box .title-img,
.new-black-tech .black-tech .title-box .title-img {
  display: inline-block;
}
.new-black-tech .new-product .title-box .title-img i,
.new-black-tech .black-tech .title-box .title-img i {
  display: inline-block;
  width: 86px;
  height: 20px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220118/5647472341252613489_pic1.png) center / 100% no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.new-black-tech .new-product .title-box .title-img span,
.new-black-tech .black-tech .title-box .title-img span {
  color: #888888;
  font-size: 14px;
  vertical-align: middle;
}
.new-black-tech .new-product .title-box .more,
.new-black-tech .black-tech .title-box .more {
  float: right;
  margin-right: 16px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #2F7BFF;
  margin-top: 22px;
  cursor: pointer;
}
.new-black-tech .new-product .title-box .more i,
.new-black-tech .black-tech .title-box .more i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220114/4794266588232067486_pic1.png) center / 100%;
  vertical-align: text-bottom;
  margin-left: 5px;
  transform: translateY(-1px);
}
.new-black-tech .new-product .title-box .more:hover i,
.new-black-tech .black-tech .title-box .more:hover i {
  background: url(https://project-homedo.oss-cn-shanghai.aliyuncs.com/9f4f38af721121374bee3421f6c2e27e.png) center / 100%;
}
.new-black-tech .product-list {
  display: flex;
}
.new-black-tech .product-list .product-left {
  position: relative;
  width: 274px;
  height: 264px;
  margin-left: 16px;
  margin-bottom: 16px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2FAFF 100%);
}
.new-black-tech .product-list .product-left .left-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 18px;
  background: linear-gradient(135deg, #A3D414 0%, #1DBFDA 100%);
  border-radius: 0px 0px 7px 0px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
.new-black-tech .product-list .product-left img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 20px auto 24px;
  cursor: pointer;
}
.new-black-tech .product-list .product-left h3 {
  height: 18px;
  line-height: 16px;
  font-size: 16px;
  color: #222222;
  margin: 0 20px 14px;
  text-align: center;
  cursor: pointer;
}
.new-black-tech .product-list .product-left h3:hover {
  color: #2F7BFF;
}
.new-black-tech .product-list .product-left p {
  color: #E53630;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  width: 120px;
  margin: 0 auto;
}
.new-black-tech .product-list .product-left p em {
  font-weight: normal;
  font-size: 14px;
}
.new-black-tech .product-list .product-left.loading {
  background: #FFFFFF;
}
.new-black-tech .product-list .product-left.loading h3,
.new-black-tech .product-list .product-left.loading h4,
.new-black-tech .product-list .product-left.loading div,
.new-black-tech .product-list .product-left.loading p,
.new-black-tech .product-list .product-left.loading del {
  background: #f5f5f5;
}
.new-black-tech .product-list .product-left.loading strong,
.new-black-tech .product-list .product-left.loading em,
.new-black-tech .product-list .product-left.loading span,
.new-black-tech .product-list .product-left.loading i {
  visibility: hidden;
}
.new-black-tech .product-list .product-right {
  width: 260px;
  margin-left: 20px;
}
.new-black-tech .product-list .product-right .product-item {
  height: 80px;
  margin-bottom: 12px;
}
.new-black-tech .product-list .product-right .product-item img {
  float: left;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.new-black-tech .product-list .product-right .product-item .product-desc {
  margin-left: 90px;
  padding-top: 10px;
}
.new-black-tech .product-list .product-right .product-item .product-desc h4 {
  height: 20px;
  line-height: 20px;
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.new-black-tech .product-list .product-right .product-item .product-desc h4:hover {
  color: #2F7BFF;
}
.new-black-tech .product-list .product-right .product-item .product-desc p.price {
  color: #E53630;
  font-size: 16px;
  margin-top: 6px;
}
.new-black-tech .product-list .product-right .product-item .product-desc p.price em {
  font-size: 14px;
}
.new-black-tech .product-list .product-right .product-item .product-desc p.price strong {
  font-weight: 600;
}
.new-black-tech .product-list .product-right .product-item .product-desc .price-market {
  display: inline-block;
  margin-top: 4px;
  color: #C7C7C7;
  font-size: 12px;
}
.new-black-tech .black-tech {
  position: relative;
}
.new-black-tech .black-tech .title-box {
  padding-left: 40px;
}
.new-black-tech .black-tech .title-box .title-img i {
  width: 74px;
  height: 20px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220118/5515283953125632179_pic1.png) center / 100% no-repeat;
}
.new-black-tech .black-tech .title-box .more {
  color: #FFFFFF;
}
.new-black-tech .black-tech .title-box .more i {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220124/5404802376789740435_pic1.png) center / 100%;
}
.new-black-tech .black-tech .new-tech.product-box {
  position: relative;
  height: 280px;
  padding-left: 40px;
  transform: translateY(-8px);
}
.new-black-tech .black-tech .new-tech.product-box .left-side {
  margin-top: 25px;
}
.new-black-tech .black-tech .new-tech.product-box .left-side h3 {
  font-size: 18px;
  color: #222222;
}
.new-black-tech .black-tech .new-tech.product-box .left-side h3 em {
  display: block;
}
.new-black-tech .black-tech .new-tech.product-box .left-side h3::after {
  content: '';
  display: block;
  width: 36px;
  height: 5px;
  background: #FF7000;
  margin-top: 10px;
}
.new-black-tech .black-tech .new-tech.product-box .left-side h3::after em {
  display: block;
}
.new-black-tech .black-tech .new-tech.product-box .left-side .desc {
  margin-top: 21px;
  font-size: 14px;
  color: #222222;
  line-height: 25px;
}
.new-black-tech .black-tech .new-tech.product-box .left-side .desc em {
  display: block;
}
.new-black-tech .black-tech .new-tech.product-box .right-side {
  position: absolute;
  right: 20px;
  top: 0;
  width: 270px;
  height: 268px;
  cursor: pointer;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item {
  background: #FFFFFF;
  border-radius: 6px;
  padding-top: 10px;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item img {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto 8px;
  cursor: pointer;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc {
  padding: 0 20px 20px;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc .tag-list {
  height: 18px;
  margin-bottom: 12px;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc .tag-list i {
  display: inline-block;
  margin-right: 6px;
  padding: 0 5px;
  color: #FFFFFF;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc h4 {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 16px;
  cursor: pointer;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc h4:hover {
  color: #2F7BFF;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc .price {
  height: 30px;
  line-height: 30px;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc .price strong {
  color: #FB3529;
  font-size: 22px;
  font-weight: 600;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc .price strong em {
  font-size: 14px;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc .price del {
  display: inline-block;
  margin-left: 5px;
  color: #888888;
  font-size: 12px;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc .price button {
  float: right;
  width: 82px;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  background: linear-gradient(180deg, #FF5B55 0%, #E53630 100%);
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  border: none;
  cursor: pointer;
}
.new-black-tech .black-tech .new-tech.product-box .arrow-left {
  top: 93px;
  left: 0;
  transform: unset;
}
.new-black-tech .black-tech .new-tech.product-box .arrow-right {
  top: 93px;
  right: 0;
  transform: unset;
}
/* 俱乐部 */
#clubFloor {
  width: 1190px;
  margin: 10px auto;
  padding-top: 14px!important;
}
.club-container {
  position: relative;
  padding: 0 15px 20px;
}
.club-container .club-title {
  position: relative;
  transform: translateY(-14px);
  margin-bottom: 6px;
}
.club-container .club-title .title-bg {
  width: 290px;
  height: 50px;
  line-height: 50px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220125/5066585256616374280_pic1.png) center / 100%;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto 16px;
}
.club-container .club-title .club-subtitle {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
}
.club-container .club-title .more {
  position: absolute;
  top: 32px;
  right: 20px;
  width: 98px;
  height: 36px;
  line-height: 36px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.3);
  padding-left: 10px;
  border-radius: 18px;
  font-size: 16px;
  cursor: pointer;
}
.club-container .club-title .more:hover {
  background: #2F7BFF;
}
.club-container .club-title .more span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.club-container .club-title .more i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220126/4720855440450777492_pic1.png) center / 100% no-repeat;
  vertical-align: sub;
  transform: translateY(-1px);
}
.club-container .club-list {
  width: 1160px;
}
.club-container .club-list .swiper-wrapper {
  transition: transform ease 300ms;
}
.club-container .club-list .club-item {
  width: 570px!important;
  height: 310px;
  padding: 20px 20px 0;
  margin: 0 5px;
  background: #FFFFFF;
  box-sizing: border-box;
}
.club-container .club-list .club-item .club-item-title {
  transition-duration: 500ms;
  cursor: pointer;
}
.club-container .club-list .club-item .club-item-title:hover {
  background-size: 144%!important;
}
.club-container .club-list .club-item .club-item-title .bg-wrapper {
  padding: 16px 0 16px 20px;
  height: 58px;
  color: #FFFFFF;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(34, 34, 34, 0.2) 100%);
}
.club-container .club-list .club-item .club-item-title .bg-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}
.club-container .club-list .club-item .club-item-title .bg-wrapper h3 i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: baseline;
  margin-left: 4px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220125/4993357071560816877_pic1.png) center / 100%;
}
.club-container .club-list .club-item .club-item-title .bg-wrapper p {
  font-size: 16px;
  color: #F3F3F3;
  font-weight: 400;
}
.club-container .club-list .club-item .goods {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.club-container .club-list .club-item .goods .product-item {
  width: 254px;
  margin-bottom: 10px;
}
.club-container .club-list .club-item .goods .product-item dt {
  float: left;
  width: 80px;
  height: 80px;
}
.club-container .club-list .club-item .goods .product-item dt img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.club-container .club-list .club-item .goods .product-item dd {
  margin-left: 90px;
}
.club-container .club-list .club-item .goods .product-item dd h4 {
  color: #222222;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.club-container .club-list .club-item .goods .product-item dd h4:hover {
  color: #2F7BFF;
}
.club-container .club-list .club-item .goods .product-item dd p {
  height: 12px;
  line-height: 12px;
  margin: 9px 0 13px;
  color: #E53630;
}
.club-container .club-list .club-item .goods .product-item dd p strong {
  font-size: 16px;
  font-weight: 600;
}
.club-container .club-list .club-item .goods .product-item dd p em {
  font-weight: 600;
}
.club-container .club-list .club-item .goods .product-item dd button {
  display: block;
  width: 64px;
  height: 22px;
  line-height: 22px;
  color: #F35050;
  background: #FFFFFF;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 600;
  outline: none;
  border: 1px solid #F35050;
  cursor: pointer;
}
.club-container .club-list .club-item .goods .product-item dd button:hover {
  color: #FFFFFF;
  background: #F35050;
}
.club-container .club-list .club-item .goods .product-item.loading dd {
  background: #FFFFFF;
}
.club-container .club-list .club-item .goods .product-item.loading dd h3,
.club-container .club-list .club-item .goods .product-item.loading dd h4,
.club-container .club-list .club-item .goods .product-item.loading dd div,
.club-container .club-list .club-item .goods .product-item.loading dd p,
.club-container .club-list .club-item .goods .product-item.loading dd del {
  background: #f5f5f5 !important;
}
.club-container .club-list .club-item .goods .product-item.loading dd strong,
.club-container .club-list .club-item .goods .product-item.loading dd em,
.club-container .club-list .club-item .goods .product-item.loading dd span,
.club-container .club-list .club-item .goods .product-item.loading dd i {
  visibility: hidden!important;
}
.club-container .club-list .club-item .goods .product-item.loading dd button {
  display: none;
}
.club-container .club-swipe-icon {
  position: absolute;
  bottom: 155px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.club-container .club-swipe-icon.arrow-left {
  left: 2px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220125/5317292853734884653_pic1.png) center / 100%;
}
.club-container .club-swipe-icon.arrow-right {
  right: 2px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220125/4993357071560816877_pic1.png) center / 100%;
}
/* 场景采购 */
.scene-purchase {
  width: 1190px;
  margin: 0 auto 10px;
}
.scene-purchase .scene-container {
  background: linear-gradient(270deg, #DFE6F0 0%, #FFFFFF 100%);
  height: 402px;
}
.scene-purchase .scene-container .scene-title {
  height: 60px;
  line-height: 60px;
  display: flex;
}
.scene-purchase .scene-container .scene-title .title-img {
  display: block;
  width: 290px;
  margin-right: 10px;
  position: relative;
}
.scene-purchase .scene-container .scene-title .title-img i {
  display: inline-block;
  width: 62px;
  height: 20px;
  margin-right: 10px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220412/4994805787637916406_pic1.png) center / 100%;
  vertical-align: middle;
  margin-left: 16px;
}
.scene-purchase .scene-container .scene-title .title-img em {
  color: #888888;
  vertical-align: middle;
  font-size: 14px;
}
.scene-purchase .scene-container .scene-title .title-img .more-link {
  position: absolute;
  right: 18px;
  top: 1px;
  font-size: 16px;
  color: #2F7BFF;
}
.scene-purchase .scene-container .scene-title .title-img .link-arrow {
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 21px;
  width: 18px;
  height: 18px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220114/4794266588232067486_pic1.png) center / 100% no-repeat;
}
.scene-purchase .scene-container .scene-title .title-img:hover .link-arrow {
  background: url(https://project-homedo.oss-cn-shanghai.aliyuncs.com/9f4f38af721121374bee3421f6c2e27e.png) center / 100%;
}
.scene-purchase .scene-container .scene-title .tab-wrapper {
  width: calc(100% - 620px);
  overflow: scroll hidden;
}
.scene-purchase .scene-container .scene-title .tab-wrapper .tabList {
  white-space: nowrap;
  margin-left: 10px;
}
.scene-purchase .scene-container .scene-title .tab-wrapper .tabList li {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  background: #FFFFFF;
  color: #888888;
  border-radius: 12px;
  margin-right: 26px;
  vertical-align: baseline;
  cursor: pointer;
}
.scene-purchase .scene-container .scene-title .tab-wrapper .tabList li.active,
.scene-purchase .scene-container .scene-title .tab-wrapper .tabList li:hover {
  background: #2F7BFF;
  color: #FFFFFF;
}
.scene-purchase .scene-container .scene-title .tab-wrapper::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  height: 3px;
}
.scene-purchase .scene-container .scene-title .tab-wrapper::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #aaaaaa;
  margin-bottom: 1px;
}
.scene-purchase .scene-container .scene-title .tab-wrapper::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  display: none;
}
.scene-purchase .scene-container .scene-title .plans-count {
  width: 274px;
  padding-left: 46px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220127/4991498507701910007_pic1.png) center / 100% 60px no-repeat;
  font-size: 16px;
  box-shadow: 2px 0px 5px 0px rgba(150, 180, 0, 0.1);
}
.scene-purchase .scene-container .scene-title .plans-count .plans {
  color: #222222;
}
.scene-purchase .scene-container .scene-title .plans-count .plans em {
  color: #E53630;
}
.scene-purchase .scene-container .scene-title .plans-count .more {
  display: flex;
  align-items: center;
  color: #2F7BFF;
  float: right;
  margin-right: 20px;
  cursor: pointer;
}
.scene-purchase .scene-container .scene-title .plans-count .more i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220114/4794266588232067486_pic1.png) center / 100% no-repeat;
  margin-left: 5px;
}
.scene-purchase .scene-container .scene-title .plans-count .more:hover i {
  background: url(https://project-homedo.oss-cn-shanghai.aliyuncs.com/9f4f38af721121374bee3421f6c2e27e.png) center / 100%;
}
.scene-purchase .scene-container .sub-container {
  height: 342px;
}
.scene-purchase .scene-container .sub-container .sub-tab-box {
  float: left;
  width: 290px;
  height: 342px;
}
.scene-purchase .scene-container .sub-container .sub-tab-box .sub-tablist {
  display: inline-block;
  margin-left: 24px;
  margin-top: 32px;
}
.scene-purchase .scene-container .sub-container .sub-tab-box .sub-tablist li {
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 24px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  transition: all linear 0.1s;
}
.scene-purchase .scene-container .sub-container .sub-tab-box .sub-tablist li:hover {
  font-size: 16px;
  font-weight: 600;
}
.scene-purchase .scene-container .sub-container .sub-tab-box .sub-tablist li.active {
  font-size: 16px;
  font-weight: 600;
}
.scene-purchase .scene-container .sub-container .sub-tab-box .sub-tablist li.active::before {
  content: '';
  position: absolute;
  left: -24px;
  top: -2px;
  width: 6px;
  height: 18px;
  background: #2F7BFF;
}
.scene-purchase .scene-container .sub-container .taocan-box {
  height: 302px;
  margin-left: 290px;
  padding: 20px;
  background: #FFFFFF;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product {
  position: relative;
  float: left;
  width: 238px;
  height: 280px;
  padding: 10px 20px;
  border: 1px solid #E9EDF4;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product::before {
  position: absolute;
  content: '';
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product img {
  width: 160px;
  height: 160px;
  margin: 0 40px;
  cursor: pointer;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product h3 {
  line-height: 20px;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  margin-top: 14px;
  font-weight: 600;
  cursor: pointer;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product h3:hover {
  color: #2F7BFF;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product .product-subtitle {
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #FF7000;
  font-weight: 400;
  margin-top: 10px;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product .price {
  color: #E52B2B;
  height: 20px;
  line-height: 20px;
  margin-top: 17px;
  font-size: 14px;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product .price strong {
  font-size: 20px;
  font-weight: 600;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product .culculator-box {
  height: 28px;
  line-height: 28px;
  margin-top: 3px;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product .culculator-box p {
  color: #888888;
  font-size: 12px;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product .culculator-box .culculator {
  display: flex;
  align-items: center;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product .culculator-box .culculator i {
  display: inline-block;
  width: 24px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #D8D8D8;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product .culculator-box .culculator i.add {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220223/5273015689552346199_pic1.png) center / 12px no-repeat;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product .culculator-box .culculator i.add.isDisable {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220223/4825068527088078669_pic1.png) center / 12px no-repeat;
  cursor: not-allowed;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product .culculator-box .culculator i.subtract {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220223/5602511251065308647_pic1.png) center / 12px no-repeat;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product .culculator-box .culculator i.subtract.isDisable {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220223/4867277308285789478_pic1.png) center / 12px no-repeat;
  cursor: not-allowed;
}
.scene-purchase .scene-container .sub-container .taocan-box .main-product .culculator-box .culculator input {
  width: 52px;
  height: 26px;
  text-align: center;
  border: 1px solid #D8D8D8;
  border-left: none;
  border-right: none;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list {
  float: left;
  width: 290px;
  margin-left: 10px;
  padding-right: 10px;
  height: 302px;
  overflow-y: scroll;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  height: 72px;
  border: 1px solid #E9EDF4;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item:last-child {
  margin-bottom: 0;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dt {
  float: left;
  width: 74px;
  height: 74px;
  margin-right: 10px;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dt img {
  width: 100%;
  cursor: pointer;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd {
  margin-left: 84px;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd h4 {
  height: 12px;
  line-height: 12px;
  color: #222222;
  font-weight: 600;
  cursor: pointer;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd h4:hover {
  color: #2F7BFF;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd .product-count {
  height: 12px;
  line-height: 12px;
  margin-top: 10px;
  color: #888888;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd .culculator-box {
  height: 28px;
  line-height: 28px;
  margin-top: 12px;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd .culculator-box .price {
  color: #E52B2B;
  font-size: 10px;
  font-weight: 600;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd .culculator-box .price strong {
  font-size: 14px;
  font-weight: 600;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd .culculator-box .culculator {
  display: flex;
  align-items: center;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd .culculator-box .culculator i {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #D8D8D8;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd .culculator-box .culculator i.add {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220223/5273015689552346199_pic1.png) center / 12px no-repeat;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd .culculator-box .culculator i.add.isDisable {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220223/4825068527088078669_pic1.png) center / 12px no-repeat;
  cursor: not-allowed;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd .culculator-box .culculator i.subtract {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220223/5602511251065308647_pic1.png) center / 12px no-repeat;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd .culculator-box .culculator i.subtract.isDisable {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220223/4867277308285789478_pic1.png) center / 12px no-repeat;
  cursor: not-allowed;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list .product-item dd .culculator-box .culculator input {
  width: 52px;
  height: 26px;
  text-align: center;
  border: 1px solid #D8D8D8;
  border-left: none;
  border-right: none;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  height: 3px;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #cccccc;
  margin-bottom: 1px;
}
.scene-purchase .scene-container .sub-container .taocan-box .product-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  display: none;
}
.scene-purchase .scene-container .sub-container .taocan-box .taocan-price {
  float: left;
  padding: 14px 28px 18px;
  text-align: center;
  background: #FAFAFA;
  margin-left: 10px;
}
.scene-purchase .scene-container .sub-container .taocan-box .taocan-price .taocan-text {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #222222;
  font-weight: 500;
}
.scene-purchase .scene-container .sub-container .taocan-box .taocan-price .total-price {
  font-size: 14px;
  color: #E52B2B;
  margin-top: 12px;
  padding-bottom: 6px;
  border-bottom: 0.5px dotted #E52B2B;
  text-align: center;
  font-weight: 600;
}
.scene-purchase .scene-container .sub-container .taocan-box .taocan-price .total-price strong {
  font-weight: 600;
  font-size: 24px;
}
.scene-purchase .scene-container .sub-container .taocan-box .taocan-price .total-save {
  color: #E52B2B;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 22px;
  text-align: center;
}
.scene-purchase .scene-container .sub-container .taocan-box .taocan-price .total-save i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220128/5681460665367572314_pic1.png) center / 100%;
  margin-right: 4px;
  vertical-align: bottom;
}
.scene-purchase .scene-container .sub-container .taocan-box .taocan-price .buy-btn button {
  width: 200px;
  height: 48px;
  color: #FFFFFF;
  background: #E13423;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.scene-purchase .scene-container .sub-container .taocan-box .taocan-price .buy-btn button.isDisable {
  background: #d8d8d8;
  cursor: not-allowed;
}
.scene-purchase .scene-container .sub-container .taocan-box .taocan-price .statistics {
  color: #888888;
  font-size: 14px;
  margin: 10px 0;
}
.scene-purchase .scene-container .sub-container .taocan-box .taocan-price .more-btn button {
  width: 200px;
  height: 48px;
  border-radius: 4px;
  color: #3073A8;
  border: 1px solid #3073A8;
  background: #FFFFFF;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.scene-purchase .scene-container .sub-container .taocan-box .taocan-price .more-btn button span {
  display: inline-block;
  vertical-align: middle;
}
.scene-purchase .scene-container .sub-container .taocan-box .taocan-price .more-btn button i {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220129/5451056276633263414_pic1.png) center / 100% no-repeat;
  vertical-align: middle;
  margin-left: 8px;
}
/* 精选品类 */
.categoryProducts {
  width: 1190px;
  margin: 0 auto;
}
.categoryProducts > h2 {
  position: relative;
  color: #222222;
  font-size: 32px;
  font-weight: 600;
  width: 232px;
  height: 32px;
  line-height: 32px;
  margin: 20px auto 10px;
  text-align: center;
}
.categoryProducts > h2::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220209/5332242780044675359_pic1.png) center / 100% no-repeat;
}
.categoryProducts .category-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.categoryProducts .category-container .category-box {
  width: calc(50% - 5px);
  margin-top: 10px;
}
.categoryProducts .category-container .category-box .top-container {
  position: relative;
  height: 272px;
  z-index: 1;
}
.categoryProducts .category-container .category-box .top-container .left-menu {
  float: left;
  width: 124px;
  height: 271px;
  padding-left: 16px;
  border-bottom: 1px solid #e3e3e3;
}
.categoryProducts .category-container .category-box .top-container .left-menu h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  margin-top: 24px;
  cursor: pointer;
}
.categoryProducts .category-container .category-box .top-container .left-menu h3::after {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220208/5205453682537058048_pic1.png) center / 100%;
  vertical-align: bottom;
}
.categoryProducts .category-container .category-box .top-container .left-menu .tab-list {
  margin-top: 16px;
}
.categoryProducts .category-container .category-box .top-container .left-menu .tab-list li {
  position: relative;
  height: 20px;
  line-height: 20px;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  cursor: pointer;
}
.categoryProducts .category-container .category-box .top-container .left-menu .tab-list li i {
  display: none;
}
.categoryProducts .category-container .category-box .top-container .left-menu .tab-list li.active {
  font-weight: 500;
  color: #222222;
}
.categoryProducts .category-container .category-box .top-container .left-menu .tab-list li.active i {
  display: block;
  content: '';
  position: absolute;
  left: -8px;
  bottom: 5px;
  width: 3px;
  height: 10px;
  background: #1DBFDA;
  border-radius: 2px;
}
.categoryProducts .category-container .category-box .top-container .left-menu .left-bg {
  width: 110px;
  height: 110px;
}
.categoryProducts .category-container .category-box .top-container .right-product {
  float: left;
  height: 272px;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item {
  float: left;
  width: 149px;
  height: 239px;
  padding: 16px 0;
  background: #ffffff;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item:last-child {
  width: 150px;
  border-right: none;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item:hover {
  transform: translate3d(0px, 0px, 1px);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item > div {
  margin: 0 16px;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 10px;
  cursor: pointer;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item h4 {
  height: 36px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 8px;
  cursor: pointer;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item h4:hover {
  color: #2F7BFF;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item p.shop,
.categoryProducts .category-container .category-box .top-container .right-product .product-item p.own {
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .shop {
  cursor: pointer;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .shop i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220218/4729634362595707699_pic1.png) center / 100%;
  vertical-align: bottom;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .shop .name {
  display: inline-block;
  max-width: calc(100% - 30px);
  vertical-align: bottom;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .shop:hover {
  color: #2F7BFF;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .shop:hover i {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220218/4864586410024013978_pic1.png) center / 100%;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .own span {
  display: inline-block;
  width: 28px;
  height: 16px;
  line-height: 16px;
  background: linear-gradient(90deg, #00D7FF 0%, #2F7BFF 100%);
  border-radius: 2px;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item p.price {
  color: #E53630;
  margin-bottom: 10px;
  height: 16px;
  line-height: 16px;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item p.price em {
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item p.price strong {
  font-size: 16px;
  font-weight: 600;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item button {
  width: 64px;
  height: 22px;
  border-radius: 11px;
  border: 1px solid #F35050;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #f35050;
  background: #FFFFFF;
  outline: none;
  cursor: pointer;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item button:hover {
  background: #f35050;
  color: #FFFFFF;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item a.act-url {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 13px;
  font-size: 12px;
  color: #ffffff;
  background: #F35050;
  text-align: center;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .two-act {
  text-align: center;
  margin: 0;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .two-act .act-item {
  height: 120px;
  border-bottom: 1px solid #D8D8D8;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .two-act .act-item img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .two-act .act-item a {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .two-act .act-item a:hover {
  color: #2F7BFF;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .two-act .act-item:last-child {
  height: 119px;
  border-bottom: none;
}
.categoryProducts .category-container .category-box .top-container .right-product .product-item .two-act .act-item:last-child img {
  margin-top: 16px;
}
.categoryProducts .category-container .category-box .bottom-block {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.categoryProducts .category-container .category-box .bottom-block > div {
  position: relative;
  width: 114px;
  height: 64px;
  line-height: 63px;
  padding: 2px;
  background: #FFFFFF;
  cursor: pointer;
}
.categoryProducts .category-container .category-box .bottom-block > div img {
  width: 80%;
}
.categoryProducts .category-container .category-box .bottom-block > div::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 36px;
  top: 16px;
  right: 0;
  background: #D8D8D8;
}
.categoryProducts .category-container .category-box .bottom-block > div:last-child::after {
  display: none;
}
/* 大家都在买 */
.everyoneBuying {
  width: 1190px;
  margin: 0 auto;
}
.everyoneBuying > h2 {
  position: relative;
  color: #222222;
  font-size: 32px;
  font-weight: 600;
  width: 264px;
  height: 32px;
  line-height: 32px;
  margin: 20px auto 10px;
  text-align: center;
}
.everyoneBuying > h2::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220209/5332242780044675359_pic1.png) center / 100% no-repeat;
}
.everyoneBuying .product-container {
  display: flex;
  flex-wrap: wrap;
}
.everyoneBuying .product-container .product-item {
  width: 198px;
  padding: 0 16px;
  height: 310px;
  background: #FFFFFF;
  margin-top: 10px;
  margin-right: 10px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.everyoneBuying .product-container .product-item:hover {
  box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
}
.everyoneBuying .product-container .product-item:nth-child(5n) {
  margin-right: 0;
}
.everyoneBuying .product-container .product-item img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 20px auto 16px;
  transition: all linear 0.2s;
}
.everyoneBuying .product-container .product-item h4 {
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 8px;
  cursor: pointer;
}
.everyoneBuying .product-container .product-item h4:hover {
  color: #2F7BFF;
}
.everyoneBuying .product-container .product-item p.shop,
.everyoneBuying .product-container .product-item p.own {
  height: 20px;
  line-height: 20px;
  margin-bottom: 14px;
}
.everyoneBuying .product-container .product-item .own span {
  display: inline-block;
  width: 28px;
  height: 16px;
  line-height: 16px;
  background: linear-gradient(90deg, #00D7FF 0%, #2F7BFF 100%);
  border-radius: 2px;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.everyoneBuying .product-container .product-item .shop {
  cursor: pointer;
}
.everyoneBuying .product-container .product-item .shop i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220218/4729634362595707699_pic1.png) center / 100%;
  vertical-align: bottom;
}
.everyoneBuying .product-container .product-item .shop .name {
  display: inline-block;
  max-width: calc(100% - 20px);
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.everyoneBuying .product-container .product-item .shop:hover {
  color: #2F7BFF;
}
.everyoneBuying .product-container .product-item .shop:hover i {
  background: url(//image01.homedo.com/Files/Images/cms/www/20220218/4864586410024013978_pic1.png) center / 100%;
}
.everyoneBuying .product-container .product-item p.price {
  height: 16px;
  line-height: 16px;
}
.everyoneBuying .product-container .product-item p.price em {
  font-size: 14px;
  font-weight: 600;
  margin-right: 2px;
  color: #E53630;
}
.everyoneBuying .product-container .product-item p.price strong {
  font-size: 18px;
  font-weight: 600;
  color: #E53630;
}
.everyoneBuying .product-container .product-item p.price .sales-count {
  float: right;
}
.everyoneBuying .loading-status {
  margin: 20px auto;
  color: #A0A0A0;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.everyoneBuying .loading-status .finish-tip i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220222/4863820385086694161_pic1.png) center / 100% no-repeat;
  vertical-align: bottom;
}
.everyoneBuying .loading-status .loading-tip i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20220222/5164365233533657597_pic1.png) center / 100% no-repeat;
  vertical-align: bottom;
}
/* 屏幕宽度990px */
@media screen and (max-width: 1350px) {
  /* 特色服务 */
  .special-act {
    width: 990px;
  }
  .special-act .plan .act-title {
    background: url(//image01.homedo.com/Files/Images/cms/www/20220211/5241050239315746935_pic1.png) center / 100%;
  }
  .special-act .zhengdan .act-title {
    background: url(//image01.homedo.com/Files/Images/cms/www/20220211/4740813102515088228_pic1.png) center / 100%;
  }
  .special-act .dingzhi .act-title {
    background: url(//image01.homedo.com/Files/Images/cms/www/20220211/4740813102515088228_pic1.png) center / 100%;
  }
  .special-act .jinrong .act-title {
    background: url(//image01.homedo.com/Files/Images/cms/www/20220211/5190620016670907617_pic1.png) center / 100%;
  }
  .special-act .shigong .act-title {
    background: url(//image01.homedo.com/Files/Images/cms/www/20220211/4671601904954742368_pic1.png) center / 100%;
  }
  .special-act .ruzhu .act-title {
    background: url(//image01.homedo.com/Files/Images/cms/www/20220211/4732076325086505089_pic1.png) center / 100%;
  }
  .special-act .guanggao .act-title {
    background: url(//image01.homedo.com/Files/Images/cms/www/20220211/5294885139552285157_pic1.png) center / 100%;
  }
  .special-act .partner .act-title {
    background: url(//image01.homedo.com/Files/Images/cms/www/20220211/5463640951301181717_pic1.png) center / 100%;
  }
  .special-act .daili .act-title {
    background: url(//image01.homedo.com/Files/Images/cms/www/20220211/5390757736138344224_pic1.png) center / 100%;
  }
  .special-act .act-block {
    width: 240px;
  }
  .special-act .act-block .act-title h3 {
    margin: 0 0 8px 20px;
  }
  .special-act .act-block .act-title p {
    margin-left: 20px;
  }
  /* 精选店铺 */
  .chosen-shop {
    width: 990px;
  }
  .chosen-shop .shop-swiper {
    width: 990px;
  }
  .chosen-shop .shop-swiper .shop-list .swiper-slide.shop-item {
    width: 323.3px !important;
    padding: 24px 0 24px 22px;
  }
  /* 新品&黑科技 */
  .new-black-tech {
    width: 990px;
  }
  .new-black-tech .new-product .product-left {
    width: 235px;
  }
  .new-black-tech .new-product .product-right {
    width: 204px;
    margin-left: 8px;
  }
  .new-black-tech .black-tech .right-side {
    width: 235px!important;
  }
  .new-black-tech .black-tech .right-side .price {
    height: 26px!important;
    line-height: 26px!important;
  }
  .new-black-tech .black-tech .right-side .price strong {
    font-size: 18px!important;
  }
  .new-black-tech .black-tech .right-side .price button {
    width: 75px!important;
    height: 26px!important;
    line-height: 26px!important;
  }
  .new-black-tech .black-tech .tag-list {
    margin-bottom: 10px!important;
  }
  /* 俱乐部 */
  #clubFloor {
    width: 990px;
  }
  #clubFloor .club-list {
    width: 960px;
  }
  #clubFloor .club-list .club-item {
    width: 470px!important;
  }
  #clubFloor .club-list .club-item .product-item {
    width: 204px;
  }
  /* 场景采购 */
  #scenePurchase {
    width: 990px;
  }
  #scenePurchase .scene-container .scene-title .tab-wrapper {
    width: calc(100% - 570px);
  }
  #scenePurchase .title-img,
  #scenePurchase .sub-tab-box {
    width: 240px;
  }
  #scenePurchase .taocan-box {
    margin-left: 240px;
    padding: 20px 0 20px 10px;
  }
  #scenePurchase .main-product {
    width: 198px;
  }
  #scenePurchase .main-product img {
    margin: 0 19px;
  }
  #scenePurchase .product-list {
    width: 240px;
    padding-right: 5px;
  }
  #scenePurchase .product-list .product-item {
    padding: 10px 4px;
  }
  #scenePurchase .product-list .product-item dt {
    width: 60px;
    height: 60px;
  }
  #scenePurchase .product-list .product-item dd {
    margin-left: 64px;
  }
  #scenePurchase .taocan-price {
    padding: 15px 20px 18px;
    margin-left: 3px;
  }
  /* 精选品类 */
  #categoryProducts {
    width: 990px;
  }
  #categoryProducts .product-item {
    width: 174px;
  }
  #categoryProducts .product-item > div {
    margin: 0 28px;
  }
  #categoryProducts .bottom-block {
    padding: 0 9px;
    background: #FFFFFF;
  }
  #everyoneBuying {
    width: 990px;
  }
  #everyoneBuying .product-item {
    width: 158px;
  }
}
/* 骨架屏样式 */
#skeleton {
  display: flex;
  width: 1190px;
  margin: 0 auto;
  justify-content: space-between;
}
#skeleton > div {
  width: 290px;
}
#skeleton .act-form {
  margin-top: 10px;
}
#skeleton .act-form div {
  margin-bottom: 25px;
  height: 30px;
  line-height: 30px;
}
#skeleton .act-form div s.left {
  float: left;
  width: 54px;
  height: 20px;
  background: #F5F5F5;
  margin-top: 5px;
}
#skeleton .act-form div s.right {
  display: inline-block;
  margin-left: 15px;
  width: calc(100% - 80px);
  height: 30px;
  background: #F5F5F5;
}
#skeleton .act-form div s.button {
  display: block;
  margin: 100px auto;
  width: 150px;
  height: 43px;
  background: #F5F5F5;
}
/* radio和checkbox样式自定义 */
.radio-item input {
  width: 14px;
  height: 14px;
  border: 1px solid #CACACA;
  border-radius: 7px;
  padding: 0;
  appearance: none;
  position: relative;
  margin-right: 5px;
  vertical-align: bottom;
  cursor: pointer;
}
.radio-item input.isChecked {
  border: none;
}
.radio-item input.isChecked::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #2F7BFF;
  background: #2F7BFF;
  display: inline-block;
  border-radius: 50%;
}
.radio-item input.isChecked::after {
  content: '';
  width: 6.5px;
  height: 3px;
  border: 1.4px solid #FFFFFF;
  border-top: transparent;
  border-right: transparent;
  text-align: center;
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  transform: rotate(-45deg);
}
.checkbox-item input {
  width: 14px;
  height: 14px;
  border: 1px solid #CACACA;
  border-radius: 1px;
  padding: 0;
  appearance: none;
  position: relative;
  margin-right: 5px;
  vertical-align: bottom;
  cursor: pointer;
}
.checkbox-item input.isChecked {
  border: 1px solid #2F7BFF;
}
.checkbox-item input.isChecked::after {
  content: '';
  width: 6.5px;
  height: 3px;
  border: 1.4px solid #2F7BFF;
  border-top: transparent;
  border-right: transparent;
  text-align: center;
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  transform: rotate(-45deg);
}
/* 修改下拉框的滚动条样式 */
.select-panel ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 3px;
}
.select-panel ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #aaaaaa;
}
.select-panel ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  display: none;
}
/* swiper样式 */
.shop-swiper.swiper-container,
.new-tech.swiper-container,
.club-list.swiper-container {
  z-index: unset;
}
.swipe-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 40px;
  z-index: 99;
  cursor: pointer;
}
.swipe-icon.arrow-left {
  left: 0;
  background: rgba(0, 0, 0, 0.1) url(//image01.homedo.com/Files/Images/cms/www/20220117/5252570794006953870_pic1.png) center / 16px no-repeat;
}
.swipe-icon.arrow-left:hover {
  background: rgba(0, 0, 0, 0.3) url(//image01.homedo.com/Files/Images/cms/www/20220117/5252570794006953870_pic1.png) center / 16px no-repeat;
}
.swipe-icon.arrow-right {
  right: 0px;
  background: rgba(0, 0, 0, 0.1) url(//image01.homedo.com/Files/Images/cms/www/20220117/5114571493274487148_pic1.png) center / 16px no-repeat;
}
.swipe-icon.arrow-right:hover {
  background: rgba(0, 0, 0, 0.3) url(//image01.homedo.com/Files/Images/cms/www/20220117/5114571493274487148_pic1.png) center / 16px no-repeat;
}
