.con_head{
    text-align: center;
}

.con_classify{
    
    padding: 60px 0;
}
.con_classify ul{
    display: flex;
    justify-content: space-around;
}
.con_option{
    font-size: 18px;
    color: #0D2146;
    cursor: pointer;
    height: 50px;
    width: 18%;
    border-radius: 50px;
    background: #F8F8F8;
    min-width: 75px;
    line-height: 50px;
}
.con_option >span{
    color: #666666;
}
.on{
    color: #346CEA;
}

.con_option{
    color: #4D4D4D;
    background-color:#F8F8F8;
    font-size: 18px;
}con_sort
.on{
    background-color: #FF8524;
    color: #fff;
}
.con_sort{
    display: none;
}
.con_item{
    width: 2.80rem;
    height: 4.1rem;
    margin: 0 1% 5% 0;
    text-align: center;
    border: 1px solid  #eeeeee;
    cursor: pointer;
    box-shadow:0px 6px 20px rgba(15,62,142,0.1);
    border-radius:10px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 1s; 
    overflow: hidden;
}
.con_item:hover{
    overflow: hidden;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: all 1s; 
}
.con_item:hover p{
    /* color: #fff; */
}
.item_info{
    color: #333;
    font-size: 20px;
    padding: 0 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.item_info p{
    margin-top: 20px;
}
.shop{
    width: 100px;
    height: 40px;
    text-align: center;
    color: #FF8524;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid #FF8524;
    margin-top: 18px;
    border-radius: 6px;
}
.shop:hover{
    background-color: #FF8524;
    color: #fff;
}
.con_tbgg{
    background-color: #F8f8f8;
    width: 280px;
    height: 280px;
    overflow: hidden;
}
.con_item:hover .con_tbgg{
    /* background-color: #fff; */
}
.con_item:hover .con_fbgg{
    background-color: #346CEA;
}
.con_item:hover .item_title{
    color: #fff;
}
.con_item:hover .item_title{
    color: #fff;
}
.con_item:hover .item_price{
    color: #fff;
}
.con_fbgg{
    height: 30%;
    padding-top: 0.2rem;
}
.item_cover{
    height:100%;
    width: 100%;
}
.item_title{
    font-size: 18px;
    color: #0D2146;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.item_des {
    width: 244px;
    height: 70px;
    margin: 0 auto;
    font-size: 16px;
    overflow: hidden;
    color: #999999;
}
.item_price {
    margin: 0.05rem 0 0.24rem;
    font-size: 24px;
    color: #FB6E54;
}
/* .item_right{
    margin-right: 0;
} */
.con-active{
    display: block;
    display: flex;
    flex-wrap: wrap;
    
}
.con_search{
    display: flex;
    align-items: center;
    position:relative;
    top:-50px;
    left: 73%;
    border: 1px solid #eee;
    border-radius: 20px;
    width: 200px;
    padding: 0 12px;
}
.con_search2{
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 0.2rem;
    width: 2rem;
    padding: 0 0.12rem;
    margin: 0.1rem auto;
    margin-bottom: .25rem;
}
.con_search >input{
    height: 30px;
    width: 80%;
    font-size: 14px;
    border: none;
    margin-left: 5px;
}
.con_search2 >input{
    height: 30px;
    width: 80%;
    font-size: 14px;
    border: none;
    margin-left: 5px;
}
.icon_search{
    display: inline-block;
    width: 15%;
    height: 15px;
    background: url('../../image/icon_search.png') no-repeat;
    background-size: 15px;
}
.empty_wrap{
    width: 100%;
    padding: .56rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.empty_wrap img{
    width: 126px;
    height: 120px;
}
.empty{
    position: relative;
    font-size: .16rem;
    color: #666666;
    margin-bottom: .2rem;
}


@media (max-width: 1222px) {
    
    .con_item{
        align-items: center;
        width: 30%;
        margin: 0 1.5% .5rem;
        border: 1px solid #eee;
        border-radius: 0.2rem;
    }
    /* .con_search >input{
        width:150px;
        padding-left: .3rem;
    } */
    /* .icon_search{
        display: inline-block;
        width: .15rem;
        background-size: .15rem;
    } */
}
@media (max-width: 996px){
    .content .container{
        width: 100%;
    }
    .con_item{
        float: none;
        margin: 0 1.5% .5rem;
    }
    .con_classify{
        padding: .4rem 0;
    }
    .con_option{
        font-size: .16rem;
        height: .4rem;
        line-height: .4rem;
    }
    .con_search{
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.1rem;
    }
    .con_search >input{
        height: 25px;
    }
}
@media (max-width: 768px){
    
    .con_item{
        margin:0 3% .5rem 3%;
        width: 44%;
    }
    .con_search >input{
        width: 150px;
    }
    .con_search{
        display: none;
    }
    .con_classify{
        padding: .4rem 0 .2rem;
    }
    
    .item_price{
        margin: 0;
    }
}
@media (max-width: 414px){
    .con_search2{
        width: 50%;
    }
    .item_title{
        font-size: 16px;
    }
    .item_price{
        font-size: 18px;
    }
}
@media (max-width: 380px){
    .con_classify{
        padding: 0;
    }
    .con_classify ul{
        flex-wrap: wrap;
    }
    .con_option{
        width: 34%;
        margin: .1rem 0;
    }
}


.con_info{
    width: 1200px;
    margin: 0 auto;
}
.con_info ul {
    margin-top: 74px;
}
.con_info ul li {
    width: 290px;
    height: 360px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(14, 66, 128, .06);
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    margin-bottom: 13px;
    overflow: hidden;
}
.con_info ul li:last-child{
    margin-right: 0;
}
.productinfo{
    padding: 0 19px;
}
.productinfo p{
    color: #333333;
    font-size: 18px;
    margin: 20px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.productinfo_1{
    color: #888888;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}
.producttime{
    font-size: 14px;
    color: #888888;
    text-align: left;
}


/* 分页器 */
.pagewrap {
    padding: 25px 0;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    color: #A2A7B7;
    text-align: center;
    font-size: 16px;
}

.pagewrap i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin: 0 4px;
    vertical-align: middle;
}
.pagewrap i:first-child{
    border-radius: 20px;
}
.pagewrap i:last-child{

    border-radius: 20px;
}
.pagewrap i.button {
    width: 68px;
}

.pagewrap i:hover {
    background-color: #FF8524;
    color: #fff;
    animation: buttonshake .4s ease-out forwards;
}

.pagewrap i.current:hover, i.current, i.button:hover {
    background-color: #FF8524;
    color: #fff;
    border: none;
    animation: none;
}

.pagewrap i.disabled, i.disabled:hover {
    background: #EFEFEF;
    border-color: #EFEFEF;
    color: #AAA;
    cursor: text;
    animation: none;
}

.pagewrap i.ellipsis, i.ellipsis:hover {
    background: none;
    border-color: #FFF;
    color: #AAA;
    cursor: text;
    animation: none;
}

@-webkit-keyframes buttonshake {
    25% {
        -webkit-transform: rotate(45deg);
    }
    75% {
        -webkit-transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes buttonshake {
    25% {
        transform: rotate(45deg);
    }
    75% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.input{
    width: 50px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #D2D2D2;
    text-indent:.8em ;
    margin: 0 20px 0 10px;
}
.flagok{
    display: inline-block;
    width: 70px;
    height: 40px;
    border: 1px solid #FF8524;
    border-radius: 20px;
    color: #FF8524;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
