
    *{
        padding:0px;
        margin:0px;
        box-sizing: border-box;
    }
    body,html{
        width: 100%;
    }
    body{
        overflow-x: hidden;
    }
    
    
    ul{
        list-style: none !important;
    }
    a{
        text-decoration: none;
        color: inherit;
    }
    img{
        display: block;
        width: 100%;
        height: auto;
    }
    .cursor{
        cursor: pointer;
    }
    .default{
        cursor: default;
    }
    .l1{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        white-space: normal;
        word-break: break-all;
    }
    .l2{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
        word-break: break-all;
    }
    .l3{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        white-space: normal;
        word-break: break-all;
    }
    .clearfix{
        zoom: 1;
    }
    .clearfix::after{
        content: '';
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        display: block;
    }
    .react{
        height: initial !important;
    }
    *{
        -webkit-tap-highlight-color:transparent;
    }
    input, select, textarea,button{
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: none transparent;
        color: inherit;
        font: inherit;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .iv{
        display: inline-block;
        vertical-align: top;
    }
    .flex{
        display:box;
        display: -webkit-box; 
        display: -moz-box;
        display: -webkit-flex; 
        display: -moz-flex; 
        display: -ms-flexbox;
        display: flex;
    }
    .flex-align-items{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-box-pack:center;
        -webkit-align-items: center;
        align-items: center;
    }
    .flex-justify-content{
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        box-align:center;
    }
    .flex-between{
        justify-content: space-between;
    }
    .flex-around{
        justify-content: space-around;
    }
    .flex-col{
        flex-direction: column;
    }
    .flex-wrap{
        flex-wrap: wrap;
    }
    .numDad{
        counter-reset:subsection;
    }
    .numDad .numSon::after{
        counter-increment: subsection;
        content: "0" counter(subsection) ".";
    }
    .obj-c{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fc{
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    .widthFix{
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .hvcContn{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .noSelect{
        -moz-user-select: none; /*火狐*/
        -webkit-user-select: none; /*webkit浏览器*/
        -ms-user-select: none; /*IE10*/
        -khtml-user-select: none; /*早期浏览器*/
        -o-user-select: none;
      
    }
    .delay-1{
        transition-delay: .1s !important;
    }
    .delay-2{
        transition-delay: .2s !important;
    }
    .delay-3{
        transition-delay: .3s !important;
    }
    html.noScroll body{
        position: fixed;
        left: 0px;
    }
    .container.fillAll{
        min-height: 100vh;
        flex-direction: column;
        display:box;
        display: -webkit-box; 
        display: -moz-box;
        display: -webkit-flex; 
        display: -moz-flex; 
        display: -ms-flexbox;
        display: flex;
    }
    .fillAll main{
        flex:1;
    }
    .mid{
        position: relative;
    }
    .mid::before{
        content: '';
        padding-bottom: 100%;
        display: block;
    }
    #loadingDiv{
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: #fff;
        top: 0px;
        left: 0px;
    }
    .fill,
    .fillAft::after,
    .fillBf::before{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .fillAft::after,
    .fillBf::before,
    .fillMid::before{
        content: '';
    }
    .fillMid::before{
        box-sizing: border-box;
        width: 100%;
        display: block;
        padding-bottom: 100%;
    }
    .noTsn{
        transition: initial !important;
    }
    .noTouch{
        pointer-events: none;
    }
    .storeBox{
        display: none;
    }
    .hbc,
    .dc{
        position: relative;
    }
    .hbc img:nth-child(2),
    .dc img:nth-child(2){
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .hbc img,
    .dc img{
            transition: opacity .4s;
    }
    .hbc img:nth-child(2),
    .hbc:hover img,
    .dc img:nth-child(2){
        opacity: 0;
    }
    .hbc:hover img:nth-child(2){
        opacity: 1;
    }
    .hbc.notransition img,
    .dc.notransition img{
        transition: initial;
    }
    .hvc{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .vc{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .hc{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .r50{
        border-radius: 50%;
    }
    .shake {
        transform-origin:center bottom;
        animation-duration:2s;
        animation-fill-mode:both;
        animation-name: shake;
    }
    @keyframes shake{
        0%{
            transform:rotate(0deg);
            transition-timing-function:cubic-bezier(0.215,.61,.355,1)
        }10%{
            transform:rotate(-12deg);
            transition-timing-function:cubic-bezier(0.215,.61,.355,1)
        }20%{
            transform:rotate(12deg);
            transition-timing-function:cubic-bezier(0.215,.61,.355,1)
        }28%{
            transform:rotate(-10deg);
            transition-timing-function:cubic-bezier(0.215,.61,.355,1)
        }36%{
            transform:rotate(10deg);
            transition-timing-function:cubic-bezier(0.755,.5,.855,.06)
        }42%{
            transform:rotate(-8deg);
            transition-timing-function:cubic-bezier(0.755,.5,.855,.06)
        }48%{
            transform:rotate(8deg);
            transition-timing-function:cubic-bezier(0.755,.5,.855,.06)
        }52%{
            transform:rotate(-4deg);
            transition-timing-function:cubic-bezier(0.755,.5,.855,.06)
        }56%{
            transform:rotate(4deg);
            transition-timing-function:cubic-bezier(0.755,.5,.855,.06)
        }60%{
            transform:rotate(0deg);
            transition-timing-function:cubic-bezier(0.755,.5,.855,.06)
        }100%{
            transform:rotate(0deg);
            transition-timing-function:cubic-bezier(0.215,.61,.355,1)
        }
    }

    .loading{
        position: fixed;
        z-index: 1000;
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        transform: scale(.5);
        opacity: 0;
        transition: .3s ease;
        pointer-events: none;
    }
    .loading.active{
        opacity: 1;
        transform: scale(.8);
    }
    .loading span{
        position: absolute;
        border-radius: 4px;
        background: #001755;
        width: 4px;
        height: 16px;
        left: calc(50% - 2px);
        bottom: calc(50% + 10px);
        transform-origin: center calc(100% + 10px);
        animation: breather linear .4s infinite;
        animation-delay: 30ms;
    }
    @keyframes breather{
        0%{
            opacity: 0;
        }50%{
            opacity: 1;
        }100%{
            opacity: 0;
        }
    }
    /*::-webkit-scrollbar{
        width: 6px;
        height: 6px; 
    }
    ::-webkit-scrollbar-thumb{
        border-radius: 3px;
        background: rgba(255,255,255, .15);
        
    }
    :hover::-webkit-scrollbar-thumb{
        background: rgba(255,255,255, .2);
    }
    ::-webkit-scrollbar-track{
        background: rgba(0,0,0,0);
    }*/

    .noScrollBar::-webkit-scrollbar{
        width: 0px;
        height: 0px; 
    }
    .noScrollBar::-webkit-scrollbar-track{
        background: rgba(0,0,0,0);
    }
    
    /*
    @font-face{
        font-family: 'scgFont_medium'; 
        src:url('../../font/Avenir\ Medium.ttf') format('truetype');
    }
    *{
        font-family: 'scgFont_light';
    }
    */
    .baseScroll::-webkit-scrollbar{
        width: 6px;
        height: 6px; 
    }
    .baseScroll::-webkit-scrollbar-thumb{
        border-radius: 3px;
        background: rgba(0,0,0, .05);
        
    }
    .baseScroll:hover::-webkit-scrollbar-thumb{
        background: rgba(0,0,0, .2);
    }
    .baseScroll::-webkit-scrollbar-track{
        background: rgba(0,0,0,0);
    }
    
    body{
        background: rgb(17, 19, 25);
    }
    #contn{
      padding-top: 72px;
    }
    .fluid{
        max-width: 1808px;
        width: calc(100% - 102px);
        margin: 0 auto;
        padding: 0 13px;
    }
    .fluid-expand{
        margin: 0 -13px;
        padding: 16px 13px 0px;
    }
    main{
        /* overflow: hidden; */
    }
    .play-btn{
        border-radius: 50%;
        background: #03b74d;
    }
    .play-btn:hover{
        background: #1cc749 !important;
    }
    .play-btn img{
        width: 33.3%;
        margin-left: 2px;
    }
    .base-btn{
        background: #03b74d;
    }
    .base-btn:hover{
        background: #1cc749 !important;
    }
    .cancel{
        position: relative;
        color: #1cc749;
    }
    .cancel:hover{
        color: #03b74d;
    }

    .cancel::before{
        box-sizing: border-box;   
        border: 1px solid #1cc749;
        border-radius: 4px;
    }
    .cancel:hover::before{
        border-color: #03b74d;
    }
    header{
        position: fixed;
        width: 100%;
        z-index: 30;
        top:0;
        left:0;
    }
    header .heading{
        padding: 0px 56px;
        transition: background-color 0.5s linear;
        height: 72px;
        color: #fff;
    }
    header .heading.active{
        background-color: rgb(10, 12, 15);
    }
    header .heading .fluid{
        height: 100px;
    }
    header .heading .lft .logo{
        width:100px;
    }
    header .heading .lft .links{
        display: none;
    }
    header .heading .lft .links>*{
        color: #fff;
        line-height: 72px;
        opacity: .6;
        margin-left: 32px;
    }
    header .heading .lft .links a.active{
        font-weight: bold;
        opacity: 1;
    }
    header .heading .lft .links>*:hover{
        color: #03b74d;
        opacity: 1;
    }
    
    header .heading .lft .links .more{
        position: relative;
    }
    header .heading .lft .links .more>p span{
        margin-left: 5px;
        border-top: 4px solid #fff;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }
    header .heading .lft .links .more:hover>p span{
        border-top-color:#03b74d;
        transform: rotate(-180deg);
    }
    header .heading .lft .links .more .pop{
        width: 180px;
        padding: 8px 0px;
    }
    header .heading .lft .links .more .pop a{
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 44px;
        color: rgb(169, 169, 172);
        cursor: pointer;
    }
    header .heading .lft .links .more .pop a.active{
        font-weight: bold;
        color: #fff;
    }
    header .heading .lft .links .more .pop a:hover{
        background: rgba(255, 255, 255, 0.08);
        color: #03b74d;
    }
    
    header .heading .rht .btn{
        width: 80px;
        margin-left: 4px;
        height: 72px;
        text-align: center;
        position: relative;
    }
    header .heading .rht .btn .inn p{
        font-size: 12px;
        line-height: 12px;
        color: rgb(255, 255, 255);
        opacity: 0.8;
    }
    header .heading .rht .btn:hover .inn p{
        color: #03b74d;
        opacity: 1;
    }
    header .heading .rht .btn .icon{
        width: 32px;
        margin: 0 auto;
    }
    header .heading .rht .btn .icon .dc{
        width: 55%;
    }
    header .heading .rht .btn.history .icon .dc{
        width: 65%;
    }
    header .heading .rht .btn .icon .dc img{
        transition: initial;
    }
    header .heading .rht .btn:hover .icon .dc img:first-child{
        opacity: 0;
    }
    header .heading .rht .btn:hover .icon .dc img:last-child{
        opacity: 1;
    }
    .pop{
        display: none;
        position: absolute;
        top: calc(100% - 2px);
        background: rgb(26, 28, 34);
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 4px;        
        z-index: 110;
    }
    .pop.block{
        display: block;
        opacity: 0 !important;
        pointer-events: none;
    }
    .pop::before{
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
        background-color:rgb(26,28,34);
        border-top: 1px solid rgba(255,255,255,.25);
        border-left: 1px solid rgba(255,255,255,.25);
        height:12px;
        z-index: 2;
        width:12px;
    }
    header .heading .rht .btn .pop{
        width: 280px;
        padding: 16px;
    }
    header .heading .rht .btn.mine .pop{
        right: 0px;
        left: auto;
        transform: initial;
    }
    .pop-parent:hover .pop{
        display: block !important;
    }
    .pop-parent.disappear .pop{
        display: none !important;
    }
    .pop-parent:hover .pop.block{
        opacity: 1 !important;
        pointer-events: all;
    }
    header .heading .rht .btn.mine .pop::before{
        left: auto;
        right: 40px;
        transform: translate(50%,-50%) rotate(45deg);
    }
    header .heading .rht .btn .pop .t{
        font-size: 13px;
        color: rgb(169, 169, 172);
        text-align: center;
        line-height: 18px;
    }
    header .heading .rht .btn .pop .button{
        position: relative;
        height: 30px;
        background: #03b74d;
        border-radius: 4px;
        overflow: hidden;
        font-size: 13px;
        color: rgb(0, 0, 0);
        text-align: center;
        line-height: 30px;
        margin-top: 16px;
        min-width: 88px;
        padding: 0px 12px;
    }
    header .heading .rht .btn .pop .button::before{
        opacity: 0;
        pointer-events: none;
        background-color: rgba(255,255,255,.25);
    }
    header .heading .rht .btn .pop .button:hover::before{
        opacity: 1;
    }
    header .heading .rht .btn.history .pop .no-history img{
        width: 80px;
        margin: 0 auto 8px;
    }
    header .heading .rht .btn.history .pop .list{
        margin: -16px;
        padding: 8px 0;
    }
    header .heading .rht .btn.history .pop .list .item{
        padding: 8px 16px;
    }
    header .heading .rht .btn.history .pop .list .item:hover{
        background: rgba(255, 255, 255, 0.08);
    }
    header .heading .rht .btn.history .pop .list .item .cover{
        width: 110px;
        height: 62px;
        border-radius: 4px;
    }
    header .heading .rht .btn.history .pop .list .item .txt{
        flex: 1;
        padding: 4px 0px 4px 8px;
        font-size: 14px;
        color: rgb(169, 169, 172);
        line-height: 18px;
        text-align: left;
    }
    header .heading .rht .btn.history .pop .list .item .txt .to{
        font-size: 12px;
        color: rgb(130, 131, 135);
        line-height: 18px;
    }
    header .heading .rht .btn.history .pop .list .item .txt .progress{
        height: 2px;
        background: rgba(255, 255, 255, 0.12);
    }
    header .heading .rht .btn.mine .avt{
        width: 38px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        overflow: hidden;
    }
    .logged header .heading .rht .btn.mine .pop{
        padding: 0;
        z-index: 2;
    }
    .logged header .heading .rht .btn.mine .pop::before{
        z-index: -1;
    }
    header .heading .rht .btn.mine .box .info{
        padding-left: 16px;
        color: rgb(169, 169, 172);
        font-size: 16px;
        font-weight: bold;
        padding: 16px 0px 16px 16px;
        background-size: 100%;
        background-image: url('../../img/common/avt-bg.jpg');
        color: rgb(255, 255, 255);
    }
    header .heading .rht .btn.mine .box .info .avt{
        width: 50px;
        margin-right: 8px;
    }
    header .heading .rht .btn.mine .box .info .name{
        max-width: 124px;
    }
    header .heading .rht .btn.mine .box .menu{
        padding: 8px 0;
    }
    header .heading .rht .btn.mine .box .menu a{
        height: 44px;
        line-height: 1;
        padding-left: 16px;
    }
    header .heading .rht .btn.mine .box .menu a:hover{
        background: rgba(216, 216, 216, 0.08);
    }
    header .heading .rht .btn.mine .box .menu a .icon{
        width: 15px;
        position: relative;
        margin: 0;
    }
    header .heading .rht .btn.mine .box .menu a .vc{
        width: 6px;
        right: 18px;
        position: absolute;
    }
    header .heading .rht .btn.mine .box .menu a .t{
        margin-left: 12px;
        color: rgb(169, 169, 172);
    }
    header .heading .rht .btn.mine .box .menu a:hover .t{
        color: #fff;
    }
        
    
    
    
    header .inp-box{        
        height: 36px;
        padding: 0px 12px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.2);
        color: rgba(255, 255, 255, 0.6);
        position: relative;
    }
    header .heading .rht .inp-box{
        width: 240px;
    }
    header .inp-box input{
        flex: 1;
        font-size: 14px;
    }
    header .inp-box input.readOnly{
        display: none;
    }
    header .inp-box i{
        width: 1px;
        height: 16px;
        background: rgba(255, 255, 255, 0.2);
        margin-left: 8px;
        margin-right: 12px;
    }
    header .inp-box .clear{
        width: 16px;
        margin-left: 12px;
    }
    header .inp-box .search{
        width: 18px;
    }
    header .heading .rht .inp-box .related{
        display: none;
        top: 48px;
        position: absolute;
        left: 0;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 4px;
        overflow: auto; 
        background: rgb(26, 28, 34);
        padding: 8px 0px;
        max-height: 486px;
    }
    header.searching .heading .rht .inp-box .related{
        display: block;
    }
    header .heading .rht .inp-box .related .ttl{
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        color: rgb(153, 153, 153);
        padding: 0px 16px;  
    }
    header .heading .rht .inp-box .related .item{
        padding: 14px 16px;
        font-size: 14px;
        line-height: 16px;
        color: rgb(188, 189, 190);
        /* color: rgb(204, 204, 204); */
        transition: 0.2s;
        max-height: 60px;
        cursor: pointer;
    }
    header .heading .rht .inp-box .related .item:hover{
        background-color: rgba(255,255,255,.08);
    }
    
    header .heading .rht .inp-box .related .item .num{
        font-weight: bold;
        
    }
    header .heading .rht .inp-box .related .item .num.top3,
    header .heading .rht .inp-box .related .item:hover,
    header .search-box .rslt .list .item .num.top3,
    header .search-box .rslt .list .item:hover{
        color: #03b74d;
    }
    header .heading .rht .inp-box .related .item .num + span{
        flex: 1;
        margin-left: 8px;
        line-height: 16px;
    }    
    header .heading .rht .app{
        background: #03b74d;
        margin-left: 12px;
        border-radius: 4px;
        width: 63px;
        height: 28px;
        font-size: 13px;
        font-weight: bold;
        color: #000;
        line-height: 1;
    }
    header .heading .rht .app img{
        width: 14px;
        margin-right: 4px;
    }
    header .cate{
        padding: 0 13px;
    }
    header .cate a{
        font-size: 16px;
        line-height: 44px;
        color: rgba(255, 255, 255, 0.6);
        margin-right: 23px;
    }
    header .cate a.active{
        color: #ffff;
    }

    header .search-mask{
        position: fixed;
        z-index: -1;
        display: none;
        background: rgba(0, 0, 0, 0.5);
    }
    header.searching .search-mask{
        display: block;
    }
    header .search-box{
        position: fixed;
        z-index: 2;
        height: 100vh;
        background: #000;
        display: none;
    }
    header .search-box .tp{
        height: 44px;
        padding-left: 13px;
    }
    header .search-box .tp .inp-box{
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
    header .search-box .tp .inp-box input::placeholder{
        color: rgba(255, 255, 255,.3);
    }
    header .search-box .tp .cancel{
        line-height: 44px;
        padding: 0 13px;
        margin-left: 12px;
        color: rgb(204, 204, 204);
        font-size: 14px;
    }
    header .search-box .rslt{
        padding: 8px 0px;
        max-height: 486px;
        overflow-y: auto;
        color: rgb(188, 189, 190);
    }
    header .search-box .rslt .list{
        margin-bottom: 8px;
    }
    header .search-box .rslt .list .ttl{
        height: 32px;
        padding: 0 13px;
        font-size: 12px;
        color: rgb(153, 153, 153);
    }
    
    header .search-box .rslt .list .ttl .hbc{
        width: 16px;
    }
    header .search-box .rslt .list .item{
        padding: 13px;
        font-size: 14px;
    }
    header .search-box .rslt .list .item:hover{
        background: rgba(255, 255, 255, 0.08);
    }
    header .search-box .rslt .list .item .l2{
        flex:1;
        margin-right: 10px;
        opacity: .75;
    }
    header .search-box .rslt .list .item .num{
        font-weight: bold;
        margin-right: 8px;
    }
    header .search-box .rslt .list .item .clear{
        width: 16px;
    }
    header .search-box .rslt .list .item .clear img{
        transition: initial;
    }
    

    .side{
        bottom: 80px;
        right: 40px;
        position: fixed;
        background: rgb(49, 52, 57);
        box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 16px 0px;
        border-radius: 32px;
        z-index: 20;
        overflow:hidden;
        display: none;
    }
    .side.active{
        display: block;
    }
    .side i{
        display: block;
        width: 20px;
        height: 1px;
        margin: 0 auto;
        background: #fff;
        opacity: 0.08;
    }
    .side .mid{
        width: 56px;
        cursor: pointer;
    }
    .side .mid:hover{
        background: rgba(255, 255, 255, 0.05);
    }
    
    .side .mid .hvc{
        width: 42.8%;
    }
    .side .mid:last-child .hvc{
        width: 39.2%;
    }
    .dot{
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: rgb(254, 61, 51);
        position: absolute;
        bottom: 100%;
        margin-bottom: -3px;
        margin-left: -3px;
        left: 100%; 
    }
    .side .app{
        font-size: 12px;
        height: 40px;
        line-height: 1;
        color: #03b74d;
        
    }
    .side .app img{
        width: 14px;
        margin-right: 4px;
    }

    footer{
        position: relative;
        z-index: 5;
        background: rgb(10, 12, 15);
        border-top: 1px solid rgb(45, 47, 52);
    }
    footer .box{
        width: 904px;
        margin: 0 auto;
        color: #fff;
        padding-bottom: 40px;
    }
    footer .box>.txt p:first-child{
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        font-weight: bold;
        padding-top: 32px;
    }
    footer .box>.txt .flex{
        color: rgb(169, 169, 172);
        font-size: 12px;
        line-height: 1;
        height: 24px;
        margin-top: 16px;
    }
    footer .box>.txt .flex img{
        width: 12px;
        margin-right: 3px;
    }
    footer .box>.txt .flex span{
        color: #03b74d;
    }
    footer .box .download{
        justify-content: space-around;
        margin: 32px auto;
    }
    footer .box .download .btn{
        background: rgb(35, 37, 43);
        border-radius: 4px;
        min-width: 132px;
        padding: 8px 12px;
        cursor: pointer;
        font-size: 14px;
        position: relative;
    }
    footer .box .download .btn>img{
        width: 20px;
        margin-right: 4px;
    }
    footer .box .download .pop{
        display: none;
        top: 100%;    
        background: rgb(55, 56, 61);
        border: 1px solid rgb(93, 94, 98);
        border-radius: 4px;        
        padding: 9px 16px;
        color: #Fff;
        white-space: nowrap;
        position: absolute;
        margin-top: 12px;
    }
    .expandHover .pop::after{
        width: 100%;
        position: absolute;
        content: '';
        height: 14px;
        bottom: 100%;
        left: 0;
    }
    footer .box .download .pop::before{
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
        background: rgb(55, 56, 61);
        border-top: 1px solid rgba(255,255,255,.25);
        border-left: 1px solid rgba(255,255,255,.25);
        height:12px;
        z-index: 2;
        width:12px;
    }
    footer .box .download .btn.phone .pop{
        width: 240px;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
    }
    footer .box .download .btn.phone .pop img{
        width: 80px;
        margin-left: 16px;
    }
    footer .box .download .btn.tv .pop{
        width: 286px;
    }
    footer .box .download .btn.tv .pop .txt{
        font-size: 12px;
        color: rgb(188, 189, 190);
    }
    footer .box .download .btn.tv .pop .txt p:first-child{
        font-size: 14px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        margin-bottom: 8px;
    }
    footer .box .download .btn.tv .pop .button{
        background: #03b74d;
        border-radius: 4px;
        line-height: 30px;
        font-size: 13px;
        color: #000;
        text-align: center;
        margin-top: 8px;
    }
    footer .box .download .btn.tv .pop .platform a{
        width: 120px;
        margin-top: 12px;
    }
    
    footer .box .download .btn.tv .pop .button:hover{
        background: #1cc749;
    }
    footer .box .links{
        padding: 20px 0;
        margin-bottom: 20px;
        align-items: flex-start;
        justify-content: space-between;
        border-top: rgb(51, 51, 51) solid 1px;
    }
    footer .box .links .nav{
        max-width: 160px;
    }
    footer .box .links .nav>p{
        font-size: 14px;
        line-height: 19px;
        color: rgb(221, 221, 221);
    }
    footer .box .links .nav .urls p{
        line-height: 16px;
        font-size: 13px;
        margin-top: 16px;
        color: rgb(153, 153, 153);
    }
    footer .box .links .nav .urls a:hover{
        color: #03b74d;
    }
    footer .box .links .others .icon{
        width:40px;
    }
    footer .box .links .others .icon + .icon{
        margin-left: 12px;
    }
    footer .box .links .others .gap img{
        padding: 0 4px;
    }
    footer .box .copyright{
        color: rgb(155, 155, 155);
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 16px;
    }
    footer .box .copyright p + p{
        margin-top: 10px;
    }
    footer .box .copyright a{
        text-decoration: underline;
    }
    footer .box .copyright a:hover{
        color: #03b74d;
    }
    
    
    
    .share-box{
        display: none;
        position: fixed;
        z-index: 10;
        background: rgba(0, 0, 0, 0.5);
    }
    .share-box.active{
        display: block;
    }
    .share-box .window{
        z-index: 2;
        padding-top: 40px;
        width: 600px;
        height: 364px;
        background: rgb(45, 47, 52);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px 0px;
        border-radius: 8px;
    }
    .share-box .window .close{
        position: absolute;
        top: 16px;
        right: 16px;
        width: 20px;
        height: 20px;
    }
    .share-box .window .close i{
        transform: translate(-50%,-50%) rotate(45deg);
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: #828387;
        
    }
    .share-box .window .close i:last-child{
        transform: translate(-50%,-50%) rotate(-45deg);
    }
    .share-box .window .close:hover i{
        background-color: #03b74d;
    }
    .share-box .window .ttl{
        font-size: 16px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        line-height: 25px;
        text-align: center
    }
    .share-box .window .platform{
        overflow-x: auto;
        margin: 32px 40px 20px;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, .16);
    }
    .share-box .window .platform .item{
        width: 77px;
        flex-shrink: 0;
        text-align: center;
        font-size: 12px;
        color: rgb(236, 236, 236);
        cursor: pointer;
    }
    .share-box .window .platform .item + .item{
        margin-left: 12px;
    }
    .share-box .window .platform .item .icon{
        width: 56px;
        overflow: hidden;
        margin: 0 auto 8px;
    }
    .share-box .window .platform .item .icon::after{
        background: rgba(255, 255, 255,.2);
        opacity: 0;
    }
    .share-box .window .platform .item:hover .icon::after{
        opacity: 1;
    }
    .share-box .window .code-box{
        text-align: center;

    }
    .share-box .window .code-box .code{
        border-radius: 4px;
        overflow: hidden;
        display: inline-flex;
    }
    .share-box .window .code-box .code .cover{
        width: 125px;
        height: 70px;
    }
    .share-box .window .code-box .code>img{
        width: 70px;
        height: 70px;
    }
    .share-box .window .code-box .t{
        font-size: 12px;
        color: rgb(169, 169, 172);
        margin-top: 2px;
    }
    

    main .media-info .cover .fill{
        z-index: 3;
    }
    main .media-info .cover .play-collect{
        z-index: 5;
    }
    main .media-info .play-collect .btn.collect .pop{
        white-space: nowrap;
        right: 0px;
        margin-top: 12px;
        padding: 9px 16px;
    }
    main .media-info .play-collect .btn.collect .pop::before{
        left: auto;
        right: 20px;
        transform: translate(50%,-50%) rotate(45deg);
    }

    main .load-box{
        padding: 13px 0;
    }
    main .load-box .load{
        width: 100px;
        height: 100px;
        transform: scale(-0.24) translate3d(0px, 0px, 0px);
        margin: 0 auto;
        background-image: url('../../img/common/load.png');
        animation-name: loadRotate;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: steps(48);
    }
    @keyframes loadRotate{
        from{
            background-position: 0% 0px;
            transform: scale(-0.24) translate3d(0px, 0px, 0px) rotate(0);}
        to{background-position: 100% 0px;
            transform: scale(-0.24) translate3d(0px, 0px, 0px) rotate(360deg);}
    }
    