.index-content{
    padding: 50px 0;
    width: 800px;
    text-align: center;
    min-height: calc(100vh - 353px);
}
.btn-classify{
    font-size: 16px;
    padding-right: 15px;
    cursor: pointer;
}
.btn-classify.active,.btn-classify:hover{
    color: #f4b023;
    font-weight: 600;
}
.i-search1{
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #f4b023;
    margin-top: 10px;
}
.input-with-index .el-input__inner{
    border: none;
}
.input-with-index .el-input-group__prepend{
    border: none;
    border-radius: 0;
}
.search-item{
    width: 42%;
    margin-right: 38px;
    margin-top: 10px;
    border: 2px solid #f4b023;
}
.item-label{
    line-height: 45px;
    padding: 0 10px;
    margin-right: 10px;
    position: relative;
}
.item-label::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    top: -5px;
    right: 0;
    background-color: #f4b023;
}
.i-search2,.i-search3,.i-search4{
    width: 220px;
    height: 45px;
    line-height: 45px;
    border: none;
    vertical-align: top;
}
.btn-search{
    width: 140px;
    margin: 30px auto;
}
.btn-search:hover{
    background: #f4b02390;
}
.hot-area{
    text-align: left;
    margin-top: 20px;
}
.hot-area a{
    margin-right: 10px;
}

/** 产品页面 **/
.list-content{
    padding: 20px 0;
    min-height: calc(100vh - 253px);
}
.list-result{
    background: #eee;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
}
.product-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 100px;
}
.product-list .product-item{
    display: flex;
    line-height: 2;
    font-size: 14px;
    width: 40%;
    margin-bottom: 60px;
}
.product-list .product-item img{
    width: 160px;
    height: 160px;
}
.pro-content{
    width: 100%;
    flex: 1;
}
.pro-title{
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
}
.pro-detail{
    margin-top: 15px;
}
/** 产品详情 **/
.detail-item{
    border: 1px solid #ddd;
    text-align: center;
    width: 300px;
    margin-bottom: 30px;
}
.detail-title{
    background-color: #ddd;
    line-height: 35px;
    padding: 0 15px;
    text-align: center;
}
.detail-img{
    width: 80%;
    padding: 20px 0;
}
.a-link{
    line-height: 2;
    padding: 10px 0;
}
.detail-content{
    width: 600px;
    margin: 0 25px;
}
.c-title{
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
    line-height: 40px;
    margin-top: 20px;
}
.c-list .c-item{
    line-height: 45px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.c-list .c-item:nth-child(2n){
    background-color: #f4f4f4;
}
.c-item .w-17{
    width: 20%;
    padding: 0 15px;
}
.c-item .w-17 a{
    color: #f4b023;
}
.c-item .w-17 a:hover{
    text-decoration: underline;
}
.c-item .w-32{
    width: 32%;;
 }
.c-item .p1{
    width: 20%;
    padding: 0 15px;
}
.c-item .p2{
    width: 30%;
    padding: 0 15px;
}
.c-item .p3{
    width: 50%;
    padding: 0 15px;
}
.c-recommend{
    width: 100%;
    margin-bottom: 40px;
}
.c-recommend td{
    border: 1px solid #eee;
    padding: 8px 12px;
}
.r-title{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}
/** 登录 **/
.login-item{
    margin: 15px 0;
}

.login-input{
    width: 240px;
}

.yzm-img{
    width: 110px;
    margin-right: 5px;
}

#btn-logout{
    cursor: pointer;
}
.cate-desc{
    line-height: 2.2;
}
.cate-title{
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 20px;
}
