.head .container {
  height: 100%;
}

.head .container .menu {
  height: 100%;
  top: 0;
}

.head .container .menu ul {
  height: 100%;
}

.head .container .menu ul li {
  line-height: 32px;
  height: 100%;
}

.head .container .menu ul li:not(.head .container .menu ul li:last-child):hover {
  background: #1B3042;
  color: #fff;
}

.head .container .menu ul li:not(.head .container .menu ul li:last-child):hover a {
  color: #fff;
}

.head .container .menu ul li:not(.head .container .menu ul li:last-child):hover::after {
  display: none;
}

.head .container .menu ul li>a:hover {
  color: #fff !important;
}

.head .container .menu ul li.curr a {
  color: #fff !important;
}

.head .container .menu ul li.store {
  position: relative;
}

.head .container .menu ul li.store a {
  color: #fff;
}

.head .container .menu ul li.store::after {
  content: '';
  position: absolute;
  background: #FA8D3E;
  border-radius: 8px;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  height: 30px;
  width: 100%;
}

.head .container .menu ul li.pro-list {
  position: relative;
}

.head .container .menu ul li.pro-list .product-more {
  padding: 20px 8px 28px;
  /* left: -70px; */
  transform: translateX(-42%);
  top: 52px;
  width: 769px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.11);
  border-top: none;
  border-radius: 0px 0px 16px 16px;
}

.head .container .menu ul li.pro-list .product-more .flex-box {
  display: flex;
  flex-direction: column;
}

.head .container .menu ul li.pro-list .product-more .flex-box .flex-item {
  width: 100%;
}

.head .container .menu ul li.pro-list .product-more .flex-box .flex-item .type-name {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 14px 20px;
  color: #A0A0A0;
  font-weight: lighter;
}

.head .container .menu ul li.pro-list .product-more .flex-box .flex-item .product-music-list .product-music {
  padding: 10px 15px;
}

.head .container .menu ul li.pro-list .product-more .flex-box .flex-item .product-music-list .product-music:hover {
  background: rgba(27, 48, 66, 0.06);
  border-radius: 4px;
  color: #000 !important;
}

.head .container .menu ul li.pro-list .product-more .flex-box .flex-item .product-music-list .product-music img {
  width: 34px;
  height: 34px;
}

.head .container .menu ul li.pro-list .product-more .flex-box .flex-item .product-music-list .product-music .product-name {
  text-align: left;
}

.product-name .item-new {
  background: url('../../home/img/new-icon.png');
  width: 30px;
  height: 13px;
  background-size: cover;
  position: absolute;
  margin-left: 10px;
  top: 25px;
}

.head .container .menu ul li.pro-list .product-more .flex-box .flex-item .product-music-list .product-music .product-name .item-title {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-weight: bold;
}

.head .container .menu ul li.pro-list .product-more .flex-box .flex-item .product-music-list .product-music .product-name .item-desc {
  font-size: 12px;
  line-height: 14px;
  color: #A0A0A0;
  display: inline-block;
  margin-top: 5px;
  font-weight: lighter;
}

.head .container .menu ul li.pro-list .product-more .flex-box .flex-item:last-child {
  /* margin-top: 15px; */
  /* padding-top: 20px; */
  /* border-top: 1px solid #E5E5E5; */
}

.head .container .menu ul li#support {
  position: relative;
}

.head .container .menu ul li#support .support-more-new {
  top: 52px;
  left: 0;
  width: 220px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.11);
  border-radius: 0px 0px 16px 16px;
  border-top: none;
  padding: 8px;
}

.head .container .menu ul li#support .support-more-new a {
  display: flex;
  align-items: center;
  padding: 27px 10px;
  color: #000;
}

.head .container .menu ul li#support .support-more-new a:hover {
  background: rgba(27, 48, 66, 0.06);
  border-radius: 4px;
  color: #000;
}

.head .container .menu ul li#support .support-more-new a img {
  width: 27px;
  height: 27px;
}

.head .container .menu ul li#support .support-more-new a .support-desc {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-left: 16px;
  margin-top: 0;
  font-weight: bold;
}

.head .container .logo-box {
  height: 100%;
}

.mobile_nav_all ul {
  height: unset;
}

.foot .flex-container .flex-row .flex-col {
  flex: 0 0 20%;
}

.foot .flex-container .flex-row .flex-col .name {
  font-weight: bolder;
  font-size: 16px;
  color: #fff;
}

.foot .flex-container .flex-row .flex-col ul li a {
  font-weight: lighter;
  font-size: 12px;
  /* max-width: 120px; */
  display: inline-block;
}

.foot .flex-container .flex-row .flex-col .flex-col__cont p {
  font-weight: lighter;
  font-size: 12px;
}

.foot .flex-container .flex-row .flex-col .flex-col__cont .popup {
  background: linear-gradient(93.03deg, #4596E5 -9.17%, #4539CC 105.48%);
  border-radius: 8px;
  border: none;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  padding: 0 8px;
  font-weight: bolder;
  margin-top: 0;
}

.foot .flex-container .flex-row .flex-col .flex-col__cont .icons {
  margin-top: 35px;
  display: flex;
  align-items: center;
}

.foot .flex-container .flex-row .flex-col .flex-col__cont .icons .icons-item {
  background: rgba(243, 243, 243, 0.1);
  border-radius: 11px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot .flex-container .flex-row .flex-col .flex-col__cont .icons .icons-item:not(.foot .flex-container .flex-row .flex-col .flex-col__cont .icons .icons-item:first-child) {
  margin-left: 18px;
}

.foot .flex-container .flex-row .flex-col .flex-col__cont .icons .icons-item img {
  width: 22px;
}

.foot .foot-bottom .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot .foot-bottom .flex-box .foot-bottom p {
  font-size: 14px;
  line-height: 60px;
  color: #eaeaea;
}

.foot .foot-bottom .flex-box .language-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 10%;
  position: relative;
}

.foot .foot-bottom .flex-box .language-box img.lan-img {
  width: 17px;
  margin-right: 10px;
}

.foot .foot-bottom .flex-box .language-box img.arrow {
  margin-left: 6px;
  width: 8px;
}

.foot .foot-bottom .flex-box .language-box .lan-text {
  font-size: 12px;
  color: #D7DAED;
  cursor: pointer;
}

.foot .foot-bottom .flex-box .language-box .language-list {
  position: absolute;
  background: #2C465C;
  border: 1px solid #415264;
  box-sizing: border-box;
  width: 122px;
  padding: 13px 0 8px 16px;
  right: 0;
  bottom: 35px;
  display: none;
}

.foot .foot-bottom .flex-box .language-box .language-list ul {
  margin-top: 0;
}

.foot .foot-bottom .flex-box .language-box .language-list ul li:not(.foot .foot-bottom .flex-box .language-box .language-list ul li:first-child) {
  margin-top: 8px;
}

.foot .foot-bottom .flex-box .language-box .language-list ul li a {
  font-size: 12px;
  line-height: 200%;
  color: #D7DAED;
}

@media (max-width: 996px) {
  .foot .flex-container .flex-row {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .foot .flex-container .flex-row .flex-col {
    border-bottom: 1px solid #404f5d;
    padding-bottom: 15px;
  }

  .foot .flex-container .flex-row .flex-col .name {
    padding-top: 10px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }

  .foot .flex-container .flex-row .flex-col .name.down-arrow::after,
  .foot .flex-container .flex-row .flex-col .name:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background: url("https://cdn.tunefab.net/img/down-arrow.svg");
    width: 15px;
    height: 10px;
    background-size: 100% 100%;
  }

  .foot .flex-container .flex-row .flex-col .name.down-arrow:after {
    transform: translateY(-50%) rotate(0deg);
  }

  .foot .flex-container .flex-row .flex-col ul {
    margin-top: 0;
  }

  .foot .foot-bottom {
    border-top: unset;
  }

  .foot .foot-bottom .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .foot .foot-bottom .flex-box p {
    font-size: 12px;
    line-height: 24px;
  }

  .foot .foot-bottom .flex-box .language-box {
    display: none;
  }
}

/* TH New Prompt*/
.prompt-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  --theme-color: #43CA9A;
}

.prompt-box .mask {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.prompt-content {
  width: 550px;
  max-width: 95%;
  padding: 28px 12px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.prompt-content .prompt-title {
  font-size: 24px;
  color: #231815;
}

.prompt-content .prompt-text {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #231815;
}

.prompt-box a {
  text-decoration: none;
}

.prompt-box a:hover {
  text-decoration: underline;
}

.btns {
  display: flex;
  flex-direction: column;
}

.btns button {
  margin-top: 20px;
  height: 48px;
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  background-color: transparent;
  color: var(--theme-color);
  cursor: pointer;
}

.btns .cookie-btn {
  background-color: var(--theme-color);
  color: #fff;
}

#refuse-button {
  margin-top: 20px;
}

.head .container .login-member {
  display: flex;
  align-items: center;
  width: max-content;
  margin-left: 30px;
}

.head .container .login-member .login-member-btn {
  border-radius: 8px;
  border: 1px solid #4E8CFF;
  background: #FFF;
  padding: 5px 10px 7px 10px;
  color: #4E8CFF;
  font-size: 14px;
  transition: all 0.3s;
  line-height: normal;
}

.head .container .login-member .login-member-btn:hover {
  background: #4E8CFF;
  color: #FFF;
}

.head .container .menu-box {
  display: flex;
  align-items: center;
}

.head .login-member .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  overflow: hidden;
}

.head .login-member .avatar img {
  width: 100%;
  height: 100%;
}

.head .login-member .avatar:hover {
  border: 1px solid #002E99;
}

.head .login-member .loading-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head .login-member .loading-box .loading-box-inner {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: url(../../home/images/loading-d.png) no-repeat center center;
  background-size: cover;
  animation: rotate 1s linear infinite;
}

.head .login-member .loading-box .loading-box-inner:hover {
  background: url(../../home/images/loading-h.png) no-repeat center center;
  background-size: cover;
}

@media(max-width: 680px) {
  .prompt-content .prompt-title {
    font-size: 20px;
  }

  .prompt-content .prompt-text {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .head .container .menu-box ul {
    display: none;
  }

  .head .container .login-member {
    position: absolute;
    right: 50px;
    top: 12px;
  }

  .head .login-member .avatar {
    margin-top: 3px;
  }
}