* {
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    font-size: 14px;
}

body {
	background: url(../img/bg.png) no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;

}

.page .card {
	border: unset;
}
.page .table-bordered {
	border: unset;
}

.text-style-1 {
    color: #e3a452 !important;
}

.text-style-3 {
    color: #e3a452 !important;
}

input.text-style-1::-webkit-input-placeholder {
    color: #e3a452
}

input.text-style-1:-moz-placeholder {
    color: #e3a452;
}

input.text-style-1::-moz-placeholder {
    color: #e3a452;
}

input.text-style-1:-ms-input-placeholder {
    color: #e3a452;
}

.bg-style-1,
.bg-style-1:hover,
.bg-style-1:focus {
    color: #57200E;
    background: #e3a452;
    border: none;
}
.bg-style-2,
.bg-style-2:hover,
.bg-style-2:focus {
    color: #fff;
    background: #e3a452;
}

.bg-style-default {
	border: 4px solid #e3a452;
	background: #fff !important;
	color: #57200E;
}

.bg-style-3,
.bg-style-3:hover,
.bg-style-3:focus {
    color: #fff;
    background: #e3a452;
}

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;
	background: #a6ede0;
}

.main-title {
    font-size: 1.3rem;
    position: relative;
}


.main-title p {
    position: relative;
    z-index: 1;
    font-weight: bold;
    color: #e3a452;
	padding-top: 10px;
}

.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 .card {
	background: #fff3e8;
	border-radius: 8px;
}

.stat-box .number {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.stat-box .stat-content {
	padding-bottom: 20px;
}
.stat-box .stat-content::after {

}

.stat-box .stat-content .state-content-text {
    margin-top: 5px;
    color: #f9a033;
    font-size: 12px;
    font-weight: 400;
}

.stat-box-border-bg {
    position: relative;
}

.diff-time-box::before {
    content: "";
    position: relative;
    display: block;
    left: 50%;
    top: -15px;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 12px;
    border-top: 12px solid #e2c8a3;
}

.djs {
	margin-bottom: 25px;
}

.djs .djs-title {
	height: 40px;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 32px;
	text-shadow: 0px 4px 0px rgba(81, 47, 0, 0.48);
}

.diff-time-box {
    color: #fff;
	background-color: #f4b359;
	border-radius: 20px;
	width: 80%;
	margin: 15px auto;
	display: inline-block;
    vertical-align: middle;
	padding-bottom: 12px;
	box-shadow: 10px 10px 10px #de9b3f inset;
}

.diff-time-box .count-down-box span {
    color: #000;
	display:inline-block;
	padding:2px;
}

.sign-box {
	margin-top:20px;
}
.sign-btn-box .sign-btn {
    height: 48px;
	line-height: 48px;
    font-size: 18px;
	color: #fff;
	width: 50%;
	margin: 0 auto;
	display: flex;
    align-items: center;
	justify-content: center;
    font-weight: bold;
	border-radius: 20px;
	background: #e8a449;
	padding: 15px;
	box-shadow: 5px 10px 10px #cd861a inset;
}

.sign-btn .fa {
	padding-right: 5px;
	font-size: 14px;
}

.sign-box .card {
	background: #37271d;
	border-radius: 8px;
	border: 2px solid #ffbc5d;

}

.sign-box .card::before {
    content: "我要报名";
    position: absolute;
    left: calc(50% - 80px);
    top: -7px;
    background: url(../img/bg_05.png) no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    width: 160px;
    height: 36px;
    color: #57200E;
    padding-top: 5px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
}

.sign-box .card-body {
	margin-top: 20px;
}



.rule-box {
    font-size: 0.9rem;
}

.rule-box p {
    line-height: 2rem;
    position: relative;
    z-index: 1;
}

.rule-box .card {
	background: #fff3e8;
	border-radius: 8px;
	padding: 15px;
}



.rule-box-title {
    display: flex;
    align-items: center;
    color: #7c5b3c;
    font-size: 16px;
	margin: 0 auto;
	z-index: 10;
}

.rule-box-title .rule-title {
    margin: 0 auto;
}

.rule-box .rule-box-warg {
	padding: 8px;
	padding-bottom: 0px;
	color: #c58423;
}

.rule-box-title i {
    margin-right: 5px;
}

.rule-box .card-body {
	border-radius: 20px;
	padding: 0;
}

.rule-box .card-body::before {

}

.rule-box .card-body p {
    color: #c58423;
}

.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;
	color: #c58423;
}

.rule-button-box .fa {
	font-size: 16px;
	color: #52b1fe;
}

.rule-detail-box {
	margin-top: 45px;
}

.rule-detail-box .card::before {
    content: "活动详情";
    position: absolute;
	left: calc(50% - 80px); ;
    top: -7px;
    background: url(../img/bg_05.png) no-repeat;
    background-size: 100% 100%;
    width: 160px;
    height: 36px;
	color: #57200E;
	padding-top: 5px;
	vertical-align: middle;
	font-size: 16px;
    text-align: center;
    font-weight: bold;
	letter-spacing:5px
}

.rule-detail-box .card-body {
	padding: 0;
}

.rule-detail-box .card {
	background: #37271d;
    border-radius: 8px;
    border: 2px solid #ffbc5d;
}

.rule-detail-box .rule-box-warg {
	margin-top:30px;
	padding: 15px;
	color: #f89d33;
}

.detail-box .card-heading {
    position: absolute;
    left: 20px;
    top: 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0px 10px;
    min-width: 52px;
    overflow: hidden;
    color: #fff;
    border: none;
    font-size: 16px;
    z-index: 5;
    background-color: #eaa64b;
}

.detail-box .card {
	padding: 0;
	background: #37271d;
	border-radius: 8px;
	border: 2px solid #ecc772;

}

.detail-box .detail-title {
    font-size: 14px;
    color: #eaa64b;
}

.detail-box .detail-sub-title {
    font-size: 12px;
	color: #eaa64b;
}

.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: #eaa64b;
}

.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 {

}

.detail-box .detail-content-box {
	margin: 0 auto;
}

.detail-box img {
	background: #fff;
}

.search-box .input-group {

}

.search-box .input-group-btn {
	background: #e7a348;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.search-box .keyword {
    height: 40px;
    line-height: 40px;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
}

.search-box .search-btn {
    position: relative;
    height: 41px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none !important;
	border-radius: unset;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	color: #fff;
}

.type-box {
    padding: 0 10px;
}

.type-box .item {
    padding: 5px;
}

.type-box .item .btn {
    border-radius: 20px;
    padding: 6px 0;
	border: 1px solid #e3a452;
}

.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-widget {
	margin-top: 45px;
}

.vote-item-widget .x-box::before {
    content: "选手列表";
    position: absolute;
	left: calc(50% - 80px); ;
    top: -7px;
    background: url(../img/bg_05.png) no-repeat;
    background-size: 100% 100%;
    width: 160px;
    height: 36px;
	color: #57200E;
	padding-top: 5px;
	vertical-align: middle;
	font-size: 16px;
    text-align: center;
    font-weight: bold;
	letter-spacing:5px
}

.vote-item-widget .x-box {
	padding: 15px;
	padding-top: 36px;
	background: #38281d;;
	border-radius: 12px;
	border: 2px solid #ecc772;
}


.vote-item-box {
    padding: 0;
    margin: 0 -5px;
}

.vote-item-box .item {
    padding: 5px;
}

.vote-item-box .item .card {
    position: relative;
	background: #311914;
	padding: 10px;
	border: 2px solid #d0a14b;

}

.vote-item-box .item .card-body {
    padding: 0px;
    overflow: hidden;
}

.vote-item-box .item .card-body img,
.vote-item-box .item .card-body iframe {
    width: 100%;
	background: #f2eeee;
}

.vote-item-box .item .card-heading {
    position: absolute;
    left: 16px;
    top: 16px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 5px;
	min-width: 40px;
    overflow: hidden;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    z-index: 5;
	background-color: rgba(59, 59, 59, 0.5);
}

.vote-item-box .vote-img-box {
    display: block;
}

.vote-item-box .vote-item-text {
    padding: 10px 0 0;
}

.vote-item-box .vote-item-text .title {
    color: #e6be69;
    padding-bottom: 2px;
}

.vote-item-box .vote-item-text .sub-title {
    color: #c89640;
}

.vote-item-box .vote-item-text .vote-item-count {
    align-items: center;
    margin-top: 10px;
}

.vote-item-box .vote-item-text .count {
    font-size: 14px;
    color: #c18120;
}


.vote-item-box .vote-item-text .vote-item-btn {
    height: 36px;
    position: relative;
	margin-top: 10px;
    z-index: 1;
}

.vote-item-box .vote-item-text .vote-item-btn .btn {
    width: 100%;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 400;
    padding: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e3a452;
    color: #fff;
}

.vote-item-box .item img {
	border-radius: 8px;
    width: 100%;
}

.vote-item-box .active .btn {
    background-color: #fff;
    color: #758697;
}

.vote-item-widget .vote-item-load-box {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
}


.detail-btn .btn-block {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	background: #f89d33;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.detail-content-box .btn-block {
	width: 120px !important;
    color: #f8f9fa !important;
    background-color: #eaa64b !important;
    border: 1px solid #eaa64b;
    margin-bottom: 10px;
    /* box-shadow: 0px 2px 4px 0px #dc3545; */
    font-size: 13px !important;
    margin: 10px auto;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
}


.navbar-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #77d9fc;
    z-index: 100;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.footer-bar-box {
    width: 100%;
    display: flex;
    background-color: #fff;
}



.footer-bar-box .item {
    flex: 1;
    height: 50px;
	background-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	color: #989292;
	border: none;
}

.footer-bar-box .item a {
    width: 100%;
    height: 100%;
    color: inherit;
    font-size: 12px;
    display: block;
	text-decoration: none;
	color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-bar-box .item a.active {
	color: #e3a452;
	background: #fff;
	border: none;

}

.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 {
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	height: 40px;
	color: #db6804;
    padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: url(../img/bg_03.png) no-repeat;
    background-size: auto;
	background-size: 100% 100%;
}

/* widget */

#widget-box {
    display: none;
}

.layer-self {
    width: 300px;
    /* border: 5px solid #ccc; */
}

.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;
	background: #f89d33;
}

@-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: #fff !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;
}



.rank-top-box {
	margin-top: 45px;
}

.rank-top-box .card::before {
    content: "排行榜";
    position: absolute;
	left: calc(50% - 80px); ;
    top: -7px;
    background: url(../img/bg_05.png) no-repeat;
    background-size: 100% 100%;
    width: 160px;
    height: 36px;
	color: #57200E;
	padding-top: 5px;
	vertical-align: middle;
	font-size: 16px;
    text-align: center;
    font-weight: bold;
	letter-spacing:5px
}


.rank-top-box .card-body {
	padding: 0;
}

.rank-top-box .card {
	background: #37271d;
    border-radius: 8px;
    border: 2px solid #ffbc5d;
}

.rank-top-box .rank-top-box-warg {
	margin-top:30px;
	padding: 15px;
	color: #f89d33;
}

.rank-top-box .vote-item-rank-wrapper {
	height: 100px;
	display: flex;
	margin-top: 15px;
}

.rank-top-box .vote-img-box {

}

.rank-top-box .vote-img-box img {
  	width: 100%;
  	height: 100%;
}

.rank-top-box .card-heading img {
	width: 26px;
	height: 26px;
}

.rank-top-box .vote-item-thumb {
	position: relative;
	background: #fff;
	width: 100px;
	height: 100px;
	border-radius: 90px;
	overflow: hidden;
	z-index: 2;
	margin-right: -30px;
	border: 3px solid #e3a452;
}

.rank-top-box .vote-item-text {
	position:relative;
	right:0;
	top:10px;
	height:80px;
  	background: #311914;
  	padding: 5px 5px 5px 32px;
  	flex: 1;
  	width: calc(100% - 130px);;
	border: 3px solid #e3a452;
}

.rank-top-box .vote-item-text .vote-item-title {

  	font-weight: bold;
  	overflow: hidden;
	text-overflow: ellipsis;
 	white-space: nowrap;
	background: linear-gradient(to top, rgb(193, 140, 53), rgb(242, 207, 122));
	-webkit-background-clip: text;
	color: transparent;
}

.rank-top-box .vote-item-text .index {

  	font-weight: bold;
	background: linear-gradient(to top, rgb(193, 140, 53), rgb(242, 207, 122));
	-webkit-background-clip: text;
	color: transparent;
}

.rank-top-box .vote-item-text .sub-title {
  	color: #c89640;
  	overflow: hidden;
	text-overflow: ellipsis;
 	white-space: nowrap;
}

.rank-top-box .vote-item-text .vote-item-count {
	color: #c89640;
	float: right;
}


.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-box .card {
	border: 3px solid #e3a452;
	border-radius: 8px;
	padding: 15px;
}

.comment-box .card-body {
	padding: 0;
}

.comment-box .input-sent-box {
	padding:3px 5px;
	background: #ededed;
}

.comment-box .sent-comment-btn {
	margin-left:2px;
	color: #fff;
	background: #e3a452;
}

.comment-title {
	padding: .75rem 1.25rem;
}
