header{
	position: fixed!important;
}
.aui-content{
	padding-top: 2.25rem;
}
@supports (bottom: env(safe-area-inset-bottom)) {
  .aui-content{
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.image-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;

}
.image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.taobao-fc{
  color: #ff9000!important;
}

.taobao-bgc{
  background-color: #ff9000!important;
}

.aui-tab.taobao-tab .aui-active{
  color: #ff9000;
  border-bottom: 2px solid #ff9000!important;
}

.jingdong-fc{
  color: #e1251b!important;
}

.jingdong-bgc{
  background-color: #e1251b!important;
}

.aui-tab.jingdong-tab .aui-active{
  color: #e1251b;
  border-bottom: 2px solid #e1251b!important;
}

.pinduoduo-fc{
  color: #ed445b!important;
}

.pinduoduo-bgc{
  background-color: #ed445b!important;
}

.aui-tab.pinduoduo-tab .aui-active{
  color: #ed445b;
  border-bottom: 2px solid #ed445b!important;
}

.douyin-fc{
  color: #161722!important;
}

.douyin-bgc{
  background-color: #161722!important;
}

.aui-tab.douyin-tab .aui-active{
  color: #161722;
  border-bottom: 2px solid #161722!important;
}

