@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
}

ul,
li {
  list-style-type: none;
  margin: 0;
}

input,
textarea,
select {
  resize: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}

.header .btnBox.p-box{
  display: flex;
}
.header .btnBox.m-box{
  display: none;
}
.zoom-img {
  overflow: hidden;
}

.zoom-img .img {
  overflow: hidden;
}

.zoom-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.zoom-img:hover img {
  transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  -moz-transform: scale(1.04);
}

.clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clear {
  zoom: 1;
}

.nav-page {
  font-size: 0;
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none;
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
}

/* header&&nav&&home*footer*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: #fff; */
  z-index: 2;
}

.header .wrap {
  display: flex;
  justify-content: flex-end;
  padding: 33px 160px 0;
}

.header .btnBox {
  position: relative;
  display: flex;
  align-items: center;
}

.header .btn {
  /* cursor: pointer;
  box-shadow: 0px 0px 20px rgb(67 117 172 / 50%);
  border-radius: 50%;*/
  width: 0.3rem; 

}

.header .btn {
  border: none;
  color: #8a8a8a;
  cursor: pointer;
  
 transition: all 0.3s ease;
 border-radius: 0.38rem;
 overflow: hidden;
}
.header .btn:after {

  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
 
}


.header .btn:active {
  top: 2px;
}


.soundDetails .audioBox .soundList .item{
  position: relative;
  margin: 1.5% 1.5% 0 1.5%;
  padding-bottom:1.5% ;
}

.header .btn:active {
  top: 2px;
}

.header .btnSearch {
  margin-right: 24px;
}

.header .btnUser{
  margin-right: 24px;
}

.header .name{
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  margin-right: 24px;
  padding: 0 15px;
  background-color: #235c9a;
  border-radius: 23px;
}

.header .btnQuit{
  width: 0.5rem;
  height:0.5rem;
  border-radius: 50%;
  background-color: #235c9a;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}

.header .btnlang{
  width: 0.3rem;
  height:0.3rem;
  border-radius: 50%;

  font-size: 18px;
  color: #8a8a8a;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .searchBar {
  position: absolute;
  top: 120%;
  right: 0;
  display: none;
}

.header .lang {
  position: absolute;
  top: 120%;
  right: 0px;
  display: none;
  font-size: 16px;
}
.header .lang a{
  width: 0.3rem;
  height: 30px;
  line-height: 30px;
  /* border-radius: 50%; */
  background-color: #8a8a8a;
  color:#fff;
  border-radius: 25px;
 text-align: center;
  display: flex;
  align-items: center;
  display: block;

}

.header .searchBar .inputBox {
  width: 250px;
  height: 50px;
  border-radius: 25px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.header .searchBar .inputText {
  width: calc(100% - 40px);
}

.header .searchBar .btnSubmit {
  width: 35px;
  height: 35px;
  font-size: 0;
  background: none;
  margin-left: 5px;
  cursor: pointer;
}

.header .btnMenu {
  width: 30px;
  height: 30px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}

.header .btnMenu.on {
  margin-left: 60px;
}

.header .btnMenu>span {
  width: 30px;
  height: 2px;
  background-color: #333;
  margin: 4px 0;
  transition: all 0.3s;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  -o-transform: skew(40deg);
  -ms-transform: skew(40deg);
  transform: skew(40deg);
}

.header .btnMenu.on>span {
  width: 20px;
}

.header .btnMenu.on>span:first-child {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.header .btnMenu.on>span:nth-child(2) {
  display: none;
}

.header .btnMenu.on>span:last-child {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  margin-top: -6px;
}

.sideNav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.5s;
}

.sideNav .item {
  transition: all 0.3s;
}

.sideNav .item>a {
  width: 90px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sideNav .iconBox {
  display: flex;
  justify-content: center;
  margin-bottom: 3px;
}

.sideNav .icon2 {
  display: none;
}

.sideNav .name {
  font-size: 16px;
  color: #444444;
  line-height: 30px;
  font-weight: 300;
}

.sideNav .item.active {
  background-color: #0b4b8f;
}

.sideNav .item.active>a {
  color: #fff;
}

.sideNav .item.active .icon1 {
  display: none;
}

.sideNav .item.active .icon2 {
  display: block;
}

.sideNav .item.active .name {
  color: #fff;
}

.sideNav .item:hover {
  background-color: #0b4b8f;
}

.sideNav .item:hover>a {
  color: #fff;
}

.sideNav .item:hover .name {
  color: #fff;
}

.sideNav .item:hover .icon1 {
  display: none;
}

.sideNav .item:hover .icon2 {
  display: block;
}

.sideNav .musicAni {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 30px;
}

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

.sideNav .musicAni span {
  height: 30px;
  background: #3c6fa5;
  width: 2px;
  margin: 0 2px;
}

.sideNav .musicAni span:nth-child(1) {
  height: 14px;
  animation: musicAni1 0.8s infinite;
  -webkit-animation: musicAni1 0.8s infinite;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.sideNav .musicAni span:nth-child(2) {
  height: 20px;
  animation: musicAni2 0.9s infinite;
  -webkit-animation: musicAni2 0.9s infinite;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.sideNav .musicAni span:nth-child(3) {
  animation: musicAni3 1s infinite;
  -webkit-animation: musicAni3 1s infinite;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.sideNav .musicAni span:nth-child(4) {
  height: 20px;
  animation: musicAni2 0.8s infinite;
  -webkit-animation: musicAni2 0.8s infinite;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.sideNav .musicAni span:nth-child(5) {
  height: 14px;
  animation: musicAni1 0.7s infinite;
  -webkit-animation: musicAni1 0.7s infinite;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

@keyframes musicAni1 {
  0% {
    height: 14px;
  }

  50% {
    height: 20px;
  }

  100% {
    height: 14px;
  }
}

@-webkit-keyframes musicAni1 {
  0% {
    height: 14px;
  }

  50% {
    height: 20px;
  }

  100% {
    height: 14px;
  }
}

@keyframes musicAni2 {
  0% {
    height: 20px;
  }

  50% {
    height: 26px;
  }

  100% {
    height: 20px;
  }
}

@-webkit-keyframes musicAni2 {
  0% {
    height: 20px;
  }

  50% {
    height: 26px;
  }

  100% {
    height: 20px;
  }
}

@keyframes musicAni3 {
  0% {
    height: 22px;
  }

  50% {
    height: 30px;
  }

  100% {
    height: 22px;
  }
}

@-webkit-keyframes musicAni3 {
  0% {
    height: 22px;
  }

  50% {
    height: 30px;
  }

  100% {
    height: 22px;
  }
}

.footer {
 position: fixed;
 left: 0;
 bottom: -20px;
 width: 100%;
 opacity: 0;
}
.footer:hover{
  opacity: 1;
}
.footer .wrap {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer .copyright {
  font-size: 14px;
  color: #888888;
  line-height: 30px;
}

.footer .copyright a {
  color: #888888;
}

.footer .support {
  font-size: 14px;
  color: #d2d2d2;
  line-height: 30px;
  margin-left: 20px;
}

.footer .support a {
  color: #d2d2d2;
}

.main {
  height: calc(100vh);
  overflow: hidden;
  padding-top: 50px;
  background-image: url(../images/img5.jpg);
  background-position: center center;
  background-size: cover;
 
  justify-content: center;
  align-items: center;
}

.homeBox1 .wrap {
  max-width: 1294px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeBox1 .title {
  margin-bottom: 30px;
}

.musicAniBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.musicAniBox .iconBox {
  margin: 0 14px;
}

.musicAniList {
  display: flex;
  align-items: center;
  height: 18px;
}

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

.musicAniList .item>span {
  width: 2px;
  height: 22px;
  margin: 0 1px;
  background-color: #0b4b8f;
}

.musicAniList .item>span:nth-child(1) {
  height: 4px;
  animation: musicAni11 0.6s infinite;
  -webkit-animation: musicAni11 0.6s infinite;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.musicAniList .item>span:nth-child(2) {
  height: 8px;
  animation: musicAni22 0.7s infinite;
  -webkit-animation: musicAni22 0.7s infinite;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.musicAniList .item>span:nth-child(3) {
  height: 12px;
  animation: musicAni33 0.8s infinite;
  -webkit-animation: musicAni33 0.8s infinite;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.musicAniList .item>span:nth-child(4) {
  height: 18px;
  animation: musicAni44 0.9s infinite;
  -webkit-animation: musicAni44 0.9s infinite;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.musicAniList .item>span:nth-child(5) {
  height: 12px;
  animation: musicAni33 0.85s infinite;
  -webkit-animation: musicAni33 0.85s infinite;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.musicAniList .item>span:nth-child(6) {
  height: 8px;
  animation: musicAni22 0.7s infinite;
  -webkit-animation: musicAni22 0.7s infinite;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.musicAniList .item>span:nth-child(7) {
  height: 4px;
  animation: musicAni11 0.6s infinite;
  -webkit-animation: musicAni11 0.6s infinite;
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
}

@keyframes musicAni11 {
  0% {
    height: 4px;
  }

  50% {
    height: 6px;
  }

  100% {
    height: 4px;
  }
}

@-webkit-keyframes musicAni11 {
  0% {
    height: 4px;
  }

  50% {
    height: 6px;
  }

  100% {
    height: 4px;
  }
}

@keyframes musicAni22 {
  0% {
    height: 8px;
  }

  50% {
    height: 10px;
  }

  100% {
    height: 8px;
  }
}

@-webkit-keyframes musicAni22 {
  0% {
    height: 8px;
  }

  50% {
    height: 10px;
  }

  100% {
    height: 8px;
  }
}

@keyframes musicAni33 {
  0% {
    height: 12px;
  }

  50% {
    height: 14px;
  }

  100% {
    height: 12px;
  }
}

@-webkit-keyframes musicAni33 {
  0% {
    height: 12px;
  }

  50% {
    height: 14px;
  }

  100% {
    height: 12px;
  }
}

@keyframes musicAni44 {
  0% {
    height: 16px;
  }

  50% {
    height: 18px;
  }

  100% {
    height: 16px;
  }
}

@-webkit-keyframes musicAni44 {
  0% {
    height: 16px;
  }

  50% {
    height: 18px;
  }

  100% {
    height: 16px;
  }
}

.homeBox1 .textBox {
  text-align: center;
}

.homeBox1 .textBox .h1 {
  margin-bottom: 20px;
}

.homeBox1 .textBox .text {
  max-width: 510px;
  font-size: 14px;
  color: #797f86;
  line-height: 30px;
  margin: 0 auto;
}

.homeBox1 .textBox .imgBox {
  margin-bottom: 35px;
}

.homeBox1 .textBox .text2 {
  max-width: 910px;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin: 0 auto;
}

/* Login */
.registerBox {
  width: 100%;
}

.registerBox .wrap {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
}

.registerBox .title {
  text-align: center;
  margin-bottom: 30px;
}

.registerBox .musicAniBox {
  margin-bottom: 40px;
}

.registerBox .inputBox {
  display: flex;
  align-items: center;
  height: 57px;
  padding: 0 5px;
  margin-bottom: 20px;
  border: 1px solid #d6d8db;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

.registerBox .inputBox .icon {
  width: 48px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.registerBox .inputText {
  width: calc(100% - 48px);
  height: 20px;
  font-size: 16px;
  color: #1b1818;
  line-height: 20px;
  padding: 0 20px;
  border-left: 1px solid #b1aeae;
  background: none;
  border-radius: 0;
}

.registerBox .inputText::-webkit-input-placeholder {
  color: #999999;
}

.registerBox .selectRegion {
  width: calc(100% - 48px);
  font-size: 16px;
  color: #235d9a;
  line-height: 20px;
  padding: 0 20px;
  border-left: 1px solid #b1aeae;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.registerBox .inputCodeBox {
  justify-content: space-between;
  padding: 0;
  border: 0;
}

.registerBox .codeBox {
  display: flex;
  align-items: center;
  width: 300px;
  height: 57px;
  padding: 0 5px;
  border: 1px solid #d6d8db;
  border-radius: 10px;
}

.registerBox .inputCode {
  width: calc(100% - 48px);
}

.registerBox .btnCode {
  width: 158px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #235d9a;
  border-radius: 10px;
  cursor: pointer;
}

.registerBox .btnCode.send {
  background: #696464;
}

.registerBox .btnSubmit {
  width: 100%;
  height: 57px;
  font-size: 20px;
  color: #fff;
  background-color: #235d9a;
  border-radius: 10px;
  cursor: pointer;
}

.registerBox .linkBox {
  text-align: center;
  margin-top: 20px;
}

.registerBox .return {
  font-size: 16px;
  color: #235d9a;
  line-height: 20px;
  text-decoration: underline;
}

.loginBox {
  width: 100%;
}

.loginBox .wrap {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
}

.loginBox .title {
  text-align: center;
  margin-bottom: 30px;
}

.loginBox .musicAniBox {
  margin-bottom: 105px;
}

.loginBox .inputBox {
  display: flex;
  align-items: center;
  height: 57px;
  padding: 0 5px;
  margin-bottom: 30px;
  border: 1px solid #d6d8db;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

.loginBox .inputBox .icon {
  width: 48px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginBox .inputText {
  width: calc(100% - 48px);
  height: 20px;
  font-size: 16px;
  color: #1b1818;
  line-height: 20px;
  text-align: center;
  padding: 0 20px;
  border-left: 1px solid #b1aeae;
  background: none;
  border-radius: 0;
}

.loginBox .inputText::-webkit-input-placeholder {
  color: #999999;
}

.loginBox .btnSubmit {
  width: 100%;
  height: 57px;
  font-size: 20px;
  color: #fff;
  background-color: #235d9a;
  border-radius: 10px;
  cursor: pointer;
}

.loginBox .linkBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
}

.loginBox .linkBox a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #235d9a;
  line-height: 30px;
  text-decoration: underline;
}

.loginBox .linkBox .icon {
  margin-right: 10px;
}

.memberBox {
  width: 100%;
}

.memberBox .wrap {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

.memberBox .title {
  text-align: center;
  margin-bottom: 30px;
}

.memberPublicBox {
  position: relative;
  border: 1px solid #e5e5e5;
  height: 590px;
  padding: 5px 85px 5px 77px;
  border-radius: 20px;
}

.memberPublicBox .h1 {
  font-size: 24px;
  color: #0b4b8f;
  line-height: 1;
  text-align: right;
  font-weight: bold;
  padding: 22px 0;
  border-bottom: 1px solid #dbdbdb;
}

.memberPublicBox .nav {
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.memberPublicBox .nav .item {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.memberPublicBox .nav .iconBox {
  margin-bottom: 5px;
}

.memberPublicBox .nav .icon2 {
  display: none;
}

.memberPublicBox .nav .name {
  font-size: 16px;
  color: #1f4e79;
  line-height: 24px;
  text-align: center;
  padding: 0;
}

.memberPublicBox .nav .item.active {
  background-color: #0b4b8f;
}

.memberPublicBox .nav .item.active .icon1 {
  display: none;
}

.memberPublicBox .nav .item.active .icon2 {
  display: block;
}

.memberPublicBox .nav .item.active .name {
  color: #fff;
}

.memberPublicBox .nav .item:hover {
  background-color: #0b4b8f;
}

.memberPublicBox .nav .item:hover .icon1 {
  display: none;
}

.memberPublicBox .nav .item:hover .icon2 {
  display: block;
}

.memberPublicBox .nav .item:hover .name {
  color: #fff;
}

.passwordBox .form {
  max-width: 460px;
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
}

.passwordBox .inputBox {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.passwordBox .form .name {
  width: 90px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  text-align: right;
  padding-right: 15px;
}

.passwordBox .inputText {
  width: calc(100% - 90px);
  height: 50px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 0 17px;
  font-size: 14px;
  color: #1b1818;
  line-height: 1;
  border-radius: 0;
}

.passwordBox .inputText::-webkit-input-placeholder {
  font-size: 14px;
  color: #a5a5a5;
}

.passwordBox .btnBox {
  margin-top: 48px;
  padding-left: 90px;
}

.passwordBox .btnSubmit {
  width: 160px;
  height: 50px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #0b4b8f;
  border-radius: 25px;
  cursor: pointer;
}

.materialBox .form {
  display: flex;
  justify-content: right;
  margin-top: 45px;
}

.materialBox .lBox {
  max-width: 530px;
  width: 90%;
}

.materialBox .inputBox {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.materialBox .lBox .name {
  width: 90px;
  padding-right: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  text-align: right;
}

.materialBox .inputText {
  max-width: calc(100% - 165px);
  width: 100%;
  height: 57px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
  color: #1b1818;
}

.materialBox .inputText::-webkit-input-placeholder {
  font-size: 16px;
  color: #a5a5a5;
}

.materialBox .account {
  max-width: calc(100% - 165px);
  width: 100%;
  font-size: 16px;
  color: #888888;
  line-height: 40px;
}

.materialBox .labelBox {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.materialBox .label {
  display: flex;
  align-items: center;
  margin-right: 75px;
}

.materialBox .label:last-child {
  margin-right: 0;
}

.materialBox .radioSex {
  margin-right: 7px;
}

.materialBox .btnRevise {
  font-size: 16px;
  color: #999999;
  line-height: 40px;
  padding-left: 24px;
  margin-left: 18px;
  background-image: url(../images/icon21.png);
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  display: none;
}

.materialBox .btnBox {
  padding-left: 90px;
}

.materialBox .btnSubmit {
  width: 160px;
  height: 50px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #0b4b8f;
  border-radius: 25px;
  cursor: pointer;
}

.materialBox .rBox {
  display: flex;
  margin-left: 110px;
}

.materialBox .rBox .name {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  margin-right: 50px;
}

.materialBox .pictureBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.materialBox .picture {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.materialBox .size {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}

.materialBox .data {
  color: #9d9999;
}

.materialBox .fileBox {
  position: relative;
  overflow: hidden;
}

.materialBox .btnUpload {
  display: block;
  width: 104px;
  height: 32px;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  background-color: #0b4b8f;
  border-radius: 16px;
  cursor: pointer;
}

.materialBox .file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 100px;
  opacity: 0;
  cursor: pointer;
}

.soundscapeBox.memberPublicBox .h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
}

.soundscapeBox .h1 .uploadBox {
  position: relative;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
}

.soundscapeBox .h1 .btnUpload {
  font-size: 16px;
  color: #235d9a;
  line-height: 24px;
  padding-left: 38px;
  background-image: url(../images/icon22.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: normal;
  cursor: pointer;
}

.soundscapeBox .h1 .uploadBox .file {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  opacity: 0;
  cursor: pointer;
}

.soundscapeBox .tipsBox {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.soundscapeBox .tipsBox .icon {
  margin-bottom: 28px;
}

.soundscapeBox .tipsBox .tips {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  text-align: center;
  margin-bottom: 25px;
}

.soundscapeBox .tipsBox .uploadBox {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.soundscapeBox .tipsBox .btnUpload {
  display: block;
  width: 198px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background-color: #0b4b8f;
  border-radius: 30px;
}

.soundscapeBox .tipsBox .file {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  opacity: 0;
}

.soundscapeBox .box {
  max-height: calc(100% - 79px);
  height: 100%;
  overflow-y: auto;
  padding-right: 41px;
  margin-right: -45px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.soundscapeBox .box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #eaeaea;
}

/*定义滚动条轨道 内阴影+圆角*/
.soundscapeBox .box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eaeaea;
}

/*定义滑块 内阴影+圆角*/
.soundscapeBox .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #235d9a;
}

.listSoundscape {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
}

.listSoundscape .item {
  position: relative;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
  background-color: #f6f6f6;
  border-radius: 10px;
  transition: all 0.3s;
}

.listSoundscape .item>a {
  height: 200px;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.listSoundscape .item:nth-child(4n) {
  margin-right: 0;
}

.listSoundscape .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.listSoundscape .icon2 {
  display: none;
}

.listSoundscape .h2 {
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 7px;
  transition: all 0.3s;
}

.listSoundscape .h3 {
  font-size: 18px;
  color: #888888;
  line-height: 30px;
  font-weight: 300;
  transition: all 0.3s;
}

.listSoundscape .btnDelete {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.listSoundscape .item:hover {
  background-color: #0b4b8f;
  border: 1px solid #0b4b8f;
}

.listSoundscape .item:hover .icon1 {
  display: none;
}

.listSoundscape .item:hover .icon2 {
  display: block;
}

.listSoundscape .item:hover .h2 {
  color: #fff;
}

.listSoundscape .item:hover .h3 {
  color: #fff;
}

.soundscapeForm {
  padding: 30px 110px 30px 25px;
}

.soundscapeForm .inputBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.soundscapeForm .name {
  width: 90px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}

.soundscapeForm .inputText {
  width: calc(100% - 90px);
  height: 50px;
  padding: 0 17px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: none;
  font-size: 16px;
  color: #1b1818;
  line-height: 40px;
}

.soundscapeForm .inputText::-webkit-input-placeholder {
  font-size: 16px;
  color: #a5a5a5;
  line-height: 40px;
}

.soundscapeForm .textareaBox {
  align-items: flex-start;
}

.soundscapeForm .textarea {
  width: calc(100% - 90px);
  height: 114px;
  padding: 0 17px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: none;
  font-size: 16px;
  color: #1b1818;
  line-height: 40px;
  font-family: "微软雅黑";
}

.soundscapeForm .textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #a5a5a5;
  line-height: 40px;
  font-family: "微软雅黑";
}

.soundscapeForm .lBox {
  max-width: 360px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.soundscapeForm .rBox {
  max-width: 330px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.soundscapeForm .select {
  width: calc(100% - 90px);
  height: 50px;
  padding: 0 17px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: none;
  font-size: 16px;
  color: #0b4b8f;
  line-height: 40px;
}

.soundscapeForm .btnPlace {
  width: calc(100% - 90px);
  height: 50px;
  padding: 0 17px;
  border-radius: 10px;
  background-color: #0b4b8f;
  font-size: 16px;
  color: #d5d5d5;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.soundscapeForm .fileBox {
  position: relative;
  width: calc(100% - 90px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.soundscapeForm .uploadImg {
  width: 100%;
  display: flex;
  align-items: center;
}

.soundscapeForm .text {
  width: calc(100% - 180px);
  height: 50px;
  padding: 0 17px;
  border: 1px solid #e6e6e6;
  border-radius: 10px 0 0 10px;
  font-size: 16px;
  color: #a5a5a5;
  line-height: 48px;
}

.soundscapeForm .btnPath {
  width: 180px;
  height: 50px;
  font-size: 16px;
  color: #d5d5d5;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: #0b4b8f;
  border-radius: 0 10px 10px 0;
}

.soundscapeForm .file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.soundscapeForm .btnBox {
  padding-left: 90px;
}

.soundscapeForm .btnSubmit {
  width: 160px;
  height: 50px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #0b4b8f;
  border-radius: 25px;
  cursor: pointer;
}

.soundDetails {
  padding-top: 35px;
}

.soundDetails .wrap {
  max-width: 1600px;
}

.soundDetails .scrollBox {
  display: flex;
  justify-content: space-between;
  height: calc(100vh - 270px);
  overflow-y: auto;
  /* padding-right: 3%; */
}

.soundDetails .lBox {
  max-width: 50%;
  width: 90%;
  /* padding-right: 2.5%; */
}

.soundDetails .rBox {
  max-width: 50%;
  width: 100%;
  padding-left: 2.5%;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.soundDetails .scrollBox::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #eaeaea;
}

/*定义滚动条轨道 内阴影+圆角*/
.soundDetails .scrollBox::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eaeaea;
}

/*定义滑块 内阴影+圆角*/
.soundDetails .scrollBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #235d9a;
}

.soundDetails .h1 {
  font-size: 30px;
  color: #1f4e79;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

.soundDetails .textMap {
  /* display: flex; */
  margin-bottom: 40px;
}

.soundDetails .textBox {
  width: auto;
  padding-right: 5%;
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  /* float: left; */
}

.soundDetails .text {
  font-size: 18px;
  color: #727272;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 30px;
}

.soundDetails .btnBox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.soundDetails .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 36px;
  font-size: 14px;
  color: #888888;
  text-align: center;
  border: 1px solid #cdcdcd;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.3s;
}

.soundDetails .btn:hover {
  color: #fff;
  background-color: #0b4b8f;
  border: 1px solid #0b4b8f;
}

.soundDetails .btn:hover .icon1 {
  display: none;
}

.soundDetails .btn:hover .icon2 {
  display: block;
}

.soundDetails .btnDown {
  margin-right: 12px;
}

.soundDetails .iconBox {
  font-size: 0;
  line-height: 1;
  margin-right: 5px;
}

.soundDetails .icon2 {
  display: none;
}

.soundDetails .map {
  width: 350px;
  float: right;
  margin-left:10px ;
  /* margin-bottom:10px ; */
}

.soundDetails .audioBox {
  border-top: 3px solid #e1e1e1;

  background-color: #f5f5f5;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.soundDetails audio {
  width: 100%;
}

.mapPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  display: none;
}

.mapPopup .wrap {
  max-width: 1200px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mapPopup .close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}

.introBox .title {
  text-align: center;
  margin-top: 10px;
}

.introBox .title .h1 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.introBox .title .h2 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.scrollTextBox {
  max-width: 975px;
  width: 90%;
  margin: 0 auto;
}

.scrollTextBox .scrollText {
  border: 1px solid #cad1d9;
  border-radius: 15px;
  box-shadow: 0 3px 16px 18px rgba(34, 34, 34, 0.1);
  margin-bottom: 30px;
}

.scrollTextBox .scrollText:last-child {
  margin-bottom: 0;
}

.scrollTextBox .scrollWrap {
  border: 1px solid #cad1d9;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 3px 16px 18px rgba(34, 34, 34, 0.1) inset;
}

.scrollTextBox .h1 {
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.scrollTextBox .text {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 300;
  max-height: 200px;
  height: 100%;
  overflow-y: auto;
  padding-right: 20px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.scrollTextBox .text::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  background-color: #eaeaea;
  border-radius: 14px;
}

/*定义滚动条轨道 内阴影+圆角*/
.scrollTextBox .text::-webkit-scrollbar-track {
  border-radius: 14px;
  background-color: #eaeaea;
}

/*定义滑块 内阴影+圆角*/
.scrollTextBox .text::-webkit-scrollbar-thumb {
  border-radius: 14px;
  background-image: url(../images/icon33.jpg);
}

.soundMapList {
  max-width: 1130px;
  width: 90%;
  height: calc(100vh - 513px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  overflow-y: auto;
  align-items: center;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.soundMapList::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #eaeaea;
}

/*定义滚动条轨道 内阴影+圆角*/
.soundMapList::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eaeaea;
}

/*定义滑块 内阴影+圆角*/
.soundMapList::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #235d9a;
}

.soundMapBox {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}

.soundMapBox .banner {
  position: relative;
  width: 100%;
  height: 430px;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.soundMapBox .banner .swiper-container {
  width: 100%;
  height: 430px;
}

.soundMapBox .banner .swiper-container {
  display: none;
}

.soundMapBox .banner .swiper-container.active {
  display: block;
}

.soundMapBox .banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.soundMapBox .banner .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
font-style: italic;}

.soundMapBox .banner .title .wrap {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  margin-top: 65px;
}

.soundMapBox .banner .h1 {
  font-size: 45px;
  color: #fff;
  /* font-weight: 600; */margin-bottom: 10px;
}

.soundMapBox .banner .h2 {
  font-size: 36px;
  color: #fff;
}

.soundMapBox .banner .btnBox {
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 100%;
  padding: 0 160px;
}

.soundMapBox .banner .btnBox .wrap {
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
}

.soundMapBox .banner .btnUpload {
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-radius: 30px;
  background-image: url(../images/img21.png);
  background-size: cover;
}

.soundMapBox .banner .icon {
  margin-right: 12px;
}

.soundMapBox .banner .words {
  font-size: 20px;
  color: #ffffff;
}

.soundMapList .item {
  max-width: 50%;
  width: 40%;
  margin-top: 30px;
}

.soundMapList .item .mp-list {
  display: flex;
  align-items: center;
}

.soundMapList .img {
  width: 145px;
  height: 145px;
  border: 2px solid #e0ecf9;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 17px;
  transition: all 0.3s;
  box-shadow: 0px 0px 20px rgb(67 117 172 / 50%);
}

.soundMapList .rBox {
  max-width: calc(100% - 187px);
  text-align: center;
  position: relative;
}


.soundMapList .item:hover .download{
  display: block;

}  

.soundMapList .rBox .download{
  margin-top: 5px;
  display: none;
  position: absolute;
  width: 100%;

}
.mp-child-list .soundIcon {
  margin-bottom: 10px;

}
.mp-child-list:hover .play-btn{
display: block;
}
.mp-child-list  .play-btn{
  display: none;
  position: absolute;
  z-index: 9999;
  top:5px;
}
.soundMapList .rBox:hover .play-btn{
  display: block;
  }

.soundMapList .soundIcon {
  margin-bottom: 10px;
  position: relative;
}
.soundMapList .soundIcon:hover .play-btn{
display: block;
}
.soundMapList .soundIcon .play-btn{
  display: none;
  position: absolute;
  z-index: 9999;
  top:18px;
}
.soundMapList .icon2 {
  display: none;
}

.soundMapList .nameBox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
}

.soundMapList .name {
  margin: 0 5px;
  transition: all 0.3s;
}

.soundMapList .item:hover .img {
  border: 0px solid #4375ac;
}

.soundMapList .item:hover .name {
  color: #0b4b8f;
  font-weight: bold;
}

.soundMapBox .banner .wrap2 {
  max-width: 1460px;
}

.areaSoundBox {
  max-width: 1600px;
  width: 90%;
  height: calc(100vh - 500px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-left: 65px;
  /* overflow-y: auto; */
  align-items: center;
}



/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.areaSoundBox::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #eaeaea;
}

/*定义滚动条轨道 内阴影+圆角*/
.areaSoundBox::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eaeaea;
}

/*定义滑块 内阴影+圆角*/
.areaSoundBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #235d9a;
}

.areaSoundBox .textMap {
  max-width: 570px;
  width: 100%;
 
}

.areaSoundBox .map {
  text-align: right;
  text-align: center;
  margin-bottom: 10px;
}

.areaSoundBox .map img {
  width: 350px;
}

.areaSoundBox .areaMap img {
  width: auto;
}

.areaSoundBox .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: center;
}

.soundListBox {
  max-width: 815px;
  width: 100%;
}

.soundList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0 20px;
}

.soundList .item {
  width: 30.7%;
  margin-right: 3.95%;
  margin-bottom: 2%;
  margin-top: 1%;
}
.soundDetails .audioBox .soundList .item {
  width: 30%;
  margin: 1.5%;
}
.soundDetails .audioBox .soundListBox{
  width: 100%;max-width: 100%;
}

.soundDetails .audioBox .soundList .item .area-name{
  font-weight: normal;
  font-size: 16px;
}
.soundList .item .area-name{
  display: block;
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
 
  color: #5b6671;
    font-weight: 700;
   position: relative;
}
.soundList .item .area-name a{
  color: #5b6671;
}

.soundList .item .area-name .download{
  position: absolute;
  padding-left: 5px;
  font-size: 14px;
  display: none;
}

.soundList .item:hover .download{display: inline-block;}
.soundList .item .area-name .download .icon{
  width: 15px;
}
.soundList .item:nth-child(3n) {
  margin-right: 0;
}

 .soundList .item .mp-child-list {
   position: relative;
  display: flex;
  align-items: center;
  overflow: hidden; 
  height: 55px;
  padding: 0 10px;
  background-color: #fff;
 
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s; 
 
  border-radius: 27px;
  
} 

.soundList .round {
  padding: 3px;
  margin-right: 8px;
  border: 1px dashed #1a72d1;
  border-radius: 50%;
  transition: ease all 0.5s;
}

.soundList .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #235d9a;
  background-color: #ffff;
  border-radius: 50%;
  transition: all 0.3s;
}

.soundList .item .iconBox{
  position: relative;
}

.soundList .icon2 {
  display: none;
}

.soundList .item .name {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0,-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  background-color: #235d9a;
  font-style: normal;
  opacity: 0;
}

.soundList .item:hover .name{
  /* opacity: 1; */
}

.soundList .item:hover>a {
  /* background-color: #235d9a; */
}

.soundList .item:hover .round {
  /* border: 1px dashed #fff; */
  box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
  transform: scale(1.05);
  transform-origin: 50% 50%;
}

.soundList .item:hover .number {
  color: #ffff;
  background-color: #235d9a;
}

.soundList .item:hover .icon1 {
  display: none;
}

.soundList .item:hover .icon2 {
  display: block;
}

.navPage {
  display: flex;
  align-items: center;
  justify-content: end;
}

.navPage a {
  width: 35px;
  height: 35px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
  transition: all 0.3s;
}

.navPage a:hover {
  color: #fff;
  border: 1px solid #174e9f;
  background-color: #174e9f;
}

.navPage a.active {
  color: #fff;
  border: 1px solid #174e9f;
  background-color: #174e9f;
}

.problemBox {
  width: 100%;
}

.problemBox .wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.problemBox .title {
  text-align: center;
  margin-bottom: 30px;
}

.problemBox .musicAniBox {
  margin-bottom: 30px;
}

.problemBox .box {
  padding: 30px 30px 30px 50px;
  border: 2px solid #e3e3e3;
  border-radius: 7px;
}

.problemBox .box .h2 {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #9d9d9d;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.problemBox .box .s1 {
  font-size: 20px;
  color: #191919;
  font-weight: bold;
  line-height: 1;
  margin-right: 24px;
}

.problemList {
  height: calc(100vh - 550px);
  overflow-y: auto;
  padding-right: 20px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.problemList::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #eaeaea;
}

/*定义滚动条轨道 内阴影+圆角*/
.problemList::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eaeaea;
}

/*定义滑块 内阴影+圆角*/
.problemList::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #235d9a;
}

.problemList .ask {
  position: relative;
  font-size: 20px;
  color: #0b4b8f;
  line-height: 40px;
  font-weight: bold;
  padding: 15px 30px 15px 50px;
  border-bottom: 1px solid #eeeeee;
  background-image: url(../images/icon31.png);
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}

.problemList .ask::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  content: "";
  width: 18px;
  height: 10px;
  background-image: url(../images/icon32.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
}

.problemList .active .ask::before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.problemList .answer {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding: 20px 35px 5px 50px;
  display: none;
}

.messageBox {
  width: 100%;
}

.messageBox .wrap {
  max-width: 930px;
  width: 90%;
  margin: 0 auto;
}

.messageBox .title {
  text-align: center;
  margin-bottom: 30px;
}

.messageBox .musicAniBox {
  margin-bottom: 35px;
}

.messageBox .h2 {
  font-size: 24px;
  color: #191919;
  line-height: 40px;
  font-weight: bold;
}

.messageBox .h3 {
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 35px;
}

.messageBox .form {
  font-size: 0;
}

.messageBox .inputBox {
  width: 45.7%;
  display: inline-flex;
  align-items: center;
  margin-right: 8.6%;
  margin-bottom: 30px;
}

.messageBox .inputBox:nth-child(2) {
  margin-right: 0;
}

.messageBox .name {
  width: 55px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}

.messageBox .inputText {
  width: calc(100% - 55px);
  height: 40px;
  padding: 0 9px;
  font-size: 16px;
  color: #1b1818;
  border: 1px solid #e5e5e5;
  font-family: 微软雅黑;
  background: none;
}

.messageBox .inputText::-webkit-input-placeholder {
  color: #a5a5a5;
  font-family: 微软雅黑;
}

.messageBox .areaBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.messageBox .textArea {
  width: calc(100% - 55px);
  height: 124px;
  padding: 0 9px;
  font-size: 16px;
  color: #1b1818;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  font-family: 微软雅黑;
  background: none;
}

.messageBox .textArea::-webkit-input-placeholder {
  color: #a5a5a5;
  font-family: 微软雅黑;
}

.messageBox .btnBox {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 25px;
}

.messageBox .btnSubmit {
  width: 160px;
  height: 50px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #0b4b8f;
  border-radius: 25px;
  cursor: pointer;
}

.infoBox {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
}

.infoBox .address {
  margin-bottom: 13px;
}

.infoBox .connect {
  display: flex;
}

.infoBox .phone {
  margin-right: 125px;
}

.infoBox .s1 {
  color: #000000;
}

.searchBox {
  width: 100%;
}

.searchBox .wrap {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}

.searchBox .title {
  text-align: center;
  margin-bottom: 20px;
}

.searchBox .topBox {
  margin-bottom: 20px;
}

.searchBox .topBox .h1 {
  font-size: 24px;
  color: #191919;
  line-height: 40px;
  font-weight: bold;
}

.searchBox .topBox .h2 {
  font-size: 18px;
  color: #333333;
  line-height: 40px;
}

.searchBox .topBox .number {
  display: inline-block;
  font-size: 24px;
  color: #0b4b8f;
  margin: 0 5px;
}

.searchList {
  height: calc(100vh - 520px);
  overflow-y: auto;
  padding-right: 30px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.searchList::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #eaeaea;
}

/*定义滚动条轨道 内阴影+圆角*/
.searchList::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eaeaea;
}

/*定义滑块 内阴影+圆角*/
.searchList::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #235d9a;
}

.searchList .column {
  padding-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 25px;
}

.searchList .column:last-child {
  margin-bottom: 0;
}

.searchList .h1 {
  font-size: 18px;
  color: #989898;
  line-height: 36px;
  font-weight: bold;
}

.searchList .h2 {
  font-size: 16px;
  color: #727272;
  line-height: 30px;
}

.searchList .iconBox {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.searchList .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 50px;
  padding: 0 25px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.searchList .icon2 {
  display: none;
}

.searchList .column:hover .btn {
  background-color: #174e9f;
}

.searchList .column:hover .icon1 {
  display: none;
}

.searchList .column:hover .icon2 {
  display: block;
}

/* 媒体查询 */
@media only screen and (max-width: 1800px) {
  .soundDetails .wrap {
    max-width: 1400px;
  }
}

@media only screen and (max-width: 1600px) {
  .header .wrap {
    max-width: 1200px;
    width: 90%;
    padding: 30px 0 0;
    margin: 0 auto;
  }

  /* .header .btn {
    width: 50px;
  } */

  .header .btnSearch {
    margin-right: 20px;
  }

  .header .name{
    line-height: 40px;
    margin-right: 20px;
    border-radius: 20px;
  }

  .header .btnQuit{
    height: 40px;
  }

  .sideNav .iconBox {
    width: 30px;
  }

  .sideNav .item>a {
    width: 80px;
    height: 90px;
  }

  .sideNav .name {
    font-size: 14px;
    line-height: 24px;
  }

  .main {
    padding-top: 30px;
    /* height: calc(100vh - 53px); */
  }

  .homeBox1 .wrap {
    max-width: 1200px;
  }

  .homeBox1 .title {
    margin-bottom: 20px;
  }

  .homeBox1 .title .h1 {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
  }

  .musicAniBox {
    margin-bottom: 20px;
  }

  .musicAniBox .iconBox {
    width: 100px;
  }

  .homeBox1 .textBox .h1 {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .homeBox1 .textBox .text {
    line-height: 24px;
  }

  .homeBox1 .textBox .imgBox {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .homeBox1 .textBox .text2 {
    font-size: 14px;
    line-height: 24px;
  }

  .footer .wrap {
    height: 52px;
  }

  .registerBox .title {
    margin-bottom: 20px;
  }

  .registerBox .title .h1 {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
  }

  .registerBox .musicAniBox {
    margin-bottom: 20px;
  }

  .registerBox .inputBox {
    height: 44px;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .registerBox .selectRegion {
    font-size: 14px;
  }

  .registerBox .inputText {
    font-size: 14px;
  }

  .registerBox .codeBox {
    height: 44px;
    border-radius: 5px;
  }

  .registerBox .btnCode {
    font-size: 14px;
    height: 44px;
    border-radius: 5px;
  }

  .registerBox .btnSubmit {
    font-size: 16px;
    height: 44px;
    border-radius: 5px;
  }

  .registerBox .return {
    font-size: 14px;
  }

  .loginBox .title .h1 {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
  }

  .loginBox .title {
    margin-bottom: 20px;
  }

  .loginBox .musicAniBox {
    margin-bottom: 70px;
  }

  .loginBox .inputBox {
    height: 44px;
    margin-bottom: 20px;
    border-radius: 5px;
  }

  .loginBox .inputText {
    font-size: 14px;
  }

  .loginBox .btnSubmit {
    font-size: 16px;
    height: 44px;
    border-radius: 5px;
  }

  .loginBox .linkBox a {
    font-size: 14px;
  }

  .memberBox .wrap {
    max-width: 1000px;
  }

  .memberPublicBox {
    height: 470px;
  }

  .memberBox .title {
    margin-bottom: 20px;
  }

  .memberBox .title .h1 {
    max-width: 400px;
    margin: 0 auto;
  }

  .memberPublicBox .h1 {
    font-size: 20px;
    padding: 15px 0;
  }

  .memberPublicBox .nav {
    left: -40px;
  }

  .memberPublicBox .nav .item {
    width: 80px;
    height: 80px;
    margin: 5px 0;
  }

  .memberPublicBox .nav .name {
    font-size: 14px;
  }

  .passwordBox .form {
    margin-top: 80px;
  }

  .passwordBox .inputBox {
    margin-bottom: 20px;
  }

  .passwordBox .form .name {
    font-size: 14px;
  }

  .passwordBox .inputText {
    height: 44px;
  }

  .passwordBox .btnBox {
    margin-top: 30px;
  }

  .passwordBox .btnSubmit {
    width: 130px;
    height: 44px;
    font-size: 16px;
    border-radius: 22px;
  }

  .materialBox .form {
    margin-top: 30px;
  }

  .materialBox .rBox {
    margin-left: 70px;
  }

  .materialBox .rBox .name {
    font-size: 14px;
    margin-right: 30px;
  }

  .materialBox .size {
    font-size: 14px;
    line-height: 34px;
  }

  .materialBox .inputBox {
    margin-bottom: 20px;
  }

  .materialBox .lBox .name {
    font-size: 14px;
    line-height: 34px;
  }

  .materialBox .account {
    font-size: 14px;
    line-height: 34px;
  }

  .materialBox .inputText {
    height: 44px;
    border-radius: 5px;
  }

  .materialBox .inputText::-webkit-input-placeholder {
    font-size: 14px;
  }

  .materialBox .btnSubmit {
    width: 130px;
    height: 44px;
    font-size: 16px;
    border-radius: 22px;
  }

  .soundscapeBox .h1 .btnUpload {
    font-size: 14px;
  }

  .soundscapeBox .tipsBox .icon {
    width: 140px;
    margin-bottom: 20px;
  }

  .soundscapeBox .tipsBox .tips {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .soundscapeBox .tipsBox .btnUpload {
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 18px;
  }

  .soundscapeForm .name {
    font-size: 14px;
  }

  .soundscapeForm .inputText {
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
  }

  .soundscapeForm .inputText::-webkit-input-placeholder {
    font-size: 14px;
  }

  .soundscapeForm .textarea {
    border-radius: 5px;
    font-size: 14px;
  }

  .soundscapeForm .textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .soundscapeForm .select {
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
  }

  .soundscapeForm .btnPlace {
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
  }

  .soundscapeForm .text {
    height: 44px;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    line-height: 42px;
  }

  .soundscapeForm .btnPath {
    height: 44px;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    line-height: 44px;
  }

  .soundscapeForm .btnSubmit {
    width: 130px;
    height: 44px;
    font-size: 16px;
    border-radius: 22px;
  }

  .listSoundscape .iconBox {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .listSoundscape .h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .listSoundscape .h3 {
    font-size: 16px;
  }

  .listSoundscape .item {
    margin-bottom: 20px;
  }

  .listSoundscape .item>a {
    height: 160px;
  }

  .listSoundscape .btnDelete {
    width: 15px;
  }

  .introBox .title .h1 {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .introBox .title .h2 {
    max-width: 550px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .scrollTextBox .scrollText {
    margin-bottom: 20px;
  }

  .scrollTextBox .scrollWrap {
    padding: 20px;
  }

  .scrollTextBox .h1 {
    font-size: 18px;
  }

  .scrollTextBox .text {
    font-size: 16px;
    line-height: 26px;
    max-height: 170px;
  }

  .soundMapBox .banner {
    height: 320px;
  }

  .soundMapBox .banner .swiper-container {
    height: 320px;
  }

  .soundMapBox .banner .h1 {
    max-width: 350px;
  }

  .soundMapBox .banner .h2 {
    max-width: 500px;
  }

  .soundMapList .img {
    width: 140px;
    height: 140px;
    margin-right: 15px;
    
  }
  /* html{zoom: 0.8 !important;} */

  .soundMapList .rBox {
    max-width: calc(100% - 165px);
  }

  .soundMapList .soundIcon {
    width: 170px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .soundMapList .nameBox {
    font-size: 18px;
  }
  .soundMapList .nameBox .download{
    display: block;
  }
  .soundMapList .item {
    margin-top: 20px;
  }

  .soundMapList {
    height: calc(100vh - 450px);
  }

  .soundMapBox .banner .wrap2 {
    max-width: 1130px;
  }

  .areaSoundBox {
    height: calc(100vh - 470px);
  }

  .soundMapBox .banner .btnBox {
    padding: 0;
  }

  .soundMapBox .banner .btnBox .wrap {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }

  .soundMapBox .banner .btnUpload {
    right: 10%;
    height: 50px;
    padding: 0 30px;
    border-radius: 25px;
  }

  .soundMapBox .banner .icon {
    width: 35px;
    margin-right: 10px;
  }

  .soundMapBox .banner .words {
    font-size: 18px;
  }

  .soundDetails .h1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .soundDetails .wrap {
    max-width: 1200px;
  }

  .soundDetails .map {
    width: 250px;
  }

  .soundDetails .textBox {
     width: auto; 
  }

  .soundDetails .text {
    font-size: 16px;
    line-height: 30px;
  }

  .soundDetails .btnBox {
    margin-top: 10px;
  }

  .soundDetails .scrollBox {
    height: calc(100vh - 250px);
  }

  .soundDetails {
    padding-top: 25px;
  }

  .problemBox .title {
    margin-bottom: 20px;
  }

  .problemBox .title .h1 {
    max-width: 400px;
    margin: 0 auto;
  }

  .problemBox .musicAniBox {
    margin-bottom: 20px;
  }

  .problemList {
    height: calc(100vh - 470px);
  }

  .problemBox .box {
    padding: 20px 20px 20px 30px;
  }

  .problemBox .box .h2 {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .problemBox .box .s1 {
    font-size: 18px;
  }

  .problemList .ask {
    font-size: 18px;
    padding: 10px 20px 10px 40px;
    background-size: 30px auto;
  }

  .problemList .answer {
    font-size: 14px;
    padding: 10px 20px 5px 40px;
  }

  .messageBox .title {
    margin-bottom: 20px;
  }

  .messageBox .title .h1 {
    max-width: 400px;
    margin: 0 auto;
  }

  .messageBox .musicAniBox {
    margin-bottom: 20px;
  }

  .messageBox .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .messageBox .h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .messageBox .inputBox {
    margin-bottom: 20px;
  }

  .messageBox .name {
    font-size: 14px;
  }

  .messageBox .inputText {
    font-size: 14px;
  }

  .messageBox .inputText::-webkit-input-placeholder {
    font-size: 14px;
  }

  .messageBox .areaBox {
    margin-bottom: 20px;
  }

  .messageBox .textArea {
    font-size: 14px;
    line-height: 30px;
    height: 100px;
  }

  .messageBox .textArea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 30px;
  }

  .messageBox .btnSubmit {
    width: 130px;
    height: 44px;
    font-size: 16px;
    border-radius: 22px;
  }

  .messageBox .btnBox {
    margin-bottom: 20px;
  }

  .infoBox {
    font-size: 14px;
    line-height: 30px;
  }

  .infoBox .address {
    margin-bottom: 10px;
  }

  .infoBox .phone {
    margin-right: 70px;
  }

  .searchBox .title .h1 {
    max-width: 400px;
    margin: 0 auto;
  }

  .searchBox .topBox {
    margin-bottom: 10px;
  }

  .searchBox .topBox .h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .searchBox .topBox .h2 {
    font-size: 16px;
    line-height: 30px;
  }

  .searchBox .topBox .number {
    font-size: 20px;
  }

  .searchList .h1 {
    font-size: 16px;
    line-height: 30px;
  }

  .searchList .h2 {
    font-size: 14px;
    line-height: 24px;
  }

  .searchList .iconBox {
    margin-top: 10px;
  }

  .searchList .btn {
    width: 150px;
    height: 42px;
    border-radius: 21px;
  }

  .searchList {
    height: calc(100vh - 420px);
  }

  .searchList .column {
    margin-bottom: 20px;
  }

  .header .searchBar .inputBox {
    width: 220px;
    height: 40px;
    border-radius: 20px;
  }

  .header .searchBar .btnSubmit {
    width: 30px;
    height: 30px;
  }

  .header .searchBar .inputText {
    width: calc(100% - 35px);
  }
}

@media only screen and (max-width: 1440px) {
  .homeBox1 .title .h1 {
    max-width: 350px;
  }

  .registerBox .wrap {
    max-width: 400px;
  }

  .registerBox .title .h1 {
    max-width: 350px;
  }

  .musicAniBox .iconBox {
    margin: 0 10px;
  }

  .registerBox .inputBox {
    height: 40px;
    margin-bottom: 10px;
  }

  .registerBox .codeBox {
    height: 40px;
  }

  .registerBox .btnCode {
    height: 40px;
  }

  .registerBox .btnSubmit {
    height: 40px;
  }

  .registerBox .linkBox {
    margin-top: 10px;
  }

  .loginBox .wrap {
    max-width: 400px;
  }

  .loginBox .title .h1 {
    max-width: 350px;
  }

  .loginBox .musicAniBox {
    margin-bottom: 50px;
  }

  .loginBox .inputBox {
    height: 40px;
  }

  .loginBox .btnSubmit {
    height: 40px;
  }

  .memberBox .title .h1 {
    max-width: 350px;
  }

  .memberBox .wrap {
    max-width: 900px;
  }

  .memberPublicBox {
    min-height: 380px;
    height: auto;
  }

  .memberPublicBox .h1 {
    font-size: 16px;
    padding: 10px 0;
  }

  .passwordBox .form {
    margin-top: 50px;
  }

  .passwordBox .inputText {
    height: 40px;
  }

  .passwordBox .btnSubmit {
    height: 40px;
  }

  .memberPublicBox .nav {
    left: -35px;
  }

  .memberPublicBox .nav .item {
    width: 70px;
    height: 70px;
    margin: 5px 0;
  }

  .materialBox .inputBox {
    margin-bottom: 15px;
  }

  .materialBox .inputText {
    height: 40px;
  }

  .materialBox .rBox {
    margin-left: 30px;
  }

  .materialBox .rBox .name {
    margin-right: 20px;
  }

  .materialBox .picture {
    width: 100px;
    height: 100px;
  }

  .materialBox .btnUpload {
    width: 100px;
  }

  .materialBox .lBox {
    max-width: 500px;
  }

  .materialBox .form {
    margin-top: 20px;
  }

  .soundscapeBox .tipsBox {
    margin-top: 40px;
  }

  .soundscapeBox .tipsBox .icon {
    width: 120px;
    height: 120px;
  }

  .soundscapeBox .tipsBox .btnUpload {
    width: 140px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    font-size: 16px;
  }

  .soundscapeBox .box {
    height: calc(380px - 60px);
  }

  .soundscapeForm .inputBox {
    margin-bottom: 15px;
  }

  .soundscapeForm .inputText {
    height: 40px;
  }

  .soundscapeForm .textarea {
    height: 90px;
  }

  .soundscapeForm .select {
    height: 40px;
  }

  .soundscapeForm .btnPlace {
    height: 40px;
    line-height: 40px;
  }

  .soundscapeForm .text {
    height: 40px;
    line-height: 38px;
  }

  .soundscapeForm .btnPath {
    height: 40px;
    line-height: 40px;
  }

  .listSoundscape {
    padding-top: 30px;
  }

  .listSoundscape .h2 {
    font-size: 16px;
    line-height: 26px;
  }

  .listSoundscape .h3 {
    font-size: 14px;
    line-height: 24px;
  }

  .listSoundscape .item>a {
    height: 140px;
  }

  .listSoundscape .item {
    border-radius: 5px;
  }

  .introBox .title .h1 {
    max-width: 350px;
  }

  .introBox .title .h2 {
    max-width: 500px;
  }

  .scrollTextBox .scrollWrap {
    padding: 15px;
  }

  .scrollTextBox .h1 {
    font-size: 16px;
  }

  .scrollTextBox .text {
    font-size: 14px;
    line-height: 24px;
  }

  .scrollTextBox .text {
    max-height: 130px;
  }

  .scrollTextBox {
    max-width: 900px;
  }

  .soundMapBox .banner .wrap {
    max-width: 1000px;
  }

  .soundMapList {
    max-width: 1000px;
   /* height: calc(100vh - 340px);*/
  }
	/*20220321*/
	.soundMapList {
    min-height: calc(100vh - 450px);
  }
  .soundMapList .img {
    /*width: 120px;
    height: 120px;*/
   	width: 110px;
   	height: 110px;
    border: 2px solid #e0ecf9;
    box-shadow: 0px 0px 20px rgb(67 117 172 / 50%);
  }

  .soundMapList .item:hover .img {
    border: 0px solid #4375ac;
  }

  .soundMapList .rBox {
    max-width: calc(100% - 135px);
    width: 100%;
  }



  .soundMapList .rBox .icon{
   width: 15px;
  }
  .soundMapList .nameBox {
    font-size: 16px;
  }

  /*.soundMapBox .banner {
    height: 270px;
  }

  .soundMapBox .banner .swiper-container {
    height: 270px;
  }*/
 	/*20220321*/
 	.soundMapBox .banner {
    height: 320px;
  }
  .soundMapBox .banner .swiper-container {
    height: 320px;
  }

  .areaSoundBox {
    height: calc(100vh - 360px);
  }

  .soundMapBox .banner .title .wrap {
    max-width: 900px;
  }

  .soundMapBox .banner .btnUpload {
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
  }

  .soundMapBox .banner .words {
    font-size: 16px;
  }

  .soundMapBox .banner .icon {
    width: 30px;
  }

  .memberBox .wrap {
    max-width: 1000px;
  }

  .soundDetails {
    padding-top: 15px;
  }

  .soundDetails .h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .soundDetails .map {
    width: 200px;
  }

  .soundDetails .textMap {
    margin-bottom: 20px;
  }

  .soundDetails .textBox {
    width: auto;
  }

  .soundDetails .text {
    font-size: 14px;
    line-height: 24px;
  }

  .soundDetails .audioBox {
   
    margin-bottom: 20px;
  }
  
  .soundDetails .audioBox .soundList{

  }
  .soundDetails .audioBox .soundList .item{
    margin: 1.5% 0.5% 4% 0.5%;
    width: 48%;
  }


  .problemBox .title .h1 {
    max-width: 350px;
  }

  .problemBox .wrap {
    max-width: 1000px;
  }

  .problemBox .box .h2 {
    padding-bottom: 10px;
  }

  .problemBox .box .s1 {
    font-size: 16px;
  }

  .problemList .ask {
    font-size: 16px;
    line-height: 30px;
  }

  .problemList .answer {
    line-height: 24px;
  }

  .problemList {
    height: calc(100vh - 440px);
  }

  .messageBox .title .h1 {
    max-width: 350px;
  }

  .messageBox .h2 {
    font-size: 16px;
    line-height: 26px;
  }

  .messageBox .h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .messageBox .inputBox {
    margin-bottom: 15px;
  }

  .messageBox .textArea {
    height: 80px;
  }

  .messageBox .btnSubmit {
    height: 40px;
    border-radius: 20px;
  }

  .messageBox .areaBox {
    margin-bottom: 15px;
  }

  .messageBox .btnBox {
    margin-bottom: 15px;
  }

  .infoBox {
    line-height: 24px;
  }

  .infoBox .phone {
    margin-right: 50px;
  }

  .searchBox .title {
    margin-bottom: 10px;
  }

  .searchBox .title .h1 {
    max-width: 350px;
  }

  .searchBox .topBox .h1 {
    font-size: 18px;
  }

  .searchBox .topBox .h2 {
    font-size: 14px;
  }

  .searchBox .topBox .number {
    font-size: 18px;
  }

  .searchList {
    height: calc(100vh - 380px);
  }

  .searchList .btn {
    width: 130px;
    height: 36px;
    border-radius: 18px;
    padding: 0 15px;
  }

  .searchList .column {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .header .wrap {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background-color: #fff;
  }

  .header .btnMenu {
    display: flex;
  }

  .sideNav {
    left: -90px;
  }

  .sideNav.active {
    left: 0;
  }

  .main {
    padding-top: 80px;
    height: auto;
  }

  .homeBox1 .textBox .imgBox {
    width: 100%;
  }

  .memberBox .wrap {
    max-width: 80%;
  }

  .materialBox .form {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .materialBox .rBox {
    margin-left: 0;
    margin-bottom: 30px;
    align-items: center;
  }

  .materialBox .rBox .name {
    width: 90px;
    white-space: nowrap;
    margin-right: 0;
    text-align: right;
    padding-right: 15px;
  }

  .materialBox .pictureBox {
    width: calc(100% - 90px);
    flex-direction: row;
    flex-wrap: wrap;
  }

  .materialBox .size {
    margin: 0 15px;
  }

  .soundscapeForm {
    padding: 30px 0 30px 30px;
  }

  .soundscapeForm .lBox {
    max-width: 48%;
  }

  .soundscapeForm .rBox {
    max-width: 48%;
  }

  .soundscapeBox .box {
    padding-right: 20px;
    margin-right: -20px;
  }

  .listSoundscape .item {
    width: 31%;
    margin-right: 3.5%;
  }

  .listSoundscape .item:nth-child(4n) {
    margin-right: 3.5%;
  }

  .listSoundscape .item:nth-child(3n) {
    margin-right: 0;
  }

  .soundMapList {
    
    min-height: calc(100vh - 445px);
    overflow: hidden;
  }
	
  .soundMapList .item {
    max-width: 48%;
    width: 100%;
  }

  .areaSoundBox {
    flex-wrap: wrap;
    padding-left: 0;
    height: auto;
  }

  .areaSoundBox .textMap {
    max-width: 100%;
    padding: 0px 0;
  }

  .soundListBox {
    max-width: 100%;
   
  }

  .soundDetails .scrollBox {
    flex-wrap: wrap;
    height: auto;
    padding-right: 0;
  }

  .soundDetails .lBox {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .soundDetails .rBox {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    padding-bottom: 30px;
  }

  .soundDetails .map {
    width: 350px;
  }

  .soundDetails .textBox {
    width: auto;
  }

  .soundDetails .textMap {
    margin-bottom: 30px;
  }

  .problemList {
    height: auto;
    padding-right: 0;
  }

  .problemBox {
    min-height: calc(100vh - 133px);
  }

  .messageBox {
    min-height: calc(100vh - 133px);
  }

  .searchList {
    height: auto;
    padding-right: 0;
  }

  .scrollTextBox .text {
    max-height: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .main {
    min-height: calc(100vh - 81px);
    height: auto;
  }
  
  .footer .wrap {
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    /* padding: 10px 0; */
  }

  .footer .copyright {
    width: 100%;
  }

  .footer .support {
    width: 100%;
    margin: 0;
  }

  .memberPublicBox {
    padding: 5px 30px 5px 50px;
  }

  .soundscapeForm .inputBox {
    flex-wrap: wrap;
  }

  .soundscapeForm .lBox {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .soundscapeForm .rBox {
    max-width: 100%;
  }

  .soundscapeForm .text {
    width: calc(100% - 120px);
  }

  .soundscapeForm .btnPath {
    width: 120px;
  }

  .soundscapeForm {
    padding: 30px 0;
  }

  .listSoundscape .item {
    width: 48%;
    margin-right: 4%;
  }

  .listSoundscape .item:nth-child(3n) {
    margin-right: 4%;
  }

  .listSoundscape .item:nth-child(4n) {
    margin-right: 4%;
  }

  .listSoundscape .item:nth-child(2n) {
    margin-right: 0;
  }

  .soundMapList .item {
    max-width: 100%;
  }

  .soundList .item {
    width: 48%;
    margin-right: 4%;
  }

  .soundList .item:nth-child(3n) {
    margin-right: 4%;
  }

  .soundList .item:nth-child(2n) {
    margin-right: 0;
  }

  .memberBox .wrap {
    max-width: 90%;
  }

  .soundDetails .textMap {
    flex-wrap: wrap;
  }

  .soundDetails .textBox {
    width: 100%;
    margin-bottom: 20px;
  }

  .soundDetails .map {
    width: 100%;
    text-align: center;
  }

  .messageBox .inputBox {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .header .wrap {
    height: 1.1rem;
    padding: 0;
  }

  .homeBox1 .title .h1{
    max-width: 200px;
  }
  .homeBox1 .textBox .h1{
    max-width: 300px;
  }
  .introBox .title .h1{
    max-width: 200px;
  }
  .problemBox .title .h1{
    max-width: 200px;
  }
  .messageBox .title .h1{
    max-width: 200px;
  }
  .introBox .title .h2{
    max-width: 300px;
  }
  .header .btn {
    width: 0.5rem;
  }
  .header .btnlang {
    height: 0.5rem;
    font-size: 16px;
  }

  .header .lang a {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .header .btnSearch {
    margin-right: 0.3rem;
  }

  .header .name{
    font-size: 0.24rem;
    line-height: 0.7rem;
    padding: 0 0.2rem;
    margin-right: 0.3rem;
    border-radius: 0.5rem;
  }

  .header .btnQuit{
    font-size: 0.24rem;
    height: 0.7rem;
    width: 0.7rem;
  }

  .header .btnMenu.on {
    margin-left: 1.4rem;
  }

  .sideNav .item>a {
    width: 1.6rem;
    height: 1.6rem;
  }

  .sideNav .iconBox {
    width: 0.6rem;
  }

  .sideNav .name {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .main {
    min-height: calc(100vh - 1.4rem);
    padding-top: 1.1rem;
  }

  .homeBox1 {
    padding: 0.8rem 0;
  }

  .footer .wrap {
    /* padding: 0.2rem 0; */
  }

  .footer .copyright {
    font-size: 0.2rem;
    line-height: 0.5rem;
  }

  .footer .support {
    font-size: 0.2rem;
    line-height: 0.5rem;
  }

  .musicAniList .item:first-child {
    display: none;
  }

  .registerBox {
    padding: 0.8rem 0;
  }

  .registerBox .inputBox {
    height: 0.9rem;
    margin-bottom: 0.3rem;
  }

  .registerBox .codeBox {
    height: 0.9rem;
  }

  .registerBox .btnCode {
    height: 0.9rem;
  }

  .registerBox .btnSubmit {
    height: 0.9rem;
  }

  .registerBox .linkBox {
    margin-top: 20px;
  }

  .loginBox {
    padding: 0.8rem 0;
  }

  .loginBox .musicAniBox {
    margin-bottom: 30px;
  }

  .loginBox .inputBox {
    height: 0.9rem;
    margin-bottom: 0.3rem;
  }

  .loginBox .btnSubmit {
    height: 0.9rem;
  }

  .loginBox .linkBox {
    margin-top: 20px;
  }

  .memberBox {
    padding: 0.8rem 0;
  }

  .memberBox .wrap {
    max-width: 90%;
  }

  .memberBox .title .h1 {
    margin-bottom: 60px;
    max-width: 200px;
  }

  .memberPublicBox .nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    transform: translate(0, 0);
    margin-top: -50px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .memberPublicBox .nav::-webkit-scrollbar {
    display: none;
  }

  .memberPublicBox .nav .item {
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    margin-right: 0.3rem;
  }

  .memberPublicBox .nav .iconBox {
    display: none;
  }

  .memberPublicBox .nav .name {
    color: #333;
  }

  .memberPublicBox .nav .item.active {
    background: none;
  }

  .memberPublicBox .nav .item.active .name {
    color: #1f4e79;
  }

  .memberPublicBox {
    height: auto;
    padding: 0;
    border-radius: 10px;
  }

  .memberPublicBox .h1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 0.3rem 0;
  }

  .passwordBox {
    padding-bottom: 0.8rem;
  }

  .passwordBox .form {
    margin-top: 0.8rem;
  }

  .passwordBox .inputText {
    height: 0.9rem;
  }

  .passwordBox .btnSubmit {
    width: 2.4rem;
    height: 0.9rem;
  }

  .materialBox .lBox {
    max-width: 100%;
    margin: 0 auto;
  }

  .materialBox .rBox {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .materialBox .picture {
    margin-right: 10px;
  }

  .materialBox .size {
    margin: 0;
  }

  .materialBox .inputBox {
    width: 100%;
  }

  .materialBox .inputText {
    max-width: calc(100% - 90px);
    height: 0.9rem;
  }

  .materialBox .account {
    max-width: calc(100% - 90px);
  }

  .soundscapeBox .tipsBox {
    margin-top: 30px;
  }

  .soundscapeForm {
    width: 90%;
    margin: 0 auto;
  }

  .soundscapeBox .box {
    height: auto;
    max-height: none;
  }

  .soundscapeForm .inputText {
    height: 0.9rem;
  }

  .soundscapeForm .select {
    height: 0.9rem;
  }

  .soundscapeForm .btnPlace {
    height: 0.9rem;
    line-height: 0.9rem;
  }

  .soundscapeForm .text {
    height: 0.9rem;
    line-height: 0.9rem;
  }

  .soundscapeForm .btnPath {
    height: 0.9rem;
    line-height: 0.9rem;
  }

  .soundscapeForm .btnSubmit {
    width: 2.4rem;
    height: 0.9rem;
  }

  .soundscapeForm .fileBox {
    width: 100%;
  }

  .soundscapeBox.memberPublicBox .h1 {
    padding-left: 0;
  }

  .listSoundscape {
    width: 90%;
    margin: 0 auto;
  }

  .scrollTextBox .text {
    max-height: none;
    color: #000000;
  }

  .scrollTextBox .h1{
    color: #000000;
  }
  .scrollTextBox .scrollText {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }

  .scrollTextBox .scrollWrap {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) inset;
  }

  .soundMapList {
    /* margin-bottom: 0.8rem; */
  }

  .areaSoundBox .textMap {
    /* padding: 0rem 0 0.4rem; */
  }

  .areaSoundBox .text {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .areaSoundBox .map {
    margin-bottom: 0rem;
  }

  .soundMapBox .banner .h1{
    font-size: 0.5rem;
  }

  .soundMapBox .banner .h2{
    font-size: 0.32rem;
  }

  .soundList {
    padding: 0.1rem 0;
  }

  
  .soundDetails .audioBox .soundList .item{
    margin: 2% 0% 8% 0;
    width: 100%;
  }

  .soundList .item {
    margin-bottom: 0.3rem;
  }

  .soundList .item>a {
    height: 0.9rem;
  }

  .soundList .item .name{
    font-size: 0.28rem;
    line-height: 0.9rem;
  }

  .soundList .round {
    margin-right: 0.1rem;
  }

  .soundList .number {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.28rem;
  }

  .soundList .iconBox {
    width: calc(100% - 0.6rem);
  }

  .navPage {
    justify-content: center;
  }

  .navPage a {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.1rem;
    font-size: 0.28rem;
  }

  .soundMapBox .banner .btnUpload {
    height: 0.8rem;
    padding: 0 0.3rem;
  }

  .soundMapBox .banner .icon {
    width: 0.5rem;
    margin-right: 0.1rem;
  }

  .soundMapBox .banner .words {
    font-size: 0.28rem;
  }

  .soundDetails {
    padding-top: 0;
  }

  .soundDetails .h1 {
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
  }

  .soundDetails .text {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .soundDetails .btn {
    width: 1.8rem;
    height: 0.7rem;
    font-size: 0.28rem;
    border-radius: 0.35rem;
  }

  .soundDetails .rBox {
    padding-bottom: 0;
  }

  .problemBox {
    padding: 0.8rem 0;
  }

  .problemBox .box {
    padding: 0.3rem;
  }

  .problemBox .box .h2 {
    flex-wrap: wrap;
    line-height: 1.4;
  }

  .problemBox .box .s1 {
    width: 100%;
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
  }

  .problemList .ask {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .problemList .ask::before {
    width: 0.24rem;
  }

  .problemList .answer {
    font-size: 0.28rem;
    line-height: 0.5rem;
    padding: 0.2rem 0;
  }

  .messageBox {
    padding: 0.8rem 0;
  }

  .messageBox .h2 {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }

  .messageBox .h3 {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .messageBox .btnBox {
    justify-content: center;
  }

  .messageBox .btnSubmit {
    width: 2rem;
    height: 0.75rem;
    font-size: 0.3rem;
    border-radius: 0.45rem;
  }

  .messageBox .name {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .messageBox .inputText {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .messageBox .inputText::-webkit-input-placeholder {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .messageBox .textArea {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .messageBox .textArea::-webkit-input-placeholder {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .infoBox {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .infoBox .connect {
    flex-wrap: wrap;
  }

  .infoBox .phone {
    width: 100%;
    margin-right: 0;
  }

  .searchBox {
    padding: 0.8rem 0;
  }

  .searchList .column {
    padding-bottom: 15px;
  }
}


.soundDetails   .dataImg  .min-img{
  max-width: 360px;
}

@media only screen and (max-width: 1366px) {
  .soundList .item{
    margin-top:0px;
  }
  .soundDetails   .dataImg  .min-img{
    max-width: 220px;
  }
  .soundList .item .mp-child-list{
    height: 30px;
  }
  .soundList .number{
    width: 20px;
    height: 20px;
  }
  .soundList .item .area-name{
    font-size: 14px;
  }

  .soundMapList{
    min-height: calc(100vh - 370px);
    height: calc(100vh - 370px);
  }

}




@media only screen and (max-width: 540px){
  .soundMapBox{
    height:auto;
  }
  .soundMapList{
    height:auto;
  }
  .footer{
    position:static;
  }
  .soundMapBox .banner .h1 img{
    max-width: 60%;
  }
  .soundMapBox .banner .h2 img{
     max-width: 40%;
  }

  .header .btnBox.p-box{
    display: none;
  }
  .header .btnBox.m-box{
    display: flex;
  }
}

