@import "../activity/css/activity.css";
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-SemiBold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Light.ttf');
  font-weight: 300;
}
html, body {
  font-family: 'Rubik';
  font-style: normal;
}
/* header css */
.head {
  padding: 0 15px;
}

.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: 50%;
  transform: translateY(-50%);
  height: 29px;
  width: 100%;
  /* z-index: -1; */
}

.head .container .menu ul li.pro-list {
  position: relative;
}

.head .container .menu ul li.pro-list .product-more {
  padding: 20px 8px 4px;
  left: -280px;
  top: 52px;
  width: 700px;
  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 13px;
  color: #a0a0a0;
  font-weight: lighter;
  text-align: left;
}

.head .container .menu .product-more .product-list .product {
  display: flex;
  align-items: center;
}

.head .container .menu .product-more .product-list .product .product-figure {
  margin-right: 10px;
}

.head .container .menu ul li.pro-list .product-more .flex-box .flex-item .product-music-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.head .container .menu ul li.pro-list .product-more .flex-box .flex-item .product-music-list .product-music {
  width: 48%;
  padding: 6px 10px;
}

.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;
}

/* .product-name .item-new {
  background: url(../img/all-in-one-new/new-icon.png);
  width: 30px;
  height: 12px;
  background-size: cover;
  position: absolute;
  margin-left: 10px;
} */

/* .product-name {
  position: relative;
  display: inline-block;
} */

.product-name .item-new::after {
  content: "NEU";
  /* position: absolute;
  top: -5px;
  right: -10px; */
  background-color: rgb(255, 77, 79, 0.8);
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 6px;
  text-transform: uppercase;
  line-height: 1;
}

.head .container .menu ul li.pro-list .product-more .flex-box .flex-item .product-music-list .product-music .product-name {
  text-align: left;
  margin: 10px 0;
}

.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: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.head .container .menu ul li#support {
  position: relative;
}

.head .container .menu ul li#support .support-more-new {
  position: absolute;
  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;
  background: #ffffff;
  z-index: 999;
  display: none;
}

.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;
}

.mobile_nav_all {
  display: none;
  z-index: 200;
  position: relative;
  top: 0;
  background: #fff;
}

.mobile_nav {
  width: 100%;
  z-index: 50;
}

.mobile_nav li {
  width: 100%;
}

.mobile_nav li .p_list {
  background: #f4fafe;
  width: 100%;
  padding: 10px 15px 0 15px;
  transition: unset;
}

.mobile_nav li .support-list {
  padding-bottom: 15px;
}

.mobile_nav li a {
  padding: 0 15px;
}

.mobile_nav li.pro-list {
  border-top: 3px solid #eaeaea;
}

.mobile_nav_close {
  display: none;
  position: absolute;
  right: 12px;
  top: 13px;
  font-size: 23px;
}

.mobile_nav hr {
  width: 100%;
  margin: 10px auto;
  border-color: #efeeee;
}

.mobile_nav ul {
  height: 100%;
}

.mobile_nav li a {
  color: #333333;
  font-size: 20px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #efeeee;
  line-height: 55px;
}

.mobile_nav .p_list {
  display: none;
  margin-top: 0 !important;
  padding-top: 15px;
}

.mobile_nav .p_list ul {
  margin-top: -10px;
}

.mobile_nav .p_list ul li {
  margin-bottom: 0px;
}

.mobile_nav>ul>li>a:hover {
  color: #1e96ec;
}

.mobile_nav .p_list {
  margin-top: 15px;
}

.mobile_nav .p_list .category {
  display: flex;
  flex-direction: column;
}

.mobile_nav .p_list .category .category-name {
  font-size: 18px;
  font-weight: bold;
}

.mobile_nav .p_list .category ul {
  padding: 10px 0;
}

.mobile_nav .p_list .category ul li a {
  font-size: 16px;
  color: #666666;
  line-height: 38px;
  height: auto !important;
  border-bottom: none;
}

.mobile_nav .p_list .category ul li a:hover {
  color: #1e96ec;
}

.mobile_nav .support-list {
  background-color: #f4fafe;
}

.mobile_nav .support-list ul li {
  height: 40px;
}

.mobile_nav .support-list ul li a {
  font-size: 16px;
  color: #666666;
  border-bottom: none !important;
}

.mobile_nav .support-list ul li a:hover {
  color: #1e96ec;
}

.mobile_nav .p_list ul li a {
  padding: 3px 0;
  font-size: 16px;
  display: inline;
}

.mobile_nav .more {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile_nav .more::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/index/down-arrow.svg) no-repeat center center;
}

.mobile_nav .more::after {
  transition: all 0.5s;
}

.mobile_nav .curr::after {
  transform: rotateX(180deg) !important;
}

.mobile_nav ul li.search {
  padding: 30px 15px;
}

.mobile_nav ul li.search .form-control {
  border: 0;
  text-align: center;
  width: 100%;
}

.mobile_nav ul li.search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mobile_nav ul li.search .search-box {
  position: relative;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-around;
}

.mobile_nav ul li.search .search-box input {
  background-color: transparent;
  width: 85%;
  text-align: left;
}

.mobile_nav ul li.search .search-box span {
  position: unset;
}

.mobile_nav ul li.search .input-group-btn {
  width: auto;
}

.mobile_nav ul li.search .search-btn {
  font-size: 28px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile_nav_all a:hover {
  color: #827502;
}



.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;
  text-decoration: none;
}

.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,.header .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,.header .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;
}


/* footer css */
.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;
  text-decoration: none;
  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 20px;
  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.com/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;
  }

  .head .container .menu-box ul {
    display: none;
  }

  .head .container .login-member {
    position: absolute;
    right: 50px;
    top: 12px;
  }

  .head .login-member .avatar,.header .login-member .avatar {
    margin-top: 3px;
  }
}