.view{
    min-height: 450px;
}
.breadcrumb {
    height: 40px;
    
}
.breadcrumb i{
    color: #bebebe;
    margin: 0 8px;
    font-size: 10px;
}
.left-side {
    width: 220px;
}
.right-side {
    width: 960px;
}
.box-title {
    height: 35px;
    background: #f3f3f3;
    border-bottom: 1px solid #dfdfdf;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
}
.cate-tree dl dt{
    height: 35px;
    background: #f3f3f3;
    padding: 0 10px 0 20px;
}
.cate-tree dl a.cur {
    font-weight: 700;
    color: #c80f1e;
}
.cate-tree dl dd {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.overflow-hide {
    overflow: hidden;
}
.open-tree-btn{
    border: 1px solid #666;
    width: 14px;
    height: 14px;
    display: block;
    text-align: center;
    line-height: 12px;
    cursor:pointer;
}
.open-tree-btn:hover{
	color: #C80F1E;	
	border: 1px solid #C80F1E;
}
.cate-tree dl dd a{
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    color: #999;
}
.guess-item{
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.lazy-img {
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.guess-item>div {
    height: 70px;
    width: 118px;
}
.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;
}
.box-title {
    height: 35px;
    background: #f3f3f3;
    border-bottom: 1px solid #dfdfdf;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
}
.sort-bar{
    height: 40px;
    background: #f3f3f3;
    margin-top: 10px;
    border: 1px solid #dfdfdf;
}
.sort-item{
    padding: 0 20px;
    border-right: 1px solid #dfdfdf;
}
.sort-option{
    background: #fff;
    border: 1px solid #dfdfdf;
    width: 90px;
}
.sort-option a {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    border-bottom: 1px solid #dfdfdf;
}
.sort-option> a.cur {
    color: #c80f1e;
    font-weight: 700;
}
.sort-item-text.cur{
    font-weight: 700;
    color: #c80f1e;
}

.el-checkbox {
    color: #6b6b6b;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.el-checkbox__input {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}
.el-checkbox__inner:after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    -webkit-transition: -webkit-transform .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.el-checkbox__original {
    opacity: 0;
    outline: none;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
.price-section input{
    width: 50px;
    height: 25px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 2px;
    text-align: center;
}
.price-section button, .result-search button {
    border: 1px solid #ccc;
    background: #f9f9f9;
    height: 27px;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}


.screening-title {
    width: 100px;
    line-height: 40px;
    height: 40px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.screening-option.brand-option {
    padding: 14px 5px 14px 3px;
    position: relative;
}
.screening-option {
    border-bottom: 1px dashed #dfdfdf;
    min-height: 30px;
    padding-bottom: 8px;
    margin-bottom: -1px;
    width: 858px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.list ul li {
    width: 200px;
    margin: 7px;
    padding: 10px;
    height: 378px;
    border: 3px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.list ul li .tag-img{
    width: 50px;
    height: 50px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 5;
}
.list ul li .main-pic-link {
    display: block;
    width: 200px;
    height: 200px;
    position: relative;
}
.list ul li .main-pic {
    width: 200px;
    height: 200px;
}
.list ul li .main-pic-link .status-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: rgba(200,15,30,.5);
}
.sku-color a {
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid #dfdfdf;
    margin-right: 4px;
}

.sku-color a img {
    width: 100%;
    height: 100%;
}
.list ul li .tool {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.list ul li .tool a {
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 2px 5px;
    margin: 4px 0;
    display: block;
}
.list ul li:hover {
    border-color: #dfdfdf;
}
.list ul li .tool a:hover {
    background: #c80f1e;
}
.list ul li:hover .tool{
    display: block;
}
.more-screening {
    height: 30px;
    margin-top: -1px;
}
.main-color, a.main-color {
    color: #f21c1c;
}
.more-screening span {
    text-align: center;
    line-height: 30px;
    display: block;
    width: 120px;
    height: 30px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    background: #fff;
}
.sku-color a.cur{
    border-color: #c80f1e;
}


.border {
    border: 1px solid #dfdfdf;
}
.box-title {
    height: 35px;
    background: #f3f3f3;
    border-bottom: 1px solid #dfdfdf;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
}
