* {
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    font-size: 14px;
}

body {
	background: url(../img/bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;

}


.text-style-1 {
    color: #fd7b7e;
}

input.text-style-1::-webkit-input-placeholder {
    color: #84b01d;
}

input.text-style-1:-moz-placeholder {
    color: #84b01d;
}

input.text-style-1::-moz-placeholder {
    color: #84b01d;
}

input.text-style-1:-ms-input-placeholder {
    color: #84b01d;
}

.bg-style-1,
.bg-style-1:hover,
.bg-style-1:focus {
    color: #fff;
    background: linear-gradient(to bottom, #fa8184, #fd7b7e);
    border: none;
}
.bg-style-2,
.bg-style-2:hover,
.bg-style-2:focus {
    color: #fff;
    background: #ffa19a;
}

.bg-style-default {
	border: 4px solid #97cb28;
	background: #fff !important;
	color: #d68090;
}

p {
    padding: 0;
    margin: 0;
}

a {
    color: #888f97;
}


#pjax-box {
    min-height: 100vh;
}


.container-fluid {
    max-width: 600px;
    overflow: hidden;
    font-family: "Microsoft YaHei", serif !important;
    color: #888f97;
}

.marquee {
    height: 25px;
    line-height: 25px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

.main-title {
    font-size: 1.3rem;
    position: relative;
}

.main-title p {
    position: relative;
    z-index: 1;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.rule-box-title {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
	padding-bottom: 36px;
    background: url(../img/bg_06.png) no-repeat;
    background-size: 100% 100%;
}

.rule-box-title .rule-title {
    margin: 0 auto;
}
.rule-box-title i {
    margin-right: 5px;
}

.card {
    margin-bottom: 10px;
}

.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, 0.05);
    box-shadow: 0 1px 1px rgba(0, 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;
}

.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 {
}

.stat-box {
    font-size: 0.9em;
}

.stat-box .number {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #c87638;
}


.stat-box .card {
	border: none;
	padding: 0;
    margin: 0 auto;
	background: url(../img/bg_04.png) no-repeat;
    background-size: 100% 100%;
	border: none;
	outline: none;
	box-shadow: none;
}


.stat-box .stat-content .state-content-text {
    margin-top: 5px;
    color: #c87638;
    font-size: 12px;
}

.stat-box .card-footer {
    background-color: none;
    border-top: none;
	background-color:unset;

}

.stat-box .card-footer:last-child {
    border-radius: none;
}

.diff-time-box {
    color: #fff;
	padding-bottom: 2rem;
}

.diff-time-box .count-down-box span {
    color: #fff554;
}

.sign-btn-box .sign-btn {
    height: 55px;
	line-height: 55px;
    font-size: 14px;
	color: #fff;
    align-items: center;
	justify-content: center;
    font-weight: bold;
    padding: 0;
    margin: 0 auto;
	background: url(../img/bg_02.png) no-repeat;
    background-size: 100% 100%;
	border: none;
	outline: none;
	box-shadow: none;
}

.sign-btn .fa {
	padding-right: 5px;
}

.rule-box {
    font-size: 0.9rem;
}

.rule-box p {
    line-height: 2rem;
    position: relative;
    z-index: 1;
}

.rule-box .card {
	border: none;
	background:none;
	margin-bottom: 30px;
}

.rule-box .card-body {
	padding: 0 15px;
	background: #ff9f7d;
	border: none;
	outline: none;
	box-shadow: none;
}

.rule-box .card::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 40px;
    width: 30px;
    height: 150px;
    background: url(../img/bg_10.png) no-repeat;
    background-size: 100% 100%;
}

.rule-box .card::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 40px;
    width: 30px;
    height: 150px;
    background: url(../img/bg_09.png) no-repeat;
    background-size: 100% 100%;
}

.rule-box .card-body::after {
    content: "";
    position: absolute;
    bottom: -30px;
	left: 0;
    width: 100%;
    height: 30px;
    background: url(../img/bg_08.png) no-repeat;
    background-size: 100% 100%;
}

.rule-box .card-body p {
    color: #292a2b;
}

.rule-box .rule-content-box img {
    max-width: 100%;
    margin: 10px auto;
}

.rule-box .card-body img {
    max-width: 100%;
    margin: 10px auto;
}

.rule-box .font-bold {
    font-weight: bold;
}

.rule-box .rule-button-box {
    margin: 10px;
    text-align: center;
}

.rule-content-box {
	display: none;
}

.rule-button-box a {
	font-size: 14px;
}

.rule-button-box .fa {
	font-size: 16px;
	color: #84b01d;
}
.detail-box .card {
	border: none;
	background: none;
}
.detail-box .detail-title {
    font-size: 14px;
    color: #292a2b;
}

.detail-box .detail-sub-title {
    font-size: 12px;
}

.detail-box-content-wrapper {
    padding: 0 15px;
}

.detail-box img,
.detail-box .detail-content-box img {
    max-width: 100%;
    margin: 10px auto;
}

.detail-box .detail-content-box iframe,
.detail-box .card-body iframe {
    width: 100% !important;
}

.detail-box p {
    /* line-height: 2rem; */
}

.detail-box .card-body p {
    color: #292a2b;
}

.detail-box .detail-box-content {
    padding: 10px 0;
}

.detail-box .detail-box-content img {
    margin: 10px auto;
    max-width: 100% !important;
}

.detail-box .detail-content img {
    margin: 10px auto;
	display: block;
    max-width: 95% !important;
}

.detail-box .number {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.detail-box .detail-content-text {
    margin-top: 5px;
    color: #333;
    font-size: 12px;
    font-weight: 400;
}

.detail-box .card-body::after {
    content: "";
    position: absolute;
    bottom: -30px;
	left: 0;
    width: 100%;
    height: 30px;
    background: url(../img/bg_08.png) no-repeat;
    background-size: 100% 100%;
}

.detail-box {
	margin-bottom: 30px;
}

.detail-box .card-body {
	background: #ff9f7d;
	border: none;
	outline: none;
	box-shadow: none;
}

.detail-box img {
	background: #fff;
}

.search-box .input-group {
    width: 100%;
}

.search-box .keyword {
    height: 40px;
    line-height: 40px;
    outline: none;
    box-shadow: none;
    border: 2px solid #fb7f82;
	border-radius: 7px !important;
}

.search-box .search-btn {
    position: relative;
    margin-left: 5px !important;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 7px !important;
    outline: none !important;
}

.search-box .search-btn::after {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    width: 32px;
    height: 18px;
    background: url(../img/bg_20.png) no-repeat;
    background-size: 100% 100%;
}

.type-box {
    padding: 0 10px;
}

.type-box .item {
    padding: 5px;
}

.type-box .item .btn {
    border-radius: 8px;
    padding: 6px 0;
	border: 4px solid #97cb28;
}

.vote-item-box {
	position: relative;
    margin-top: 10px !important;
}

.widget-vote-item {
    border-radius: 4px !important;
}

.widget-vote-item .card-default {
    background-color: #fff !important;
    position: relative;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.widget-vote-item .card-default .mt-all .count {
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
}

.mt-all .title {
    font-weight: bold;
    color: #fff;
    padding-bottom: 5px;
}

.mt-all .sub-title {
    color: #fff;
}

.mt-all input::-webkit-input-placeholder,
.mt-all textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bbbbbb;
    font-weight: normal;
}

.mt-all input:-moz-placeholder,
.mt-all textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bbbbbb;
    font-weight: normal;
}

.mt-all input::-moz-placeholder,
.mt-all textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bbbbbb;
    font-weight: normal;
}

.mt-all input:-ms-input-placeholder,
.mt-all textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bbbbbb;
    font-weight: normal;
}

.card-body p.more-title {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

.card-body p.more-desc {
    margin-top: 10px;
}

.card-heading {
    color: #fff;
}

.vote-item-box {
    padding: 0;
    margin: 0 -5px;
}

.vote-item-box .item {
    padding: 0 5px;
    margin-bottom: 0px;
}

.vote-item-box .item .card {
    border-radius: 8px;
}

.vote-item-box .item .card-body {
    padding: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
    overflow: hidden;
}

.vote-item-box .item .card-body img,
.vote-item-box .item .card-body iframe {
    width: 100%;
}

.vote-item-box .item .card-heading {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 0;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.vote-item-box .item .card-heading .index {
    margin: 0 auto;
}


.vote-item-box .vote-img-box {
    display: block;
}

.vote-item-box .vote-item-text {
    background: #fdf0be;
    padding: 12px 0 0;
}

.vote-item-box .vote-item-text .title {
    color: #434343;
    padding-bottom: 5px;
}

.vote-item-box .vote-item-text .sub-title {
    color: #434343;
}

.vote-item-box .vote-item-text .vote-item-count {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.vote-item-box .vote-item-text .count {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}


.vote-item-box .vote-item-text .vote-item-btn {
    position: relative;
    z-index: 1;
    padding: 6px;
}

.vote-item-box .vote-item-text .vote-item-btn .btn {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	background: url(../img/bg_03.png) no-repeat;
    background-size: 100% 100%;
	border: none;
	outline: none;
	box-shadow: none;
}


.vote-item-box .item img {
    width: 100%;
}

.vote-item-box .active .btn {
    background-color: #fff;
    color: #758697;
}

.vote-item-load-box {
	display: block;
	text-align: center;
}
.vote-item-load-box .msg {
	margin: 0 auto;
}
.vote-item-load-box .icon {
	margin: 0 auto;
}

.detail-content-box .btn-block {
    width: 90px !important;
    color: #e61920 !important;
    background-color: #ffc813 !important;
    border: 1px solid #fed189;
    margin-bottom: 10px;
    box-shadow: 0px 2px 4px 0px rgba(190, 12, 18, 1);
    font-size: 13px !important;
    margin: 10px auto;
}


.navbar-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #84b01d;
    z-index: 100;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.footer-bar-box {
    width: 100%;
    display: flex;
    background-color: #84b01d;
}



.footer-bar-box .item {
    flex: 1;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footer-bar-box .item a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-bar-box .item a.active {
    color: #f5ed23;
}

.footer-bar-box .item i {
    font-size: 16px;
}

.select-bar-box {
    height: 50px;
    line-height: 50px;
    font-size: 1.1rem;
    background-color: #fff;
}

.select-bar-box .btn {
    padding: 5px 20px;
}

/* 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: none;
    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: 30px;
    padding: 0px 26px;
    margin-bottom: 10px;
    height: 32px;
    display: inline-flex;
    align-items: center;
}

.widget-alert-box .btn {
    padding: 5px 30px !important;
} */


.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;
}

/* 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-alert-box .title {
	font-size: 1.3rem;
}

.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-alert-box img {
    width: 200px;
    height: 200px;
}

.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;
}

.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;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}


.rule-box-content {
    margin: 15px 0;
}

.rule-box-content img,
.rule-box-content iframe {
    max-width: 100% !important;
}

.rule-box-content {
    margin: 15px 0;
}

.rule-box-content img,
.rule-box-content iframe {
    max-width: 100% !important;
}


.footer-box a {
    color: #888f97 !important;
}

/* 排行榜 */

.rank-banner {
	text-align: center;

}

.rank-banner .card {
	width: 100%;
}

.rank-banner .panel-body {
	height: 120px;
	position: relative;
}
.rank-banner .rank-text {
	margin: 20px 0;
	display: inline-flex;
	align-items: center;
}
.rank-banner .rank-title {
	display: inline-block;
	font-size: 30px;
	margin: 8px;
}
.rank-banner .rank-text .large {
	margin: 6px;
	display: inline-block;
	font-size: 22px;
}

.rank-banner .rank-text .middle {
	margin: 6px;
	display: inline-block;
	font-size: 16px;
}

.rank-banner .rank-text .small {
	margin: 6px;
	display: inline-block;
	font-size: 10px;
}

.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;
	padding: 0.75rem 0;
}
.table tbody tr:nth-child(2n+1){
    background: #F7F8FA;
}
.table tbody tr:nth-child(2n){
    background: #fff;
}
.table .table-rank {
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    padding: 0.75rem 0;
}
.table .table-rank img{
	width: 100%;
	max-width: 32px;
}
.table .table-detail {
    display: inline-flex;
    align-items: center;
	text-align: left;
}
.table .table-option {
    text-align: left;
}
.table .table-count {
    vertical-align: middle;
    text-align: center;
}
.circle iframe, .circle img {
    width: 100%;
    height: 100%;
}
.circle {
    border-radius: 50% !important;
    overflow: hidden;
}

.video-ad {
	width: 100%
}

.video-ad iframe{
    width: 100%;
}

.comment-title {
	padding: .75rem 1.25rem;
}
