.navbar-inverse{
    background: #f53d2d;
    background: -webkit-gradient(linear,left top,left bottom,from(#f53d2d),to(#f63));
    background: linear-gradient(-180deg,#f53d2d,#f63);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .2s cubic-bezier(.4,0,.2,1);
    transition: transform .2s cubic-bezier(.4,0,.2,1);
    transition: transform .2s cubic-bezier(.4,0,.2,1),-webkit-transform .2s cubic-bezier(.4,0,.2,1);
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
	background-color: #f53d2d;
}
.navbar-inverse .navbar-toggle{
	border-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: #fff;
}
.navbar-inverse .navbar-header .navbar-brand {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
}
.navbar-inverse .nav > li > a {
    font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a{
	color: #fff;
}
.product_list{
    margin-top: 20px;
}
.product_list_box{
    padding: 7px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 15px;
}
.product_list_box .img_box{
    height: 200px;
    width: 100%;
    line-height: 200px;
    text-align: center;
    margin-bottom: 7px;
}
.product_list_box .img_box img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border-radius: 6px;
}
.product_list_box .content_box{
    border-radius: 6px;
    padding: 5px;
    background: #a8d4f9;
}
.product_list_box .content_box h3{
    margin: 0;
    color: #d62c1a;
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
    text-shadow: 1px 1px 0px #000000;
    margin-bottom: 5px;
}
.product_list_box .content_box p{
    font-size: 14px;
    margin: 0;
    color: #000;
    margin-bottom: 10px;
}
.product_list_box .content_box button{
    margin-top: 10px;
}
.ui-progressbar {
    position: relative;
}
.progress-label {
    position: absolute;
    left: 0;
    top: 4px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}
.ui-progressbar-value{
    background:#ff6e42;
}
.bx-wrapper .bx-controls-direction a{
    -webkit-transition: none;
    transition:none;
}
.bx-wrapper{
    margin: 0;
}
.detial .main_img{
    height: 555px;
    line-height: 555px;
    text-align: center;
    margin-bottom: 30px;
}
.detial .main_img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.detial .d_content h1{
    margin-top: 0;
}
.detial .d_content .bucket_info{
    margin-bottom: 15px;
    font-size: 20px;
	color: #ff8f2e;
	font-weight: bold;
}
.detial .d_content .bucket_info .progressbar{
    margin-top: 15px;
}
.detial .d_content .bucket_log{
    max-height: 420px;
    overflow-x: hidden;
}

.detial .d_content button{
    margin-bottom: 25px;
}
.bucket_log::-webkit-scrollbar {
	width: 5px;
}
.bucket_log::-webkit-scrollbar-track {
	background-color:transparent;
}
.bucket_log::-webkit-scrollbar-thumb {
	border-radius:10px;
    background-color: #fff;
}
.bucket_log::-webkit-scrollbar-button {
	background-color:transparent;
}
.bucket_log::-webkit-scrollbar-corner {
    background-color: #fff;
}
h3{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 24px;
}
h4{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}
h5{
	font-weight: bold;
	font-size: 20px;
}
h5 a{
	color:#f39c12;
}
h5 a:hover{
	color: #ffbc51;
}

.ruleBox p{
	padding: 0;
	text-align: left;
	margin-bottom: 20px;
	line-height: 20px;
}
.ruleBox p>span{
	font-size: 14px;
	display: block;
	font-style: italic;
}
.ruleBox{
	padding: 0 20px;
	padding-bottom: 25px;
}
.ruleNumber{
	max-width: 600px;
	border: 2px #fff solid;
	padding: 15px 20px;
	margin: 0 auto 25px!important;
	text-align: center;
}
.ruleNumber th,
.ruleNumber td{
	text-align: center;
}
.ruleBox .logBox>ul{
	display: block;
	list-style: none;
	position: relative;

	overflow: hidden;
	height: 130px;
    padding: 0;

	-webkit-transition:all 0.28s ease-in;
	-moz-transition:all 0.28s ease-in;
	-ms-transition:all 0.28s ease-in;
	-o-transition:all 0.28s ease-in;
	transition:all 0.28s ease-in;
}
.ruleBox .logBox>ul>li{
	display: block;
	width: 100%;
	list-style: none;
	border-bottom: 1px #737373 solid;
}
.ruleBox .logBox>ul>li:after{
	content: "";
	display: block;
	clear: both;
}
.ruleBox .logBox>ul>li.lheader{
	font-weight: bold;
}
.ruleBox .logBox>ul>li>span{
	padding: 7px 5px;
	float: left;
	font-size: 14px;
	line-height: 18px;
}
.ruleBox .logBox>ul>li>span.ls1{
	width: 10%;
}
.ruleBox .logBox>ul>li>span.ls2{
	width: 32%;
	padding-left: 0;
}
.ruleBox .logBox>ul>li>span.ls4{
	width: 17%;
	padding-left: 0;
}
.ruleBox .logBox>ul>li>span.ls5{
	width: 18%;
}
.ruleBox .logBox>ul>li>span.ls6{
	width: 13%;
}
.ruleBox .logBox>ul>li>span.ls7{
	width: 10%;
}

.item .title.logBoxTitle{
	text-align: center;
	background-color: #F8412F;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
}
.item .title.logBoxTitle>span{
	display: inline-block;
}
.winnerInfo p{
    margin-bottom: 5px;
    font-size: 20px;
}

@media (max-width: 650px){
	.ruleBox .logBox>ul>li>span.ls1{
		width: 30%;
		padding-bottom: 0;
		margin-bottom: 7px;
	}
	.ruleBox .logBox>ul>li>span.ls2{
		width: 70%;
		padding-left: 7px;
		padding-bottom: 0;
		margin-bottom: 7px;
	}
	.ruleBox .logBox>ul>li>span.ls4{
		width: 30%;
		padding-left: 7px;
	}
	.ruleBox .logBox>ul>li>span.ls5{
		width: 30%;
	}
	.ruleBox .logBox>ul>li>span.ls6{
		width: 20%;
	}
	.ruleBox .logBox>ul>li>span.ls7{
		width: 20%;
	}
	.ruleBox .logBox>ul>li>span{
		font-size: 13px;
	}

	.ruleBox .logBox>ul>li.lheader>span{
		padding: 5px 7px;
		margin: 0;
	}

	.ruleBox .logBox>ul{
		height: 200px;
    }
    
    .product_list_box .content_box p{
        font-size: 12px;
	}
	.panel-body{
		padding: 10px 0;
	}
	.mintable.table > thead > tr > th, .mintable.table > tbody > tr > th, .mintable.table > tfoot > tr > th, .mintable.table > thead > tr > td, .mintable.table > tbody > tr > td, .mintable.table > tfoot > tr > td{
		padding: 2px;
	}
	.min_hide{
		display: none!important;
	}
}

.ruleBox .logBox.active>ul{
	height:auto;
}
.ruleBox .logBox .openLogBox{
	padding: 8px;
	text-align: center; 
    border: 2px #fff solid;
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}
.ruleBox .logBox .openLogBox:after{
	content: "展開所有記錄";
}
.ruleBox .logBox.active .openLogBox:after{
	content: "收起記錄";
}

.ruleBox .logBox.active>ul:after{
	display: none;
}
.ruleBox .lempty{
	padding: 20px 0 0;
	text-align: center;
	font-weight: 900;
	font-size: 18px;
	color: #777777;
}

.overhidden_18_1{
	width: 100%;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 18px;
	height: 18px;
}


.joinNumber{
	display: inline-block;
	margin: 5px 3px;
	padding: 5px;
	text-align: center;
	width: 60px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;

	background-color: red;
	background-size: contain;
	position: relative;
}
.joinNumber:not(.active):after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    color:#000;
	background-color: #fff;
	opacity: .7;
}
.mobile_haspticket{
	display: none;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
@media (max-width: 1200px) {
    .detial .main_img{
        height: 455px;
        line-height: 455px;
    }
    .detial .d_content .bucket_log{
        max-height: 315px;
    }
}
@media (max-width: 992px) {
    .detial .main_img{
        height: auto;
        line-height: normal;
	}
	.sidenav .list-group .list-group-item{
		display: inline-block;
	}
}
@media (max-width: 768px) {
    .detial .main_img{
        margin-bottom: 15px;
	}
	.navbar-nav .dropdown-menu{
		display: none!important;
	}
	
	.mobile_haspticket{
		display: block;
		position: absolute;
		top: 16px;
		right: 73px;
		font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
		font-weight: bold;
		letter-spacing: 1px;
		color: #ffffff;
	}
	.mobile_haspticket:hover{
		color: #fff;
		background-color: transparent;
	}
	.web_haspticket{
		display: none!important;
	}

}

marquee{
    margin: 20px 0;
    padding: 10px;
    box-sizing: content-box;
    border: 2px #f94f30 solid;
    border-radius: 6px;
	font-size: 20px;
	font-weight: bold;
}
marquee a{
    color: red;
}

marquee a:hover {
	color: #fdcc52;
}
marquee a:hover i {
    color: red;
}
marquee i {
    color: rgb(241, 6, 163);
    margin-right: 10px;
    margin-left: 5px;
}

.user_index p.bio{
    padding: 10px;
	border: 1px #ccc dotted;
}
.container.detial{
	background-color: #fff;
	margin-bottom: 20px;
}
.detial .product_dec{
	padding: 0 20px;
}
.detial h3{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 24px;
    margin-top: 30px;
    padding: 15px 20px;
    background-color: #f5f5f5;
}
.product_list.row{
	margin-left: 0;
	margin-right: 0;
}
@media (max-width: 1200px) {
	.padcontainer .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
		padding-left: 3px;
		padding-right: 3px;
	}
	.padcontainer.container{
		padding-left: 3px;
		padding-right: 3px;
	}
	.padcontainer h3{
		margin-bottom: 6px;
		margin-top: 6px;
	}
	.product_list_box{
		margin-bottom: 6px;
	}
}

.ui-content{
	padding: 0 10px;
}