* {
    margin: 0;
    padding: 0;
}

body {

}

.header {
    background-color:darkslateblue;
    position: relative;
    width: 1300px;
    height: 50px;
    min-height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.header .logo {
    position: absolute;
    left: 60px;
    top: 10px;
    height: 56px;
}

.header .logo img {
    height: 100%;
}

.header .nav {
    position: absolute;
    top: 27px;
    right: 20px;
}

.header .nav ul {
    list-style: none;
}

.header .nav ul:after {
    content: '';
    display: table;
    clear: both;
}

.header .nav li {
    float: left;
    margin-left: 50px;
    font-size: 18px;
}

.header .nav li a {
    text-decoration: none;
    color: #fff;
}

.header h1 {
    height: 382px;
    padding: 120px 0 0px;
    text-align: center;
}

.login-popup {
    /*display: none;*/
    position: absolute;
    top: 600px;
    right: 800px;
    width: 480px;
    height: 240px;
    background: #fff;
    border-radius: 9px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    margin: 0 auto;
}

.login-popup:after {
    content: '';
    position: absolute;
    right: 70px;
    top: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
}

.login-popup h3 {
    margin: 0 4px 20px;
    padding: 10px 0 5px;
    text-indent: 25px;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #d8d8d8;
    color: #666;
}

.login-table {
    width: 100%;
}

.login-table td {
    padding: 10px;
}

.login-table label {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #4f4f4f;
}

.login-table .txt {
    width: 100px;
    height: 29px;
    font-size: 14px;
    text-indent: 10px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
}

.login-table .txt.small {
    width: 145px;
}

.login-table .code {
    width: 91px;
    height: 29px;
    margin-left: 10px;
    line-height: 29px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #fa7a13;
    border-radius: 3px; 
    color: #fa7a13;
    cursor: pointer;
    outline: none;
}

.login-table .btn {
    width: 91px;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    background: #fa7a13;
    border: 1px solid #fa7a13;
    border-radius: 3px; 
    color: #fff;
    cursor: pointer;
    outline: none;
}

.login-popup .notice {
    height: 16px;
    /*text-align: center;*/
    color: #f00;
    padding-left: 354px;
    font: normal 18px/1.4 'Microsoft YaHei'
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container h3 {
    margin-left: 20px;
    font-size: 48px;
    color: #000000;
}

.section {
    margin-bottom: 20px;
    padding: 20px;
    height: 450px;
    border-radius: 15px;
}

.section dl {
    width: 300px;
    margin: 15px;
    color: #fff;
}

.section dt {
    margin-bottom: 20px;
    font-size: 48px;
}

.section dd {
    line-height: 1.6;
    font-size: 20px;
}

.section .pic {
    position: relative;
    width: 680px;
    height: 410px;
    cursor: pointer;
}

.section .pic img {
    position: relative;
}

.section video {
    z-index: -1;
    position: absolute;
    left: 14px;
    top: 10px;
    width: 602px;
    height: 338px;
}

.section .dcode {
    position: absolute;
    left: 16px;
    bottom: 10px;
}

.section-odd dl {
    float: left;
}

.section-odd .pic {
    float: left;
}

.section-even dl {
    float: right;
}

.section-even .pic {
    float: left;
}

.section h3 {
    margin-left: 20px;
    font-size: 48px;
    color: #fff;
}

.section h3 span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 15px;
    margin-bottom: 8px;
    font-size: 20px;
}

.section table {
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
}

.section .verify-table {
    width: 900px;
}

.section td {
    padding: 10px;
}

.section td span.st_err{color:red}
.section td span.st_ready{color:#7CE218}

.section label {
    display: block;
    text-align: right;
}

.section .sex-label {
    display: inline;
    margin-right: 20px;
}

.section .txt {
    width: 282px;
    height: 40px;
    font-size: 20px;
    text-indent: 15px;
    background: #ededed;
    border-radius: 5px;
    border: 1px solid #378691;
}

.section .radio {
    margin-right: 10px;
}

.section .btn {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 40px;
    font-size: 20px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.section .info-check {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 14px;
    white-space: nowrap;
}

.section .info-check label {
    position: absolute;
    left: 20px;
    top: -2px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.section .info-check a {
    text-decoration: none;
    color: #fff;
}

.section p {
    margin: 20px 20px 0;
    font-size: 16px;
    color: #fff;
}

.section p a {
    text-decoration: underline;
    color: #fff;
}

.section.grey {
    background: #F8F9FD;
}
.section.blue {
    background: #42C1FF;
}

.section.green {
    background: #73B06A;
}

.section.cyan {
    background: #6AA8B0;
}

.section.purple {
    background: #6A75B0;
}

.section.yellow {
    background: #BE882F;
}

.section.green2 {
    background: #72B350;
}

.inner-container {
    width: 1200px;
    margin: 50px auto 0;
    padding: 45px;
    background: #42c1ff;
    border-radius: 15px;
}

.inner-container h2 {
    margin-bottom: 30px; 
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.inner-container pre {
    font-size: 14px;
    color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    white-space:pre-wrap;
    line-height: 1.8;
}


/* 海鸟音乐 */

.music-section{
    height: auto;
    padding: 57px 113px 126px 86px;
}

.music-section h2{
    font-family:PingFangSC-Light;
    color: #3F3F3F;
    font-size: 30px;
}

.music-section em{
    color: #2B75EF;
    font-style: normal;
}


.music-item{
    display: flex;
}

.music-rank{
    width: 25px;
    height: 25px;
    background-color: #C6C6C6;
    border-radius: 10px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 20px;
    font-family:PingFangSC-Medium;
    margin-right: 12px;
    margin-top: 25px;
}

.rank-top3{
    background-color: #FA7878;
}

.music-info{
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #E6E6E8;
    font-size:20px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:rgba(57,57,57,1);
    line-height: 74px;
}

.music-author{
    font-size:16px;
    color:rgba(123,123,123,1);
    width: 121px;
    margin-right: 88px;
}

.music-action{
    display: flex;
    align-items: center;
}

.music-download{
    display: inline-block;
    width: 44px;
    height: 33px;
    background: url('../images/music-download.png') 0 0 no-repeat;
    margin-right: 26px;
}

.music-play{
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url('../images/music-play.png') 0 0 no-repeat;
}


/* 播放歌曲页 */
.player-wrap{
    display: flex;
    margin-top: 21px;
}

.player-icon{
    width: 269px;
    height: 269px;
    background: url('../images/music-cd.png') 0 0 no-repeat;
    margin-right: 53px;
}

.player-area{
    flex: 1;
    margin-top: 5px;
}

.player-area h3{
    margin-left: 0;
    font-size:20px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(57,57,57,1);
    line-height: 33px;
    padding: 0 0 14px 50px;
    background: url('../images/music-play-grey.png') 0 0 no-repeat;
}

.words-wrap{
    margin-left: 9px;
    border-top: 2px solid #ECEDEF;
}

.play-audio-wrap{
    margin: 27px 0 32px;
    width:629px;
    height:137px;
    border: 3px solid #DADADA;
    padding: 3px;
    background-color: #fff;
}

.player-area h4{
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(57,57,57,1);
    line-height:22px;
}

.words{
    margin-top: 17px;
    width:576px;
    border: 2px solid #EAEAEA;
    padding: 23px 29px 34px;
    background-color: #fff;
}


.play-audio{
    display: flex;
}

.audio-play-btn-wrap{
    background-color: #EDEDED;
    width:132px;
    height:137px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-play-btn{
    cursor: pointer;
    width: 62px;
    height: 72px;
    background: url('../images/music-play-big.png') 0 0 no-repeat;
}

.audio-pause-btn{
    background: url('../images/music-pause.png') 0 0 no-repeat;
}

.play-audio .progress{
    display: flex;
    padding: 34px 13px;
    align-items: center;
    border-bottom: 2px solid #F0F0F0;
}

.progress-bar-bg{
    position: relative;
    width: 305px;
    height: 8px;
    background-color: #D2D2D2;
    margin-right: 30px;
}

.progress-bar{
    position: absolute;
    left: 0;
    top:0;
    display: inline-block;
    height: 8px;
    background-color: #678DED;
}

.progress .time{
    font-size:16px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:rgba(57,57,57,1);
    line-height:22px;
}

.play-audio .actions{
    display: flex;
    align-items: center;
    padding: 14px 18px 17px;
    font-size:16px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:rgba(57,57,57,1);
    line-height:22px;
}

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

.download-item{
    margin: 0 136px 0 60px;
}
.play-like-icon{
    cursor: pointer;
    display: inline-block;
    margin-right: 13px;
    width: 22px;
    height: 21px;
    background: url('../images/music-like.png') 0 0 no-repeat;
}

.play-download-icon{
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    width: 21px;
    height: 20px;
    background: url('../images/music-download-small.png') 0 0 no-repeat;
}

.play-voice-icon{
    display: inline-block;
    margin-right: 5px;
    width: 21px;
    height: 15px;
    background: url('../images/music-voice.png') 0 0 no-repeat;
}

.voice-bg{
    /* cursor: pointer; */
    width: 108px;
    height: 8px;
    background-color: #678DED;
    position: relative;
}

input[type=range] {
    position: absolute;
    left:0 ;
    top: 0;
    -webkit-appearance: none;
    height: 8px;
    background-color: #678DED;
    width: 108px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}  

input[type=range]:loginVo {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    margin-top: -5px; /*使滑块超出轨道部分的偏移量相等*/
    background: #ffffff; 
    border-radius: 50%; /*外观设置为圆形*/
    border: solid 0.125em rgba(205, 224, 230, 0.5); /*设置边框*/
    box-shadow: 0 .125em .125em #3b4547; /*添加底部阴影*/
}

.wrapper-page {
    width: 90%
}

.wrap-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
}

.dialog {
    position: relative;
    margin: 10% auto;
    width: 300px;
    background-color: #FFFFFF;
}

.dialog .dialog-header {
    height: 20px;
    padding: 10px;
    background-color: #22b9ff;
}

.dialog .dialog-body {
    height: 30px;
    padding: 20px;
}

.dialog .dialog-footer {
    padding: 8px;
    background-color: #f5f5f5;
}

.dialog-btn {
    width: 70px;
    padding: 2px;
    cursor: pointer;
}

.dialog-hide {
    display: none;
}

.dialog-ml50 {
    margin-left: 50px;
}

.ex-page-content h1 {
    color: #252932;
    font-size: 98px;
    font-weight: 700;
    line-height: 150px;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px
}

.font-light {
    font-weight: 300
}

.footer {
    margin-top: 40px;
    padding: 60px 0;
    text-align: center;
    background: #f1f1f1;
}

.footer p {
    line-height: 30px;
    font-size: 14px;
    color: #9c9c9c;
}

.footer a {
    text-decoration: none;
    color: #9c9c9c;
}

.footer a:hover {
    text-decoration: underline;
}

/* Float Clear */
.section .menu ul,
.section
{zoom:1;}

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