
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body, html {
    width: 100%;
    font-size: 14px;
    background-color: #ecf0f5;
}

p {
    padding: 0;
    margin: 0;
}

a {
    color: #758697;
}

.container-fluid {
    max-width: 600px;
    overflow: hidden;
    font-family: "Microsoft YaHei", serif ! important;
    color: #758697;
}

.panel {
    border: none;
    margin-bottom: 0;
}

.rad {
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
}

.op {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.mt-all {
    margin-top: 10px;
}

.mb-bar {
    margin-bottom: 70px;
}

.mb-no {
    margin-bottom: 0;
}

.marquee-box {
    height: 25px;
    line-height: 25px;
    background: #2e3132;
}
.tr_line{
    display: table-cell;
    vertical-align: middle !important;
}
.marquee-box .marquee {
    position: fixed;
    left: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    top: 0;
    z-index: 101;
    white-space:nowrap;
    overflow: hidden;
}

.banner-box {
}

.banner-box img {
    width: 100%;
}

.title-box {
    padding: 0 10px;
}

.stat-box {
    font-size: .9em;
}

.stat-box .number {
    font-weight: bold;
}

.rule-box {
    font-size: .9rem;
}

.rule-box p {
    line-height: 2rem;
}

.rule-box .rule-content-box {
    display: none;
}
.rule-box .rule-content-box.active {
    display: block;
}
.rule-box .rule-content-box img {
    max-width: 100%;
    margin: 10px auto;
}
.rule-box .rule-content-box iframe,.rule-box .panel-body iframe{
    width:100% !important;
}
.rule-box .panel-body img{
    max-width: 100%;
    margin: 10px auto;
}
.detail-box p {
    line-height: 2rem;
}

.detail-box .detail-content-box {
}

.detail-box .detail-content-box img {
    margin: 10px auto;
    max-width: 100%;
}

.search-box .input-group {
    background: #fff;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

.search-box input {
    height: 40px;
    line-height: 40px;
    border: none;
}

.search-box button {
    height: 40px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}

.search-box input {
    /* border-radius: 20px 0 0 20px !important;
    -webkit-border-radius: 20px 0 0 20px !important;
    -moz-border-radius: 20px 0 0 20px !important; */
}

.type-box {
    padding: 0 10px;
}

.type-box .item {
    padding: 5px;
}

.vote-item-box {
    padding: 0;
    margin: 0 -5px;
}

.vote-item-box .item {
    padding: 5px;
    overflow: hidden;
}

.vote-item-box .item .panel-body {
    padding: 5px;
}

.vote-item-box .item .panel-heading {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    opacity: .7;
    padding: 0 5px;
	min-width: 40px;
    overflow:hidden;
    color: #FFF;
    background-color: rgba(59, 59, 59, 0.5);
    border: none;
}

.vote-item-box .item .btn {
    width: 80%;
    margin-bottom: 10px;
}

.vote-item-box .item img {
    width: 100%;
}

.vote-item-box .item .sub-title {
  	color: #898b8d;
}

.vote-item-box .active .btn {
    background-color: #fff;
    color: #758697;
}

.footer-bar-box {
    width: 100%;
    /*height: 50px;*/
    position: fixed;
    left: 0;
    bottom: 0;
	box-shadow: 2px 0 13px 2px rgba(0, 0, 0, 0.1);
	background: #fff;
	z-index: 100;
}

.footer-bar-box .item {
    float: left;
    padding: 5px 0;
}

.footer-bar-box .item i {
    font-size: 1.2rem;
}
.footer-bar-box .item a {
    display: block;
    text-decoration: none;
    color:inherit;
}
footer-bar-box .bar-text{
	color: #888;
}

.select-bar-box {
    position: fixed;
    bottom: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    height: 50px;
    line-height: 50px;
    font-size: 1.1rem;
    z-index: 100;
    box-shadow: 2px 0 13px 2px rgba(0, 0, 0, 0.2);
}

.select-bar-box .btn {
    padding: 5px 20px;
}

.main-title {
    font-size: 1.3rem;
}

/* widget */

#widget-box {
    display: none;
}

.layer-self {
    width: 300px;
    border: 5px solid #ccc;
}

.widget-search-box, .widget-vercode-box, .widget-alert-box {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.widget-search-box .btn, .widget-vercode-box .btn, .widget-alert-box .btn {
    margin-top: 20px;
    padding: 5px 26px;
    margin-bottom: 10px;
}

.widget-alert-box .btn {
    padding: 5px 30px !important;
}

.widget-alert-box .msg {
    margin-top: 12px;
}

/*漂浮物*/

.widget-float-box li {
    position: fixed;
    top: -20%;
    list-style: none;
    display: block;
    width: 3rem;
    animation: downFloat 10s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 10;
}

.widget-float-box li img {
    width: 100%;
}

@keyframes downFloat {
    0% {
        top: -20%;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        top: 110%;
        -webkit-transform: rotate(600deg);
        transform: rotate(600deg)
    }
}

@keyframes upFloat {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-2000px) rotate(600deg);
        transform: translateY(-2000px) rotate(600deg)
    }
}

.input-err {
    border: 1px solid #f00;
}

.widget-alert-box img {
    width: 200px;
    height: 200px;
}

/*报名*/
.sign-form-img-box .item .fa-close {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #f00;
    color: #fff;
    border-radius: 50% !important;
    position: absolute;
    top: -8px;
    right: -8px;
}

.sign-form-img-box .item img {
    width: 100%;
    height: 60px
}

/* 背景音乐图标按钮 */

.animation-rotate {
    transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}
.animation-gift{
	/* -webkit-transform-origin:center bottom;  */
    animation: gift 1s ease-in infinite;
}
@keyframes gift{
  0% {    /* transform:rotate(20deg);
    -webkit-transform-origin:center bottom; */
    transform:rotate(0deg);
    }
  10% {    /* transform:rotate(20deg);
      -webkit-transform-origin:center bottom; */
    transform:rotate(20deg);
      }
  15% {    /* transform:rotate(20deg);
        -webkit-transform-origin:center bottom; */
    transform:rotate(-20deg);
  }
  20% {    /* transform:rotate(20deg);
          -webkit-transform-origin:center bottom; */
    transform:rotate(-0deg);
  }
  25%{
    transform:rotate(20deg);
  }
  30%{
     transform:rotate(-20deg);
  }
  35%{
  	transform:rotate(0deg);
  }
  40%,100% {    /* transform:rotate(20deg);
              -webkit-transform-origin:center bottom; */
      transform:rotate(0deg);
  }

}

.widget-audio-box {
    z-index: 102;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 18px;
    top: 18px;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    text-align: center;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    cursor: pointer;
}

.widget-gift-box {
    z-index: 102;
    width: 34px;
    height: 34px;
    position: fixed;
    right: 18px;
    bottom: 110px;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    text-align: center;
    color: #fff;
    line-height: 28px;
    font-size: 18px;
    cursor: pointer;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* 排行榜 */
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border:none;
}
.table thead tr th,.table tbody tr td{
    text-align:center;
}
.table tbody tr:nth-child(2n+1){
    background: #F7F8FA;
}
.table tbody tr:nth-child(2n){
    background: #fff;
}
@media only screen and (device-width: 375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {
    .footer-bar-box  {
        padding-bottom:20px;
    }
    .select-bar-box{
        bottom: 70px;
    }
}

.phb-box { position: relative; max-width: 600px; height: 256px; overflow: hidden; margin:auto; background: #fff;}
.phb-box ul { position: absolute; top: 20px; left: 0; width: 100%; padding:0; margin:0; display: flex; }
.phb-box ul li { width: 33.3%; display: flex; justify-content: center; text-align: center; }
.phb-box ul li .author-name { padding-top: 20px; }
.phb-box ul li.no1 a { color: #d68e00; font-size: 18px; font-weight: bold; }
.phb-box ul li.no2 a { color: #05d226; font-size: 14px; }
.phb-box ul li.no3 a { color: #70d; font-size: 14px; }

.phb-box ul li a { display: block; width: 100px; color: #c00; text-decoration: none;}
.phb-box ul li a .author-img { position: relative; width: 104px; height: 135px; background: url("http://img.cdn.wxtpb.com/static/img/phb1.png") no-repeat;  background-size: 100% 100%; margin:auto;}
.phb-box ul li a .author-img img { position: absolute; top: 42px; left: 50%; margin-left: -40px; width: 80px; height:80px; border-radius: 100% !important; }

.phb-box ul li.no2 a .author-img { position: relative; width: 80px; height: 104px; background: url("http://img.cdn.wxtpb.com/static/img/phb2.png") no-repeat; background-size: 100% 100%; margin-top: 31px; }
.phb-box ul li.no2 a .author-img img { position: absolute; top: 32px; left: 50%; margin-left: -31px; width: 62px; height:62px; border-radius: 100% !important; }

.phb-box ul li.no3 a .author-img { position: relative; width: 80px; height: 104px; background: url("http://img.cdn.wxtpb.com/static/img/phb3.png") no-repeat; background-size: 100% 100%; margin-top: 31px; }
.phb-box ul li.no3 a .author-img img { position: absolute; top: 32px; left: 50%; margin-left: -31px; width: 62px; height:62px; border-radius: 100% !important; }

.qrcode_ad,.qrcode-info{padding:15px;display:none;}
.qrcode_ad a,.qrcode-info a{paddding:0;}
.qrcode_ad img,.qrcode-info img{width:100%;height: auto;}