/*搜索*/
.search-song {
    float: right;
    margin: 0;
    position: relative;
}

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

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

.search-song .serchbox {
    display: none;
    position: absolute;
    background: #666;
    width: 255px;
    padding: 10px;
    top: 60px;
    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;
}

/*多语言*/
.qili-divlanger {
    position: relative;
    z-index: 10;
}

.qili-divlanger .box {
    height: 30px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 7px;
    border-radius: 30px;
}

.qili-divlanger .box img {
    height: 16px;
    margin: 0;
}

.qili-divlanger .box em {
    margin: 0 10px 0 5px;
    line-height: 18px;
    font-size: 13px;
    /*color: #333;*/
    color: #fff;
    text-transform: uppercase;
}

.qili-divlanger .box i {
    width: 15px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    /*color: #666;*/
    color: #fff;
}

.qili-divlanger .langlist {
    width: 200px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 200;
    background: #fff;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.qili-divlanger .langlist::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;
}

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

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

.qili-divlanger ul li:last-child {
    border: none;
}

.qili-divlanger ul li a {
    color: #333;
    font-size: 12px;
    display: block;
}

.qili-divlanger ul li a:hover {
    color: #015198;
}

.qili-divlanger ul li img {
    vertical-align: middle;
    margin-right: 7px;
}

.qili-divlanger:hover .langlist {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

/* reset style */
.header .navfr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .color-primary {
  color: var(--color-primary) !important;
}
.header h2 {
  font-weight: 700;
}
.header p {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 16px 0;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.header a {
  display: inline-block;
  text-decoration: none;
  color: unset;
}
iframe {
  margin-bottom: -7px;
  width: 100%;
}

.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 50px;
  font-size: 100px;
  padding: 20px 0;
  background: var(--color-primary);
  color: #f0f2f4;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
}
.back-to-top.show {
  opacity: 1;
}
.back-to-top i {
  font-size: 100px;
  line-height: 1;
  vertical-align: middle;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

#main-wrapper {
  padding-bottom: 80px;
}
#backto-top:hover {
  color: var(--text-color);
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: var(--color-second);
  backdrop-filter: blur(25px);
}
.header nav.navbar {
  /*padding-top: 15px;*/
  padding: 10px 0;
  height: 80px;
}
.header .menu-item:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header .dropmenu {
  position: absolute;
  top: 50px;
  left: 0;
  padding: 10px 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.header .dropmenu .dropmenu {
  top: 0;
  left: 100%;
}
.header .navbar-brand {
  /*width: 170px;*/
}
.header .navbar-brand img {
  width: 220px;
}
.header .navbar-nav {
  flex-wrap: wrap;
  row-gap: 10px;
}
.header .navbar-nav li {
  position: relative;
}
.header .menu-item a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  color: #fafafa;
  padding: 0 15px;
  text-transform: uppercase;
}
.header .dropmenu .menu-item a {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 1440px) {
  .header .menu-item a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #main-wrapper {
    padding-bottom: 70px;
  }
  .header nav.navbar {
    padding: 0;
    height: 70px;
  }
  .header .menu-item a {
    padding: 0;
    color: var(--title-text-color);
    font-size: 14px !important;
  }
  .header .dropmenu {
    top: 25px;
    background-color: #f0f2f4;
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }
  .header .dropmenu .dropmenu {
    left: 0;
    top: 25px;
  }
}
.header .menu-item a:hover {
  color: var(--btn-hover);
}
.header .menu-item a.active {
  color: var(--btn-hover);
}
.header .right-content {
  text-align: right;
}
@media (max-width: 992px) {
  .header .right-content {
    display: none;
  }
}
.header .right-content p {
  position: relative;
  color: #fafafa;
  margin-bottom: 0;
  cursor: pointer;
}
.header .right-content p:hover {
  color: var(--color-primary);
}
.header .right-content p span {
  position: absolute;
  left: -40px;
  top: 10px;
}
.header .right-content p i {
  font-size: 30px;
  font-weight: 100;
}
.header .right-content .hide-dropdown {
  overflow: hidden;
  top: 64px;
  right: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  width: 0;
}
.header .right-content .hide-dropdown .info-card {
  position: relative;
  width: 428px;
  padding: 24px;
  background-color: var(--bg-color);
  text-align: left;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01),
    24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04),
    3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.header .right-content .hide-dropdown .info-card .vertical-text {
  position: absolute;
  right: -78px;
  top: 125px;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #d6d8db;
  transform: rotate(-90deg);
}
.header .right-content .hide-dropdown .info-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header .right-content .hide-dropdown .info-card ul li {
  display: inline-block;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: var(--title-text-color);
  font-family: var(--title-font-family);
}
.header .right-content .hide-dropdown .info-card ul li.woicon {
  margin-left: 32px;
}
.header .right-content .hide-dropdown .info-card ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.header .right-content .hide-dropdown .info-card ul li span b {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
}
.header .right-content .hide-dropdown .info-card ul li i {
  margin-right: 8px;
  color: #afb1b6;
  font-size: 24px;
}
.header .right-content .hide-dropdown .info-card ul li:hover i,
.header .right-content .hide-dropdown .info-card ul li:hover a {
  color: var(--btn-hover);
}
.header .right-content .hide-dropdown.active {
  width: 428px;
  transition: all 0.5s ease-in-out;
}
.header .navbar-toggler {
  color: #fafafa;
  border: none;
  outline: 0;
  padding: 0 3px;
}
.header .navbar-toggler i {
  font-size: 24px;
}
.header .navbar-toggler:focus {
  box-shadow: none;
  color: var(--color-primary);
}
.header .navbar-expand-lg,
.header .navbar-collapse {
  justify-content: center;
}
@media (max-width: 992px) {
  .header .navbar-expand-lg,
  .header .navbar-collapse {
    justify-content: center;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .header .navbar-collapse {
    background: #f0f2f4;
    border-radius: 10px;
    padding: 15px 20px;
    z-index: 9999;
    position: absolute;
    top: 60px;
    right: 10px;
    width: 200px;
    box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01),
      24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04),
      3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 767px) {
  #main-wrapper {
    padding-bottom: 62px;
  }
  .header nav.navbar {
    height: 62px;
  }
  .header .navbar-brand img {
    width: 170px;
  }
}
