/* 红色: rgb(212,60,51) */

.topbar {
    background: rgb(212, 60, 51);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4.3vw 3.75vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.topbar>.topsvg {
    width: 37vw;
}

.topbar>a {
    border: 1px solid rgb(254, 157, 153);
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
}

.siteNav {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
}

.siteNav>ol {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #cccccc;

}

.siteNav>ol li {
    padding: 10px 0;
    line-height: 5vw;
    font-size: 0.95em;
}

.siteNav>ol li.active {
    color: rgb(212, 60, 51);
    position: relative;
}

.siteNav>ol li.active::after {
    position: absolute;
    content: '';
    border: 1px solid rgb(212, 60, 51);
    bottom: 0;
    left: 0;
    width: 100%;
}
.tabContent {
    margin-top: 103px;
}
.tabContent > li{
    display: none;
}
.tabContent > li.active{
    display: block;
}

section.hotmusicBar{
    width: 100%;
    padding: 7.5vw 0 13.5vw 0;
    padding-left: 5.333vw;
    position: relative;
    display: flex;
    justify-content: flex-start;
    background: url(/image/hot_music_bg.jpg) no-repeat;
    background-size: cover;
}
section.hotmusicBar::after{
    position: absolute;
    content: "";
    z-index: 1;
    background-color: rgba(0,0,0,.2);
}
section.hotmusicBar > .hotmusic{
    background: url(/image/hotmusic.jpg);
    background-size: cover;
    height: 67px;
    width: 142px;
}
.recommendedSonglist {
    padding: 20px 0 24px 0;
}

h2.words {
    line-height: 20px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 14px;
}

h2.words::after {
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    border: 1px solid rgb(212, 60, 51);
}

.recommendedSonglist ol {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.recommendedSonglist li {
    display: flex;
}

.recommendedSonglist img {
    width: 33vw;
}

.recommendedSonglist p {
    width: 33vw;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latestMusic {

}

.icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -0.15em;
    fill: grey;
}
.latestMusic p{
    text-align: center;
    padding: 5vw;
}
.latestMusic ol {
    padding-left: 10px;
}

.latestMusic li>a {
    color: rgb(51, 51, 51);
    padding: 6px 0;
    border-bottom: 1px solid #efefef;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.latestMusic li span {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.latestMusic li .songtitle {
    font-size: 17px;
    padding-bottom: 6px;
}

.latestMusic li .artist {
    font-size: 12px;
    color: #888888;
}

section.logo {}

section.logo {
    background: url("../image/foot-bg.jpg");
    background-size: cover;
    padding-top: 16.9vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

section.logo>.logosvg {
    width: 61.33vw;
    height: 13vw;
}

section.logo>a {
    border: 1px solid rgb(212, 60, 51);
    text-align: center;
    line-height: 5.6vw;
    font-size: 16px;
    padding: 10px 50px;
    border-radius: 5.6vw;
    color: rgb(212, 60, 51);
    margin-top: 15px;
    margin-bottom: 8px;
}

section.logo>.copyright {
    font-size: 12px;
    line-height: 16px;
    color: #888;
    transform: scale(.75);
}
.search > form{
    border-bottom: 1px solid #f1f2f4;
    padding: 15px 10px;
}
.search > form .inputWrapper {
    width: 100%;
    height: 30px;
    background: #ebecec;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
}
.search > form .inputWrapper .searchIcon{
    width: 16px;
    height: 16px;
    fill: #c9c9c9;
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0 8px;
}
#searchSong{
    outline: none;
    border: none;
    height: 30px;
    width: 100%;
    background: transparent;
}
.search > form .inputWrapper .searchInner{
    position: absolute;
    top: 5px;
    font-size: 14px;
    color: #c9c9c9;
    pointer-events: none;
}
.hotSearch {
    padding: 15px 10px 0;
}
.hotSearch > h3 {
    color: #666;
    font-size: 12px;
}
.hotSearch ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
}
.hotSearch ul li{
    border: 1px solid #f1f2f4;
    padding: 0 14px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 32px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
}

#output.active{
    border-bottom: 1px solid #c9c9c9;
    line-height: 18px;
    margin: 5px 20px 0 40px;
    padding: 5px;
}

section.playlists  a.song{
    display: flex;
    padding: 5px 0;
}
section.playlists  a.song > .serialNum {
    padding-left: 10px;
    align-self: center;
    color: #888888;
}
section.playlists a.song > .song-wrapper{
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
}
section.playlists a.song > .song-wrapper > .icon{
    fill: #888888;
    margin-right: 10px;
}
section.playlists a.song > .song-wrapper > .songInfo{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-left: 5px;

    color: #333333;
    font-size: 17px;
}
section.playlists a.song > .song-wrapper > .songInfo > .artist{
    color: #888888;
    font-size: 12px;
    padding-top: 2px;
}

.searchSuggest {
    display: none;
}
.searchSuggest h3{
    height: 50px;
    color: #507daf;
    line-height: 50px;
    font-size: 15px;
    border-bottom: 1px solid #f1f2f4;
    margin-left: 10px;
}
.searchSuggest li{
    display: flex;
    height: 45px;
    padding-left: 10px;
    align-items: center;
}
.searchSuggest li .searchIcon{
    width: 16px;
    height: 16px;
    fill: #c9c9c9;
    margin-right: 7px;
}
.searchSuggest li span {
    display: inline-block;
    flex: 1;
    padding-right: 10px;
    font-size: 15px;
    line-height: 45px;
    color: #333333;
    border-bottom: 1px solid #f1f2f4;
}

section.foot{
    text-align: center;
    padding: 17px 0;
    font-size: 14px;
    color: #888888;
}
