@font-face {
  font-family: 'Inter';
  src: url('./font/Inter-Regular-9.otf') format('opentype');
  font-display: swap;
  font-weight: 400;
}

body {
  padding-top: 104px !important;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#header {
  background-color: #39c3cb;
}

#header>div:first-child {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 40px 40px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 999;
}

#header>div:last-child {
  margin: 25px 40px 0;
  justify-content: space-between;
  background: #39c3cb;
  box-sizing: border-box;
}

.flex {
  display: flex;
  align-items: center;
}

.items-end {
  align-items: end;
}

#header .logo>a>img {
  width: 165px;
}

#header .logo>a>img:last-child {
  display: none;
}

#header .header-text {
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  padding: 5px 10px;
  background-color: transparent;
  transition: all 0.3s;
  border-radius: 3px;
}

#header .header-text:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#header .CATEGORIES:hover {
  background-color: initial !important;
}

#header .header-text>span {
  border-bottom: 1px solid #39c3cb;
  transition: all 0.3s;
}

#header .header-text>span:hover {
  border-bottom: 1px solid #fff;
}

#header .header-text.active {
  color: #fff;
}

#header .header-right {
  display: flex;
  align-items: center;
}

#header .header-right .video {
  display: flex;
  padding-right: 10px;
  border-right: 1px solid #dedede;
  position: relative;
}

#header .header-right .video .btn,
#header .header-right .video .btn:hover,
#header .header-right .video .btn:focus {
  background-color: #38c4ca;
  color: #fff;
  border-color: #38c4ca;
  outline: none;
}

#header .header-right .video .icon-video {
  display: inline-block;
  background: url("/images/pc_index/874278c9eb2dd1fb825e9df07feacc1864b0e539d2254c.svg") no-repeat;
  width: 24px;
  height: 14px;
}

#header .header-right .video .dropdown-menu {
  min-width: 80px;
  /*left: -80%;*/
}

#header .head-text-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  color: #C0C0C0;
  font-style: oblique;
  height: 25px;
  line-height: 25px;
}

#header .head-text-two-top,
#header .head-text-two-top-new {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  line-height: 40px;
  display: none;
}

#header .head-text-two-top-new .tip,
#header .head-text-two-top .tip {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 17px;
  text-align: center;
  font-style: normal;
  margin-right: 10px;
}

#header .head-text-two-top-new a,
#header .head-text-two-top .download-app-entrances {
  font-size: 14px;
  color: #333333;
  line-height: 17px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  border-bottom: 1px solid #333333;
  transition: all 0.3s;
  text-decoration: none;
}

#header .head-text-two-top-new a:hover,
#header .head-text-two-top .download-app-entrances:hover {
  color: #39c3cb;
  border-bottom: 1px solid #39c3cb;
}

#header .head-text-two-top .icon {
  color: #333;
  transition: all .3s;
  position: relative;
  top: 5px;
}

.download-app-entrances:hover~.icon {
  color: #39c3cb !important;
}


#header .get_azm_promo {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #F0FDFA;
  text-align: center;
  font-size: 16px;
  color: #1A9FA7;
  margin: 0;
  line-height: 40px;
  display: none;
  font-family: auto;
}

#header .get_azm_promo img {
  margin-bottom: 4px;
}

#header .dropdown .icon-msg {
  display: inline-block;
  cursor: pointer;
}

#header .dropdown .btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
}

#header .message {
  display: flex;
}

#header .dropdown .btn .number {
  position: absolute;
  top: 0;
  left: 35px;
  background-color: #FF6F6F;
  color: #fff;
  font-size: 12px;
  display: flex;
  padding: 0 3.66px;
  height: 14px;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  line-height: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  transform: scale(0.8);
}

#header .dropdown .dropdown-menu {
  width: 330px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 0;
  padding: 10px;
  padding-bottom: 0;
  overflow-y: scroll;
  max-height: 500px;
  scrollbar-width: thin;
}

#header .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  height: 110px;
  background-color: #f5f5f5;
}

#header .dropdown .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#header .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

#header .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

#header .dropdown .dropdown-menu li {
  height: auto;
  margin-bottom: 5px;
  margin: 0 10px;
}

#header .message .message-icon {
  display: inline-block;
  background: url("/images/pc_index/583044a87d393380ad40c1d56680899ca5ec2c2e107c09.png") -72px 0 no-repeat;
  width: 29px;
  height: 30px;
}

#header .message .message-num {
  position: absolute;
  right: -11px;
  bottom: -3px;
  width: 19px;
  height: 19px;
  border-radius: 19px;
  background-color: #69e6ec;
  color: #fff;
  text-align: center;
}

#header .message ul li {
  height: auto;
  margin-bottom: 10px;
}

#header .message ul li>a>.left {
  width: 30px;
  height: 30px;
  background-color: #EFFEFE;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .message ul li>a>.left>.msg-time {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FF6F6F;
  position: absolute;
  top: 3px;
  right: 0;
}

#header .message ul li>a>.right {
  flex: 1;
}

#header .message ul>li:first-child {
  font-weight: 600;
  font-size: 14px;
  position: sticky;
  top: -10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 9;
  padding-top: 10px;
  margin: 0 10px 10px;
}

#header .message ul>li:last-child {
  position: sticky;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  margin: 0;
}

#header .message ul>li:last-child a {
  height: 100%;
  margin: 0;
  line-height: 40px;
}

#header .message ul a {
  padding: 0;
  white-space: inherit;
  display: flex;
  padding: 5px 0;
  border-radius: 5px;
  transition: all 0.2s;
}

#header .message ul a.more-msg {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: rgba(63, 197, 203, 1);
  line-height: 14px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 0;
}

#header .message .msg-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

#header .message .msg-head-text {
  color: #333;
  line-height: 14px;
  font-size: 14px;
}

#header .message .msg-body {
  height: 36px;
  font-size: 12px;
  color: #666;
  line-height: 18px;
  overflow: hidden;
  word-wrap: break-word;
  width: 100%;
  /*word-break: break-all;*/
  position: relative;
  margin-bottom: 5px;
}

#header .message .msg-body:after {
  position: absolute;
  display: inline-block;
  background-color: rgba(242, 242, 242, 1);
  /*content: '...';*/
  bottom: 0;
  right: 0;
}

#header .message .msg-footer {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
}

#header .favorites {
  height: 28px;
  margin-right: 30px;
}

#header .carousel-text {
  width: 400px;
  background-color: #37bac1;
  line-height: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 20px;
  position: relative;
}

#header .clearfix {
  width: calc(100% - 300px);
}


#header .clearfix>div {
  margin: 0 15px;
  height: 50px;
  line-height: 50px;
}

#header .header-carousel-text {
  width: 506px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

#header .carousel-text .carousel-text-border {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  width: calc(100% - 40px);
  font-size: 12px;
  margin-left: 20px;
}

#header .carousel-text .carousel-text-main1 {
  float: left;
  width: 5000px;
  height: 56px;
  display: flex;
  align-items: center;
}

#header .carousel-text-main3,
#header .carousel-text-main2,
#header .carousel-text-main3 li,
#header .carousel-text-main2 li {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

#header .carousel-text ul>li {
  padding-right: 30px;
  text-decoration: underline;
}

#header .head-search {
  position: relative;
  left: -50px;
  display: flex;
  width: calc(100% - 950px);
}

#header .head-search .btn {
  width: 148px;
  height: 44px;
  background-color: #fff;
  border: 1px solid rgba(57, 195, 203, 1);
  border-radius: 5px 0px 0px 5px;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
}

#header .head-search #dropdownMenu1 {
  line-height: 18px;
  padding: 0;
  border-right: 0;
}

#header .head-search #dropdownMenu1>span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-right: 1px solid #ccc;
  padding: 0 15px;
}

#header .head-search .text-category {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 8px;
}

#header .head-search .btn:active {
  box-shadow: none;
}

#header .head-search input {
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(57, 195, 203, 1);
  border-bottom: 1px solid rgba(57, 195, 203, 1);
  outline: none;
  box-shadow: none;
  padding: 0 10px;
}

#header .head-search input::-webkit-input-placeholder {
  color: #8f95a0;
  font-size: 14px;
}

#header .head-search input::-moz-placeholder {
  color: #8f95a0;
  font-size: 14px;
}

#header .head-search input:-ms-input-placeholder {
  color: #8f95a0;
  font-size: 14px;
}

#header .head-search .search-input {
  position: relative;
  width: calc(100% - 228px);
}

#header .head-search .search-input ul {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  border: 1px solid rgba(242, 242, 242, 1);
  border-top: 0;
  padding: 10px;
}

#header .head-search .search-input ul a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #1f1f1f;
  padding: 10px;
}

#header .head-search .search-input ul a>img {
  margin-right: 8px;
}

#header .head-search .search-input ul a:hover {
  background-color: rgb(247 247 247);
  border-radius: 5px;
}

#header .head-search .btn-search {
  height: 44px;
  width: 100px;
  background: rgba(83, 196, 204, 1);
  border-radius: 0px 5px 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  transition: all 0.2s;
}

#header .head-search .btn-search:active {
  background: rgb(65, 141, 146);
}

#header .head-search .search-icon {
  cursor: pointer;
  background: url("/images/pc_index/668882bae44ccb8dfc69a2f9935d49cd6e27a316929a52.svg") 0 0 no-repeat;
  width: 22px;
  height: 22px;
}

#header .head-search .dropdown-menu {
  overflow-y: scroll;
  scrollbar-width: thin;
  padding: 10px;
  height: 500px;
}

#header .head-search .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  height: 110px;
  background-color: #f5f5f5;
}

#header .head-search .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#header .head-search .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

#header .head-search .dropdown-menu::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

#header .head-search .dropdown-menu>li>a {
  font-size: 14px;
  color: #666;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
}

#header .head-search .dropdown-menu>li>a img {
  opacity: 0;
}

#header .head-search .dropdown-menu>li>a.active {
  color: #000;
  font-family: 'Inter';
  background: rgb(247 247 247);
}

#header .head-search .dropdown-menu>li>a.active img {
  opacity: 1;
}

#header .head-search .dropdown-menu>li>a:hover {
  background: rgb(247 247 247);
  color: #000;
  font-family: 'Inter';
}

#header .flag {
  position: relative;
  padding: 0 9px;
}

#header .flag>a {
  text-decoration: none;
  color: #808080;
}

#header .flag .dropdown-menu {
  padding: 10px;
  border: 1px solid #eee !important;
}

#header .flag .dropdown-menu>li>a {
  padding: 15px 12px;
  width: 200px;
  border-radius: 5px;
  transition: all 0.2s;
  color: #666;
}

#header .flag .dropdown-menu>li>a:hover {
  color: #000 !important;
  font-family: 'Inter';
  background: #F5F7FA;
}

#header .flag .dropdown-menu>li>a>span {
  font-size: 14px;
  margin-left: 3px;
  display: inline-block;
  width: 100px;
}

#header .flag .dropdown-menu>li>.activeDomain {
  background-color: #F5F7FA;
}

#header .flag .dropdown-menu>li>.activeDomain>span {
  color: #000 !important;
  font-family: 'Inter';
}

#header .flag .dropdown-menu>li>a>.hook {
  width: 12px;
  margin-left: 20px;
}

#header .user {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
}

#header .user .user-icon {
  display: inline-block;
  margin-right: 5px;
}

#header .user a,
#header .user span-custom {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 16px;
  text-decoration: none;
  outline: none;
  padding: 0 10px;
}

#header .user a.dropdown-toggle {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#header .user>span {
  font-weight: 400;
  color: #808080;
}

#header .user li a .icon {
  display: inline-block;
  background: url("/images/pc_index/855147160f7f300fcfd4840d6716104c12cf85b371e405.svg") no-repeat;
  margin-right: 20px;
}


#header .user li a .icon-invite-friend {
  width: 20px;
  height: 20px;
  background-position: 0 -208px;
}

#header .user li a .icon-point {
  width: 20px;
  height: 20px;
  background: url("/images/pc_index/7630373d5f11773eecec6e5e43eb6ac9e276aac575ad26.svg") 0 0 no-repeat;
  display: inline-block;
  margin-right: 20px;
}

#header .user li .icon-triangle {
  display: inline-block;
  position: absolute;
  top: -15px;
  right: 61px;
  width: 28px;
  height: 15px;
  background: url("/images/pc_index/583044a87d393380ad40c1d56680899ca5ec2c2e107c09.png") 0 -232px no-repeat;
}

#header .user .dropdown-menu>li>a:hover {
  background-color: #f0f5f8;
}

#header .user ul {
  width: 260px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  left: -125px;
  padding: 10px;
  border: 0;
  top: 150%;
}

#header .user ul li a {
  padding: 15px;
  border-radius: 5px;
  transition: all 0.2s;
  color: #666;
}

#header .user ul li a:hover {
  color: #333;
  font-weight: 600;
}

#header .user a.dropdown-toggle {
  display: flex;
  align-items: center;
}

#header .user a.dropdown-toggle span:not(.user-icon) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95px;
  margin-right: 5px;
}

#header .seller a {
  background: rgba(100, 229, 237, 0.1);
  text-decoration: none;
  outline: none;
  border-radius: 4px;
  border: 1px solid rgba(69, 196, 203, 1);
  font-size: 14px;
  line-height: 30px;
  width: 105px;
  display: inline-block;
  text-align: center;
  padding: 0;
  color: #45c4cb;
  transition: all 0.2s;
}

#header .seller a:hover {
  background: rgba(56, 196, 202, 1);
  color: #fff;
}

#header .seller {
  margin-left: 10px;
}

#footer {
  background-color: rgba(56, 196, 202, 1) !important;
  padding-top: 42px !important;
  padding-bottom: 18px;
  text-align: left !important;
}

#footer img {
  float: none !important;
  margin-left: 0 !important;
}

#footer>div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#footer>div>div a,
#footer>div>div span {
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 8px 0;
  transition: all 0.3s;
  cursor: pointer;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#footer>div>div a:hover,
#footer>div>div span:hover {
  color: #fff;
}

#footer>div>div>div:first-child a,
#footer>div>div>div:first-child,
#footer>div>div>div:first-child span {
  color: #fff;
  font-weight: bold;
}

#footer>div>div.app>div:first-child {
  font-size: 12px;
  line-height: 14px;
  padding: 8px 0;
}

#footer .send-email {
  display: flex;
}

#footer .send-email input {
  width: 168px;
  border: 0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  line-height: 36px;
  height: 36px;
  background-color: #fff;
  padding: 0 10px 0 20px;
  outline: none;
  box-shadow: none;
}

#footer .send-email input::-webkit-input-placeholder {
  color: #b4b4b4;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#footer .send-email input::-moz-placeholder {
  color: #b4b4b4;
  font-size: 12px;
}

#footer .send-email input:-ms-input-placeholder {
  color: #b4b4b4;
  font-size: 12px;
}

#footer .send-email button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  width: 49px;
  height: 36px;
  border-bottom-right-radius: 36px;
  border-top-right-radius: 36px;
  background-color: rgba(253, 216, 89, 1);
}

#footer .other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  margin: 8px auto 14px;
}

#footer>.other>div a {
  padding: 0;
}

#footer>p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#footer>p a {
  text-decoration: none;
  color: #fff;
}

#footer>p span {
  font-weight: bold;
  font-size: 18px;
  margin: 0 3px;
}

#bf-level {
  position: relative;
  width: 180px;
  display: flex;
  padding: 0 18px;
  align-items: center;
}

#bf-level>img {
  position: absolute;
  top: -14px;
  left: -62px;
  z-index: 1;
}

#header #bf_entrance {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
  color: #ffe2a6 !important;
  line-height: 19px;
}

#delta {
  display: inline-block;
  width: 8px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 5px solid #ffe2a6;
  margin: 4px 0 0 7px;
}

.second-level {
  background-color: #ffffff;
  position: absolute;
  z-index: 99;
  top: 64px;
  left: -46px;
  padding: 21px 0;
  display: none;
  background: #000000;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(189, 167, 119, 1);
  border-radius: 10px;
}

.second-level .baluster {
  position: relative;
}

.second-level .baluster>img {
  position: absolute;
  top: -32px;
  left: -5px;
}

.second-level .child-level {
  display: block;
  width: 240px;
  padding: 0 26px;
  font-size: 14px;
  color: #ffe2a6;
}

.child-level:hover {
  color: #ffe2a6;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
}

.second-level>span {
  display: inline-block;
  width: 164px;
  text-align: center;
}

.new_source_page_switch {
  width: 320px;
  margin-right: 31px;
  cursor: pointer;
  position: relative;
}

.new_source_page_switch .new_source_page_switch_btn {
  transition: all 0.3s;
  background-color: transparent;
  padding: 7px 15px;
  border-radius: 4px;
}

.new_source_page_switch .new_source_page_switch_btn:hover {
  background-color: rgba(80, 79, 79, 0.2);
}

.new_source_page_switch_title1 {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.new_source_page_switch_title2 {
  font-size: 14px;
  color: #FFFFFF;
  opacity: .6;
  margin-left: 3px;
}

.new_source_page_box {
  display: none;
  padding: 0 !important;
  height: 100% !important;
  width: 100% !important;
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}

.new_source_page {
  width: 860px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF linear-gradient(180deg, #D9FDFF 0%, #FFFFFF 16%, #FFFFFF 100%);
  border-radius: 20px;
  overflow: hidden;
}

.new_source_page_header {
  border: 1px solid transparent;
}

.close_new_source_page {
  margin-top: 20px;
  margin-left: 820px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: all .3s;
}

.close_new_source_page:hover {
  background-color: #f3f3f3;
}

.new_source_page_header_title1 {
  height: 40px;
  font-size: 24px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  text-align: center;
}

.new_source_page_header_title2 {
  font-size: 15px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #666;
  line-height: 18px;
  text-align: center;

}

.new_source_page_header_bottom {
  width: 730px;
  height: 1px;
  border: 1px dashed #EEEEEE;
  margin: 25px auto;

}

.new_source_page_body {
  display: flex;
  width: 800px;
  height: 300px;
  flex-wrap: wrap;
  pointer-events: none
}

.new_source_page_body_title {
  font-size: 16px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-bottom: 8px;
}

.new_source_page_body_box {
  margin-left: 65px;
}

.new_source_page_item_text {
  line-height: 16px;
  width: 160px;
  display: inline-block;
  pointer-events: none;
  vertical-align: super;
}

.new_source_page_body_input {
  display: none;
  width: 85%;
  height: 42px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  margin: 10px auto;
  text-indent: 20px;
}

.new_source_page_item_active {
  width: 180px;
  height: 60px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 6px;
  background: #3FD6DD;
  border-radius: 4px;
  font-size: 14px;
  font-family: Helvetica;
  color: #FFFFFF;
  cursor: pointer;
  pointer-events: all;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_source_page_item_blur {
  width: 180px;
  height: 60px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 6px;
  background: #F5F7FA;
  border-radius: 4px;
  font-size: 14px;
  font-family: Helvetica;
  color: #333333;
  cursor: pointer;
  pointer-events: all;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.new_source_page_body_submit {
  width: 167px;
  height: 38px;
  border-radius: 4px;
  background: #3FD6DD;
  margin: 20px auto;
  font-size: 14px;
  font-family: Helvetica;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}

.new_source_page_body_nosubmit {
  width: 167px;
  height: 38px;
  border-radius: 4px;
  background: #F5F7FA;
  margin: 20px auto;
  font-size: 14px;
  font-family: Helvetica;
  color: #666;
  align-items: center;
  text-align: center;
  line-height: 38px;
  pointer-events: none;
}

.new_source_submit_toast {
  display: none;
  height: 80px;
  width: 300px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 10px;
  text-align: center;
  line-height: 30px;
}

.download-app-entrances-box {
  display: none;
  padding: 0 !important;
  height: 100% !important;
  width: 100% !important;
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}

.download-app-page {
  width: 660px;
  height: 408px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFF1 linear-gradient(#52D7CB -34%, #FFFFFF 34%);
  border-radius: 10px;
}

.download-app-page .desc {
  margin-top: 18px;
  text-align: center;
}

.download-app-page .desc .text {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-style: normal;
}

.download-app-page .select .box-active {
  width: 180px;
  height: 180px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  border: 1px solid #39C3CB;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.download-app-page .select .box {
  width: 180px;
  height: 180px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.app-download-icon-head {
  height: 80px;
  display: flex;
  justify-content: center;
}

.download-app-page .select .icon {
  width: 50px;
  height: 50px;
  background: #F7F6F9;
  margin: 30px 46px 0px 46px;
  border-radius: 25px;
  display: grid;
  place-items: center;
}

#download-body {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.download-button {
  width: 130px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #39C3CB;
  font-size: 14px;
  color: #39C3CB;
  font-style: normal;
  display: grid;
  place-items: center;
}

.download-button-active {
  width: 130px;
  height: 36px;
  background: #39C3CB;
  border-radius: 4px;
  border: 1px solid #39C3CB;
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  display: grid;
  place-items: center;
}

.app-introduce {
  font-size: 12px;
  color: #666666;
  line-height: 14px;
  text-align: center;
  font-style: normal;
  margin-top: 10px;
}

.download-app-page-header {
  height: 32px;
}

.close-download-app-page {
  margin-left: 625px;
  margin-top: 12px;
}

#headerSellerMsg .seller-msg .seller-msg_img {
  display: inline-block;
  height: 100px;
  padding: 20px;
}

@media (max-width: 1650px) {
  #header .head-search .dropdown-menu {
    height: 384px;
  }

  #header .head-search .search-input ul {
    max-height: 384px;
    overflow-y: scroll;
  }

  #header .user {
    max-width: 155px;
    /* padding: 0px 7px; */
  }

  #header .user a.dropdown-toggle span:not(.user-icon) {
    max-width: 75px;
  }

  #header .head-search .btn-search {
    width: 80px;
  }
}

@media (max-width: 1350px) {
  #header .user {
    padding: 0 7px;
  }

  #header>div:first-child {
    padding: 45px 15px 40px;
  }

  #header>div:last-child {
    margin: 25px 15px 0;
  }

  #header .carousel-text {
    width: 340px;
  }

  #header .clearfix {
    width: calc(100% - 580px);
    /* width: calc(100% - 540px); */
  }

  #header .user a.dropdown-toggle span:not(.user-icon) {
    max-width: 95px;
  }

  #bf-level>img {
    left: -55px;
  }

  .second-level {
    left: -39px;
  }
}

@media (max-width: 1280px) {
  #header .logo>a>img:first-child {
    display: none;
  }

  #header .logo>a>img:last-child {
    display: inline-block;
    width: 35px;
  }

  #footer>div {
    width: 100%;
    padding: 0 15px;
  }

  #header .head-search {
    width: calc(100% - 567px);
  }

  #header .carousel-text {
    width: 240px;
    padding: 0 10px;
  }

  #header .clearfix {
    /* width: calc(100% - 420px); */
    width: calc(100% - 460px);
  }

  #header .carousel-text .carousel-text-border {
    width: calc(100% - 20px);
    margin-left: 10px;
  }

  #header .clearfix>div {
    margin: 0 20px;
  }
}

@media (max-width: 1080px) {
  #header .clearfix {
    /* width: calc(100% - 400px); */
    width: calc(100% - 450px);
  }
}

@media (max-width: 992px) {
  #header .clearfix {
    width: calc(100% - 600px);
  }

  #header .clearfix>div {
    margin: 0 15px;
  }

  #header .seller {
    display: none;
  }

  #header .head-search {
    width: calc(100% - 505px);
  }

  #header .user {
    padding-right: 0;
  }

  #header .hearder-home {
    display: none;
  }

  #header .user .user-icon {
    display: none;
  }

  #header .user {
    border-right: 0;
  }

  #header .carousel-text {
    display: none;
  }

  #header .clearfix {
    width: calc(100% - 50px);
    /* width: calc(100% - 160px); */
  }
}

@media (max-width: 880px) {
  #footer>div {
    width: 700px;
    display: block;
  }

  #footer>div:after {
    display: table;
    content: "";
    clear: both;
  }

  #footer>div>div {
    float: left;
    height: 160px;
    margin-right: 40px;
  }

  #footer>div>div:nth-child(4),
  #footer>div>div:nth-child(5) {
    height: 120px;
  }

  #footer>div.other>div {
    height: auto;
  }

  #header .seller {
    display: none;
  }
}

@media (max-width: 840px) {
  #header .clearfix>div {
    margin: 0 20px;
  }

  #header .user {
    border-right: 0;
  }
}

#headerMsg .modal-content {
  border-radius: 0;
}

#headerMsg .modal-header {
  padding: 0;
}

#headerMsg .modal-header h4 {
  line-height: 44px;
  padding-left: 30px;
  font-size: 14px;
  border-bottom: 1px solid rgba(216, 216, 216, 1);
}

#headerMsg .modal-header .close {
  font-weight: normal;
  opacity: 1;
  line-height: 12px;
  margin-right: 11px;
  margin-top: 11px;
}

#headerMsg .modal-body {
  padding: 0;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 35px;
}

#headerMsg .modal-body>p {
  margin-bottom: 24px;
  font-size: 16px;
  color: #000;
  line-height: 14px;
}

#headerMsg .modal-body .msg-content-body {
  padding: 0 102px;
  margin-bottom: 25px;
}

#headerMsg .modal-body .msg-content-body>div {
  padding: 18px;
  background: rgba(252, 252, 252, 1);
  border: 1px solid rgba(233, 233, 233, 1);
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 21px;
  height: 308px;
}

#headerMsg .modal-body .btn {
  width: 100px;
  height: 40px;
  background: rgba(105, 230, 236, 1);
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(23, 58, 60, 1);
  line-height: 14px;
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #headerMsg .modal-body .msg-content-body {
    padding: 0 65px;
  }

  #headerSellerMsg .modal-dialog {
    width: 650px;
  }
}

#headerSellerMsg .modal-header {
  padding-left: 20px;
  padding-right: 20px;
}

#headerSellerMsg .modal-body {
  padding-left: 40px;
  padding-right: 40px;
}

#headerSellerMsg .product-msg {
  width: 100%;
  justify-content: space-between;
  padding: 13px 13px 8px;
  border: 1px solid #eee;
  text-decoration: none;
}

#headerSellerMsg .product-msg .msg-left-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

#headerSellerMsg .product-msg .msg-left-img img {
  position: absolute;
}

#headerSellerMsg .product-msg .product-msg-title {
  width: calc(100% - 120px);
  word-wrap: break-word;
  color: #2e8df3;
}

#headerSellerMsg .buyer-msg {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

#headerSellerMsg .buyer-msg .buyer-msg-time {
  font-size: 14px;
  color: #999;
  line-height: 16px;
}

#headerSellerMsg .buyer-msg .buyer-msg-text {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  word-wrap: break-word;
  width: 100%;
  margin-top: 5px;
}

#headerSellerMsg .seller-msg {
  margin-top: 20px;
  background-color: #f5f7f9;
  padding: 10px 7px;
}

#headerSellerMsg .seller-msg .seller-msg-time img {
  margin-right: 26px;
}

#headerSellerMsg .seller-msg .seller-msg-time span {
  color: #999999;
  line-height: 16px;
  font-size: 14px;
}


#headerSellerMsg .seller-msg .seller-msg-text {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  word-wrap: break-word;
}

#headerSellerMsg .msg-show-product {
  margin-top: 20px;
  justify-content: center;
}

#headerSellerMsg .msg-show-product .btn,
#headerSellerMsg .msg-show-product .btn:hover,
#headerSellerMsg .msg-show-product .btn:focus {
  background-color: #2ba0a7;
  border-color: #2ba0a7;
  color: #fff;
}

#headerSellerMsg .msg-show-product .btn {
  padding: 0;
  line-height: 32px;
  height: 32px;
  width: 140px;
}

#header .header-right .video .btn-guide {
  z-index: 21;
}

#headerMsgCoEditing .modal-dialog,
#headerMsgPaidArticles .modal-dialog {
  width: 740px;
}

#headerMsgCoEditing .modal-header,
#headerMsgPaidArticles .modal-header {
  padding-left: 38px;
}

#headerMsgCoEditing .modal-body,
#headerMsgPaidArticles .modal-body {
  padding: 26px 38px;
}

#headerMsgPaidArticles .modal-body {
  padding-bottom: 34px;
}

#headerMsgCoEditing h4,
#headerMsgPaidArticles h4 {
  font-size: 14px;
  color: #000000;
  line-height: 17px;
}

#headerMsgCoEditing .bold {
  font-weight: bold;
}

#headerMsgCoEditing p,
#headerMsgPaidArticles p {
  margin-bottom: 20px;
}

#headerMsgCoEditing .flex,
#headerMsgPaidArticles .flex {
  justify-content: center;
  padding-top: 14px;
}

#headerMsgCoEditing .flex .btn,
#headerMsgPaidArticles .flex .btn {
  width: 100px;
  height: 32px;
  background: #2ebfc0;
  padding: 0;
  border: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  outline: none;
}

#headerMsgPaidArticles .blue {
  color: rgba(46, 191, 192, 1);
}

.sign-up {
  /* color: #333333; */
  font-weight: 400;
  display: block;
  width: 80px;
  height: 34px;
  background: #39c3cb;
  border-radius: 4px;
  color: white !important;
  text-align: center;
  line-height: 34px !important;
}

.video .guide-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
}

.video .guide {
  position: absolute;
  top: -12px;
  left: -24px;
  z-index: 21;
  display: none;
}

.video .guide p {
  position: absolute;
  top: 157px;
  line-height: 27px;
  color: #fff;
  left: -65px;
  font-size: 14px;
  z-index: 21;
  width: 300px;
}

.video .guide a {
  position: absolute;
  top: 233px;
  left: 37px;
  z-index: 21;
  color: #fff;
  text-decoration: none;
  display: flex;
  width: 84px;
  height: 30px;
  line-height: 30px;
  justify-content: center;
}

.video .guide-modal {
  display: none;
}

#feedBack h4 {
  font-size: 14px;
  color: #000;
  line-height: 14px;
  font-weight: bold;
}

#feedBack .modal-header {
  padding: 17px 18px;
}

#feedBack .form-group {
  display: flex;
  padding-right: 20px;
}

#feedBack .form-group textarea {
  flex: 1;
  height: 100px;
  font-size: 12px;
  color: rgba(10, 10, 10, 1);
  line-height: 20px;
  padding: 13px 22px;
  resize: none;
}

#feedBack .form-group textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: rgba(155, 155, 155, 1);
  line-height: 20px;
}

#feedBack .form-group textarea:-moz-placeholder {
  font-size: 12px;
  color: rgba(155, 155, 155, 1);
  line-height: 20px;
}

#feedBack .form-group textarea::-moz-placeholder {
  font-size: 12px;
  color: rgba(155, 155, 155, 1);
  line-height: 20px;
}

#feedBack .form-group textarea:-ms-input-placeholder {
  font-size: 12px;
  color: rgba(155, 155, 155, 1);
  line-height: 20px;
}

#feedBack .form-group label,
.copy-label {
  display: flex;
  align-content: center;
  font-size: 14px;
  color: #000;
  width: 88px;
  margin-right: 21px;
  line-height: 16px;
  font-weight: 100;
}

#feedBack .form-group label>span:first-child,
#feedBack .copy-label>span:first-child {
  display: inline-block;
  width: 6px;
  color: red;
  margin-right: 6px;
}

#feedBack .form-group .img-group input {
  display: none;
}

#feedBack .form-group .img-group label {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 1px solid #cdcdcd;
  background-color: rgba(249, 249, 249, 1);
  cursor: pointer;
}

#feedBack .submit-back {
  display: flex;
  justify-content: center;
}

#feedBack .submit-back button {
  width: 110px;
  height: 32px;
  background: rgba(0, 198, 204, 0.3);
  border-radius: 5px;
  padding-right: 0;
  line-height: 32px;
  text-align: center;
  box-shadow: none;
  border: 0;
  color: #fff;
  outline: none;
}

#feedBack .form-group .imgs {
  display: flex;
}

#feedBack .form-group .imgs>div {
  position: relative;
  margin-right: 18px;
}

#feedBack .form-group .imgs>div>div {
  overflow: hidden;
  width: 60px;
  height: 60px;
  position: relative;
}

#feedBack .form-group .imgs>div img {
  position: absolute;
}

#feedBack .form-group .imgs>div span {
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: red;
  width: 20px;
  height: 20px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
}

#feedBack .modal-dialog {
  top: 50%;
  margin-top: -170px;
}

#feedBackTiTitle .modal-content {
  border-radius: 8px;
  border: 0;
}

#feedBackTiTitle .modal-body {
  font-size: 16px;
  line-height: 23px;
  background: rgba(0, 0, 0, 0.86);
  text-align: center;
  color: #fff;
  border-radius: 8px;
}

#feedBackTiTitle .modal-dialog {
  top: 50%;
  margin-top: -40px;
}

.christmas_time {
  position: relative;
  padding: 0 40px;
  /* background-color: #fff; */
  margin-top: 16px;
}

.christmas_time>img {
  width: 100%;
}

.christmas_time .countdown {
  position: absolute;
  top: 58%;
  left: 50%;
  font-size: 35px;
  color: #ffffff;
  font-weight: bold;
  line-height: 45px;
  width: 640px;
  justify-content: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 36px;
  height: 37px;
}

.christmas_time .countdown .stasrt-text {
  font-size: 14px;
  color: #ffffff;
  line-height: 17px;
}

.christmas_time .countdown .countdown-time {
  justify-content: space-between;
  width: calc(100% - 80px);
}

.christmas_time .countdown .time-text {
  font-size: 20px;
  color: #ffffff;
  line-height: 14px;
  margin-top: 16px;
}

.christmas_time .bf_subtitle {
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}

.christmas_time .num_col {
  padding: 10px 16px;
  background: url("../images/bf-border.png");
  background-size: 100% 100%;
}

#us_col .bf_subtitle {
  color: #ffe3c4;
  font-size: 20px;
  line-height: 24px;
  top: 23%;
}

#us_col .num_col {
  background: url("../images/bf-usborder.png");
  background-size: 100% 100%;
  padding: 0px 4px;
}

#us_col .time-text {
  margin-top: 0;
  margin-left: 8px;
}

#us_col .countdown {
  top: 48%;
}

#us_col .countdown {
  padding: 0 48px;
}

@media (max-width: 1700px) {
  .christmas_time .bf_subtitle {
    top: 28%;
  }

  .christmas_time .countdown {
    top: 54%;
  }
}

@media (max-width: 1560px) {
  .christmas_time .countdown {
    font-size: 24px;
    line-height: 18px;
    width: 510px;
    height: 29px;
    padding: 0 54px;
    top: 58%;
  }

  .christmas_time .bf_subtitle {
    font-size: 14px;
    line-height: 18px;
    top: 32%;
  }

  .christmas_time .num_col {
    padding: 16px 14px;
  }

  .christmas_time .countdown .time-text {
    font-size: 16px;
    margin-top: 12px;
  }

  .christmas_time .countdown .countdown-time {
    width: calc(100% - 10px);
  }

  .christmas_time .countdown .stasrt-text {
    font-size: 12px;
    line-height: 14px;
  }

  #us_col .countdown {
    padding: 0 58px;
    font-size: 28px;
    line-height: 21px;
  }

  #us_col .bf_subtitle {
    font-size: 16px;
    top: 20%;
  }

  #us_col .num_col {
    padding: 6px 4px;
  }

  #us_col .time-text {
    margin-left: 6px;
  }
}

@media (max-width: 1350px) {
  .christmas_time {
    padding: 0 15px;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 1280px) {
  .christmas_time {
    padding: 0 15px;
  }

  .christmas_time .countdown {
    height: 25px;
    font-size: 25px;
    line-height: 20px;
    width: 476px;
    padding: 0 44px;
    top: 58%;
  }

  .christmas_time .num_col {
    padding: 16px 14px;
  }

  .christmas_time .countdown .time-text {
    font-size: 14px;
    margin-top: 8px;
    margin-left: 2px;
  }

  .christmas_time .bf_subtitle {
    font-size: 14px;
    line-height: 18px;
    top: 28%;
  }

  #us_col .countdown {
    padding: 0 74px;
    font-size: 26px;
    line-height: 20px;
  }

  #us_col .bf_subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  #us_col .time-text {
    font-size: 14px;
    margin-left: 4px;
  }

  #us_col .num_col {
    padding: 5px 3px;
  }
}

@media (max-width: 1280px) and (min-width: 992px) {
  .visible-lg {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }
}

@media (max-width: 1090px) {
  .christmas_time .countdown {
    height: 24px;
  }

  .christmas_time .bf_subtitle {
    top: 24%;
  }
}

@media (max-width: 992px) {
  .christmas_time .bf_subtitle {
    font-size: 12px;
    top: 22%;
  }

  .christmas_time .countdown .time-text {
    font-size: 12px;
    margin-top: 11px;
  }

  .christmas_time .countdown {
    width: 430px;
    height: 22px;
    top: 54%;
    padding: 0 16px;
    font-size: 20px;
    line-height: 22px;
  }

  .christmas_time .num_col {
    padding: 10px;
  }

  .christmas_time .countdown .countdown-time {
    width: calc(100% - 76px);
  }

  #us_col .bf_subtitle {
    font-size: 12px;
  }

  #us_col .countdown {
    font-size: 20px;
    line-height: 14px;
  }

  #us_col .time-text {
    font-size: 12px;
  }

  #us_col .countdown {
    padding: 0 36px;
  }
}

@media (max-width: 890px) {
  .christmas_time .countdown {
    width: 390px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .christmas_time .bf_subtitle {
    font-size: 10px;
    top: 20%;
  }

  .christmas_time .countdown .countdown-time {
    width: calc(100% - 74px);
  }

  .christmas_time .countdown .time-text {
    font-size: 11px;
    margin-top: 10px;
    margin-left: 0;
  }

  #us_col .countdown {
    width: 400px;
  }

  #us_col .bf_subtitle {
    top: 16%;
  }
}

@media (max-width: 870px) {
  .christmas_time .countdown {
    height: 20px;
  }
}

@media (max-width: 768px) {
  .christmas_time .bf_subtitle {
    font-size: 8px;
    line-height: 9px;
    top: 25%;
  }

  .christmas_time .countdown {
    font-size: 14px;
    line-height: 16px;
    padding: 0 44px;
    top: 50%;
  }

  .christmas_time .countdown .time-text {
    font-size: 9px;
    line-height: 12px;
    margin-top: 6px;
  }

  .christmas_time .num_col {
    padding: 8px 9px;
  }

  #us_col .bf_subtitle {
    font-size: 11px;
  }

  #us_col .countdown {
    font-size: 16px;
    line-height: 11px;
  }

  #us_col .time-text {
    font-size: 11px;
  }

  #us_col .countdown {
    width: 390px;
    padding: 0 42px;
  }
}

.pull-CATEGORIES {
  position: relative;
  padding: 0 62px 0 20px;
  margin-left: 0 !important;
  background-color: #1A9FA766;
}

.pull-CATEGORIES>.header-text {
  padding: 0 10px 0 0 !important;
}

.pull-CATEGORIES .list-unstyled {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: white;
  z-index: 99;
  min-width: 300px;
  line-height: 42px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  text-indent: 26px;
  padding: 10px;

  /* 初始状态：隐藏 + 向上收起 */
  height: 0;
  overflow: auto;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.25s ease;
}

.clearfix .pull-CATEGORIES:hover>.list-unstyled {
    height: 600px;
    /* 足够大即可 */
    opacity: 1;
    transform: translateY(0);
}


.pull-CATEGORIES .list-unstyled li a {
  display: block;
  outline: none;
  color: #262630;
  text-decoration: none;
  background-color: white;
  transition: all 0.25s ease;
}

.pull-CATEGORIES .list-unstyled li a span {
  position: relative;
  left: -10px;
}

.pull-CATEGORIES .list-unstyled li a:hover {
  background-color: #f3f3f3;
  color: #333;
  border-radius: 10px;
}

.pull-CATEGORIES .categories-more-icon {
  display: inline-block;
  background: url(/images/icon_category.png) 0 0 no-repeat;
  width: 12px;
  height: 12px;
}


.pull-CATEGORIES .list-unstyled::-webkit-scrollbar {
  width: 5px;
  height: 110px;
  background-color: white;
}

.pull-CATEGORIES .list-unstyled::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
  /* background-color: #f5f5f5; */
  background-color: white;
}

.pull-CATEGORIES .list-unstyled::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #E0E0E0;
}

.pull-CATEGORIES .list-unstyled::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}


.prize_btn {
  width: 161px;
  height: 34px;
  background: #FDD859;
  border-radius: 4px;
  position: absolute;
  left: -180px;
  top: 6px;
  display: none;
  line-height: 34px;
  transition: all 0.3s;
}

.prize_btn:hover {
  background: #e7c968;
}

.prize_btn>span {
  color: #7C6100;
}

.prize_btn>div {
  margin: 0 7px 0 13px;
  float: left;
}

.Popular_categories {
  height: 58px;
  background: #FFFFFF;
  border-radius: 6px;
  margin: 10px 40px;
  display: none;
  overflow: hidden;
  flex-wrap: wrap;
}

.Popular_categories>a {
  display: inline-block;
  padding: 0 14px;
  background: #F8F8F8;
  border-radius: 5px;
  text-decoration: none;
  color: #333333;
  margin-right: 20px;
  transition: all 0.3s;
  font-family: 'Inter', sans-serif;
  white-space: nowrap;
  margin-top: 9px;
  height: 40px;
  line-height: 40px;
}

.Popular_categories>a:hover {
  background: #E3F6F7;
}