*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei !important;
}
li,a{
    list-style: none !important;
    color: inherit;
    text-decoration: none;
}
.dl-btn.dl-simple{
    margin-right: 0 !important;
}
.history{
    display:none;
}
@media(min-width:900px) {

    .bg{
        background: url('/moyuplayer/app/bg.png') no-repeat;
        background-size: 100.5vw 101vh;
        background-position: -3px -3px;
        width: 100vw;
        height: 100vh;
        text-align: center;
        color: #fff;
    }
    .top-menu{
        height: 9.26vh;
        background: rgba(0,0,0,.6);
        display: block;
    }
    .menu-nav{
        background: rgba(255,255,255,0);
        display: flex;
        margin-left: 50px;
        color: #CCCCCC;
    }
    .menu-nav li{
        padding: 0 50px;
        line-height: 9.26vh;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        position: relative;
    }
    .menu-nav li.active,.menu-nav li:hover{
        color: #fff;
    }
    .menu-nav li:hover::after,
    .menu-nav li.active::after{
        content:"";
        width: 20px;
        height: 3px;
        background: #ccc;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .logo{
        margin-top: 13.89vh;
        margin-bottom: 2.8vh;
        width:100px;
        height:100px;
    }
    .main{
        display: none;
    }
    .main-title{
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 2.8vh;
        
    }
    
    .main-title1{
        font-size: 30px;
        margin-bottom: 2vh;
                margin-top: -2vh;
        
    }
    .main-title.pc-title{
        margin-top: 13.89vh;
    }
    .main-desc{
        font-size: 20px;
        font-weight: 400;
        color: #E5E5E5;
        line-height: 30px;
    }
    
     .main-desc1{
        font-size: 18px;
        font-weight: 400;
        color: #E5E5E5;
        /*line-height: 30px;*/
                        margin-top: -4.5vh;
                         margin-bottom: 2vh;
    }
    .uu-desc,.main-desc:nth-of-type(3){
        margin-bottom: 4.63vh;
    }
    .download-menu{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .dl-btn-special{
        margin-right: 80px;
        cursor: pointer;
    }
    .dl-btn img{
        width: 240px;
        height: auto;
    }
    .dl-btn-special img{
        width: 240px;
        height:auto;
        /*transform: translateY(-8px)*/
    }
    .dl-btn:nth-child(3),.dl-uu{
        margin-right: 0;
    }
    .history-version{
        text-decoration-line: underline;
    }
    .help{
        margin-top:4.63vh;
        cursor: pointer;
        text-decoration: underline;
    }
    .menu-btn.nav-btn{
        display: none;
    }
    .history{
        width: 100%;
        height:90.74vh;
        background:#fff;
        overflow: auto;
    }
    .record-list{
        max-width: 1200px;
        color:#000; 
        text-align: left;
        margin:0 26.35vw;
        padding: 40px 0;
    }
    .history-title{
        font-size: 30px;
        font-weight: bold;
        white-space: nowrap;
    }
    .record-area{
        display: flex;
    }
    .record-area .record-msg ,.record-area .record-btn {
        margin: 20px 0;
        font-size: 20px;
        font-weight: bold;
        color:#333;
    }
    .record-area .record-msg p,.record-area .record-btn p{
        line-height: 26px;
    }
    .record-area .record-btn p{
        margin-left: 30px;
        color:#0076FF;
        cursor: pointer;
        user-select: none;
        text-decoration: underline;
    }
    .record-area .record-btn p::before{
        content:'';
        display: block;
        height:26px;
    }
    .record-content{
        margin-bottom: 30px;
        width: 100%;
        background: #FCFCFC;
        border-radius: 10px;
        border: 1px solid #707070;
        min-height: 40px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
        padding: 20px;
        white-space: pre-wrap;
    }
    .main-desc-simple{
        margin-top: 40vh;
    }
}
@media(max-width:899px) {
    .bg{
        background: url('/moyuplayer/app/bg-mobile.png') no-repeat;
        background-size: 100% 100%;
        width: 100vw;
        height: 100vh;
        text-align: center;
        color: #fff;
        position: relative;
    }
    .top-menu{
        position: absolute;
        top: 0;
        left: -100px;
        height: 100%;
        width: 100px;
        background:#000;
        display: none;
    }
    .menu-btn{
        position: absolute;
        top: 0;
        left:0;
        height: 40px;
        width: 100px;
        line-height: 40px;
        z-index: 100;
        text-align: left;
        padding-left: 16px;
    }
    .menu-nav{
        margin-top: 40px;
    }
    .menu-nav li{
        height: 50px;
        line-height: 50px;
        position: relative;
    }
    .menu-nav li.active{
        background:#1A1A1A;
    }
    .menu-nav li.active::after{
        content:"";
        display: block;
        width: 3px;
        height: 20px;
        position: absolute;
        background:#fff;
        right:0;
        top: 50%;
        transform: translateY(-50%);
    }
    .logo{
        margin-top: 20vh;
        width: 60px;
        height:60px;
    }
    .pc-title{
        padding-top:20vh !important;
    }
    .main-title{
        padding-top:20px;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 2.8vh;
    }
        .main-title1{
        font-size: 18px;
        margin-bottom: 2vh;
                margin-top: -2vh;
        
    }

    
    
    .dl-btn{
        width: 100%;
        height: auto;
        margin: 10px auto;
    }
    .dl-btn img{
        width: 150px;
        height:auto;
    }
    .dl-btn-special img{
        width: 150px;
        height: auto;
    }
    .main{
        display: none;
    }
    .main-desc{
        padding: 0 20px;
    }
    .history-version,.help{
        text-decoration: underline;
    }
    .history{
        width: 100%;
        height:100vh;
    }
    .record-list{
        width: calc(100% - 32px);
        margin: 0 16px;
        color:#000; 
        padding-top: 50px;
    }
    .history-title{
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 600;
        line-height: 25px;
        color: #FFFFFF;
        text-shadow: 0px 1px 1px #000000;
    }
    
    
    .history-bg{
        background: url('/moyuplayer/app/history-mobile.png');
        margin-top:20px;
        padding: 15px;
        text-align: left;
        max-height: 80vh;
        overflow: auto;
    }
    .record-area{
        display: flex;
    }
    .record-area .record-msg{
        width: 50%;
    }
    .record-area .record-msg ,.record-area .record-btn {
        margin-top: 15px;
        font-size: 14px;
        font-weight: 500;
        color:#fff;
    }
    .record-area .record-msg p,.record-area .record-btn p{
        line-height: 20px;
    }
    .record-area .record-btn p{
        margin-left: 30px;
        color:#0076FF;
        cursor: pointer;
        user-select: none;
        text-decoration: underline;
    }
    .record-area .record-btn p::before{
        content:'';
        display: block;
        height:20px;
    }
    .record-content{
        width: 100%;
        max-height: 80vh;
        font-size: 12px;
        line-height: 17px;
        font-weight: 400;
        padding: 10px 0 20px 0;
        font-family: PingFang SC;
        color:#fff;
        border-bottom: 1px solid #707070;
        white-space: pre-wrap;
    }
    .main-desc-simple{
        padding-top: 40vh;
    }
}
.wxTip{
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left:0;
    background:rgba(0,0,0,.6);
    z-index:999;
    display: none;
}
.wxTip .wx-tip1{
    width: 16px;
    height:16px;
    position: absolute;
    top:50px;
    left:47px;
}
.wxTip .wx-tip2{
    width: 69px;
    height:56px;
    position: absolute;
    top:45px;
    right:30px;
}
.wxTip .wx-tip{
    text-align: left;
    width: 204px;
    height: 55px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    opacity: 1;
    position: absolute;
    top: 100px;
    left: 21vw;
    white-space: pre-wrap;
}