﻿#ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.tab-list dd {
    cursor: pointer;
}

.tab-list .list .current {
    background-image: url(../images/p-su-1.jpg) !important;
}

.tab-list .list1 .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.form-item {
    float: left;
}

.class-content {
    width: 100%;
    float: left;
}

footer {
    width: 100%;
    float: left;
}

#foot {
    width: 100%;
    float: left;
}

.block {
    width: 100%;
    float: left;
}

.footer-wrapper {
    width: 100%;
    float: left;
}

.poorder {
    float: right;
    width: 100%;
    height: 40px;
    text-align: right;
    margin-bottom: 2%;
}

.tab-list {
    float: right;
}

.poorder dt {
    float: left;
    line-height: 20px;
}

.poorder dd {
    float: left;
    cursor: pointer;
}

.cont .block .product-right .show-detail {
    float: left;
    margin-bottom: 5%;
    width: 100%;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
}

.maeta {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.cont .block .product-right .show-detail .product-item {
    width: 33.333%;
    float: left;
    display: block;
}

.cont .block .product-right .show-detail .product-item .product-img {
    width: 100%;
    float: left;
}

.cont .block .product-right .show-detail .product-item .product-info {
    width: 100%;
    float: left;
}

.cont .block .product-right .show-detail .product-item .product-info .btn {
    width: 49%;
    margin-right: 0;
    margin-top: 0;
    float: left;
    padding: 10px 0px;
    text-align: center;
}

.cont .block .product-right .show-detail .product-item .product-info .btn:nth-child(2n) {
    float: right
}

.cont .block .product-right .show-detail .product-item .product-info span {
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cont .block .product-right .show-detail .product-item .product-info p {
    display: none;
}

.block .product-right .product-list {
    margin-bottom: 5%;
}

.proinfotype {
    width: 100%;
    float: left;
}

.proinfotype_top {
    width: 100%;
    float: left;
}

.proinfotype_title {
    width: 100%;
    float: left;
}

.proinfotype_top ul {
    display: flex;
    margin: 0;
    padding: 0;
    margin: 0 !important;
}

.proinfotype_top ul li {
    padding-right: 2%;
    float: left;
    padding-left: 2%;
    margin-top: 0.5%;
    margin-left: 2%;
    text-indent: 0;
}

.proinfotype_top ul li.on {
    background-color: #fff;
}

.proinfotype_top ul li.on a {
    font-weight: bold;
    color: #333;
}

.proinfotype_top ul li a {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    color: #fff;
}

.proinfotype_title .proinfotype_title_info {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

.proinfotype_top ul li a:hover {
    text-decoration: none;
}

.foottag {
    /*font-size:14px;padding-top:2%;padding-bottom:2%;*/
}

.page-banner {
    position: relative;
}

.page-bannertxt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 9;
}

.left-search {
    margin-bottom: 10%;
    border: 1px #dedede solid;
    height: 42px;
    display: flex;
}

.search-t {
    width: 80%;
    line-height: 42px;
    heighr: 42px;
    outline: 0;
    padding-left: 10px;
    float: left;
    border: none;
    background-color: transparent;
}

.search-b {
    width: 20%;
    float: right;
    height: 40px;
    line-height: 40px;
    background: transparent url(../../images/search-pr.png);
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.block .product-right .product-list .product-item .product-info h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-info {
    line-height: 25px;
}

@media(max-width:1100px) {
    .cont .block .product-right .show-detail .product-item .product-info .btn {
        font-size: 12px;
    }
}

@media(max-width:769px) {
    .cont .block .product-right .show-detail .product-item {
        width: 50%;
        float: left;
        display: block;
    }

    .cont .block .product-right .show-detail .product-item:nth-child(2n) {
        float: right;
    }

    .cont .block .product-right .show-detail .product-item .product-info .btn {
        font-size: 16px;
    }

    .block .product-right .product-list {
        float: left;
    }

    .block .product-right .product-list .product-item .product-info h2 {
        height: auto;
    }
}

@media(max-width:480px) {
    .cont .block .product-right .show-detail .product-item {
        width: 96%;
        float: left;
        display: block;
    }

    .cont .block .product-right .show-detail .product-item .product-info span {
        height: auto;
    }

    .cont .block .product-right .show-detail .product-item .product-info .btn {
        width: 100%;
        margin-top: 15px;
    }
}