@charset "UTF-8";
@media screen and (min-width: 500px) {
    #jz100 {
        width: 500px;
        margin: 0 auto;
    }
}
.shadow {
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    border-radius: .5rem;
}
#jz100 {
    background-repeat: repeat-y;
    background-size: 100%;
    position: relative;
    padding-bottom: 48px;
}
#jz100 .container {
    padding: 0;
}
.section-header .card {
    background-color: transparent;
    border: 0;
}
.section-header .card-body {
    padding: .5rem 1rem;
}
.section-header .card-title {
    margin-bottom: .5rem;
    font-weight: bold;
}
.section-header .card-title .card-title-icon {
    width: 1.5rem;
    margin-right: .25rem;
}
.section-header .card-time {
    font-size: 1rem;
    margin-bottom: .5rem;
}
.section-header .card-time .card-time-icon {
    width: 1.5rem;
    float: left;
    margin-right: .5rem;
}
.section-header .card-text {
    font-size: .8rem;
    text-indent: 1rem;
}
.section-header .card-text p {
    margin-bottom: .25rem;
}
.section-header .card-text p:last-child {
    margin-bottom: 0;
}
.section-header .detail-list {
    background-color: rgba(250, 250, 250, .8);
    padding: .5rem 0;
    text-align: center;
    font-size: .8rem;
    width: 100%;
    margin: 0;
}
.section-header .detail-list .detail-item {
    display: inherit;
}
.section-header .detail-list .detail-item+.detail-item:before {
    padding-top: .5rem;
    margin-left: -15px;
    content: '|';
}
.section-main, .section-footer {
    margin-top: 1rem;
}
.section-main .search-container {
    padding: 0 1rem;
}
.search-container .form-control, .search-container .btn {
    font-size: .8rem;
}
#myTab-container.tab-fixed {
    position: fixed!important;
    top: 0;
    left: 0;
    background-color: rgba(250, 250, 250, .75);
    z-index: 9999;
    width: 100%;
}
.section-main .list-container {
    margin-top: 1rem;
    position: relative;
}
.list-container .nav-item {
    font-size: .8rem;
}
.list-container .nav-item .nav-link {
    color: #000;
    padding: .5rem 0;
}
.list-container .nav-item .nav-link.active {
    font-weight: bolder;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff #007bff #fff;
}
.list-container .card-list {
    width: 50%;
}
.list-container .card-list.float-left {
    padding: 0 .25rem 0 .5rem;
}
.list-container .card-list.float-right {
    padding: 0 .5rem 0 .25rem;
}
.list-container .card {
    margin-bottom: .75rem;
}
.card-list .card-body {
    padding: .5rem;
}
.card-list .card-title {
    font-weight: bold;
    margin-bottom: .5rem;
    font-size: .9rem;
}
.card-list .card-text {
    font-size: .8rem;
    text-indent: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.card-list .card-footer {
    padding: .75rem .5rem;
}
.card-list .card-footer .card-id {
    font-weight: bold;
    line-height: 32px;
    font-size: .8rem;
    color: rgb(178, 50, 50);
}
.card-list .card-footer .button-vote {
    float: right;
    font-size: .75rem;
    background-color: rgb(178, 50, 50);
    border-color: rgb(178, 50, 50);
    color: #FFFC00;
    outline: none;
    box-shadow: none;
}
.card-list .card-footer .button-vote:hover, .card-list .card-footer .button-vote:active, .card-list .card-footer .button-vote:focus, .card-list .card-footer .button-vote:link, .card-list .card-footer .button-vote:visited {
    background-color: rgb(178, 50, 50);
    border-color: rgb(178, 50, 50);
    color: #FFFC00;
    outline: none!important;
    box-shadow: none;
}
.fixed-button-group {
    position: fixed;
    left: -1rem;
    bottom: 1rem;
    padding: .5rem;
}
.fixed-button-group .rank-div, .fixed-button-group .join-div {
    text-align: right;
    color: #F00;
    font-size: .8rem;
    font-weight: bold;
}
.fixed-button-group .join-div {
    margin-top: 1rem;
}
.fixed-button-group img {
    width: 3rem;
}
.rank-banner {
    margin-top: 1rem;
    padding: 0 .5rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #F00;
}
.rank-banner img {
    width: 2rem;
    margin-right: .5rem;
}
.card-info, .card-rule {
    margin: 0 .75rem;
}
.card-info .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: rgb(178, 50, 50);
    padding: 1rem .5rem .5rem;
    margin: 0;
}
.card-info .card-img-top {
    max-width: 65%;
    display: block;
    margin: .5rem auto;
}
.card-info .card-body, .card-rule .card-body {
    padding: 1rem;
    font-size: .75rem;
}
.card-info .card-body img {
    width: 100%;
}
table.t_table {
    font-family: verdana,arial,sans-serif;
    font-size:.8em;
    color:#333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
}
table.t_table tr {
    background:#fff;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999999;
}
table.t_table th {
    background:#fff;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999999;
}
table.t_table td {
    background:#fff;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999999;
}
.card-info .card-footer {
    padding: .5rem 1rem 1rem;
}
.card-info .progress {
    height: 1.5rem;
}
.card-info .card-id {
    font-weight: bold;
    line-height: 38px;
    color: rgb(178, 50, 50);
}
.card-info .button-vote {
    float: right;
    background-color: rgb(178, 50, 50);
    border-color: rgb(178, 50, 50);
    color: #FFFC00;
    outline: none;
    box-shadow: none;
}
.card-info .button-vote:hover, .card-info .button-vote:active, .card-info .button-vote:focus, .card-info .button-vote:link, .card-info .button-vote:visited {
    background-color: rgb(178, 50, 50);
    border-color: rgb(178, 50, 50);
    color: #FFFC00;
    outline: none!important;
    box-shadow: none;
}
.card-rule {
    margin-bottom: 1rem;
}
.card-rule .card-header {
    padding: .5rem 1rem;
}
.card-rule .card-header .icon-rule {
    width: 1.5rem;
    margin-right: .25rem;
    margin-top: -.5rem;
}
.card-rule .card-header .rule-title {
    color: rgb(178, 50, 50);
    font-weight: bold;
}
.card-rule .card-body {
    padding: .5rem 1rem;
}
.card-rule .card-body p {
    margin-bottom: .5rem;
}
.card-rule .card-body img {
    max-width: 100%;
}
.bottom-nav {
    position: fixed;
    /*left: 0;*/
    bottom: 0;
    width: 100%;
    max-width: 500px;
    z-index: 9999;
}
.bottom-nav .nav {
    /*background-color: rgba(0, 0, 0, .8);*/
    background-color: #343a40;
}
.bottom-nav .nav-item {
    color: #f8f9fa;
    text-align: center;
    padding-top: 0;
    padding-bottom: .375rem;
}
.bottom-nav .nav-item.active {
    background-color: #f8f9fa;
    color: #343a40;
    font-weight: bold;
}
.bottom-nav .nav-icon {
    width: 1rem;
}
.bottom-nav .nav-text {
    display: block;
    font-size: .75rem;
}
.rank-card {
    margin: 0 .75rem;
}
.rank-card .card-header {
    padding: .5rem 1rem;
}
.rank-card .icon-rank {
    width: 1.5rem;
    margin-right: .25rem;
    margin-top: -.5rem;
}
.rank-card .list-title {
    font-size: .8rem;
    font-weight: bold;
    background-color: #f8f9fa;
    padding: .5rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.list-title .row {
    margin: 0;
}
.rank-card .rank-title {
    color: rgb(178, 50, 50);
    font-weight: bold;
}
.rank-list .row {
    text-align: center;
}
.rank-list .list-group-item {
    margin: 0 .5rem;
    padding: .75rem;
    border-top: 0;
    position: relative;
    font-size: .8rem;
}
.rank-list li:nth-child(2) {
    color: #ff0000;
    background-image: url("https://jz100attaqd.oss-cn-qingdao.aliyuncs.com/peiyou/images/2018/0521/5b026bbf23895_31.png");
    background-repeat: no-repeat;
    background-position-y: .8rem;
    background-size: 6%;
}
.rank-list li:nth-child(3) {
    color: #ff2d2d;
    background-image: url("https://jz100attaqd.oss-cn-qingdao.aliyuncs.com/peiyou/images/2018/0521/5b026bbf1eefc_31.png");
    background-repeat: no-repeat;
    background-position-y: .8rem;
    background-size: 6%;
}
.rank-list li:nth-child(4) {
    color: #dc3545;
    background-image: url("https://jz100attaqd.oss-cn-qingdao.aliyuncs.com/peiyou/images/2018/0521/5b026bbf1a650_31.png");
    background-repeat: no-repeat;
    background-position-y: .8rem;
    background-size: 6%;
}
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1301;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.sweet-alert h2 {
    margin: .5rem 0;
}

/* join template start */
.join-form {
    padding:1rem 1rem 0;
}
.form-input {
    padding-bottom:.5rem;
    margin-bottom:1rem;
    border-bottom:1px solid #fff;
}
.input-label {
    float:left;
    font-size:1rem;
    font-weight:bold;
}
.input-label span {
    color: #fff;
}
.input-label-icon {
    width:.3rem;
    height:1rem;
    margin-top:.2rem;
    margin-right:.5rem;
    background-color:#FF8401;
    float:left;
}
.input-view {
    float:right;
    width:65%;
}
.title-input {
    width:100%;
    font-size:.75rem;
    color:#A0A0A0;
    height:30px;
    line-height:30px;
    display:block;
    text-overflow:clip;
    overflow:hidden;
    white-space:nowrap;
    font-family:UICTFontTextStyleBody;
    min-height:1.4rem;
    border: none;
    padding-left: 5%;
    padding-top: 5px;
    border-radius: 5px;
    padding-bottom: 5px;
}
.title-textarea {
    width:100%;
    font-size:.75rem;
    color:#A0A0A0;
    height:80px;
    display:block;
    text-overflow:clip;
    overflow:hidden;
    white-space:nowrap;
    font-family:UICTFontTextStyleBody;
    min-height:1.4rem;
    border: none;
    padding-left: 5%;
    padding-top: 5px;
    border-radius: 5px;
    padding-bottom: 5px;
}
.form-button{
    margin-top:2rem;
}
.confirm-button{
    background-color:#FF8401!important;
    border:1px solid transparent;
    line-height:2;
    position:relative;
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-left:14px;
    padding-right:14px;
    box-sizing:border-box;
    font-size:18px;
    text-align:center;
    text-decoration:none;
    border-radius:5px;
    -webkit-tap-highlight-color:transparent;
    overflow:hidden;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
}
.form-tips{
    margin-top:1rem;
    font-size: 15px;
    color:#FFFC00;
}
.tips-list {
    padding:.25rem 0 0;
    color: #ffffff;
}

/* join template end */

.slide-list{
    width: 95%;
    height: 120px;
    background: #fff;
    position: relative;
    overflow: hidden;
    color: rgb(178, 50, 50);
}
.slide-list ul {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.slide-title span:nth-child(1),
.slide-list li span:nth-child(1){
    width: 25%;
}
.slide-title span:nth-child(2),
.slide-list li span:nth-child(2){
    width: 20%;
}
.slide-title span:nth-child(3),
.slide-list li span:nth-child(3){
    width: 55%;
}
.slide-list li {
    width: 100%;
    height:30px;
    line-height:25px;
    list-style:none;
    margin:0;
    padding:0 10px;
    font-size: 14px;
    position: relative;
}
.slide-list li:first-child {
    margin-top:10px;
}
.slide-list .list-content {
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slide-list .like-icon {
    position: absolute;
    top: 0;
    right: 1.5rem;
}
.slide-list .like-icon i.fa {
    margin-right: .25rem;
    cursor: pointer;
}
#likeNum {
    font-style: normal;
}
.slide-list li span {
    float: left;
    font-size:12px;
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.slide-list li{
    background: #fff;
}
.slide-list li.even{
    background: #6CA1DE;
}
.button-show-vote-bless {
    background-color: rgb(178, 50, 50);
    border-color: rgb(178, 50, 50);
    color: #FFFC00;
    float: right;
    font-size: .8rem;
}
.button-show-vote-bless:hover, .button-show-vote-bless:active, .button-show-vote-bless:focus, .button-show-vote-bless:link, .button-show-vote-bless:visited {
    background-color: rgb(178, 50, 50)!important;
    border-color: rgb(178, 50, 50)!important;
    color: #FFFC00!important;
    outline: none!important;
    box-shadow: none;
}
.progress-bar {
    background-color: rgb(178, 50, 50)!important;
}
#send-bless-vote, #send-bless-vote:hover, #send-bless-vote:active, #send-bless-vote:focus, #send-bless-vote:link, #send-bless-vote:visited {
    background-color: rgb(178, 50, 50);
    border-color: rgb(178, 50, 50);
    color: #FFFC00;
    outline: none!important;
    box-shadow: none;
}
#message-text {
    outline-color: rgb(178, 50, 50)!important;
    resize: none!important;
}
.modal-title {
    font-weight: bold;
    color: rgb(178, 50, 50);
}
.card-rule ul {
    margin-bottom: 0;
}
.card-rule img {
    width: 12rem;
}
.badge-content {
    background-color: rgb(178, 50, 50)!important;
    color: #FFFC00;
    padding: .5rem;
    font-size: .8rem;
    margin-bottom: .5rem;
    display: block;
    text-align: left;
}
.badge-content:last-child {
    margin-bottom: 0;
}

.music-icon {
    position: fixed;
    right: 10px;
    top: 10px;
}
.music-icon #music-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: url('https://jz100attaqd.oss-cn-qingdao.aliyuncs.com/peiyou/images/2018/0704/5b3c66c2ec095_42.png') no-repeat;
    background-size: 100%;
}
.music-icon #music-button.pause {
    background-position: left bottom;
}
.music-icon #music-button.play {
    background-position: 0px 1px;
    -webkit-animation: reverseRotataZ 3s linear infinite;
}
/* music */
@-webkit-keyframes reverseRotataZ{
    0%{-webkit-transform: rotateZ(0deg);}
    100%{-webkit-transform: rotateZ(-360deg);}
}
@-webkit-keyframes rotataZ{
    0%{-webkit-transform: rotateZ(0deg);}
    100%{-webkit-transform: rotateZ(360deg);}
}

.must-follow {
    text-align: center;
    padding: 0 20px;
}
.wechat-title {
    color: rgb(178, 50, 50);
    font-size: 28px;
    font-weight: 600;
    text-transform: none;
    margin: 5px 0;
    padding: 0;
    line-height: 40px;
}
.wechat-img {
    width: 65%;
    margin-bottom: 10px;
}
.wechat-tips {
    color: #000;
    font-size: 16px;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.category-container {
    padding: 0 1em;
}
.category-container .section-category {
    background-color: #fff;
    border-radius: 8px;
    padding: 1em 1em 0;
}
.section-category .category-list {
    position: relative;
}
.category-list .section-category-item {
    float: left;
    width: 33%;
    margin-bottom: 1em;
}
.section-category-item .category-item {
    display: block;
    background: -moz-linear-gradient(left top, #ffca00, #fbffb5);
    background: -webkit-linear-gradient(left top, #ffca00, #fbffb5);
    background: -o-linear-gradient(left top, #ffca00, #fbffb5);
    -webkit-box-shadow: 4px 4px 5px #c5ccd6;
    box-shadow: 4px 4px 5px #c5ccd6;
    color: #4d1ee4;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 16px;
    font-size: .8rem;
    font-weight: bold;
    text-align: center;
    border: none;
    margin: 0 auto;
    text-decoration: none;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}