.view {
    min-height: 450px;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.el-table {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #6b6b6b;
}
.el-table--fit {
    border-right: 0;
    border-bottom: 0;
}
.el-table--small {
    font-size: 12px;
}
.el-table--border, .el-table--group {
    border: 1px solid #ebeef5;
}
.el-table--border {
    border-right: none;
    border-bottom: none;
}
.el-table__body-wrapper, .el-table__footer-wrapper, .el-table__header-wrapper {
    width: 100%;
}
.el-table__body, .el-table__footer, .el-table__header {
    table-layout: fixed;
    border-collapse: separate;
}
.el-table tr {
    background-color: #fff;
}
.el-table--enable-row-transition .el-table__body td {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
}

.el-table--border td, .el-table--border th {
    border-right: 1px solid #ebeef5;
}

.el-table td, .el-table th.is-leaf {
    border-bottom: 1px solid #ebeef5;
}

.el-table--small td, .el-table--small th {
    padding: 8px 0;
}

.el-table td, .el-table th {
    padding: 12px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
}
.el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
    padding-left: 10px;
}
.el-table .cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
}

.contrast .product{
    position: relative;
}
.el-table td div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flex-col {
    flex-direction: column;
}
.flex-center {
    justify-content: center;
    align-items: center;
}
.lazy-img{
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.lh-15 {
    line-height: 1.5;
}
.lines-2 {
    -webkit-line-clamp: 2;
    display: block;
    display: -webkit-box;
    height: 3em;
}
.lines-1, .lines-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.text-center {
    text-align: center;
}
.bold {
    font-weight: 700;
}
.red, a.red {
    color: #f21c1c;
}
.contrast .product .buy-btn {
    display: block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.white, a.white {
    color: #fff;
}
.main-bgcolor {
    background-color: #f21c1c;
}
.contrast .product .close{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 20px;
}
.main-bgcolor {
    background-color: #f21c1c;
}
.contrast .add-btn{
    text-align: center;
}
.main-color, a.main-color {
    color: #f21c1c;
}
.contrast .add-btn .plus{
    font-size: 96px;
    line-height: 100px;
}

.el-table .title-row {
    background: #f5f7fa!important;
}
.contrast .product .right{
    right: 0;
}
.contrast .product .left{
    left: 0;
}
.contrast .product .left, .contrast .product .right {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    color: #9c9c9c;
}
.right {
    float: right;
}
.left {
    float: left;
}
.el-table:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.el-table--border:after, .el-table--group:after, .el-table:before {
    content: "";
    position: absolute;
    background-color: #ebeef5;
    z-index: 1;
}
.white-bg {
    background-color: #fff;
}

.contrast .product{
    position: relative;
}
.flex-col {
    flex-direction: column;
}
.flex-center {
    justify-content: center;
    align-items: center;
}

.contrast .product .left, .contrast .product .right {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    color: #9c9c9c;
}
.displaynone{
    display: none !important;
}
.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;

}
.main-bgcolor {
    background-color: #f21c1c;
}
.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}
.el-dialog__header {
    padding: 20px;
    padding-bottom: 10px;
}
.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #333;
}
.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}
.el-dialog__headerbtn .el-dialog__close {
    color: #9c9c9c;
}
.el-dialog__body {
    padding: 30px 20px;
    color: #6b6b6b;
    font-size: 14px;
}
.el-cascader {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 40px;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-cascader .el-input, .el-cascader .el-input__inner {
    cursor: pointer;
}
.el-input--suffix .el-input__inner {
    padding-right: 30px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6b6b6b;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-input__suffix {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    text-align: center;
    color: #b0b0b0;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}
.el-input__suffix-inner {
    pointer-events: all;
}
.el-cascader .el-icon-arrow-down {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    font-size: 14px;
}
.el-input__icon {
    width: 25px;
    line-height: 40px;
}
.el-input__icon:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
.el-input__icon {
    width: 25px;
    line-height: 40px;
}
.el-icon-arrow-down:before {
    content: "\E603";
}
.el-cascader__label {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0 25px 0 15px;
    color: #6b6b6b;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
    font-size: inherit;
}
.brand-product a{
    width: 200px;
    margin: 10px;
    position: relative;
}
.brand-product a img {
    width: 60px;
    height: 60px;
}
.flex-justify-between {
    justify-content: space-between;
}
.flex-col {
    flex-direction: column;
}
.brand-product a .icon{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: hsla(0,0%,100%,.5);
    display: none;
    text-align: center;
    line-height: 60px;
    font-size: 48px;
    color: #333;
}
.el-cascader-menus {
    white-space: nowrap;
    background: #fff;
    position: absolute;
    margin: 5px 0;
    z-index: 2;
    border: 1px solid #e4e7ed;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.el-popper .popper__arrow {
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5;
}
.el-cascader-menu {
    display: inline-block;
    vertical-align: top;
    height: 204px;
    overflow: auto;
    border-right: 1px solid #e4e7ed;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 0;
    min-width: 160px;
}
.el-cascader-menu__item.is-active {
    color: #f21c1c;
}
.el-cascader-menu__item {
    font-size: 14px;
    padding: 8px 23px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6b6b6b;
    height: 34px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    min-width:180px;
}

.el-cascader-menu:last-child {
    border-right: 0;
}
.el-cascader-menu {
    display: inline-block;
    vertical-align: top;
    height: 204px;
    overflow: auto;
    border-right: 1px solid #e4e7ed;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 0;
    min-width: 198px;
}
.el-cascader-menu__item {
    font-size: 14px;
    padding: 8px 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6b6b6b;
    height: 34px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
}
.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
}
.brand-product a:hover .icon {
	display: block;
}
.el-cascader-menu__item.is-active {
    color: #f21c1c;
}
.el-cascader-menuitem-i > i {
    font-family: element-icons;
    font-size: 13px;
    color: #bfcbd9 !important;
    position: absolute;
    right: 5px;
}
.buy-btn:hover {
    color: white;
    background-color: #f73d3d;
    transition: background .2s;
}