.lang-selector ul {max-height: 160px !important;}

/*---mo-header---*/

.sitetop-song {
  display: none;
  background: #333;
  height: 50px;
  line-height: 50px;
}
.sitetop-song .row {
  justify-content: space-between;
}
[dir="rtl"] .sitetop-song .row {
  flex-direction: row-reverse;
}

.sitetop-song span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.sitetop-song span.mo-header-search-song {
  margin-right: 10px;
}

.sitetop-song span i {
  font-size: 24px;
  line-height: 50px;
}


.mo-search-song {
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid #222;
  position: absolute;
  left: 0;
  top: 51px;
  width: 100%;
  background: #333;
  box-sizing: border-box;
  z-index: 22;
}

.mo-search-song .form-control {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 85%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px 0 0 4px;
}

.mo-search-song .submit_btn {
  float: left;
  width: 15%;
  height: 34px;
  line-height: 34px;
  background: var(--color-primary);
  border: none;
  font-size: 18px;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

.sutong-mo-leftmenu{background:#F5F5F5;position:fixed;top:0;left:0;bottom:0;overflow-x:hidden;box-sizing:content-box;width:70%;max-width:350px;-webkit-overflow-scrolling:touch;z-index:999 !important;transition:all .4s cubic-bezier(0.7,0,0.2,1);box-shadow:0 0 40px rgba(82,85,90,0.1);transform:translateX(-100%)}
.sutong-mo-leftmenu .tit{height:50px;background:#333;display:flex;justify-content:space-between;align-items:center;}
.sutong-mo-leftmenu .tit h6{color:#fff;padding:0 0 0 15px;font-size:18px;font-weight:bold;}
.sutong-mo-leftmenu .tit span{cursor:pointer;width:50px;text-align:center;display:block;}
.sutong-mo-leftmenu .tit span i{color:#fff;font-size:16px;}
.sutong-mo-leftmenu > ul{}
.sutong-mo-leftmenu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.sutong-mo-leftmenu > ul > li > a{padding:0 0 0 15px;}
.sutong-mo-leftmenu > ul > li > i {position:absolute;color:#333;font-size:14px;top:10px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.sutong-mo-leftmenu > ul > li.active{}
.sutong-mo-leftmenu ul li a{color:#333}
.sutong-mo-leftmenu ul li ul li a{display: block;}
.sutong-mo-leftmenu ul li a:hover{text-decoration: none;}
.sutong-mo-leftmenu ul li ul{display:none;padding-bottom:10px;padding-left:15px;}
.sutong-mo-leftmenu ul li ul li{line-height:22px;position:relative;}
.sutong-mo-leftmenu ul li ul li i {position:absolute;color:#333;font-size:14px;top:1px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.sutong-mo-leftmenu ul li ul li a{padding:5px 0 5px 10px;margin-right:30px;}

.sutong-menu-transitioning{transform:translateX(0)}



/*---header---*/

.header-song {
  background: #fff;
  height: 100px;
  position: relative;
}

.header-song>.container {
  height: 100%;
}

.header-song>.container>.row {
  position: relative;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.header-song .logo {
  width: 12%;
}
.header-song .logo img {
  max-width: 100%;
  max-height: 70px;
}

.header-song h1 a {
  display: inline-block;
  width: 167px;
  height: 70px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 167px 70px;
}

.header-song .nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 20;
}

.header-song .nav>ul {
  padding: 0 10px;
}

.header-song .nav>ul>li {
  float: left;
  position: relative;
  margin: 0 15px;
}

.header-song .nav>ul>li>a {
  display: block;
  font-size: 20px;
  color: #121212;
  line-height: 36px;
  font-weight: 500;
}

.header-song .nav>ul>li ul {
  position: absolute;
  width: 260px;
  height: auto;
  left: 0;
  top: 40px;
  z-index: 1000;
  padding: 3px 0 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0 5px 9px 0px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}

.header-song .nav>ul>li ul>li {
  float: none;
  border-bottom: 1px solid #EDEDED;
  text-align: left;
  position: relative;
}

.header-song .nav>ul>li ul>li:last-child {
  border: none;
}

.header-song .nav>ul>li ul>li>a {
  display: block;
  padding: 10px 20px;
  border: none;
  color: #333;
  font-size: 17px;
  line-height: 22px;
  text-transform: capitalize;
}

.header-song .nav>ul>li ul>li>a i {
  position: absolute;
  right: 10px;
  font-size: 11px;
}

.header-song .nav>ul>li ul>li>a:hover {
  color: var(--color-primary);
}

.header-song .nav>ul>li:hover>a,
.header-song .nav>ul>li.active>a {
  color: var(--color-primary);
}

.header-song .nav>ul>li:hover>a>i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.header-song .nav>ul>li:hover>ul {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
}

.header-right-song {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 20;
}

.header-lang-song {
  position: relative;
  z-index: 20;
  margin: 0 10px;
}

.header-lang-song .box {
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.header-lang-song .box em {
  float: left;
  margin: 0 3px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
}

.header-lang-song .lang-box {
  width: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 200;
  background: #fff;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease 0s;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.header-lang-song .lang-box::before {
  content: '';
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}

.header-lang-song ul {
  max-height: 160px;
  overflow-y: scroll;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-lang-song ul li {
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 50%;
}

.header-lang-song ul li:last-child {
  border: none;
}

.header-lang-song ul li a {
  color: #333;
  font-size: 12px;
  display: block;
}

.header-lang-song ul li a:hover {
  color: var(--color-primary);
}

.header-lang-song ul li img {
  vertical-align: middle;
  margin-right: 7px;
}

.header-lang-song:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}


.search-song {
  float: right;
  margin: 0;
  position: relative;
}

.search-song em {
  padding: 5px 3px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  display: block;
}

.search-song em i {
  color: #000;
  font-size: 24px;
  line-height: 36px;
}

.search-song .serchbox {
  display: none;
  position: absolute;
  background: var(--bg-color);
  width: 255px;
  padding: 10px;
  top: 36px;
  right: 0;
  z-index: 1000;
}

.search-song .serchbox .submit_text {
  background: #fff;
  border: 1px solid #fff;
  border-right: none;
  width: 200px;
  height: 33px;
  line-height: 33px;
  float: left;
  color: #333;
  padding: 0 0 0 6px;
  box-sizing: border-box;
}

.search-song .serchbox .submit_btn {
  border: none;
  width: 35px;
  background: var(--color-primary);
  font-size: 14px;
  color: #fff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  float: right;
  cursor: pointer;
}

.search-song:hover em {
  background: #666;
}

.search-song:hover em i {
  color: #fff;
}

.search-song:hover .serchbox {
  display: block;
}

.header-right-song .share {
  font-size: 0;
}

.header-right-song .share a {
  margin: 0 4px;
}

.header-right-song .share i {
  color: #000;
  font-size: 18px;
  padding: 5px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}

.header-right-song .share a:hover i {
  background: var(--color-primary);
  color: #fff;
}

.song-cl.cl {
  zoom: 1
}

.song-cl.cl:before,
.song-cl.cl:after {
  display: table;
  content: " ";
}

.song-cl.cl:after {
  clear: both;
}



@media screen and (max-width:1600px) {
  .header-song .nav>ul>li>a {
    font-size: 18px;
  }

}

@media screen and (max-width:1440px) {
  .header-right-song .share a {
    margin: 0 2px;
  }

  .header-right-song .share i {
    font-size: 16px;
  }

  .header-lang-song .box em {
    font-size: 16px;
  }
}

@media screen and (max-width:1280px) {
  .header-song .logo {
    width: 13%;
  }
  .header-song .nav>ul>li {
    margin: 0 10px;
  }
  .header-right-song .share {
    display: none;
  }
  .header-lang-song {
    margin: 0 5px;
  }
}

@media screen and (max-width:1200px) {
  .header-song .nav>ul>li>a {
    font-size: 16px;
  }
  .header-song .logo {
    width: 16%;
  }
}

@media screen and (max-width:991px) {
  .mo-leftmenu-song {
    display: block !important;
  }

  .header-song {
    height: 60px;
  }

  .sitetop-song {
    display: block;
    background: #333;
  }

  .header-song .nav,
  .search-song,
  .header-song .btn {
    display: none !important;
  }

  .header-right-song {
    position: static;
  }

  .header-right-song .share {
    display: none;
  }

  .search-song {
    display: none;
  }

  .header-right-song {
    animation: none;
  }
  .header-lang-song {
    position: absolute;
    right: 0;
    top: -25px;
    transform: translateY(-50%);
  }

  .header-lang-song .box {
    height: 35px;
    padding: 0 5px;
    border: 1px solid #fff;
  }

  .header-lang-song .box i:first-child {
    line-height: 35px;
  }

  .header-lang-song .box em {
    line-height: 35px;
    color: #fff;
  }

  .header-lang-song .box i:last-child {
    line-height: 35px;
    color: #fff;
  }

  .header-lang-song ul {
    left: 0;
  }

  .header-song .logo {
    width: 100%;
    text-align: center;
  }
  
  .lang-selector .current-lang i {color: #fff !important;}
  .lang-selector .current-lang em {color: #fff !important;}
  .header-song .lang-selector{display:none}
  .sitetop-right{display:flex;align-items:center}
}

@media screen and (max-width:480px) {

  .header-song .logo img {
    height: 50px;
  }

  .header-song h1 a {
    width: 119px;
    height: 50px;
    background-size: 119px 50px;
  }
}