* {
  box-sizing: border-box;
}
.main_w {
  width: 1600px;
  margin: 0 auto;
}
img {
  background: unset;
}
@keyframes move_right_up {
  6.5% {
    transform: translate(-4px, 4px);
  }
  18.5% {
    transform: translate(3px, -3px);
  }
  31.5% {
    transform: translate(-2px, 2px);
  }
  43.5% {
    transform: translate(1px, -1px);
  }
  50% {
    transform: translate(0px, 0px);
  }
}
@keyframes move_right {
  6.5% {
    transform: translateX(-5px);
  }
  18.5% {
    transform: translateX(4px);
  }
  31.5% {
    transform: translateX(-2px);
  }
  43.5% {
    transform: translateX(1px);
  }
  50% {
    transform: translateX(0px);
  }
}
@keyframes move_down {
  6.5% {
    transform: translateY(-6px);
  }
  18.5% {
    transform: translateY(5px);
  }
  31.5% {
    transform: translateY(-3px);
  }
  43.5% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(0px);
  }
}
#banner {
  font-family: Resource Han Rounded CN;
  margin-top: 30px;
  height: 450px;
  display: flex;
  justify-content: space-between;
}
#banner .banner_left {
  display: flex;
  width: 1160px;
  height: 100%;
  background: url(/pgs/design/channelPage/images/sp.png) no-repeat;
}
#banner .banner_left:hover #help_btn_box {
  transform: scale(1.06);
}
#banner .banner_left .ai_help .ai_text {
  width: 443px;
  height: 158px;
  margin-left: -3px;
  margin-top: 84px;
  margin-bottom: 69px;
  margin-right: 23px;
}
#banner .banner_left .ai_help #help_btn_box {
  transition: transform 0.5s ease;
  width: 181px;
  display: flex;
  margin-left: 50px;
}
#banner .banner_left .ai_help #help_btn_box:hover .go_btn .icon {
  animation: infinite 3s move_right;
}
#banner .banner_left .ai_help #help_btn_box .help_btn {
  width: 133px;
  height: 48px;
  background: linear-gradient(64deg, #D079C6, #826EFF, #497AFD, #70B8FD);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
#banner .banner_left .ai_help #help_btn_box .help_btn:hover .light {
  display: block;
}
#banner .banner_left .ai_help #help_btn_box .help_btn .text {
  z-index: 1;
}
#banner .banner_left .ai_help #help_btn_box .go_btn {
  width: 48px;
  height: 48px;
  background: #68adfd;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#banner .banner_left .ai_help #help_btn_box .go_btn .icon {
  width: 20px;
  height: 18px;
  background: url(/pgs/design/channelPage/images/go_arrow.png) no-repeat;
}
#banner .banner_left #help_video {
  width: 657px;
  height: 370px;
  margin-top: 40px;
  object-fit: fill;
  box-shadow: 0px 0px 29px 0px rgba(100, 100, 100, 0.13);
  border-radius: 12px;
}
#banner .banner_right {
  width: 404px;
  display: block;
  background: url(/pgs/design/channelPage/images/bg_r.png);
}
#banner .banner_right:hover .pic_ipad {
  transform: scale(1.06);
}
#banner .banner_right .text {
  width: 271px;
  height: 63px;
  background: url(/pgs/design/channelPage/images/text.png);
  margin-top: 59px;
  margin-left: 58px;
}
#banner .banner_right .pic_ipad {
  transition: all 0.4s ease;
  width: 305px;
  height: 189px;
  background: url(/pgs/design/channelPage/images/pic_ipad.png);
  margin-top: 17px;
  margin-left: 61px;
  margin-bottom: 16px;
}
#banner .banner_right .more {
  display: flex;
  width: 122px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #fff6e6;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  margin-left: 64px;
  position: relative;
  overflow: hidden;
}
#banner .banner_right .more:hover {
  color: #fff !important;
}
#banner .banner_right .more:hover .icon {
  animation: infinite 3s move_right_up;
}
#banner .banner_right .more:hover .light {
  display: block;
  height: 32px;
  width: 32px;
}
#banner .banner_right .more .more_text {
  z-index: 1;
}
#banner .banner_right .more .icon {
  z-index: 1;
  width: 12px;
  height: 10px;
  background: url(/pgs/design/channelPage/images/icon_jt_02.png) no-repeat;
  margin-left: 9px;
}
#tab_bar {
  font-family: Microsoft YaHei;
  width: fit-content;
  height: 70px;
  background: linear-gradient(180deg, #f3f5f8, #ffffff);
  box-shadow: 0px 0px 35px 0px rgba(130, 143, 165, 0.23);
  border-radius: 35px;
  border: 2px solid rgba(255, 255, 255, 0.66);
  margin: 44px auto;
  display: flex;
  padding: 8px;
  gap: 10px;
}
#tab_bar .tab {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #222222;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#tab_bar .tab:hover .light {
  display: block;
  height: 32px;
  width: 32px;
}
#tab_bar .tab .text {
  white-space: nowrap;
  z-index: 1;
  margin-right: 34px;
}
#tab_bar .tab .icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  display: block;
  z-index: 1;
  margin-left: 34px;
}
#tab_bar .tab .icon_sel {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  display: none;
  z-index: 1;
  margin-left: 34px;
}
#tab_bar .tab.on,
#tab_bar .tab:hover {
  background: linear-gradient(180deg, #9e9cfc, #4f89ff);
  box-shadow: 0px 4px 8px 0px rgba(41, 55, 83, 0.2);
  border-radius: 25px;
  color: #fff;
}
#tab_bar .tab.on .icon,
#tab_bar .tab:hover .icon {
  display: none;
}
#tab_bar .tab.on .icon_sel,
#tab_bar .tab:hover .icon_sel {
  display: block;
}
#list_content {
  font-family: Microsoft YaHei;
  display: flex;
  gap: 29px;
  flex-wrap: wrap;
  margin-bottom: 21px;
}
#list_content .item {
  width: 514px;
  margin-bottom: 21px;
}
#list_content .item:hover .img_box {
  box-shadow: 0px 2px 10px 0px rgba(42, 42, 42, 0.35);
}
#list_content .item:hover .main_info .title {
  font-weight: bold;
  color: #9F835E !important;
}
#list_content .item.big {
  width: 785px;
}
#list_content .item.big .img_box {
  height: 410px;
}
#list_content .item .img_box {
  position: relative;
  width: 100%;
  height: 360px;
  cursor: pointer;
  border-radius: 16px;
}
#list_content .item .img_box:hover .shoppable-image-item {
  opacity: 1;
}
#list_content .item .img_box .pic {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
#list_content .item .img_box .shoppable-image-item {
  opacity: 0;
  transition: all 0.2s ease;
  display: none;
  cursor: pointer;
  position: absolute;
}
#list_content .item .img_box .shoppable-image-item:hover .shoppable-image-dot {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.79);
}
#list_content .item .img_box .shoppable-image-item:hover .shoppable-image-dot:after {
  width: 6px;
  height: 6px;
}
#list_content .item .img_box .shoppable-image-item:hover .shoppable-image-tooltip {
  display: block;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-dot {
  align-items: center;
  background: hsla(0, 0%, 7%, 0.48);
  border: 1.5px solid hsla(0, 0%, 87%, 0.48);
  border-radius: 50%;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  transition: border-color 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, background 0.2s ease-in-out;
  width: 24px;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-dot:after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 8px;
  position: relative;
  transition: transform 0.2s ease-in-out;
  width: 8px;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-dot:before {
  bottom: -12px;
  content: "";
  display: block;
  left: -12px;
  position: absolute;
  right: -12px;
  top: -12px;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-tooltip {
  transform: translateY(-50%) translateX(22px);
  display: none;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 8;
  width: 129px;
  background: #ffffff;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-tooltip:hover {
  color: #333333 !important;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-tooltip.is_left {
  transform: translateX(-100%) translateY(-50%) translateX(-22px);
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-tooltip.is_top {
  top: -40px;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-tooltip.is_bottom {
  bottom: -40px;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-tooltip .goods_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 20px;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-tooltip .goods_name:hover {
  color: #9F835E;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-tooltip .bottom_box {
  height: 26px;
  display: flex;
  justify-content: space-between;
  padding-right: 6px;
  align-items: center;
  margin-top: 1px;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-tooltip .bottom_box .goods_price {
  font-weight: bold;
  font-size: 12px;
  color: #333333;
  margin-top: -1px;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-tooltip .bottom_box .to_goods {
  width: 26px;
  height: 26px;
  background: #f1f1f1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-tooltip .bottom_box .to_goods:hover {
  background: #E8E8E8;
}
#list_content .item .img_box .shoppable-image-item .shoppable-image-tooltip .bottom_box .to_goods .icon {
  width: 11px;
  height: 10px;
  background: url(/pgs/design/channelPage/images/icon_jt_03.png) no-repeat;
}
#list_content .item .info {
  padding: 0 19px;
}
#list_content .item .info a {
  display: block;
}
#list_content .item .info .main_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 10px;
  height: 17px;
}
#list_content .item .info .main_info .title {
  font-size: 15px;
  color: #333333;
}
#list_content .item .info .main_info .data_info {
  display: flex;
  align-items: center;
  font-size: 14px;
}
#list_content .item .info .main_info .data_info .view {
  display: flex;
  align-items: center;
  color: #666666;
}
#list_content .item .info .main_info .data_info .view:hover {
  color: #666666 !important;
}
#list_content .item .info .main_info .data_info .view .icon {
  width: 20px;
  height: 13px;
  background: url(/pgs/design/channelPage/images/icon_lll.png) no-repeat;
  margin-right: 3px;
}
#list_content .item .info .main_info .data_info .line {
  width: 1px;
  height: 11px;
  background: #eaeaea;
  margin: 0 14px;
}
#list_content .item .info .main_info .data_info .sale {
  display: flex;
  align-items: center;
  color: #666666;
}
#list_content .item .info .main_info .data_info .sale:hover {
  color: #666666 !important;
}
#list_content .item .info .main_info .data_info .sale .icon {
  width: 14px;
  height: 14px;
  background: url(/pgs/design/channelPage/images/icon_gms.png) no-repeat;
  margin-right: 5px;
}
#list_content .item .info .more_info {
  font-size: 13px;
  color: #9d9d9d;
  display: inline-block;
}
#list_content .item .info .more_info:hover {
  color: #9d9d9d !important;
}
#more_btn {
  font-family: Microsoft YaHei;
  width: 202px;
  height: 50px;
  background: rgba(187, 166, 251, 0);
  border-radius: 25px;
  border: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #707070;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
#more_btn.hide {
  display: none;
}
#more_btn .text {
  z-index: 2;
}
#more_btn:hover {
  background: linear-gradient(90deg, #845dfc, #1f68fe);
  color: #ffffff;
}
#more_btn:hover .icon {
  background: url(/pgs/design/channelPage/images/icon_jt_05_sel.png);
  animation: infinite 3s move_down;
}
#more_btn:hover .light {
  display: block;
}
#more_btn .icon {
  z-index: 2;
  margin-left: 11px;
  width: 16px;
  height: 16px;
  background: url(/pgs/design/channelPage/images/icon_jt_05_nor.png);
}
.footer-container {
  min-width: 1400px !important;
}
.footer-container ._view_ {
  width: 1400px;
  margin: 0 auto;
}
.footer-container ._view_ .footer-copyrights {
  box-sizing: content-box;
}
#no_more_btn {
  display: none;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.14);
  margin-bottom: 70px;
  text-align: center;
  margin-top: 70px;
}
#no_more_btn.show {
  display: block;
}
#no_more_btn span {
  color: #626262;
  opacity: 0.25;
}
.light {
  display: none;
  position: absolute;
  width: 38px;
  height: 38px;
  background: rgba(43, 254, 247, 0.9);
  background-size: cover;
  filter: blur(18px);
}
