@CHARSET "UTF-8";

/* start price style */
.text-price {
	color: #ff7f42;
}

.btn-price {
    color: #fff !important;
    background-color: #ff7f42;
    border-color: #ff7f42;
}

.btn-price:hover,.btn-price:focus,.btn-price:active,.btn-price.active {
    color: #fff !important;
    background-color: #d66a39;
    border-color: #d66a39;
}

.open .btn-price.dropdown-toggle {
    color: #fff !important;
    background-color: #d66a39;
    border-color: #d66a39;
}

.btn-price:active,.btn-price.active {
    background-image: none;
}

.open .btn-price.dropdown-toggle {
    background-image: none;
}

.btn-price.disabled,.btn-price.disabled:hover,.btn-price.disabled:focus,.btn-price.disabled:active,.btn-price.disabled.active,.btn-price[disabled],.btn-price[disabled]:hover,.btn-price[disabled]:focus,.btn-price[disabled]:active,.btn-price[disabled].active,fieldset[disabled] .btn-price,fieldset[disabled] .btn-price:hover,fieldset[disabled] .btn-price:focus,fieldset[disabled] .btn-price:active,fieldset[disabled] .btn-price.active
{
    background-color: #d3d3d3;
    border-color: #d3d3d3;
}
/* end price style */

body {
    font-family: "Helvetica Neue", Helvetica, Hiragino Sans GB, Open Sans, Microsoft Yahei, Arial;
}

.header-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1110;
	opacity: 1;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-top: 1px solid #ebecee;
	box-shadow: 0 0 7px rgba(0, 0, 0, .1);	
}

.nav-custom {
    left: 0;
    position: fixed;
    bottom: 0;
    z-index: 999;	
    width: 100%;	
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    background: #ffffff;
    opacity: 0.98;
    color: #787878;	
}

.nav-custom a,.nav-custom a:hover,.nav-custom a:focus {
    color: #888;
    cursor: pointer;
}

.nav-custom .nav-item {
    display: block;
    text-align: center;
}

.nav-custom .nav-item.active {
    color: #ff7f42;
}

.nav-custom .item-icon {
    display: block;
    height: 35px;
    line-height: 47px;
    font-size: 24px;
}

.nav-custom .item-name {
    display: block;
    height: 24px;  
    line-height: 15px;
    font-size: 11px;
}

.wb-container {
    position: relative;
    min-height: 400px;
    padding-bottom: 100px;
}

.wb-container.top {
    padding-top: 50px;
}

.wb-container:after {
    clear: both;
    content: "";
    display: block;
}

.footer {
    height: 100px;
    line-height: 1.8;
    text-align: center;
    background-color: #eee;
}

.nav-form-fish {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

.tr-nav-top>td {
    border-top: 0 none !important;
}

.table.table-striped.table-nav-top>tbody>tr:first-child>td,.table.table-striped.table-nav-top>tbody>tr:first-child>th,.table.table-striped.table-nav-top>thead>tr:first-child>td,.table.table-striped.table-nav-top>thead>tr:first-child>th {
    border-top: 0 none;
}

.navbar-collapse.in {
    overflow-y: visible;
}

/* 回到顶部 */
.back-to-top {
	display: inline-block;	
	right: 10px;	
	bottom: 70px;
	position: fixed;
	z-index: 111;
	height: 40px;
	width: 40px;
	line-height: 36px;
	border-radius: 50% !important;	
	text-align: center;
	background: #ff7f42;
	font-size: 24px;
	color: #FFFFFF !important;	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);	
}

@media only screen and (min-width: 1024px) {
    .back-to-top {
        right: 30px;
        bottom: 100px;
        width: 60px;
        height: 60px;
        line-height: 55px;
        font-size: 35px;
    }
    .wb-container.top .back-to-top {
        bottom: 40px;
    }
}
