a {
    margin: 0;
    padding: 0;
}

.headWrapper {
    background: #EB4C44;
    height: 5rem;
}

.headWrapper>div {
    float: left;
    background: white;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    margin-top: 1.75rem;
    margin-left: 1.25rem;
    overflow: hidden;
}

.headWrapper>div>img {
    height: 100%;
    width: 100%;
}

.headWrapper>p {
    float: left;
    font-size: 1.25rem;
    color: white;
    margin-left: 0.5rem;
    margin-top: 1.75rem;
}


/* .headWrapper>span{    span标签被隐藏
    margin-right: 1.25rem;
    margin-top: 2rem;
    float: right;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.125rem;
    width: 6.875rem;
    text-align: center;
    color: #EB4C44;
    background-color: #fff;
    border-radius: 37.5%/100%;
} */

nav>ul>li {
    float: left;
    width: 33.333333333%;
    text-align: center;
    padding: .5rem 0 0 0;
    font-weight: 400;
    font-size: .875rem;
}

nav>ul>li.NavActive {
    color: #EB4C44;
}

nav>ul>li.NavActive::after {
    display: block;
    content: '';
    background: #EB4C44;
    height: .125rem;
    width: 50%;
    margin: auto;
    margin-top: .6rem;
}

nav>div {
    height: 1px;
    background: #CCCCCC;
    margin-top: -0.0625rem;
}

.heading {
    color: #333333;
    font-size: .875rem;
    padding: .5rem 0;
    font-weight: 400;
}

.heading::before {
    display: inline-block;
    content: '';
    background: #EB4C44;
    height: 1.25rem;
    width: .1875rem;
    margin-right: .5rem;
    vertical-align: middle;
    margin-bottom: .3125rem;
}

.songsList {
    width: 100%;
    overflow: hidden;
    transition: all .2s;
}

.songListName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #333333;
    font-size: .75rem;
}

.songListWrapper {
    display: inline-block;
    margin-left: .0625rem;
    width: 33%;
    white-space: normal;
}

.songListWrapper>img {
    width: 100%;
    height: 100%;
}

.songIterm {
    float: left;
    padding-left: .625rem;
    width: 85%;
}

.songIterm>.songName {
    font-size: .875rem;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.songIterm>div {
    margin-top: -0.375rem;
}

.sqIcon {
    color: #EC7040;
    font-size: .5rem;
    border-radius: .125rem;
}

.singer {
    color: #888888;
    font-size: .625rem;
}

.playButton>img {
    height: 1.75rem;
    float: right;
    margin-right: .625rem;
    margin-top: .375rem;
}

.songHr {
    display: block;
    width: 98%;
    height: .5px;
    border: none;
    background: #E3E3E3;
    float: right;
}

.songIterms {
    display: block;
    margin: .5rem 0;
}

.m-homeft {
    position: relative;
    padding-top: 53.3%;
    margin-top: .25rem;
    background: url(../image/recommand_bg_2x_lz.png) no-repeat rgba(0, 0, 0, 0.3);
    background-size: cover;
}

footer {
    display: block;
}

.m-homeft .ftwrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    text-align: center;
}

.m-homeft .disclaimer {
    padding-top: 5%;
    width: 90%;
    margin: auto;
}

.m-homeft .disclaimer>p {
    padding-top: .5rem;
    font-size: .625rem;
    color: #939393;
    line-height: 1rem;
}

.m-homeft .openapp {
    line-height: 2.375rem;
    border: .0625rem solid #EB4C44;
    border-radius: 2.375rem;
    font-size: 1rem;
    color: #EB4C44;
    margin: .9375rem 2.3125rem .3125rem;
}

.m-homeft .copyright {
    color: #888;
    font-size: .75rem;
    line-height: 1rem;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    margin-bottom: 3rem;
}

body>section {
    display: none;
}

body>section.active {
    display: block;
}

.searchForm {
    padding: 16px 5px;
    height: 3.75rem;
}

.searchWrap {
    position: relative;
}

input[name=searchBox] {
    position: absolute;
    width: 96%;
    line-height: 2.125rem;
    border-radius: 1.875rem;
    border: none;
    background: #EBECEC;
    padding-left: 2.5rem;
    font-size: .875rem;
    left: 50%;
    margin-left: -48%;
    outline: none;
    -webkit-appearance: none;
}

.searchPic {
    position: absolute;
    height: 1.5rem;
    left: 4%;
    top: .3125rem;
}

.searchLabel {
    position: absolute;
    z-index: 1;
    height: 1.5rem;
    left: 12%;
    top: .4375rem;
    color: #cdcdcd;
    font-size: .875rem;
}

input[name=searchSB] {
    position: absolute;
    top: 1.875rem;
}

.showAlbum,
.hideAlbum {
    font-size: .75rem;
    position: absolute;
    right: 0;
    margin-top: -1.875rem;
    padding-right: .75rem;
    font-weight: 400;
}

.hide {
    display: none;
}

.queryAllSongs>div>span {
    font-size: .75rem;
    color: #EB4C44;
}

.queryAllSongs>div>div {
    margin-top: 4px;
    display: inline-block;
    position: absolute;
}

.queryAllSongs>div>div>img:nth-child(1) {
    height: 1.2rem;
    margin-top: 2px;
    display: inline-block;
    position: absolute;
}

.queryAllSongs>div>div>img:nth-child(2) {
    height: 1.2rem;
    margin-top: -2px;
    display: inline-block;
    position: absolute;
}

.queryAllSongs {
    height: 1.875rem;
    margin-bottom: .75rem;
}

.queryAllSongs>div {
    position: relative;
    text-align: center;
}

.buttom-hight {
    height: 9.375rem;
}

.swiper-container {
    width: 100%;
    height: 15rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    opacity: .1;
}

.swiper-pagination-bullet-active {
    background: black;
    opacity: .4;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    height: 15rem;
}
.text-red {
  color: #EB4C44;
}
.desc-text {
  font-size: .85rem;
  line-height: 1.25rem;
}
.gzh-img {
  height: 136px;
  padding: 5px 0;
  text-align: center;
  background-image: url('/src/image/qrcode/dyh.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
