audio::-internal-media-controls-download-button {
    display: none;
}

audio::-webkit-media-controls-enclosure {
    overflow: hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}
.public_nav_top{
    min-width: 1200px!important;
}

.main{
    position: relative;
    height: 2658px;
}
.logo {
    z-index: 99;
    position: absolute;
    top: 20px;
    left: 45px;
    width: 110px;
    height: 145px;
    background: url(//image.gyyxcdn.cn/upload/pic/logo/wd_logoLight.png) no-repeat;
}
.wglogo {
    z-index: 99;
    position: absolute;
    top: 30px;
    left: 155px;
    width: 136px;
    height: 118px;
    background: url(//img.gyyxcdn.cn/action/wegame_logo.png) no-repeat;
}


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


.fense {
    color: rgb(233, 93, 144);
}

.index {
    width: 100%;
    min-width: 1200px;
    height: 2658px;
    background: url(//img.gyyxcdn.cn/action/song_indexBg.jpg) no-repeat 50% 0;
    position: relative;
}

.top_nav {
    text-align: right;
    padding-top: 42px;
    color: #fbffff;
}

.top_nav a {
    color: #fbffff;
    padding: 0 10px;
}

.top_nav a:hover {
    color: #fff1c1;
}

.action_time {
    width: 424px;
    height: 40px;
    line-height: 40px;
    background: url(//img.gyyxcdn.cn/action/song_timeBg.png) no-repeat;
    margin: 398px auto 0;
    color: rgb(19, 101, 125);
    text-align: center;
    font-size: 18px;
}

.flow_path {
    width: 860px;
    height: 226px;
    background: url(//img.gyyxcdn.cn/action/song_processBg.png) no-repeat;
    margin: 46px auto 6px;
}

.flow_path ul {
    overflow: hidden;
    display: flex;
    padding: 0 68px;
    gap: 46px;
}

.flow_path ul li {
    width: 208px;
    height: 100%;
    text-align: center;
    padding-top: 60px;
    display: flex;
    flex-flow: column;
}
.flow_path ul li p{
    color: rgb(42, 123, 190);
    font-size: 16px;
    margin-top: 20px;
}
.flow_path ul li.no_mar {
    margin: 0;
}

.flow_path ul li span {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    margin-top: 10px;
}

.mp3_box {
    width: 974px;
    height: 226px;
    background: url(//img.gyyxcdn.cn/action/song_cardBg.png) no-repeat;
    margin: 0 auto;
    display: flex;
}

.mp3_box .mp3_box_left {
    width: 190px;
    height: 100%;
    margin-left: 70px;
    background: url(//img.gyyxcdn.cn/action/song_avatarBg.png) no-repeat center;
}

.mp3_box .mp3_box_left .js_play {
    display: block;
    width: 49px;
    height: 51px;
    margin: 90px auto 0;
    background: url(//img.gyyxcdn.cn/action/song_playOffBtn.png) no-repeat;
}

.mp3_box .mp3_box_left .js_play.playing {
    display: block;
    width: 49px;
    height: 51px;
    margin: 90px auto 0;
    background: url(//img.gyyxcdn.cn/action/song_playonbtn.png) no-repeat;
}

.mp3_box .mp3_box_right {
    padding-top: 50px;
    padding-left: 53px;
    position: relative;
}

.mp3_box .mp3_box_right .hideplaybox {
    width: 23px;
    height: 40px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 5px;
    display: none;
}

.mp3_box .mp3_box_right h3 {
    color: rgb(219, 91, 21);
    font-size: 18px;
    margin-bottom: 20px;
}

.mp3_box .mp3_box_right .btn a {
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(//img.gyyxcdn.cn/action/song_downBtn.png) no-repeat;
    font-size: 18px;
    color: #fff;
    margin-right: 34px;
}
.mp3_box .mp3_box_right .btn a:hover{
    background-position: bottom;
}
.mp3_list h3 {
    text-align: center;
}

.mp3_list .search_box {
    overflow: hidden;
    margin-top: 20px;
}

.mp3_list .search_box .search_left {
    float: left;
}

.mp3_list .search_box .search_left a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #4594d7;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;
}

.mp3_list .search_box .search_left a.on {
    background: #e95d90;
}

.mp3_list .search_box .search_right {
    float: right;
    margin-right: 40px;
}

.mp3_list .search_box .search_right input {
    height: 40px;
    line-height: 40px;
    float: left;
}

.mp3_list .search_box .search_right input.role_name {
    width: 195px;
    height: 38px;
    background: #F1FAFF;
    border: 1px solid #4995D5;
    color: #000;
    outline: none;
    padding: 0 10px;
    border-radius: 5px 0 0 5px;
}
.mp3_list .search_box .search_right input.role_name::placeholder {
    color: rgb(170, 193, 218);
}

.mp3_list .search_box .search_right input.js_search_btn {
    background: #4995D5;
    color: #fff;
    border: none;
    outline: none;
    width: 67px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.mp3_list .con_box ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    gap: 4px;
}

.mp3_list .con_box ul li {
    width: 295px;
    height: 399px;
    background: url(//img.gyyxcdn.cn/action/song_liBg.png) no-repeat;
    line-height: 2;
    position: relative;
}

.mp3_list .con_box ul li.li_empty {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mp3_list .con_box .content{
    padding: 0 50px 0 44px;
    color: rgb(36, 112, 178);
    font-size: 16px;
}
.mp3_list .con_box ul li .toux {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 10px;
}

.mp3_list .con_box ul li .details {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    padding: 0 15px;
    color: #fff;
    border-radius: 5px;
    filter: alpha(opacity=80);
    opacity: .8;
}

.mp3_list .con_box ul li .details h3 {
    text-align: left;
    padding: 20px 0 10px;
    border-bottom: 1px solid #fff;
}

.mp3_list .con_box ul li .details h4 {
    text-align: left;
    padding: 10px 0 5px;
    color: #FD98BF;
}

.mp3_list .con_box .info_btn {
    color: #e95d90;
    border: 1px solid #e95d90;
    border-radius: 20px;
    display: block;
    width: 100px;
    margin: 3px auto 15px;
    text-align: center;
    padding: 2px 0;
    line-height: 1.5;
    font-size: 14px;
}

.mp3_list .con_box .info_btn:hover {
    text-decoration: none;
}

.mp3_list .con_box .btnbox {
    text-align: center;
    display: flex;
    gap: 11px;
}

.mp3_list .con_box .btnbox a {
    background: #4995D5;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    flex: 1;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.mp3_list .con_box .btnbox a.on {
    background: #bf3c4e;
}

.mp3_box .pop_mp3_box_left{
    width: 190px;
    background: url(//img.gyyxcdn.cn/action/song_avatarItemBg.png) no-repeat center;
    position: relative;
}
.mp3_box .pop_mp3_box_left::before{
    content: '';
    position: absolute;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    left: 14px;
    top: 32px;
    background: url(//img.gyyxcdn.cn/action/song_avatarShadow.png) no-repeat;
    z-index: 1;

}
.mp3_box .pop_mp3_box_left .pop_avatar{
    position: absolute;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    left: 14px;
    top: 32px;
}

.mp3_box .mp3_box_left .js_pop_playback{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
}


/*右侧漂浮*/

.float_box {
    position: fixed;
    top: 50%;
    margin-top: -190px;
    right: 10px;
    width: 172px;
    height: 285px;
    background: url(//img.gyyxcdn.cn/action/song_floatBg.png) no-repeat;
    padding-top: 130px;
    text-align: center;
}

.float_box a {
    display: block;
    width: 50%;
    margin-left: 25%;
    color: #FEE9A8;
    font-size: 18px;
    height: 31px;
    line-height: 31px;
}
.float_box a:nth-child(2){
    margin-top: 10px;
}
.float_box a:nth-child(3){
    margin-top: 12px;
}

.float_box a.on {
    background: url(//img.gyyxcdn.cn/action/song_floatOnBg.png) no-repeat;
    width: 117px;
    height: 31px;
    margin-left: 25px;
    color: rgb(128, 69, 26);
    line-height: 31px;
}


/*弹层*/

.tc {
    box-sizing: border-box;
    padding-top: 28px;
    position: relative;
}
.tc .tc_close {
    width: 32px;
    height: 32px;
    background: url(//img.gyyxcdn.cn/action/song_close.png) no-repeat;
    position: absolute;
    top: 10px;
    right: -59px;
}

.tc01{
    width: 506px;
    height: 682px;
    background: url(//img.gyyxcdn.cn/action/song_tc02.png) no-repeat;

}
.tc02{
    width: 856px;
    height: 540px;
    background: url(//img.gyyxcdn.cn/action/song_tc01.png) no-repeat;
}


.tc02 h3 {
    font-size: 26px;
    text-align: left;
    border-bottom: 1px solid #B5CDF1;
    margin: 30px 102px 0 63px;
    padding-bottom: 20px;
    color: rgb(225, 102, 148);
    font-weight: bold;
}

.tc01 .tc_cont .tc_cont_title{
    padding: 20px 0 20px;
    border-bottom: 1px solid #B5CDF1;
    margin: 0 177px 0 152px;
    text-align: center;
    color: rgb(225, 102, 148);

}
.tc01 .tc_cont .tc_cont_title h3{
    font-size: 22px;
}
.tc01 .tc_cont ul{
    font-size: 16px;
    color: rgb(14, 92, 138);
    text-align: center;
    margin-top: 30px;
    height: 489px;
    overflow-y: auto;
    margin-right: 37px;
}
.tc01 .tc_cont ul li{
    margin-bottom: 15px;
}
.tc03{
    width: 827px;
    height: 530px;
    background: url(//img.gyyxcdn.cn/action/song_tc03.png) no-repeat;
}
.tc03 h2{
    border-bottom: 1px solid #B5CDF1;
    margin: 35px 67px 0 63px;
    padding-bottom: 15px;
    font-size: 26px;
    color: rgb(225, 102, 148);
    font-weight: bold;

}
.tc03 .tc_cont{
    margin: 28px 67px 0 63px;
    font-size: 16px;
    color: rgb(14, 92, 138);
}
.tc03 .tc_cont h3{
    margin-top: 15px;
    font-size: 18px;
    color: rgb(14, 92, 138);
    font-weight: bold;
}
.tc03 .tc_cont h3 span{
    color: rgb(225, 102, 148);
}
.tc03 .tc_cont .tc_div{
    margin-top: 22px;
    display: flex;
    align-items: center;
}
.tc03 .tc_cont .tc_div label{
    width: 218px;
    text-align: right;
    margin-right: 15px;
}
.tc03 .tc_cont .tc_div input{
    color: rgb(110, 148, 191);
    border: 1px solid #9ec2d8;
    height: 35px;
    line-height: 35px;
    outline: none;
    background: none;
    padding: 0 12px;
    font-size: 16px;
}
.tc03 .tc_cont .tc_div .sendBtn{
    width: 90px;
    height: 35px;
    line-height: 35px;
    background: #4594d7;
    margin-left: 18px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
}
.tc03 .tc_cont .sms_tip{
    color: #F84A23;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 233px;
}
.voteBtn{
    margin: 6px 0 0 233px;
    display: inline-block;
    width: 284px;
    height: 64px;
    background: url(//img.gyyxcdn.cn/action/song_vote.png) no-repeat;
}
.voteBtn:hover{
    background-position: bottom;
}

.tc03 .tc_cont .tc_div .sendBtn:hover{
    background: #58ade3;
}

.tc02 .tc_cont {
    height: 353px;
    overflow-y: auto;
    padding: 5px 0 0 63px;
    margin-right: 50px;
    color: rgb(14, 92, 138);
}
.tc01 .tc_cont ul::-webkit-scrollbar,
.tc02 .tc_cont::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.tc01 .tc_cont ul::-webkit-scrollbar-track,
.tc02 .tc_cont::-webkit-scrollbar-track{
    background: #bdd8eb;
    border-radius: 5px;
}

.tc01 .tc_cont ul::-webkit-scrollbar-thumb,
.tc02 .tc_cont::-webkit-scrollbar-thumb{
    background: #6ab1dc;
    border-radius: 5px;
}

.tc02 .tc_cont p {
    font-size: 16px;
    line-height: 26px;
    float: left;
    width: 95.5%;
    margin-left: 20px;
}

.tc02 .tc_cont .big {
    margin-left: 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 40px;
}

.tc02 .tc_cont .qbig {
    margin-left: 0;
}

.tc02 .tc_cont .qbig span {
    display: block;
    float: left;
    margin-left: 8px;
    width: 670px;
}

.tc02 .tc_cont .qbig .firspan {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 0;
    margin-top: 5px;
    background: #82C0E4;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}


/**************上传页面********************/

.updata {
    width: 100%;
    min-width: 1200px;
    height: 2103px;
    background: url(//img.gyyxcdn.cn/action/song_bg.jpg) no-repeat  50% 0;
}

.login_box {
    padding-bottom: 5px;
}

.login_box .login_after {
    width: 1075px;
    height: 103px;
    margin: 27px auto 18px;
    background: url(//img.gyyxcdn.cn/action/song_loginInfoBg.png) no-repeat;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(36, 112, 178);
}

.login_box .login_after .js_account {
    color: #e95d90;
    margin-right: 15px;
}

.login_box .login_after .logoutBtn{
    font-size: 18px;
    color: rgb(35, 134, 220);
    margin-left: 22px;
}
.login_box .login_after .bindBtn{
    background: #4594d7;
    width: 108px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-left: 15px;
}
.login_box .login_after .bindBtn:hover{
    background: #5aabf0;
}

.login_box .login_before {
    text-align: center;
}
.login_before a{
    display: inline-block;
    width: 460px;
    height: 154px;
    background: url(//img.gyyxcdn.cn/action/song_loginBtn.png) no-repeat ;
}
.login_before a:hover{
    background-position: bottom;
}

.login_box .audit_status {
    margin-left: 20px;
}

.updata_box {
    margin-bottom: 50px;
    position: relative;
    display: flex;
    gap: 8px;
}

.updata_box>div {
    width: 594px;
    height: 641px;
    background: url(//img.gyyxcdn.cn/action/song_formBg.png) no-repeat;
}

.updata_box .disaple_box {
    width: 1188px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: #000;
    border-radius: 5px;
    opacity: .2;
    filter: alpha(opacity=20);
}

.updata_box>div h3 {
    font-size: 28px;
    text-align: center;
    color: #0d6ab1;
    font-weight: bold;
    margin: 85px 0 10px;
    background: url(//img.gyyxcdn.cn/action/song_icon1.png) no-repeat 142px center;
}

.updata_box>div p {
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 40px;
    display: flex;
}
.updata_box>div p.tip,.updata_box>div p.info_tip{
    padding-left: 173px;
    margin-top: 10px;
    color: #F84A23;
    font-size: 14px;
}

.updata_box>div p.info_tip{
    padding-left: 95px;
}

.updata_box>div p.fense{
    padding-left: 95px;
    font-weight: bold;
}

.updata_box>div p.warn {
    width: 416px;
    margin-left: 95px;
    padding: 0;
    color: rgb(36, 112, 178);
}

.updata_box>div .toptip {
    margin-bottom: 35px;
    font-size: 14px;
    text-align: center;
    color: rgb(36, 112, 178);
    padding: 0;
    display: block;
}

.updata_box>div p b {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 10px;
    color: rgb(36, 112, 178);
    font-weight: bold;
}

.updata_box>div p input {
    width: 95px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #86b8d7;
    color: rgb(36, 112, 178);
    margin-right: 10px;
    padding: 0 10px;
    outline: none;
}

.updata_box>div p select {
    width: 115px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #86b8d7;
    margin-right: 10px;
    color: rgb(36, 112, 178);
    outline: none;
    appearance: none;
    padding: 0 10px;
    background: url(//img.gyyxcdn.cn/action/song_arrow.png) no-repeat 96px 9px;
}


.updata_box .updata_left .resume b {
    float: left;
}

.updata_box .updata_left .resume textarea {
    width: 280px;
    height: 100px;
    line-height: 25px;
    border: 1px solid #86b8d7;
    margin-right: 10px;
    color: #2470b2;
    outline: none;
    padding: 0 10px;
}

.updata_box>div.updata_right h3 {
    background: url(//img.gyyxcdn.cn/action/song_icon2.png) no-repeat 210px center;
}

.updata_right .address_box {
    overflow: hidden;
}

.updata_right .address_box b {
    float: left;
}

.updata_box .updata_right .age_p {
    overflow: hidden;
}

.updata_box .updata_right .age_p b {
    float: left;
}

.updata_box .updata_right .age_p select {
    float: left;
}

.updata .subbtn {
    text-align: center;
    font-size: 16px;
}

.updata .subbtn p {
    line-height: 40px;
    color: rgb(36, 112, 178);
}

.updata .subbtn p a {
    color: #00c0ff;
    text-decoration: underline;
    padding: 0 4px;
}

.updata .subbtn .sub {
    cursor: pointer;
    display: block;
    float: left;
    width: 416px;
    height: 84px;
    outline: none;
    border: none;
    margin-left: 392px;
    background: url(//img.gyyxcdn.cn/action/song_submitBtn.png) no-repeat ;
    background-size: cover;
}

.updata .subbtn .sub[disabled]{
    background: url(//img.gyyxcdn.cn/action/song_submitDisabledBtn.png) no-repeat ;
    background-size: cover;
}
.updata .subbtn .sub:not([disabled]):hover{
    background-position: bottom;
}

.updata_box .updata_left .form-horizontal {
    overflow: hidden;
    position: relative;
}

.updata_box .updata_left .form-horizontal b {
    width: 163px;
    line-height: 35px;
    height: 35px;
    float: left;
    color: rgb(36, 112, 178);
    text-align: right;
    font-weight: bold;
    font-size: 16px;
}

.updata_box .updata_left .form-horizontal span {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 200px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(233, 93, 144);
}

.form-horizontal .js_upload{
    position: relative;
    display: flex;
}
.form-horizontal .js_upload .uploadBtn{
    position: absolute;
    left: 10px;
    opacity: 0;
    width: 118px;
    height: 35px;
}
.updata_box .updata_left .form-horizontal .upload_text {
    display: inline-block;
    background: #4594d7;
    border: none;
    outline: none;
    width: 108px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    margin-left: 10px;
    border-radius: 5px;
    text-align: center;
    text-indent: 0;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}
.updata_box .updata_left .form-horizontal .upload_text:hover{
    background: #5aabf0;
}

.updata_box .updata_left .view_toux {
    padding-left: 170px;
}

.updata_box .updata_left .resume {
    overflow: hidden;
}

.tc05,.tc06{
    width: 506px;
    height: 459px;
    background: url(//img.gyyxcdn.cn/action/song_tc04.png) no-repeat ;
}
.tc05 h3{
    font-size: 26px;
    color: rgb(225, 102, 148);
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #B5CDF1;
    padding-bottom: 20px;
    margin: 8px 167px 29px 163px;
}
.tc05 .tc_cont{
    margin: 0 82px;
}
.tc05 .inp .zone,
.tc05 .inp .server{
    width: 341px;
    margin-bottom: 26px;
    background: url(//img.gyyxcdn.cn/action/song_arrowIcon.png) no-repeat 304px 18px;

}
.tc05 .inp select{
    border: 1px solid #6ab1dc;
    padding: 10px 20px;
    font-size: 22px;
    color: rgb(106, 177, 220);
    outline: none;
    appearance: none;
}
.tc05 .inp .role{
    width: 185px;
    background: url(//img.gyyxcdn.cn/action/song_arrowIcon.png) no-repeat 154px 18px;

}
.tc05 .inp .js_getRoleBtn{
    display: inline-block;
    font-size: 22px;
    color: #fff;
    width: 133px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin-left: 17px;
    background: url(//img.gyyxcdn.cn/action/song_roleBtn.png) no-repeat ;
}
.tc05 .inp .js_getRoleBtn:hover{
    background-position: bottom;
}
.tc05 .tc_btn{
    display: flex;
    gap:52px;
}
.tc05 .tc_btn a{
    width: 142px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-top: 42px;
    background: url(//img.gyyxcdn.cn/action/song_bindBtn.png) no-repeat ;
}
.tc05 .tc_btn a:hover{
    background-position: bottom;
}

.js_bindErr {
    font-size: 14px;
    color: #F84A23;
}
.js_gybHref,.js_goHref{
    color: rgb(225, 102, 148);
    text-decoration: underline;
}
.tc06 .tc_cont{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: -28px;
}
.tc06 .tc_cont .tc_jp{
    margin: 0 20px;
}
.tc06 .tc_cont p{
    font-size: 30px;
    color:#0d6ab1;
    text-align: center;
    margin: 0 auto;
}
.page_box{
    width: 100%;
    text-align: center;
    margin-top: 33px;
    text-align: center;
    font-size: 16px;
    color: rgb(99, 153, 198);
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 109px;
}

.page_box .js_prev_page,.page_box .disabled,
.page_box .js_next_page{
    border: 1px solid #c6e4f7;
    width: 66px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    background: #f1faff;
    color: rgb(51, 130, 197);
}
.page_box .js_goto_page,.page_box .current,.js_jump_input,.js_jump_btn{
    width: 36px;
    height: 36px;
    border: 1px solid #c6e4f7;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    background: #fff;
    color: rgb(51, 130, 197);
}
.page_box .current,.js_jump_btn{
    background: #82c2eb;
    color: #fff;
}
.page_box .js_jump_input{
    width: 66px;
    outline: none;
}
.tc06 .js_commonTip a{
    color: #00c0ff;
    text-decoration: underline;
}