html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/* banner */
#banner {
    width: 100%;
    position: relative;
}

#banner .banner-img {
    height: auto;
    width: 100%;
}
#banner .banner-wrapper {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -30px;
}
#banner .banner-wrapper > div {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}
#banner .banner-wrapper .banner-logo {
    width: 16%;
    padding: 40px 34px 14px 34px;
    background-color: #fff;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
#banner .banner-wrapper .banner-logo img {
    width: 100%;
}


/* main */
#main {
    margin-top: 92px;
}

#main #best-hit p {
    text-align: center;
}

#main #best-hit > p:first-child {
    height: 29px;
    font-size: 30px;
    color: #333;
    margin: 0;
}
#main #best-hit > p:last-child {
    height: 12px;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

#main #best-hit .flexs {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

#main #best-hit .flexs > div {
    width: 25%;
    text-align: center;
}

#main #best-hit .flexs > div div {
    width: 100%;
    height: 250px;
    text-align: center;
}

#main #best-hit .flexs > div p{
    height: 18px;
    font-size: 18px;
    color: #333;
    margin-top: 19px;
}

#main #best-hit .flexs > div p:last-child {
    height: 12px;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.hit-img1 > div {
    background: url("../img/1.png?2019") no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    cursor: pointer;
    position: relative;
}
.hit-img2 {
    margin: 0 50px;
}
.hit-img2 > div {
    background: url("../img/2.png?2019") no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    cursor: pointer;
    position: relative;
}
.hit-img3 > div {
    background: url("../img/3.jpg?2019") no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    position: relative;
}
/* 蒙版 */
.little-prince-mask, .narnia-mask, .mother-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../img/play_top.png") no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    display: none;
}
/* 蒙版的效果切换 */
/* 未播放（显示播放按钮） */
.show-play {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../img/play_top.png") no-repeat;
    background-size: auto;
    background-position: 50% 50%;
    opacity: 1;
    display: block;
}
/* 播放中（显示暂停按钮） */
.show-pause {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../img/pause_top.png") no-repeat;
    background-size: auto;
    background-position: 50% 50%;
    opacity: 1;
    display: block;
}
/* 播放中（显示动画gif） */
.show-gif {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../img/playing.gif") no-repeat;
    background-size: auto;
    background-position: 55% 64%;
    display: block;
}

#main #recommendation {
    margin-top: 40px;
}

#main #recommendation > p {
    text-align: center;
    height: 12px;
    font-size: 16px;
    color: #666;
}
#main #recommendation > p:first-child {
    text-align: center;
    height: 29px;
    font-size: 30px;
    color: #333;
}
#main #recommendation .flexs {
    /* width: 1200px; */
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: center;
}
#main #recommendation .flexs > div {
    /* width: 600px; */
    width: 45%;
}
#main #recommendation .flexs .audio {
    margin-top: 4px;
    border-right: 1px solid #a6a6a6;
}
#main #recommendation .flexs .no-border {
    border: none;
}

/* 播放/暂停图片 */
#main #recommendation .flexs .audio img {
    cursor: pointer;
}
#main #recommendation .flexs .audio div {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 33px;
    /* flex布局 */
    display: flex;
    justify-content: flex-start;
}
#main #recommendation .flexs .no-border > div {
    padding-left: 48px;
    padding-right: 0px;
}
#main #recommendation .flexs > div .title {
    /* flex布局 */
    display: flex;
    justify-content: flex-start;
}
#main #recommendation .flexs > div .title span {
    font-size: 20px;
    color: #333;
}
.title-1 {
    /* margin-left: 10px; */
    width: 64%;
}
.title-1-1 {
    margin-left: 44px;
    width: 61%;
}
.title-1-1-bar {
    margin-left: 25px;
}
.title-2 {
    /* margin-left: 300px; */
    width: 23%;
}
.title-2-2 {
    width: 23%;
}
.title-3 {
    /* margin-left: 92px; */
}
/* #main #recommendation .flexs > div .title div {
    height: 2px;
    background: #999;
    width: 554px;
} */
.line {
    height: 2px;
    background: #999;
    width: 95%;
}
#main #recommendation .flexs > div .audio div:nth-child(odd) {
    background: #dfdfdf;
}
#main #recommendation .flexs > div .audio div:nth-child(even) {
    background: #cccccc;
}

/* nth选择器的兼容性 */
/* 在js中处理 */

.audio-1 {
    font-size: 16px;
    color: #666;
    width: 67%;
}
.audio-1 span {
    display: inline-block;
    min-width: 22px;
}
.audio-2 {
    font-size: 14px;
    color: #999;
    width: 26%;
    /* margin-left: 136px; */
}
.audio-3 {
    /* margin-left: 114px; */
}


/* footer */
#footer {
    margin-top: 49px;
    height: 200px;
    width: 100%;
    background: #333;
    position: relative;
}

#footer p {
    width: 100%;
    /* min-width: 1200px; */
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -23px;
}

#footer p .footer-icon{
    width: 20px;
    height: 20px;
    margin-left: 8px;
    cursor: pointer;
    position: relative;
    top: 5px;
}

#footer p .footer-span:hover{
    /* text-decoration: underline; */
    /* cursor: pointer; */
}

#footer p .footer-privacy,
#footer p .footer-privacy:focus,
#footer p .footer-privacy:visited {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

#footer p .footer-privacy:hover {
    text-decoration: underline;
}

.media {
    display: none;
}
/* 
.margin-left-140 {
    margin-left: 140px;
}
.margin-left-172 {
    margin-left: 172px;
}
.margin-left-132 {
    margin-left: 132px;
}
.margin-left-129 {
    margin-left: 129px;
} */

@media screen and (max-width: 1060px){
    #main #recommendation .flexs {
        display: block;
    }
    #main #recommendation .flexs > div {
        width: 92%;
        margin: 0 auto;
    }
    .title-1-1 {
        margin: 0;
    }
    .title-1-1-bar {
        margin: 0;
    }
    #main #recommendation .flexs .no-border > div {
        padding-left: 10px;
        padding-right: 33px;
    }
    #banner .banner-wrapper > div {
        width: 85%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
    }
}