.banner {
    background: #1e78eb;
    height: 660px;
    width: 100vw;
    padding-top: 120px;
}
.banner-header {
    width: 100vw;
    padding-top: 120px;
}
.common-header-new {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0px;
    height: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.flex-new {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.color-white-new {
    color: #fff;
}
.width-100 {
    width: 100%;
}
.header-title-new {
    white-space: nowrap;
    font-size: 28px;
    line-height: 20px;
    margin-right: 100px;
}
.header-link-new {
    white-space: nowrap;
    float: right;
    padding: 0 20px;
    background: url(https://s.momocdn.com/static/w5/img/website/white-border.png) 0 54px no-repeat;
    height: 120px;
    line-height: 120px;
}
.header-link-login-new {
    white-space: nowrap;
    float: right;
    padding: 0 10px;
    background: url(https://s.momocdn.com/static/w5/img/website/gray-border.png) 0 54px no-repeat;
    height: 120px;
    line-height: 120px;
}
.bg-new {
    width: 1288px;
    height: 540px;
    background: #1e78eb url(https://s.momocdn.com/s1/u/hefghgbea/2021.8.30.jpg) 0px 5px no-repeat;
    position: absolute;
    top: 120px;
    right: 0px;
}
.enter-icon-new {
    display: flex;
    position: absolute;
    justify-content: space-between;
    flex-wrap: nowrap;
    top: 518px;
    left: 30vw;
}
.icon-border-new {
    height: 51px;
    display: inline-block;
    border: 2px solid #fff;
    font-size: 20px;
    line-height: 51px;
    padding: 0 30px 0 65px;
}
.live-icon-new {
    color: #fff;
    background: url(https://s.momocdn.com/w/u/others/2018/04/11/1523447258527-invalid-name@2x.png) no-repeat;
    background-position: 18px 8px;
    margin-left: 26px;
}
.music-icon-new {
    color: #fff;
    background: url(https://s.momocdn.com/s1/u/babbigjacc/music-new.png) 14px 4px no-repeat;
    margin-left: 26px;
    background-size: 40px;
}
.agreement-icon-new {
    color: #fff;
    background: url(https://s.momocdn.com/s1/u/babbigjacc/agreement-new.png) 25px 10px no-repeat;
    margin-left: 26px;
    background-size: 30px;
}
.section-new {
    width: 100vw;
    margin: 80px auto;
    text-align: center;
}
.section-title-new {
    font-size: 30px;
    color: #4a4a4a;
    font-weight: 100;
    height: 30px;
    line-height: 30px;
}
.section-time-new {
    font-size: 20px;
    line-height: 20px;
    color: #6f6f6f;
    font-weight: 100;
    margin: 22px 0 80px;
}
.section-live-new {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.live-item-one-new {
    width: 400px;
    height: 430px;
    margin-right: 3px;
    position: relative;
}
.live-item-img-new {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.live-item-info-new {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.common-bottom-new {
    padding: 2em 0;
    text-align: center;
}
.common-color-777 {
    color: #777;
}
.common-color-f6f6f6 {
    color: #f6f6f6;
}
.login-bg-new {
    width: 100vw;
}
.login-bg-img-new {
    width: 100%;
    object-fit: cover;
}
.music-new {
    margin: 30px;
}
.music-item-new {
    display: flex;
    align-items: center;
    height: 90px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.music-item-index-new {
    width: 10%;
    top: 2px;
    left: 0;
    text-align: right;
    font-size: 24px;
    color: #333;
    margin-right: 20px;
}
.music-song-new {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.music-artist-new {
    float: left;
    padding-left: 15px;
    width: 20%;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}
.music-song-img-new {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /* animation: rotate 20s linear infinite;
    -webkit-animation: rotate 20s linear infinite; */
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.music-song-name-new {
    color: #000;
    cursor: pointer;
    margin-left: 5px;
}
.music-audio-new {
    flex: 1;
    text-align: right;
    margin-right: 30px;
}
.music-audio-download-new {
    border: 1px solid #eee;
    margin-right: 25px;
    padding: 5px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.music-download-href-new {
    margin-right: 10px;
    font-size: 16px;
    color: #333;
}
.music-download-img-new {
    height: 25px;
    width: 25px;
}
audio {
    width: 300px;
    height: 54px;
}
audio::-webkit-media-controls-panel {
    border-radius: 5px;
    padding: 10px;
    background: #f6f6f6;
}
.pay-new {
    margin: 30px 100px;
    background: #1e78eb11;
    border: 1px solid #1e78eb;
}
.pay-title-new {
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    color: #000;
    background: #1e78eb;
    font-size: 18px;
    font-weight: normal;
}
.pay-color {
    color: #6f6f6f;
}
strong {
    font-size: 15px;
    color: #ff2200;
}
.pay-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.pay-way {
    color: #000;
    font-size: 20px;
    text-align: right;
    padding: 10px 20px 10px 0px;
    white-space: nowrap;
}
.pay-content {
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.pay-right {
    border-left: 1px solid #aaa;
    padding: 0px 30px;
}
.pay-account {
    padding-left: 30px;
    padding-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.pay-userInfo {
    padding-left: 30px;
    padding-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pay-money-list {
    margin-left: 10px;
}
.pay-money-item {
    margin-bottom: 20px;
}
.pay-verify {
    padding-left: 30px;
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pay-verify-info {
    margin-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pay-verify-input {
    margin-right: 10px;
}
.pay-confirm {
    background: #00a7ff;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 2px;
    color: white;
    margin-top: 30px;
    margin-left: 80px;
}
.qrcode-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 100px;
}
.qrcode-info{
    text-align: center;
}
.pay-ali-img {
    width: 200px;
    height: 200px;
    margin-top: 10px;
}
.qrcode-img {
    width: 300px;
    height: 250px;
}
.verify-error {
    margin-left: 80px;
}
.pay-error-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
}
.pay-error-info {
    display: flex;
}
.pay-error {
    width: 100vw;
}
.pay-error-time {
    padding: 0px 5px;
    color: #00a7ff;
}
.music-content {
    margin: 250px 30px 30px 60px;
}
.music-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    overflow-x: auto;
    width: 100vw;
}
.music-items-title {
    margin-top: 40px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}
.music-items-content {
    margin-top: 20px;
    margin-right: 25px;
}
.music-items-img {
    height: 192px;
    position: relative;
    width: 192px;
    border-radius: 5px;
}
.music-items-name {
    color: #909399;
    font-weight: 400;
    font-size: 14px;
    white-space: 1px;
    line-height: 20px;
}
.music-items-artist {
    color: #909399;
    font-weight: 400;
    font-size: 14px;
    white-space: 1px;
    line-height: 20px;
}
.music-new-title {
    margin: 30px 60px;
    font-size: 20px;
    font-weight: 600;
}
.music-left-arrow {
    width: 50px;
    height: 50px;
}
.music-items-new {
    display: flex;
    align-items: center;
}
.zhi-zhao {
    width: 80%;
    margin-left: 10%;
}

.record-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.record-video-content {
    margin-top: 20px;
    margin-right: 20px;
    width: 30%;
    height: 300px;
}
.record-bold {
    font-size: 16px;
    font-weight: bold;
}