﻿@charset "UTF-8";
    ::-webkit-scrollbar {
            width: 10px;
            height: 10px;
            /**/
        }

        ::-webkit-scrollbar-track {
            background: rgb(239, 239, 239);
            border-radius: 2px;
        }

        ::-webkit-scrollbar-thumb {
            background: #bfbfbf;
            border-radius: 10px;
        }

            ::-webkit-scrollbar-thumb:hover {
                background: #333;
            }

        ::-webkit-scrollbar-corner {
            background: #179a16;
        }

        ::-webkit-scrollbar {
            width: 10px;
            height: 10px;
            /**/
        }

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #eee6e6;
    min-width:1230px;
}

.main {
    padding: 80px 0;
    width: 1200px !important;
}

.ptitle {
    font-size: 32px;
    color: #333333;
    display: block;
    margin-bottom: 40px;
}

.pspan {
    float: right;
    font-size: 16px;
    padding-top: 10px;
}

.mvDiv {
    position:relative;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    border-radius: 10px;
    margin:0;
}
.mvDiv:hover .mvDiv-mask{
    height:100%;
    width:100%;
    background-color: rgba(35,61,99,0.3) !important;
    border-radius: 10px;
}

.karaokeImg {
    height: 300px;
    width: 300px;
    background-size: 100% 100%;
    margin-top:20px;
    position:relative;
}
.karaokeSingerName2 {
    text-align:center; 
    font-size: 16px;
    color:#333333;
    margin-top:20px;
}

.karaokeImg:hover {
    margin-top:0;
    background-color: rgba(35,61,99,0.3) !important;
    border:2px solid #04489C;
}
.karaokeImg:hover .karaokeSingerName1 {
    display: flex !important;
    flex-direction: column-reverse;
    font-size:18px;
    width:100%;
    height:50px;
    position:absolute;
    top:248px;
    color: white;
    background-image: linear-gradient(to top, rgb(4, 72, 155), transparent);
}
.karaokeImg:hover~.karaokeSingerName2{
    display:none !important;
}
.karaokeImg:hover~.karaokeSingerInfo{
    display:inline-block !important;
     text-align:left; 
    font-size: 16px;
    margin-top:20px;
    color:#333333;
} 
   
.singerImg {
    height: 250px;
    width: auto;
    background-size: auto 100% !important;
    background-color:white !important;
}

.singernews {
    width: 100%;
    height: 100%;
    display: none;
}

.singerImg:hover .singernews {
    display: flex;
    flex-direction: column-reverse;
    color: white;
    background-color: rgba(35,61,99,0.3) !important;
}

.songs {
    margin-left: 100px;
    margin-right: 100px;
    height: 90px;
    line-height: 90px;
    font-size: 24px;
    color: #333333;
    text-decoration: none;
}

.songNum {
    font-size: 24px;
    padding-right: 30px;
    /*color: #04489C;
    display: none;*/
}

/*.songs:hover .songNum {
    display: inline;
}

.songs:hover {
    font-size: 30px;
    color: #04489C;
}*/

.active {
    font-size: 30px !important;
    color: #04489C !important;
}

    .active .songNum {
        display: inline;
    }

.menu-line {
    width: 409px;
    margin: 0 145px 0 120px !important;
    background-color: #CCCCCC;
}

.sognsActive span {
    display: inline;
}

.sognsActive a {
    font-size: 30px;
    color: #04489C;
}

.audioImgPlay::after {
    background-image: url(/Images/刀剑如梦-周华健.png); /*第一首歌的图片*/
    width: 408px;
    height: 408px;
    border-radius:50%;
    background-size: 100% 100%;
    text-align: center;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    -webkit-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}

.audioImgPause::after {
    background-image: url(/Images/刀剑如梦-周华健.png); /*第一首歌的图片*/
    width: 408px;
    height: 408px;
    border-radius:50%;
    background-size: 100% 100%;
    text-align: center;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    -webkit-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
    animation-play-state: paused;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}


.layui-layer-title {
    display: none;
}

.layui-layer-setwin {
    right: 30px !important;
    top: 30px !important;
}

.layui-layer-page {
    border-radius: 5px !important;
    box-shadow: 1px 0 10px #cccccc7d !important;
}

.loginlayer {
    width: 500px;
    height: auto;
    background-color: #ffffff;
}

.loginclose {
    color: #04489c;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    font-size: 24px;
    top: 30px;
    right: 30px;
    position: absolute;
}

.layui-this {
    color: #333333 !important;
}

    .layui-this:after {
        border-bottom: 2px solid #04489c !important;
    }

.login-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #1e2023;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
}

.login-form-item {
    width: 340px;
    height: 45px;
    line-height: 48px;
    font-size: 14px;
    margin-bottom: 10px;
    transition: margin-bottom .3s linear 17ms;
}

.login-btn {
    background-color: #00489c;
    border-radius: 5px;
    width: 100%;
    margin: 15px 0 5px;
    font-size: 16px;
}

.goRegister {
    color: #ffa104;
    text-decoration: none;
}

    .goRegister:hover {
        color: #ffc159;
        text-decoration: none;
    }

.registerSelection {
    position: absolute;
    right: 100px;
    bottom: -50px;
    width: 140px;
    height: 70px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    box-shadow: 1px 0 10px #cccc7d;
    background-color: #fff;
    border: 1px solid #cccccc;
}

.inner {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: absolute;
    top: -13px;
    left: 15px;
    width: 26px;
    height: 26px;
    background: linear-gradient(225deg, #fff 50%, transparent 50%);
    transform: rotate(315deg);
}

/*图形验证码*/
.imgcode {
    background-image: url(code.jpg);
    font-style: italic;
    color: #00489c;
    border: 0;
    padding: 2px 3px;
    letter-spacing: 3px;
    font-weight: bolder;
    cursor: pointer;
    text-align: center;
}

.disable {
    background-color: #cccccc !important;
    cursor: not-allowed;
}

.layui-tab-bar {
    display:none !important;
}
