@charset "utf-8";
/*CSS reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    color: #232323;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0
}
/*文字排版*/
.fb {
    font-weight: bold
}

.fn {
    font-weight: normal
}

.t2 {
    text-indent: 2em
}

.lh150 {
    line-height: 150%
}

.lh180 {
    line-height: 180%
}

.lh200 {
    line-height: 200%
}

.unl {
    text-decoration: underline;
}

.no_unl {
    text-decoration: none;
}
/*定位*/
.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.cb {
    clear: both
}

.cl {
    clear: left
}

.cr {
    clear: right
}

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

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.vm {
    vertical-align: middle
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.abs-right {
    position: absolute;
    right: 0
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden
}

.none {
    display: none
}

.db {
    display: block;
}

.dbi {
    display: inline-block;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
/*长度高度*/
.w {
    width: 100%
}

.h {
    height: 100%
}
/**for swipe插件**/
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

.swipe-wrap {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
}
/**响应式图片布局**/
.img-wrap  img {
    width: 100%;
    height: auto;
}
/**页面样式**/
.wrap-outter {
    /*background: yellow;*/
    height: 100%;
}
.wrap-inner {
    padding: 20px 40px 25px 40px;
}
.header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);

}
.header>ul {
    display: table;
    line-height: 2.25;
    width: 100%;
}

.header>ul li {
    display: table-cell;
    position: relative;
}
.header a:link, .header a:visited, .header a:hover, .header a:active {
    color: #fff;
}
.header a {
    display: block;
    width: 100%;
    text-align: center;
    font-size:1.333333rem;
}
.header>ul li.focus span {
    display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 0;
    border-bottom: 4px #42c3ea solid;
}
.main {
    width:100%;
    background: #fff;
    -moz-border-radius: 3px 3px 0px 0px;/* Firefox */
    -webkit-border-radius: 3px 3px 0px 0px;/* Safari 和 Chrome */
    border-radius: 3px 3px 0px 0px;/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.content-wrap {
    padding: 20px 8px 30px 20px;
}
.content {
    width:100%;
    padding-right: 6px;
    margin-right:8px;
    height: 840px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.content::-webkit-scrollbar {
    width: 6px;
}
.content::-webkit-scrollbar-track {
    visibility: hidden;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.content::-webkit-scrollbar-thumb {
    background-color: #b2b2b2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}
#broadcasting a.img-wrap {
    display: block;
    position: relative;
    padding-right:6px;
    width: 100%;
}

#broadcasting .img-wrap span {
    position: absolute;
    left: 15px;
    bottom: 20px;
    font-size: 0.917rem;
    line-height: 1;
    color: #d7d7d7;
}
#broadcasting .img-wrap span i {
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-right: 8px;
    background: url(../images/heart.png);
}
#broadcasting .wrap {
    text-align: center;
}
.serial-pics {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
}
.serial-pics i {
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: #454c57;
    margin-left: 5px;
    margin-right: 5px;
}
.serial-pics i.focus {
    background: #42c3ea;
}
.news-list .news-item {
    margin-top: 19px;
    padding-bottom: 20px;
    border-bottom: 1px #e6e6e6 solid;
}
.news-list .news-item  a {
    display: block;
}
.news-list .news-item  a   .img-wrap ,.news-list .news-item  a   .news-info-wrap{
    float:left;
}
.news-list .news-item .img-wrap {
    width: 25%;
    margin-right: 4%;
}
.news-list .news-item .img-wrap img {
    width: 100%;
    height: auto;
}
.news-list .news-item .news-info-wrap {
    width: 70%;
}
.news-list .news-item .news-title {
    font-size: 1.083rem;
    line-height: 1;
    color: #454c57;
    margin-bottom: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.news-list .news-item .news-time {
    font-size: 0.833rem;
    color: #999;
}
/**第二屏***/
.news-list-second {
}
.news-list-second .news-item {
    margin-bottom: 22px;
}
.news-list-second .news-item a {
    display: block;
}
.news-list-second .news-item a h2 {
    font-size: 0.917rem;
    line-height: 1.73;
    color: #454c57;
}
/**第三屏**/
.pk-info {
    width: 137px;
    position: absolute;
}

.pk-info.pk-first {
    top: 594px;
    left: 50%;
    margin-left: -72px;
}

.pk-info.pk-second {
    top: 604px;
    left: 23px;
}

.pk-info.pk-third {
    top: 594px;
    right: 26px;
}

.pk-info .pic {
    display: block;
    width: 137px;
    height: 137px;
    background: url(../images/praise.png) no-repeat;
    transform-origin: center top;
}

.pk-info.pk-second .pic {
    transform: scale(0.8686, 0.8686);
}

.pk-info.pk-third .pic {
    transform: scale(0.7810, 0.7810);
}

.pk-info  .pk-info-text {
    position: absolute;
    top: 150px;
    width: 100%;
    text-align: center;
}

.pk-info.pk-second .pk-info-text {
    top: 140px;
}

.pk-info.pk-third .pk-info-text {
    top: 134px;
}

.pk-info-text em {
    display: block;
    text-align: center;
    width: 100%;
    height: 28px;
    font-size: 0.83333333rem;
    color: #24272b;
}

.participant {
    margin-top: 874px;
    width: 100%;
    text-align: center;
    font-size: 1.333333rem;
    color: #292929;
}

.participant span {
    color: #fff;
}
/**分页**/
.page {
    position: fixed;
    width: 42px;
    height: 42px;
    background: url(../images/page.png) no-repeat;
    z-index: 10;
    top: 51%;
}

.page.page-prev {
    left: 6px;
}

.page.page-next {
    background-position: -42px 0px;
    right: 6px;
}
/**分享**/
.album {
    padding:30px 60px 50px 60px;
}

.album-content {
    padding:17px 10px 30px 10px;
    background:#fff;
}

.album-info>* {
    float: left;
}

.album-No {
    font-size: 2rem;
    color: #454c57;
    line-height: 1;
}

.divider-line {
    margin-left: 10px;
    margin-right: 11px;
    margin-top: 3px;
    height: 35px;
    border-left: 1px #ccc solid;
}

.album-hd h1, .album-hd h2 {
    font-size: 0.58333333rem;
}

.album-hd h1 {
    color: #454c57l;
    line-height: 1;
    margin-bottom: 8px;
}

.album-hd h2 {
    color: #42c3ea;
}

.album-info #logo {
    float: right;
    width: 113px;
}

.album-link {
    margin: 18px 0px 25px 0px;
    display: block;
}

.album-link .img-wrap {
    width: 100%;
}
.btn-list {
    margin-bottom: 1rem;
}
.btn-list .btn {
    display: inline-block;
    height: 60px;
    width: 130px;
    margin-right: 22px;
    line-height: 60px;
    text-align: center;
    background: #454c57;
    font-size: 1.083rem;
    color: #42bbe0;
    -moz-border-radius: 10px;
    /* Firefox */
    -webkit-border-radius: 10px;
    /* Safari 和 Chrome */
    border-radius: 10px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.btn-list .play-btn {
    width: 200px;
    margin-left: 71px;
}

.album-list-wrap {
    background: #fff;
    overflow-y:hidden;
}

.album-list-wrap h1 {
    padding-top: 16px;
    margin-left: 40px;
    font-size: 0.917rem;
    color: #ccc6c6;
}

.album-list {
    position:relative;
    padding-left: 7px;
    margin-top: 10px;
    /*width: 100%;*/
    height: 196px;
    overflow:hidden;
}

.album-list-inner {
    position: relative;
    height: 190px;
    display: inline-block;
}

.album-list .album-item {
    float: left;
    display: inline-block;
    margin-left: 30px;
    width: 240px;
    height: 166px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.album-list::-webkit-scrollbar {
    height: 6px;
}

.album-listt::-webkit-scrollbar-track {
    visibility: hidden;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.album-list::-webkit-scrollbar-thumb {
    background-color: #b2b2b2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.album-list .album-item>div {
    position: absolute;
    left: 0px;
    top: 0px;
}

.album-list .album-item>* {
    color: #fff;
}
.album-list .album-item .album_no_s{
    padding-top: 60px;
    margin-left: 30px;
    font-size: 1.5833333rem;
    color: #fff;
}
.album-list .album-item .album_no_s span {
    display:inline-block;
    padding-top: 14px;
    padding-left:26px;
    font-size:0.66666667rem;
}

.album-list .album-item  .album_txt_s {
    top: 108px;
    background: #454c57;
    width: 100%;
    height: 58px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

.album-list .album-item  .album_txt_s h1 {
    margin-left: 30px;
    padding-top: 7px;
    font-size:0.66666667rem;
    line-height:1;
    color: #fff;
}
.album-list .album-item  .album_txt_s span {
    padding-left: 30px;
    font-size:0.66666667rem;
    color: #20aefa;
    line-height:1;
}

@media (max-width: 320px) {
    html{font-size:75%;}
    .wrap-outter {
        /*background: yellow;*/
    }
    .wrap-inner {
        padding: 10px 20px 12.5px 20px;
    }
    .main {
        -moz-border-radius: 2px 2px 0px 0px;/* Firefox */
        -webkit-border-radius: 2px 2px 0px 0px;/* Safari 和 Chrome */
        border-radius: 2px 2px 0px 0px;/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    }
    .content-wrap {
        padding: 10px 4px 15px 10px;
    }
    .content {
        padding-right: 3px;
        margin-right:4px;
        height: 420px;
    }
    .content::-webkit-scrollbar {
        width: 3px;
    }
    .content::-webkit-scrollbar-track {
        visibility: hidden;
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    }
    .content::-webkit-scrollbar-thumb {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    #broadcasting a.img-wrap {
        padding-right:3px;
    }

    #broadcasting .img-wrap span {
        left: 8px;
        bottom: 10px;
    }
    #broadcasting .img-wrap span i {
        width: 18px;
        height: 15px;
        margin-right: 4px;
        background: url(../images/heart.png);
    }
    .news-list .news-item {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .news-list .news-item .img-wrap {
        margin-right: 10px;
    }
    .news-list .news-item .news-title {
        margin-bottom: 8px;
        white-space: nowrap;
        overflow: ellipse;
    }

    /**第二屏***/
    .news-list-second {
    }
    .news-list-second .news-item {
        margin-bottom: 11px;
    }
    /**第三屏**/
    .pk-info {
        width: 137px;
        position: absolute;
    }

    .pk-info.pk-first {
        top: 594px;
        left: 50%;
        margin-left: -72px;
    }

    .pk-info.pk-second {
        top: 604px;
        left: 23px;
    }

    .pk-info.pk-third {
        top: 594px;
        right: 26px;
    }

    .pk-info .pic {
        display: block;
        width: 137px;
        height: 137px;
        background: url(../images/praise.png) no-repeat;
        transform-origin: center top;
    }

    .pk-info.pk-second .pic {
        transform: scale(0.8686, 0.8686);
    }

    .pk-info.pk-third .pic {
        transform: scale(0.7810, 0.7810);
    }

    .pk-info  .pk-info-text {
        position: absolute;
        top: 150px;
        width: 100%;
        text-align: center;
    }

    .pk-info.pk-second .pk-info-text {
        top: 140px;
    }

    .pk-info.pk-third .pk-info-text {
        top: 134px;
    }

    .pk-info-text em {
        display: block;
        text-align: center;
        width: 100%;
        height: 28px;
        font-size: 0.83333333rem;
        color: #24272b;
    }

    .participant {
        margin-top: 874px;
        width: 100%;
        text-align: center;
        font-size: 1.333333rem;
        color: #292929;
    }

    .participant span {
        color: #fff;
    }
    /**分页**/
    .page {
        position: fixed;
        width: 42px;
        height: 42px;
        background: url(../images/page.png) no-repeat;
        z-index: 10;
        top: 51%;
    }

    .page.page-prev {
        left: 6px;
    }

    .page.page-next {
        background-position: -42px 0px;
        right: 6px;
    }
    /**分享**/
    .album {
        padding:15px 30px 25px 30px;
    }

    .album-content {
        padding:9px 5px 15px 5px;
    }


    .divider-line {
        margin-left: 5px;
        margin-right: 6px;
        margin-top: 2px;
        height: 18px;
    }

    .album-info #logo {
        width: 62px;
    }

    .album-link {
        margin: 9px 0px 12px 0px;
    }

    .btn-list .btn {
        height: 30px;
        line-height: 30px;
        width: 100px;
        margin-right: 11px;
        font-size: 13px;
        -moz-border-radius: 5px;
        /* Firefox */
        -webkit-border-radius: 5px;
        /* Safari 和 Chrome */
        border-radius: 5px;
        /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    }

    .btn-list .play-btn {
        width: 100px;
        margin-left: 35px;
    }

    .album-list-wrap h1 {
        padding-top: 8px;
        margin-left: 20px;
    }

    .album-list {
        padding-left: 4px;
        margin-top: 5px;
        height: 98px;
    }

    .album-list-inner {
        height: 95px;
    }

    .album-list .album-item {
        margin-left: 15px;
        width: 120px;
        height: 83px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .album-list::-webkit-scrollbar {
        height: 3px;
    }

    .album-listt::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    }

    .album-list::-webkit-scrollbar-thumb {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .album-list .album-item .album_no_s{
        padding-top: 30px;
        margin-left: 10px;
        font-size: 1.40rem;
    }
    .album-list .album-item .album_no_s span {
        padding-top: 7px;
        padding-left:4px;
        font-size:0.6rem;
    }
    .album-list .album-item  .album_txt_s {
        top: 54px;
        height: 29px;
        -moz-border-radius: 0px 0px 3px 3px;
        -webkit-border-radius: 0px 0px 3px 3px;
        border-radius: 0px 0px 3px 3px;
    }

    .album-list .album-item  .album_txt_s h1 {
        margin-left: 15px;
        padding-top: 2px;
        line-height:1;
    }
    .album-list .album-item  .album_txt_s span {
        padding-left: 15px;
        font-size:0.6rem;
    }

}
@media (min-width:321px) and (max-width: 480px) {
    html{font-size:100%;}
    .btn-list .btn {
        height: 40px;
        width: 100px;
        margin-right: 11px;
        line-height: 40px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 0.5rem;
    }

    .btn-list .play-btn {
        width: 100px;
        margin-left: 5px;
        font-size: 0.5rem;
    }
    .pk-focus img {
        width: 100%;
        margin-top: -21px;
    }
}
@media (max-width:480px) {
    .album-list-wrap h1 {
        padding-top: 8px;
        margin-left: 40px;
        font-size: 14px;
        color: #ccc6c6;
    }
    .album-list .album-item {
        float: left;
        display: flex;
        margin-left: 22px;
        width: 120px;
        height: 83px;
        position: relative;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .album-list .album-item .album_no_s h1 {
        display: inline-block;
        padding-top: 30px;
        margin-left: 3px;
        margin-right: 3px;
        font-size: 19px;
        color: #fff;
    }
    .album-list .album-item .album_txt_s h1 {
        margin-left: 10px;
        padding-top: 3px;
        font-size: 8px;
        color: #fff;
    }
    .album-list .album-item .album_txt_s span {
        padding-left: 10px;
        font-size: 8px;
        color: #20aefa;
    }
    .album-list .album-item .album_txt_s {
        top: 53px;
    }
    .album-list .album-item .album_no_s span {
        font-size: 8px;
    }
    .wrap-inner {
        padding: 10px 20px 13px 20px;
    }

    .content {
        padding-right: 4px;
        /*height: 450px;*/
    }

    .content-wrap {
        padding: 10px 4px 15px 0px;
        margin-left: 10px;
    }

    .content::-webkit-scrollbar {
        width: 3px;
    }

    .serial-pics {
        margin-top: 3px;
        margin-bottom: 5px;
    }

    #broadcasting .img-wrap span {
        font-size: 11px;
    }

    .news-list .news-item .img-wrap {
        margin-right: 10px;
    }

    .news-list .news-item .news-title {
        font-size: 13px;
        margin-bottom: 8px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

    }

    .news-list .news-item .news-time {
        font-size: 10px;
    }

    .news-list .news-item {
        margin-top: 9px;
        padding-bottom: 10px;
        border-bottom: 1px #e6e6e6 solid;
    }

    .news-list-second .news-item {
        margin-bottom: 11px;
    }

    .news-list-second .news-item a h2 {
        font-size: 11px;
    }

    .album {
        padding-bottom: 15px;
        padding: 1rem;
        /*border:3px #000 inset;*/
    }

    .album-content {
        padding: 0 5px;
        padding-top: 9px;
        padding-bottom: 1px;
    }

    .album-No {
        font-size: 24px;
    }

    .divider-line {
        margin-left: 5px;
        margin-right: 6px;
        margin-top: 2px;
        height: 18px;
    }

    .album-hd h1, .album-hd h2 {
        font-size: 7px;
    }

    .album-hd h1 {
        margin-bottom: 4px;
    }

    .album-info #logo {
        width: 57px;
    }

    .album-link {
        margin: 10px 5px 13px 5px;
    }

    .pk-info.pk-first {
        top: 350px;
        left: 220px;
        width: auto;
    }

    .pk-info.pk-second {
        top: 375px;
        left: 60px;
        width: auto;
    }

    .pk-info.pk-third {
        top: 375px;
        left: 230px;
        width: auto
    }

    .pk-info .pic {
        display: block;
        width: 60px;
        height: 60px;
        background: url(../images/praise.png) no-repeat;
        background-size: 100% auto;
        transform-origin: center top;
    }
    .pk-info.pk-first .pic {
        /*transform: scale(0.5, 0.5);*/
    }

    .pk-info.pk-second .pic {
        /*transform: scale(0.4343, 0.4343);*/
    }

    .pk-info.pk-third .pic {
        /*transform: scale(0.3905, 0.3905);*/
    }

    .pk-info  .pk-info-text {
        top: 75px;
    }

    .pk-info.pk-second .pk-info-text {
        top: 70px;
    }

    .pk-info.pk-third .pk-info-text {
        top: 67px;
    }

    .pk-info-text em {
        height: 14px;
        font-size: 10px;
    }

    .participant {
        margin-top: 437px;
        font-size: 16px;
    }
    .serial-pics i {
        border-radius: 2.5px;
        width: 5px;
        height: 5px;
    }
    .pk-focus img {
        width: 100%;
        margin-top: -21px;
    }
}
@media (min-width:481px){
    html{font-size:150%;}/*24px*/
    .album-list .album-item .album_no_s{
        font-size: 1.50rem;
    }
}
body{
    position:relative;
    overflow-x:hidden;
}

.main-pk {
    position: relative;
}
.pk-result {
    position: absolute;
    top: 0px;
}

.view-port {
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}
.share-mask {
    background-color: rgba(0,0,0,0.3);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
.share-mask a {
    margin-top: 45%;
    text-align: center;
    display: inline-block;
    width: 20%;
    margin-left: 10%;
}
.share-mask img {
    width: 100%;
}

/*
fix for iphone5
*/

@media (max-height: 568px)  {
    .content {
        height: 375px;
    }
}

@media (min-height: 569px) {
    .content {
        height: 485px;
    }
}

/*
    screen 3
*/
.tp{ width:100%; position:absolute; top: 400px;}
.tp span{text-align:center}
.tp .vote-btn{ width:70px; height:70px; margin:10px auto; background:url(http://r2.ykimg.com/05100000544A0A496737B36AE5022D37) no-repeat; background-size:100%; display:block; }

.one,.two,.three{ width:30%; position:absolute;bottom:30px;cursor:pointer; text-align:center}
.one{ left:2%; }
.two{left:35%;}
.three{left:67%;}

.all{ clear:both; height:20px; text-align:center; padding-top:20px; font-size:16px; font-weight:bold}
.all font{ color:#fff}
.jia1{font-size:14px;  position:absolute;top:-15px;left:40%; margin-left:0px; color:#ff0000; display:none; width:15px; height:15px;}
.main-pk {height: 100%; background: url(../images/pk.png) no-repeat; background-size: 100% auto;}

#tipweixin{ display:none; position: fixed; width:70%; z-index:1000;right:10px;top:10px}
.tipbg{position: fixed; width:100%; left:0;top:0;height:100%; background:url(http://r2.ykimg.com/05100000544A0A496737B33C9F0EA8AE); z-index:999; display:none;}

