.app {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    height: calc(100vh - 90px);
    margin: auto;
    position: relative;
    margin-top: 45px;
    background: url(../img/video.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* 公共部分 */

* {
    margin: 0;
    border: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

h1, h2, h3, h4, h5, h6, select {
    font-size: 100%;
}

input {
    outline: none;
    border: none;
}

.fr {
    float: right;
}

.lr {
    float: left;
}

.mt10 {
    max-width: 640px;
    min-width: 320px;
    margin: 10px auto;
    text-align: center;
}

select,option {
    padding: 1px 5px;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

body {
    background-color: #eee
}

/* 顶部 */

#header {
    top: 0px;
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    margin: 0px auto;
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}

.new_top, .n_nav, #menu {
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0896fc', endColorStr='#077ddd', gradientType='0');
    background: -webkit-linear-gradient(top, rgba(8, 150, 252, 1), rgba(7, 126, 221, 1));
}

.new_top {
    height: 45px;
}

.new_top img {
    height: 45px;
    max-width: 30%;
    float: left;
    margin-left: 2%;
}

.sousuobox {
    float: right;
    margin-top: 8px;
}

.sousuobox #keyword {
    float: left;
    width: 70%;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    border-radius: 25px 0 0 25px;
}

.sousuobox #serch {
    float: left;
    height: 27px;
    background: #0273c7;
    border-radius: 0 26px 26px 0;
    cursor: pointer;
    color: #fff;
}

/* 内容 */

.main {
    background-color: #fff;
    height: 40px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 620px;
    min-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 10px;
}

.main-second {
    background-color: #fff;
    height: 40px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 620px;
    min-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.xc-current-time {
    font-style: normal!important;
}

#wlsong ul {
    color: #0763BF;
    padding: 0;
}

#wlsong ul li {
    border-bottom: 1px solid #F2F2F2;
    height: 60px;
    line-height: 60px;
    overflow: hidden
}

#wlsong ul li img {
    margin: 10px;
    margin-top: 20px;
    float: left;
    width: 41px;
    height: 41px;
}

.numb {
    float: left;
    display: inline-block;
    text-align: left;
    height: 60px;
    overflow: hidden;
    text-indent: 0.5em;
    width: 40px;
    color: #FA3B00;
}

.gname {
    width: 65%;
    display: inline-block;
    text-align: left;
    height: 60px;
    overflow: hidden;
    color: #044CB8;
    float: left;
}

#wlsong ul li i {
    line-height: 60px;
    color: #5888D0;
    margin-right: 10px;
}

a:hover.gname {
    color: #ff0000;
}

.h1 {
    border-bottom: 1px solid #D9DEE1;
    color: #FA3B00;
    padding: 10px;
}

.content {
    height: 200px;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    padding-right: 60px;
}

#lrc_list {
    margin: 10px auto;
}

#lrc_list li {
    font: normal 14px/2.1 'microsoft yahei';
    text-align: center;
}

#lrc_list li.hover {
    color: red;
    font-weight: bold;
}

div.jp-audio {
    border: 0px;
    margin: 0px auto;
}

/* MV */

.mv_list {
    background-color: #fff;
    max-width: 640px;
    min-width: 320px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.mv_list a:hover {
    color: #ff0000;
}

.mv_list li {
    display: inline-block;
    width: 29%;
    margin: 10px 2%;
}

.mv_list span {
    float: left;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 28px;
}

.mv_list img {
    width: 100%;
    border-radius: 10px;
}

.btn {
    padding: 1px 5px;
    border-radius: 5px;
    background-color: #0795FA;
    color: #fff;
    height: 23px;
}

.btn:hover {
    background-color: #0795FA;
    color: #fff;
    cursor: pointer;
}

select {
    height: 23px;
    border-radius: 5px;
    background-color: #0795FA;
    color: #fff;
}

/* 列表 */

.ph1 {
    background-color: #fff;
    max-width: 640px;
    min-width: 320px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-weight: 700;
}

.img_border {
    display: inline-block;
    width: 155px;
    height: 155px;
    margin: 10px auto;
}

.img_border i {
    border: 10px solid #2A2B2D;
    border-radius: 100px;
    display: inline-block;
    height: 130px;
}

.img_border img {
    width: 130px;
    height: 130px;
}

.z360z {
    border-radius: 120px;
    -webkit-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 620px;
    min-width: 300px;
    margin: 10px auto;
    background-color: #fff;
    margin-top: 50px;
}

.plr11 {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 620px;
    min-width: 300px;
    margin: 10px auto;
    background-color: #fff;
    margin-top: 10px;
}

/* 底部 */

.bottom {
    position: fixed;
    height: 45px;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
}

.bottom a {
    color: #fff;
    text-decoration: none;
}

.n_nav {
    height: 45px;
    max-width: 640px;
    min-width: 320px;
    text-align: center;
    margin: 0px auto;
}

.n_nav ul li {
    float: left;
    width: 30%;
    height: 45px;
    line-height: 45px;
}

#menu_box {
    position: fixed;
    z-index: 999;
    bottom: 45px;
    left: 0;
    width: 100%;
}

#menu {
    overflow: hidden;
    max-width: 640px;
    min-width: 320px;
    text-align: center;
    margin: 0px auto;
}

#menu ul li {
    width: 30%;
    float: left;
    margin: 10px 0px;
}

#menu ul li a {
    color: #fff;
    text-decoration: none;
}

.box123 {
    bottom: 40px;
    right: 0px;
    position: absolute;
    display: block;
    z-index: 1;
}

.tbs {
    display: table;
    width: 100%;
}

.tds {
    display: table-cell;
}

.journal-reward2 {
    bottom: 240px;
    right: 5px;
    position: absolute;
    display: block;
    z-index: 1;
}

.journal-reward3 {
    bottom: 156px;
    right: 5px;
    position: absolute;
    display: block;
    z-index: 1;
}

.journal-reward5 {
    bottom: 56px;
    right: 5px;
    position: absolute;
    display: block;
    z-index: 1;
}

#switch, #php-asp, #next, #copy_btn {
    background: url(../img/bg.gif) center top;
    color: #fff;
    font-size: 14px;
    width: 76px;
    font-weight: bold;
    height: 75px;
    padding: 0px 15px;
    margin: 0px 15px;
    border-radius: 50px;
}