html {
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-touch-action: none;
    font-size: 20px;
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 384px) {
    html {
        font-size: 12px;
    }
}

@media only screen and (min-width: 385px) and (max-width: 480px) {
    html {
        font-size: 13px;
    }
}

@media only screen and (min-width: 481px) {
    html {
        font-size: 20px;
    }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, input {
    font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, Arial;
    color: #000;
}

body {
    background: #05050A;
}

ul, ol, li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a:link,
a:visited {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:active {
    text-decoration: none;
}

a, input, button, select, textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0,0,0,0);
}

.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clearfix {
    *zoom:1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.imgo-loading {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

.imgo-loading-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}

.imgo-loading-img {
    -webkit-animation: load 1s infinite linear;
    margin-bottom: .5rem;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.imgo-share-popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 200;
    text-align: right;
    display: none;
}

.imgo-share-popup img {
    width: 50%;
    padding: .75rem;
}

.imgo-alert {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: none;
}

.imgo-alert p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius: .3rem;
    width: 80%;
    min-height: 1.4rem;
    line-height: 1.4rem;
    padding: .3rem;
    background: rgba(9, 206, 196, 0.7);
    text-align: center;
    font-size: 1rem;
    z-index: 9000;

}

.imgo-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    display: none;
}

.imgo-popup .main {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius: 1rem;
    border: 2px solid #337E72;
    width: 27rem;
    padding: 1.5rem 1rem;
    background: rgba(0,0,0,1);
    text-align: center;
    z-index: 10;
}

.imgo-popup .main h1 {
    color: #13cebf;
    font-size: 2.2rem;
}

.imgo-popup .main h2 {
    color: #2f7e72;
    font-size: 1.2rem;
    padding: .25rem 0 1rem;
}

.imgo-popup .main input {
    width: 70%;
    border: none;
    background: #525252;
    border-radius: .6rem;
    padding: .4rem;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
}

.imgo-popup .main .btn {
    display: block;
    width: 9rem;
    height: 4rem;
    line-height: 4rem;
    background: #29CDBE;
    border-radius: 1rem;
    color: #000;
    margin: 2rem auto 0;
    font-size: 1.6rem;
}

.imgo-app {
    max-width: 32rem;
    margin: auto;
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100%;
}

.imgo-huigu {
    text-align: right;
    padding: 2rem 1.2rem 0 0;
}

.imgo-huigu img {
    width: 40%;
}

.imgo-desc {
    text-align: center;
    color: #8f8f8f;
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding: 20rem 0 .5rem;
}

.imgo-voteall {
    text-align: center;
    font-size: 1.5rem;
    color: #337E72;
    padding-bottom: 2rem;
}

.imgo-voteall span {
    color: #fff;
    font-weight: bold;
}

.imgo-gifts {
    text-align: center;
}

.imgo-gifts .hd {
    padding: 2.5rem 0 1.5rem;
}

.imgo-gifts .bd img {
    width: 30%;
    padding: 0 1%;
}

.imgo-rules .hd {
    padding: 2.5rem 0 1.5rem;
}


.imgo-rules .bd {
    font-size: 1.1rem;
    color: #8f8f8f;
    padding: 0 1.25rem;
    line-height: 1.9rem;
    padding-bottom: 6rem;
}

.singer-info {
    background: url(../images/bg1.png);
    background-size: 100%;
    display: -webkit-box;
    padding: 1.25rem 0;
}

.singer-info .avatar {
    text-align: center;
    width: 30%;
}

.singer-info .avatar img {
    width: 80%;
}

.singer-info .desc {
    -webkit-box-flex: 1;
}

.singer-info .username {
    font-size: 1.7rem;
    color: #fff;
    padding-top: .2rem;
}

.singer-info .votes {
    font-size: 1.4rem;
    color: #8f8f8f;
    padding-top: .5rem;
}

.singer-info .btn {
    text-align: center;
    width: 28%;
}

.singer-info .btn .more {
    text-align: right;
    padding-right: 1rem;
}

.singer-info .btn .more a {
    color: #404f7b;
    font-size: 1rem;
}

.singer-info .btn .vote {
    padding-top: 2.5rem;
}

.singer-info .btn .vote img {
    width: 80%;
}

.singer-info .num {
    color: #29CDBE;
    padding-top: 1rem;
    font-size: 1rem;
    text-align: right;
    width: 0%;
}

.singer-info .wrap {
    height: .4rem;
    overflow: hidden;
    width: 100%;
    background: #24242C;
}

.singer-info .wrap .percent {
    background: #29CDBE;
    height: .4rem;
    text-indent: -999em;
    width: 0%;
}

.singer-songs {
    width: 100%;
    background: url(../images/bg2.png);
    background-size: 100%;
    margin-bottom: .75rem;
}

.singer-songs img {
    position: relative;
    top: -1px;
    width: 18%;
}

.singer-songs a {
    display: inline-block;
    width: 32%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #8f8f8f;
    font-size: 1rem;
    /*text-decoration: underline;*/
    line-height: 3rem;
}

































