html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #000;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

input:focus {
  outline: none;
}

/* 数字字体 */
@font-face {
  font-family: BigruixianBlackGBV1.0;
  src: url("./MiSans\ VF.ttf");
}

@font-face {
  font-family: PingFang SC;
  /* src: url('./pingfangsc-regular.otf'); */
}

html,
body {
  width: 100%;
  /* font-family: "PingFang SC"; */
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑",
    sans-serif;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  overflow-y: scroll;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: inline-block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}

/*隐藏*/
.dn {
  display: none;
}

body {
  background-color: #f7f8fa;
}

.header {
  height: 94px;
  background-color: #fff;
  margin: 0 auto;
}

.edge {
  padding: 0 8.4%;
}

.header-info {
  display: flex;
  justify-content: space-between;
  line-height: 36px;
  font-size: 12px;
}

.info-left {
  display: flex;
}

.local img {
  vertical-align: text-bottom;
}

.local-tab {
  margin-right: 24px;
  color: #4e5969;
}

.account-number{
  margin-right: 16px;
  cursor: pointer;
  position: relative;
}

.account-number span{
  color: #4E5969;
}

.account-number img{
  vertical-align: text-bottom;
  margin-left: 2px;
}

.account-number-box{
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  overflow: hidden;
}

.account-number:hover .account-number-box{
  display: block;
}

.account-number-box a{
  display: block;
  height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
}
.account-number-box img{
  width: 16px;
  height: 16px;
  margin-left: 0;
}

.account-number-box a:hover{
  background-color: #FDECE7;
}

.account-number-box a:hover .account-setting-one{
  content: url("../img/setting-one_.png");
}

.account-number-box a:hover .account-logout{
  content: url("../img/logout_.png");
}

.account-number-box a:hover span{
  color: #ED3E12;
}

.entry {
  color: #ed3e12;
  margin-right: 16px;
}

.register {
  color: #4e5969;
}

.info-right{
  display: flex;
}

.info-item-box{
  display: block;
  width: 124px;
  text-align: center;
  color: #4e5969;
}

.info-item {
  margin-left: 20px;
  color: #4e5969;
  position: relative;
}

.info-item img {
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
}

.info-drop{
  display: none;
  position: absolute;
  top: 36px;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.info-drop a{
  display: block;
  height: 36px;
  padding:0 12px;
  box-sizing: border-box;
}

.info-drop img{
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-right: 4px;
}

.info-item-box:hover + .info-drop{
  display: block;
}

.info-drop:hover{
  display: block;
}

.info-drop a:hover{
  background-color: #FDECE7;
}

.info-drop a:hover .info-drop-me{
  content: url("../img/me_.png");
}

.info-drop a:hover .info-drop-application{
  content: url("../img/application_.png");
}

.info-drop a:hover span{
  color: #ED3E12;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.header-nav .logo img{
  vertical-align: bottom;
}

.header-nav a {
  font-size: 14px;
  color: #1d2129;
}

.header-nav-link {
  flex: 1;
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
}

.header-nav-link a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-weight: 600;
}

.link-active{
  color: #ED3E12 !important;
  position: relative;
}

.link-active .pitch-on{
  width: 20px;
  height: 2px;
  background-color: #ED3E12;
  position:absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.search {
  width: 320px;
  height: 22px;
  border: 1px solid #c9cdd4;
  border-radius: 6px;
  padding: 8px 4px 8px 12px;
  display: flex;
  align-items: center;
}

.search-type {
  margin-top: 4px;
  position: relative;
  cursor: pointer;
}

.search-type-down{
  position: absolute;
  top: 18px;
  left: -13px;
  color: #1D2129;
  font-size: 14px;
  background-color: #fff;
  width: 67px;
  padding-left: 13px;
  height: 44px;
  line-height: 44px;
  border-radius: 0 0 10px 10px;
  display: none;
}

.search-type:hover .search-type-down{
  display: block;
}

.search-type-down:hover{
  color: #ED3E12;
}

.search-type span {
  display: inline-block;
  font-size: 14px;
}

.search-type img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -2px;
}

.search input {
  width: 160px;
  font-size: 14px;
  margin-right: 10px;
  color: #86909c;
}

.search-btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  width: 68px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background: linear-gradient(106deg, #ed3e12 0%, #ed7112 100%);
  text-align: center;
}

.separate {
  color: #e5e6eb;
  margin: 0 12px;
}

.separation-line{
  width: 100%;
  height: 0.5px;
  background-color: #F2F3F5;
}

.classify {
  display: flex;
  margin-top: 16px;
}

.classify-left {
  width: 251px;
  background-color: #fff;
  padding: 16px 0;
  margin-right: 16px;
  border-radius: 10px;
  border: 1px solid #f2f3f5;
  position: relative;
}

.classify-tit {
  font-size: 16px;
  font-weight: 600;
  margin: 0 8px 8px 8px;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
}

.classify-ul {
  width: 100%;
  height: 376px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.classify-ul::-webkit-scrollbar {
  display: none;
}

.classify-item {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 4px;
}

.classify-item .classify-item-pot {
  width: 223px;
  margin: 0 6px;
  padding: 0 8px;
}

.classify-item:hover .classify-item-pot {
  border-radius: 4px;
  background: #f2f3f5;
}

.classify-item-hover {
  display: none;
  position: absolute;
  top: -1px;
  right: -680px;
  width: 664px;
  height: 408px;
  background-color: #fff;
  border: 1px solid #ed3e12;
  border-left: 1px solid #f2f3f5;
  border-radius: 0 10px 10px 0;
  padding: 16px 8px;
  z-index: 999;
}

.classify-item:hover .classify-item-hover {
  display: block;
}

.classify-item-hover a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
}

.classify-ul img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 4px;
}

.classify-item a {
  display: inline-block;
}

.classify-item a:hover {
  color: #ed3e12;
}

.bed {
  display: flex;
  line-height: 22px;
  padding: 6px 8px;
  margin-bottom: 4px;
}

.secondary-classify {
  width: 102px;
}

.secondary-classify img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 0;
}

.bed-item a {
  margin-left: 16px;
}

.classify-middle {
  flex: 1;
}

.carousel {
  display: flex;
  justify-content: space-between;
}

.carousel-left {
  width: 49%;
  height: 212px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.banner-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 32px;
  z-index: 9;
}

.banner-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 32px;
  z-index: 9;
}

.banner-right img,
.banner-left img {
  width: 100%;
  height: 100%;
}

.banner {
  width: 100%;
  height: 212px;
  display: flex;
  position: absolute;
}

.banner-active {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-introduce {
  position: absolute;
  top: 32px;
  left: 32px;
}

.banner-text1,
.banner-text2 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 28px;
  margin-bottom: 12px;
}

.banner-text3 {
  display: inline-block;
  padding: 4px 12px;
  background-color: #bd6739;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
}

.cont {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.cont span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 4px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.5);
}

.cont .cont-active {
  background-color: #fff;
}

.carousel-right {
  width: 49%;
  height: 212px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid var(--border-1, #f2f3f5);
  background: linear-gradient(180deg, #ffece7 0%, #fff5f3 16.31%, #fff 24.98%);
}

.splicing {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 0 16px;
  align-items: center;
}

.splicing-splicing svg {
  vertical-align: middle;
}

.splicing-second,
.splicing-minute,
.splicing-hour {
  display: inline-block;
  width: 15px;
  height: 17px;
  padding: 0 2px;
  line-height: 17px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(106deg, #ed3e12 0%, #ed7112 100%);
}

.splicing-separate {
  color: #ed3e12;
}

.splicing-more {
  color: #86909c;
  font-size: 12px;
}

.splicing-more img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -3px;
}

.splicing-product {
  display: flex;
  justify-content: space-between;
  padding: 0 16px 16px 16px;
}

.splicing-pot {
  width: 110px;
  text-align: center;
  margin-top: 16px;
}

.splicing-pot img {
  width: 100%;
}

.splicing-price {
  font-size: 12px;
  color: #ed3e12;
  font-weight: 550;
}

.splicing-price span {
  display: inline-block;
  font-size: 16px;
  font-weight: 620;
}

.classify-entry {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.entry-item {
  background-color: #fff;
  border: 1px solid #f2f3f5;
  border-radius: 10px;
  width: 32%;
  height: 212px;
  padding: 16px;
  box-sizing: border-box;
}

.entry-text {
  font-size: 16px;
  font-weight: 600;
  margin-right: 6px;
}

.entry-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.entry-pot {
  display: flex;
  align-items: center;
}
.entry-pot .streaming {
  background: linear-gradient(106deg, #ed3e12 0%, #ed7112 100%);
}

.entry-pot .floor {
  background-color: #2f95fb;
}

.entry-pot .space {
  background-color: #a753fb;
}

.entry-pot .firm {
  background-color: #fb5579;
}

.entry-pot .variety {
  background: linear-gradient(286deg, #fba356 0%, #f99340 100%);
}

.synopsis {
  font-size: 9px;
  color: #fff;
  padding: 5px 5px 3px 4px;
  border-radius: 3px;
}

.floor-state {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background: linear-gradient(91deg, #2f7dfb 0%, #2f95fb 100%);
}

.synopsis img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-top: -2px;
}

.entry-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 84%;
  flex-wrap: wrap;
  margin-top: 15px;
  overflow: hidden;
}

.entry-list a {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex: 1;
  height: 146px;
  max-width: 192px;
  min-width: 98px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border-radius: 8px;
  margin: 0 0 10px 8px;
}

.entry-list a:first-child {
  margin-left: 0;
}

.entry-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.entry-shop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 60px;
  color: #fff;
  font-size: 12px;
  text-indent: 8px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.entry-list img {
  height: 100%;
  border-radius: 8px;
}

.classify-right {
  width: 253px;
  margin-left: 16px;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.classify-right svg {
  position: absolute;
  top: 0;
  right: 0;
}

.account-logo {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 8px;
}

.account-greet {
  font-size: 18px;
  font-weight: 700;
}

.unlisted-text1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  margin: 16px 0 2px 0;
}

.unlisted-text2 {
  font-size: 13px;
  line-height: 22px;
  color: #86909c;
  text-align: center;
}

.account-link {
  margin: 16px 0;
}

.account-register {
  width: 64px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 16px;
  border-radius: 6px;
  border: 1px solid#ED3E12;
  background: linear-gradient(106deg, #ed3e12 0%, #ed7112 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}

.account-login {
  display: inline-block;
  width: 141px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 6px;
  background: linear-gradient(106deg, #ed3e12 0%, #ed7112 100%);
}

.entry-skip,
.account-skip {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.entry-skip{
  margin-top: 16px;
  margin-bottom: 71px;
}

.account-item img {
  width: 22px;
  height: 22px;
}

.entry-num{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.entry-tit,
.account-tit {
  margin-top: 2px;
  font-size: 12px;
  color: #4e5969;
}

.account-interval {
  width: 100%;
  height: 1px;
  background-color: #f2f3f5;
  margin: 16px 0;
}

.information-pot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 22px;
}

.information-tit {
  font-size: 14px;
  font-weight: 600;
}

.information-tit span {
  display: inline-block;
  background-color: #f53f3f;
  color: #fff;
  font-weight: 500;
  border-radius: 100px;
  padding: 0px 6px;
  font-size: 12px;
  height: 16px;
  line-height: 18px;
  text-align: center;
}

.information-more {
  font-size: 12px;
  color: #86909c;
}

.information-more img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -4px;
}

.information-content {
  width: 100%;
  height: 128px;
  overflow: hidden;
  margin-top: 12px;
}

.information-item {
  display: flex;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 12px;
}

.information-attribute {
  background-color: #fdece7;
  border-radius: 3px;
  color: #ed3e12;
  padding: 0 8px;
  margin-right: 4px;
}

.information-details {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.manufacturer {
  margin-top: 16px;
}

.manufacturer-content {
  width: 100%;
  height: 210px;
  border: 1px solid #f2f3f5;
  padding: 16px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.excellent-shop {
  margin-top: 10px;
  display: flex;
}

.excellent-item {
  width: 25%;
}

.shop-content {
  display: flex;
  margin-bottom: 16px;
}

.shop-logo {
  margin-right: 8px;
}

.shop-content .shop-logo img {
  width: 40px;
  height: 40px;
}

.shop-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.shop-score span {
  font-size: 12px;
  margin-right: 10px;
  color: #86909c;
}

.shop-list {
  display: flex;
  flex-wrap: wrap;
}

.shop-list a {
  margin-right: 8px;
  margin-bottom: 20px;
}

.shop-list a:last-child {
  margin-right: 0;
}

.shop-list a img {
  width: 86px;
}

.new-product {
  margin-top: 16px;
}

.new-product-content {
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  height: 279px;
  box-sizing: border-box;
  margin-bottom: 16px;
  overflow: hidden;
}

.new-product-pot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.new-product-item {
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex: 1;
  height: 213px;
  max-width: 330px;
  min-width: 233px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-left: 8px;
  margin-bottom: 25px;
}

.new-product-item:first-child {
  margin-left: 0;
}

.new-product-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.new-product-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.new-product-introduce {
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 94%;
  height: 58px;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 6px;
}

.new-product-introduce img {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}

.new-product-info {
  flex: 1;
  overflow: hidden;
}

.new-product-name {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-product-price {
  font-size: 12px;
  display: flex;
  align-items: flex-end;
  line-height: 23px;
}

.current-price {
  color: #ed3e12;
  font-weight: 600;
}

.current-price span {
  font-weight: 620;
  font-size: 16px;
}

.original-price {
  margin-left: 5px;
  font-weight: 500;
  color: #86909c;
  text-decoration: line-through;
}

.refine-products-pot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  height: 100%;
}

.recommend-products-pot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}

.refine-products-content {
  padding: 16px;
  height: 358px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.refine-products-item {
  padding: 4px;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  flex: 1;
  max-width: 220px;
  min-width: 181px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-left: 10px;
  height: 95%;
}

.refine-products-item:first-child {
  margin-left: 0;
}

.refine-products-pic {
  width: 100%;
  border-radius: 8px;
}

.refine-products-name {
  width: 97%;
  font-size: 16px;
  font-weight: 600;
  margin: 8px 4px 16px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.refine-box {
  margin: 0 4px 4px 4px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 20px;
}

.refine-current-price {
  color: #ed3e12;
  font-size: 12px;
  font-weight: 550;
}

.refine-inventory,
.refine-original-price,
.refine-wish-buy {
  font-size: 12px;
  color: #86909c;
}

.refine-original-price {
  text-decoration: line-through;
}

.refine-current-price span {
  font-size: 16px;
  font-weight: 600;
}

.recommend-products-content {
  padding: 16px 16px 60px 16px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.recommend-products-item {
  padding: 4px;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  flex: 1;
  max-width: 279px;
  min-width: 229px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-right: 5px;
  height: 95%;
  border: 1px solid #fff;
  margin-bottom: 20px;
}

.recommend-products-item:hover {
  border-color: #ed3e12;
}

.recommend-shopping {
  display: none;
  height: 24px;
  box-sizing: border-box;
  padding: 2px 8px;
  font-size: 12px;
  color: #ed3e12;
  line-height: 20px;
  border-radius: 3px;
  border: 1px solid #ed3e12;
}

.recommend-products-item:hover .recommend-shopping {
  display: block;
}

.recommend-products-pic {
  width: 100%;
  border-radius: 8px;
}

.recommend-products-name {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 4px 16px 4px;
}

.recommend-box {
  margin: 0 4px 4px 4px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 20px;
}

.recommend-current-price {
  color: #ed3e12;
  font-size: 12px;
  font-weight: 550;
}

.recommend-inventory,
.recommend-original-price,
.recommend-wish-buy {
  font-size: 12px;
  color: #86909c;
}

.recommend-original-price {
  text-decoration: line-through;
}

.recommend-current-price span {
  font-size: 16px;
  font-weight: 600;
}

.recommend-shop span {
  display: inline-block;
  color: #4e5969;
  line-height: 20px;
  font-size: 12px;
}

.recommend-shop img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

.footer {
  background-color: #000;
  padding-top: 80px;
}

.footer-contenter {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.footer-tit {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.footer-link {
  border-left: 0.5px solid #1D2129;
  height: 164px;
  margin-top: 16px;
}

.footer-link a {
  display: block;
  font-size: 14px;
  color: #86909c;
  margin-left: 6px;
  margin-bottom: 16px;
}

.footer-concern {
  display: flex;
  margin-top: 16px;
  text-align: center;
}

.concern-item {
  margin-right: 40px;
}

.QR-code {
  width: 86px;
  height: 86px;
  position: relative;
}

.concern-item:last-child {
  margin-right: 0;
}

.horn-img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
}

.horn-img2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
}

.horn-img3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
}

.horn-img4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
}

.code-img {
  width: 74px;
  height: 74px;
  margin-top: 6px;
}

.code-name {
  margin-top: 8px;
  color: rgba(134, 144, 156, 1);
  font-size: 12px;
}

.footer-separate {
  width: 100%;
  height: 1px;
  background-color: #4e5969;
}

.footer-copyright {
  color: #4e5969;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-top: 16px;
  padding-bottom: 16px;
}

.sidebar {
  position: fixed;
  top: 390px;
  right: 0;
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 0px 2px 8px 0px rgba(28, 31, 35, 0.03),
    0px 16px 48px 8px rgba(28, 31, 35, 0.08);
}

.sidebar-item{
  display: block;
  text-align: center;
  width: 64px;
  padding: 10px 0;
  position: relative;
}

.sidebar-img{
  width: 20px;
  height: 20px;
}

.sidebar-tit{
  font-size: 12px;
  color: #1D2129;
}

.sidebar-num{
  position: absolute;
  top: 0;
  left: 70%;
  transform: translateX(-50%);
  background-color: #F53F3F;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  padding: 0 6px;
  height: 20px;
  line-height: 16px;
  border: 2px solid #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 1550px) {
  .edge {
    padding: 0 7%;
  }
}

@media screen and (max-width: 1475px) {
  .edge {
    padding: 0 6.4%;
  }
}

@media screen and (max-width: 1440px) {
  .edge {
    min-width: 1280px;
    padding: 0 80px;
  }
}
