.product-type {
    min-width: 1200px;
    height: 64px;
    margin: 0 auto;
}
.product-type-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.product-type-box {
    display: flex;
    align-items: center;
}
.product-type-box span {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    margin-right: 52px;
}
.product-act {
    color: #165DFF !important;
}
.product-type-arrow {
    width: 52px;
    padding: 2px 0;
    box-shadow: -10px 0 14px 10px #fff;
    background-color: #fff;
    display: none;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translate(0, -50%);
}
.product-type-arrow img {
    width: 14px;
    cursor: pointer;
}
#productTypePrev, #productTypeNextDisable {
    display: none;
}
#productTypeNext, #productTypeNextDisable {
    margin-left: 24px;
}
.product-banner {
    width: 100%;
    height: 380px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
.product-banner-bg {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.product-banner-title {
    width: 1200px;
    margin: 158px auto 0;
}
.product-banner-title p {
    width: 340px;
    color: #333;
    font-size: 44px;
    line-height: 56px;
    margin: 0;
}
.product-banner-desc {
    width: 1200px;
    margin: 8px auto 0;
}
.product-banner-desc p {
    width: 340px;
    color: #333;
    font-size: 14px;
}
.product-main {
    width: 1200px;
    padding: 60px 0 30px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}
.product-menu {
    width: 200px;
    margin-right: 14px;
}
.product-menu-position {
    position: relative;
}
.product-menu-fixed {
    width: 1200px;
    position: fixed;
    top: 50px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0);
}
.product-menu-title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    margin: 16px 0;
}
.product-menu-box {
    padding: 10px;
    margin-bottom: 20px;
}
.product-menu-item {
    width: 180px;
    margin-bottom: 20px;
}
.product-menu-item a {
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product-menu-item a:hover {
    font-weight: bold;
    text-decoration: none;
}
.product-menu-act a {
    font-weight: bold;
}
.product-list {
    flex: 1;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
}
.product-number {
    color: #333333;
    font-size: 14px;
    margin: 14px 0 0 0;
}
.product-list-category {
    margin-top: 50px;
    position: relative;
}
.product-list-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.product-list-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.product-box-container {
    width: 314px;
    /*height: 510px;*/
    background-color: #F5F5F5;
    margin-top: 24px;
    margin-right: 22px;
    position: relative;
}
.product-box-container:nth-child(3n) {
    margin-right: 0;
}
.product-box {
    width: 314px;
    cursor: pointer;
    padding: 16px 20px;
    background-color: #F5F5F5;
    display: block;
    z-index: 10;
    transition: all 0.5s ease;
}
.product-box-container:hover .product-box {
    text-decoration: none;
    position: absolute;
}
.product-box-container:hover .product-box-show {
    box-shadow: 0 0 10px rgba(0, 0, 0, .06), 0 12px 24px rgba(0, 0, 0, .06);
}
.product-box-container:hover .product-cover {
    transform: scale(1.15);
}
.product-box-container:hover .product-attr {
    max-height: 2000px;
}
.product-cover {
    width: 252px;
    height: 252px;
    margin: 0 auto 8px;
    transition: all 0.5s ease;
}
.product-cover img {
    width: 100%;
    height: 100%;
}
.product-category-name {
    color: #000;
    font-size: 12px;
    line-height: 12px;
}
.product-name {
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin: 6px 0 34px;
}
.product-attr {
    max-height: 144px;
    background-color: #f5f5f5;
    overflow: hidden;
    transition: all 0.3s ease;
}
.product-attr-box {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    background-color: #fff;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-attr-box span {
    color: #263959;
    font-size: 12px;
    line-height: 18px;
}
.product-attr-box p {
    flex: 1;
    color: #263959;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    margin: 0 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-filter {
    height: 36px;
    cursor: pointer;
    padding: 0 18px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.product-filter img {
    width: 22px;
    margin-right: 6px;
}
.product-filter span {
    color: #333;
    font-size: 15px;
}
.product-mask {
    background-color: rgba(0, 0, 0, .5);
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.product-options {
    width: 444px;
    background-color: #fff;
}
.product-options-head {
    height: 60px;
    padding: 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-options-head span:nth-child(1) {
    color: #333;
    font-size: 18px;
}
.product-options-head span:nth-child(2) {
    color: #165DFF;
    font-size: 14px;
    cursor: pointer;
}
.product-options-main {
    padding: 20px 40px;
    max-height: 70vh;
    overflow-y: auto;
}
.product-options-item {
    padding: 20px 0;
}
.product-options-item .inner {
    max-height: 160px !important;
}
.product-options-item .irs--flat .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #165DFF;
}
.product-options-item .irs--flat .irs-line {
    height: 2px;
    top: 30px;
}
.product-options-item .irs--flat .irs-handle {
    height: 30px;
}
.product-options-item .irs--flat .irs-handle>i:first-child {
    width: 28px;
    cursor: pointer;
    top: -6px;
    left: 0;
    background: url("/assets/image/range.svg") center no-repeat;
    background-size: cover;
}
.product-options-item .irs--flat .from>i:first-child {
    left: -4px;
}
.product-options-item .irs--flat .to>i:first-child {
    left: -6px;
}
.product-options-item .state_hover>i:first-child {
    background: url("/assets/image/range-act.svg") center no-repeat !important;
    background-size: cover !important;
}
.product-options-title {
    color: #333;
    font-size: 14px;
    margin: 0 0 8px;
}
.product-options-title span {
    color: #9B9B9B;
}
.product-options-select {
    width: 100% !important;
}
.product-options-select .btn {
    padding: 10px 12px;
    border-radius: 0;
    box-shadow: none !important;
    box-sizing: border-box;
    background-color: transparent !important;
    transition: all 0.3s ease;
}
.product-options-select .btn:focus {
    outline: none !important;
}
.open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    border-color: #165DFF;
}
.open>.dropdown-toggle.btn-default {
    border-color: #165DFF;
}
.product-options-select .dropdown-menu {
    min-width: 100% !important;
    margin-top: 8px;
}
.product-options-select .dropdown-menu>li>a {
    padding: 7px 20px;
}
.product-options-select .dropdown-menu>li>a:focus, .product-options-select .dropdown-menu>li>a:hover {
    /*color: #165DFF;*/
    background-color: #F7F8F9;
    outline: none;
}
.product-options-select .dropdown-menu>.active>a {
    color: #165DFF;
    background-color: #F7F8F9;
}
.product-options-select .selected>a {
    color: #165DFF;
    outline: none;
}
.product-options-select .selected>a:hover {
    color: #165DFF;
}
.product-options-select .glyphicon-ok:before {
    content: '';
}
.product-options-select .btn .caret {
    transition: all 0.3s ease;
}
.open .btn .caret {
    transform: rotate(180deg);
}
.product-options-range {
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.product-options-range div {
    flex: 1;
    margin-top: -16px;
}
.product-options-val {
    width: 62px;
    color: #191d56;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.product-options-bt {
    height: 80px;
    padding: 0 40px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
}
.product-options-bt button:nth-child(1) {
    width: 110px;
    height: 40px;
    color: #333;
    font-size: 14px;
    border: none;
    background-color: #F6F6F6;
    margin-right: 12px;
}
.product-options-bt button:nth-child(2) {
    flex: 1;
    height: 40px;
    color: #fff;
    font-size: 14px;
    border: none;
    background-color: #165DFF;
}
.product-none {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-none img {
    width: 212px;
}
.product-none span {
    color: #AFAFAF;
    font-size: 16px;
    line-height: 22px;
}
