:root {
  --active-color: #e15616;
  --main-color: #4f4f4f;
  --border-color: #1f1a17;
  --text-color: #e0e0e0;
}

.poster-img {
  width: 100%;
  height: auto;
}

.count-down-tip {
  position: fixed;
  right: 3px;
  top: 3px;
  font-size: 12px;
  color: white;
  padding: 5px;
  background: #aaa;
  opacity: 0.8;
  border-radius: 5px;
}

.header img {
  height: 42px;
  max-width: 100%;
}

.banner-swipe {
  width: 100%;
  height: auto;
}

.banner-swipe .van-swipe__track {
  height: auto;
}

.banner-swipe .van-swipe-item img {
  width: 100%;
}

.banner-swipe .van-swipe__indicator {
  background-color: var(--main-color);
}

.banner-swipe .van-swipe__indicator--active {
  width: 12px;
  border-radius: 4px;
  height: 6px;
}

.banner-swipe .van-swipe__indicator:not(:last-child) {
  margin-right: 4px;
}

div.top-search-bar {
  margin: 15px 12px;
}

div.top-search-bar div.van-search {
  border: 1px solid #eee;
  border-radius: 8px;
}

div.category-panel {
  margin: 15px 12px;
}

div.category-panel .category-title {
  font-size: 14px;
}

div.category-panel .category-body {
  padding: 5px;
  margin: 8px 0;
}

div.category-panel .category-body-border {
  border: 1px solid #eee;
  border-radius: 8px;
}

div.hot-item {
  width: 20%;
  float: left;
  text-align: center;
  margin: 10px 0 5px 0;
}

div.hot-item img {
  width: 60% !important;
  /* border-radius: 50%;
  border: 1px solid var(--main-color); */
  padding: 1px;
}

div.hot-item>div {
  margin: 3px 0 0;
  font-size: 12px;
  height: 28px;
}

div.hot-swipe .van-swipe__track {
  margin: 0 0 30px 0;
}

.news-item img {
  width: 100%;
}

.category-item-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
  color: #fff;
  line-height: 30px;
}

.category-item-name span {
  margin: 0px 10px;
}

.category-body .link-item img {
  width: 100%;
}

div.panel-with-tabbar {
  margin-bottom: 50px;
}

div.product-list {
  display: flex;
  overflow-x: auto;
}

div.product-list div.product-item-column {
  flex-shrink: 0;
  width: 45%;

}

div.product-list div.product-item-column:not(:last-child) {
  margin-right: 6px;
}

div.product-list div.product-item-column div.product-item:nth-child(2) {
  margin: 6px 0 0 0;
}

div.product-list div.product-item {
  position: relative;
  font-size: 14px;
  border: 1px solid var(--main-color);
  ;
}

div.product-list div.product-item div.product-item-name {
  padding: 5px;
  text-align: left;
}

div.product-list div.product-item-small div.product-item-name {
  padding: 18px 55px 0 5px;
}

div.product-list div.product-item-large {
  height: 170px;
  text-align: center;
  background: linear-gradient(to bottom, #fff, var(--main-color));
}

div.product-list div.product-item-large img {
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
}

div.product-list div.product-item-small {
  height: 81px;
}

div.product-list div.product-item-small img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 50px;
  margin: auto;
}

div.category3-list {
  background-color: #f7f8fa;
  padding: 5px;
  position: absolute;
  top: 42px;
  left:0px;
  right: 0px;
  bottom: 0;
  overflow: auto;
}

div.category3-list-item {
  text-align: center;
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  font-size: 12px;
  background-color: #fff;
}
div.category3-list-item div.el-image {
  height: 150px;
}

div.category3-list-item img {
  width: 100%;
  height: auto;
  max-height: 200px;
}

div.category3-list-item .category3-name {
  margin: 5px 0;
  height: 30px;
}

div.header-nav-bar {
  background-color: var(--main-color);
}

div.header-nav-bar div.van-nav-bar__content {
  height: 42px;
}

div.header-nav-bar .van-nav-bar__title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

div.header-nav-bar .van-nav-bar .van-icon {
  color: #fff;
}

div.header-nav-bar i.van-nav-bar__arrow {
  color: #fff !important;
}

div.header-nav-bar .van-nav-bar__text {
  color: #fff;
}

.product-after-price {
  color: var(--main-color);
  margin: 0 10px 10px;
  font-size: 16px;
}

.product-original-prie {
  margin: 10px;
  font-size: 14px;
}

div.search-result-panel {
  background-color: #f7f8fa;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  top: 96px;
  overflow: auto;
  padding: 10px;
}

div.search-result-panel .search-result-tag {
  margin: 0 10px 10px 0;
  padding: 5px 12px;
}

div.share-info {
  position: absolute;
  right: 10px;
  top: 100p;
  margin: -27px 0 0 0;
  text-align: center;
  color: var(--main-color);
}

div.share-info>div {
  font-size: 10px;
}

div.qr-code-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

div.qr-code-panel {
  width: 260px;
  height: 26c0px;
  background-color: #fff;
}

div.qr-code-panel img {
  margin: 10px;
}

div.qrcode-overlay {
  z-index: 101;
  background-color: rgba(0, 0, 0, .85);
}

div.search-list {
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  max-height: 441px;
  overflow: auto;
}

div.search-list span.company-name {
  float: right;
}

div.home-img img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

div.company-item {
  padding: 15px 10px;
  line-height: 90px;
  font-size: 22px;
}

div.company-item .company-name {
  margin: 0 0 0 10px;
}

div.company-item .company-arrow {
  float: right;
  line-height: 90px;
}

div.company-icon {
  width: 140px;
  height: 90px;
  float: left;
}

div.category-node-panel {
  background-color: #f7f8fa;
  position: absolute;
  width: 100%;
  bottom: 50px;
  top: 96px;
  overflow: auto;
}

div.category-tree {
  padding: 10px 0;
  background-color: #f7f8fa;
}

div.category-tree .el-tree-node__expand-icon:has(+ .custom-tree-node-i) {
  color: red;
  visibility: hidden;
}

div.category-tree .custom-tree-node-i {
  font-weight: bold;
  /* margin: 0 0 0 2px;
  display: none; */
  margin: 0 0 0 -8px;
}

div.category-tree .el-tree-node__content {
  height: 32px;
}

.custom-tree-node {
  position: relative;
  font-size: 16px;
  width: 100%;
}

.custom-tree-node .tree-node-i {
  float: right;
  margin: 0 12px 0 0;
}

.tree-new-icon {
  height: 16px;
  position: absolute;
  right: 0px;
}

.category3-img-list {
  padding: 10px;
  display: inline-block;
}

.category3-img-item {
  float: left;
  width: 50%;
  text-align: center;
}

.category3-img-item .van-image {
  padding: 10px;
}

.category3-img-item img {
  width: 100%;
  height: auto;
}

.category3-img-item .van-image>span {
  font-size: 12px;
  display: inline-block;
  margin: 15px 0 2px;
}

.category3-img-item .van-image__error {
  width: 100%;
  height: auto;
  position: relative;
}

.search-group-name {
  padding: 15px 0 0px 10px;
  color: #F02C2C;
  font-size: 20px;
}

.search-group-name span {
  margin: 0 0 0 5px;
  font-weight: bold;
}

.category3-text {
  display: inline-block;
  width: auto;
  margin: 0 10px;
  padding: 5px 15px 5px 10px;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-size: 14px;
  background-color: var(--main-color);
}

.category3-sticky .van-sticky--fixed {
  background-color: #fff;
  padding: 15px 0 0;
}

.product-img {
  text-align: center;
}
.product-img .el-image {
  margin: 42px 0 0;
}
.product-img img {
  width: 140px;
  height: auto;
}

.product-img .el-image__error {
  width: 140px;
  height: 140px;
}

.product-name {
  margin: 15px 10px 10px;
  font-size: 16px;
}

.product-code {
  font-size: 12px;
  margin: 10px;
  color: #aaa;
}

.btn-copy {
  margin: 0 0 0 5px;
}

.section-info {
  padding: 0 10px;
}

.section-info>label {
  font-weight: bold;
  font-size: 14px;
}

.section-row {
  width: 100%;
  display: inline-block;
  margin: 10px 0 0;
}

.section-row .section-item {
  float: left;
  width: 50%;
}

.section-row .section-item label {
  float: left;
  line-height: 28px;
  margin: 0 5px 0 0;
  font-size: 14px;
}

.section-row .section-item span {
  line-height: 28px;
}

.section-row .section-item .van-stepper button {
  border-radius: 100%;
}

.info-list {
  padding: 10px 12px;

}

.info-list li {
  padding: 5px 0;
}

.property-content {
  padding: 0px 0px 50px;
}

.property-content .property-name {
  background-image: var(--arrow-icon);
  background-position: center left;
  background-repeat: no-repeat;
  text-indent: 12px;
  font-weight: bold;
  font-size: 14px;
}

.property-content .property-options {
  padding: 5px 12px;
}

.property-content .property-options span {
  display: inline-block;
  font-size: 12px;
  padding: 2px 7px;
  margin: 5px 10px 5px 0;
  cursor: pointer;
}

.property-content .property-options span.selected {
  /* background-image: var(--selected-icon);
  background-position: bottom right;
  background-repeat: no-repeat;
  border: 1px solid var(--border-color);
   */
  color: var(--main-color);
  font-weight: bold;
  border: 1px solid var(--main-color);
}

.property-content .property-row {
  margin: 5px 0;
  padding: 0 0 8px 0;
}

.property-content .accessory-items {
  padding: 5px 12px;
}

div.category3-tabs div.van-tabs__line {
  background-color: var(--active-color);
}

div.more-info {
  position: fixed;
  right: 0;
  bottom: 80px;
  border: 1px solid var(--main-color);
  padding: 5px;
  border-radius: 5px 0 0 5px;
  color: var(--main-color);
  z-index: 100;
  background-color: #fff;
}

div.more-info .more-arrow-icon {
  float: left;
  margin: 7px 0 0;
  font-size: 18px;
}

div.more-info .more-item {
  margin: 0 0 0 5px;
  text-align: center;
  display: inline-block;
}

div.more-info .more-item>i {
  font-size: 20px;
}

div.more-info .more-item>span {
  display: block;
  font-size: 10px;
}

div.cart-list .van-card__tag .van-image img {
  width: 32px;
  height: auto;
}

div.cart-list .van-card__thumb {
  margin-left: 15px;
}

div.cart-list .cart-checkbox {
  position: absolute;
  z-index: 100;
  left: -25px;
  top: 34px;
}

div.cart-toolbar {
  text-align: right;
  padding: 5px;
  position: relative;
}

div.cart-toolbar button {
  background-color: var(--main-color);
  border-color: var(--main-color);
  padding: 0 10px;
}

div.cart-toolbar .van-checkbox {
  position: absolute;
  top: 8px;
  font-size: 14px;
}

div.my-title {
  text-align: center;
  margin: 40px 0 30px;
  color: var(--main-color);
}

div.my-title i {
  font-size: 60px;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 20px;
  border-color: var(--main-color);
}

div.login-submit {
  margin: 20px 16px
}

div.accessory-bar {
  text-align: right;
}

div.accessory-bar .select-accessory {
  background-color: var(--main-color);
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
}

div.accessory-bar i {
  margin: 0 15px;
}

div.product-accessory-container {
  padding: 10px 15px;
  min-height: 400px;
  margin-bottom: 50px;
}
div.product-accessory-container .product-accessory-toolbar {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
}
div.product-accessory-container .product-accessory-toolbar button {
  width: 49%;
  display: inline-block;
}

div.accessory-group-row {
  margin-bottom: 10px;
}

div.accessory-group-row div.accessory-group-name {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #666;
}

div.accessory-group-row .accessory-group-item {
  font-size: 14px;
}

div.accessory-group-item div.accessory-img {
  width: 80px;
  height: 80px;
}

div.accessory-group-item div.accessory-img img {
  width: 100%;
}

div.accessory-group-item .accessory-name {
  display: inline-block;
}

div.accessory-group-item .accessory-name div.van-checkbox {
  float: left;
  margin: 2px 3px 0;
}

div.accessory-options div.property-content {
  padding: 0;
}

div.accessory-summary {
  position: relative;
}

div.accessory-summary .accessory-product {
  /* position: absolute;
  top: 0;
  left: 90px; */
  position: relative;
  padding: 0 5px 5px;
}

div.accessory-summary .accessory-product .accessory-product-name {
  font-weight: bold;
  margin: 5px 0;
}

div.accessory-summary .accessory-product .accessory-product-price {
  color: var(--main-color);
  position: absolute;
    top: 0;
    right: 0;
}

.accessory-group-item .van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
  color: black;
}

.components-list-title {
  float: left;
  font-size: 14px;
  margin: 0 10px;
}

ul.components-list {
  text-align: left;
  margin: 0 10px;
  font-size: 12px;
  color: #666;
}

ul.components-list .com-name {
  max-width: calc(100% - 150px);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

ul.components-list .com-price {
  float: right;
  margin: 0 10px 0 0;
}

ul.components-list .com-code {
  display: inline-block;
  width: 90px;
  text-align: right;
}

ul.components-list li {
  margin: 0 0 5px 0;
}

.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

div.cart-list div.van-image__error {
  position: relative;
}
div.cart-list div.van-image__error img {
  width: 100%;
  height: 100%;
}
div.cart-item-desc {
  margin: 3px 0;
}
div.cart-item-desc div {
  margin: 1px 0;
}

div.dist-ads {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  color: gray;
  font-size: 14px;
}

div.dist-ads * {  
  color: gray;
}