﻿body {
    background:#fff;
}
.inner-title {
    font-size: 32px;
    color: #000;
    text-align: center;
    margin: 40px 0 0;
}
.search {
    display:flex;
    justify-content:center;
    padding: 40px 0 100px;
}
.search .input-group {
    display:flex;
}
.search button {
    outline: none !important;
    height: 48px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
}
.search button:hover {
    background: #fff !important;
    border-color:#ddd;
}

.search button:focus {
    border-color: #ddd!important;
}
.search .input-group {
    position:relative;
}
.search .input-group input {
    width: 480px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius:0;
    padding-right: 60px;
    box-sizing:border-box;
}
.search .input-group input:hover {
    box-shadow:none;
}
.search .input-group input:focus {
    box-shadow:none;
}
.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 0 20px;
    border-left: 0 !important;
    transition:all .3s;
    cursor: pointer;
}
.search-btn span {
    font-size: 18px;
    line-height: 48px;
}
.search .search-btn:hover {
    background: #e60012!important;
    color:#fff;
}
/*.search-btn:hover a span{
    color: #fff!important;
}*/
.select_box {
    width: 140px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ddd;
    border-right: 0;
    background: #fff!important;
    position:relative;
}
.select_box select{
    width: 100%;
    height: 100%;
    padding: 0 28px 0 12px;
    background: #fff!important;
}
.select_box .glyphicon-menu-down {
    position:absolute;
    right: 8px;
    top: 50%;
    color:#999;
    font-size:12px;
    margin-top: -4px;
}
.mode-table {
    width: 100%;
    overflow-x: scroll;
}
.mode-table table {
    border: 1px solid #ddd;
}
.mode-table table th {
    background: #f5f5f5;
}
.mode-table table td {
    background: #fff;
}
.mode-table table th div {
    min-width: 170px;
    padding: 12px 10px;
    text-align: center;
}
.mode-table table td a,.mode-table table td div {
    display:block;
    padding: 10px;
    text-align:center;
    background:#fff;
}
.mode-table table td a:hover {
    color:#e60012;
    text-decoration:underline;
}
.comparison-btn {
    width: 100px;
    height: 40px;
    background-color:#e60012;
    color: #fff;
    border-radius:3px;
    font-size: 16px;
    margin: 15px 0;
    outline:none;
    border: none;
}
.filter {
    position:relative;
    padding: 35px 0 80px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 100px;
}
.filter .more {
    position:absolute;
    right: 10px;
    top: 20px;
    color: #666;
}
.filter .more span {
    font-size: 12px;
    color: #666;
}
.filter .more:hover {
    color:#e60012;
    text-decoration:underline;
}
.filter-item {
    margin-bottom: 18px;
}
.filter-item .glyphicon-menu-down {
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 10px;
    top: 13px;
}
.title-text {
    margin: 12px 0;
    color:#666;
    padding-left: 1px;
}
.filter-item .btn-group {
    padding: 0;
}
.filter-item.row {
    margin-right: 0;
    margin-left: 0;
}
.filter-item .btn-group {
    width: 100%;
    position:relative;
}
.filter-item .btn-group button .value {
    display: inline-block;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filter select, .filter .checkbox-groups {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    padding: 0 30px 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
} 
.filter select option {
    border-color:#ddd;
}
.filter-btns {
    text-align: center;
    margin: 30px 0;
}
.filter-btns button {
    border: 0;
    outline: none;
    padding: 8px 16px;
    margin: 0 8px;
    border-radius: 2px;
    transition: all .3s;
}
.filter-btns button:hover {
    background:#e60012;
    color: #fff;
}
.filter-btns button:hover a {
    color: #fff;
}
select {
    cursor:pointer;
}
.filter .checkbox-list {
    display:none;
    position: absolute;
    top: 40px;
    left: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    width: 100%;
    z-index:999;
    background:#fff;
    max-height: 280px;
    overflow:auto;
}
.filter .checkbox-groups label {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
    font-weight:normal;
    cursor:pointer;
}
.hide-items {
    display: none;
}

.productType {
    font-size: 26px;
    color: #9fa0a0 !important;
}
    .productType:hover {
        text-decoration: underline;
    }

.chooseType {
    color: red !important;
    font-size: 28px;
}

@media (max-width: 762px) {
    .inner-title {
        font-size: 24px;
    }
    .search {
        padding: 40px 0;
    }
    .search .input-group input {
        width: auto;
    }
    .select_box {
        width: 100px;
    }
    .select_box select {
        overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    -o-text-overflow: ellipsis;
    }
    .filter {
        padding: 35px 0;
        margin-bottom: 25px
    }
}