.select-condition-wrap {
    padding: 10px 0 50px;
}

.select-condition {
    border: 1px solid #e6e5e6;
}

.select-condition dl {
    position: relative;
    line-height: 30px;
    /* overflow: hidden; */
    font-size: 18px;
}

.select-condition dl dt {
    position: absolute;
    left: 0;
    width: 15%;
    height: 100%;
    color: #333;
    overflow: hidden;
    background: #f4f4f4;
    line-height: 50px;
    font-size: 0;
    font-weight: bold;
    text-align: center;
}

.select-condition dl dd {
    float: right;
    width: 85%;
    line-height: 30px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.select-condition dl dt span {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    font-size: 18px;
}

.select-condition dl dd span {
    color: #333;
    float: left;
}

.select-condition dl dd .cont {
    overflow: hidden;
}

.select-condition dl dd a {
    position: relative;
    margin: 0 10px;
    display: inline-block;
    width: 200px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.select-condition dl dd a:hover {
    color: rgb(34, 197, 119);
}

.select-condition dl~dl {
    border-top: 2px solid rgb(244, 244, 244);
}

.select-condition dl:nth-child(n+5) {
    border-top: 1px solid rgb(238, 238, 238);
}

.select-condition dl dd.ddlist1 a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #c9c9c9;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}

.select-condition dl dd.ddlist1 a.hong:after {
    content: "";
    position: absolute;
    left: 2px;
    top: -3px;
    width: 28px;
    height: 28px;
    background: url() no-repeat right top;
    background-size: contain;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.select-condition dl .more2 {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -14px;
    padding: 0 20px;
    line-height: 26px;
    font-size: 14px;
    color: rgb(34, 197, 119);
    border: 1px solid rgb(34, 197, 119);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.select-condition dl .more2:hover {
    background: rgb(34, 197, 119);
    color: #fff;
}

.select-condition dl .ddlist1 a {
    width: auto;
}

.select-condition dl dd a.hong {
    color: rgb(34, 197, 119);
}



.bg-gray {
    background: #f5f5f5 !important;
    padding-bottom: 30px;
}

.selected-bar {
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.selected-bar span {
    float: left;
}

.selected-bar .tit {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    /* font-style: normal; */
}

.selected-bar .cur {
    margin-left: 10px;
    color: rgb(37, 198, 117);
    font-weight: 700;
    line-height: 30px;
}

.selected-bar .seek {
    overflow: hidden;
    width: 220px;
    float: right;
    border-radius: 18.5px;
    border: 2px solid rgb(37, 198, 120);
    position: relative;
}

.selected-bar .seek input:first-child {
    float: left;
    line-height: 35px;
    border: none;
    background-color: rgb(245, 245, 245);
    padding-left: 10px;
    width: 220px;
    outline: none;
    height: 35px;
}

.selected-bar .seek form .anSearch {
    background: url(../images/image/image/search.png) no-repeat center center/20px;
    width: 40px;
    height: 35px;
    border: none;
    float: left;
    cursor: pointer;
    border-left: #f2f2f2;
    border-radius: 0 3px 0 3px;
    position: absolute;
    right: 0;
    top: 0;
}


.row {
    margin-left: -10px;
    margin-right: -10px;
    zoom: 1;
}

.row .item {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.row .item:hover .box {
    box-shadow: 0 0 10px rgb(158, 157, 157, .4);
}

.product-list .item .box {
    display: block;
    width: 100%;
    height: 344px;
    background: #fff;
    position: relative;
    padding: 2%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-list .item .box .image {
    float: left;
    width: 45%;
    height: 100%;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.product-list .item .box .image img {
    height: 100%;
    width: 100%;
    border: none;
    object-fit: contain;
    overflow: hidden;
    transition: all .3s ease;
}

.product-list .item:hover .box .image img {
    transform: scale(1.1, 1.1);
}

.product-list .item .box .cont {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    padding-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.cont_box {
    display: table;
    width: 100%;
    height: 100%;
}

.cont_box .title {
    margin: 30px 10px;
}

.cont_box h2 {
    color: rgb(3, 139, 72);
    line-height: 50px;
}

.cont_box .title p {
    color: rgb(134, 134, 134);
}

.cont_box .btn {
    position: relative;
    display: inline-block;
    border-radius: 25px;
    width: 150px;
    height: 40px;
    color: rgb(105, 105, 105);
    border: 1px solid rgb(48, 162, 105);
    overflow: hidden;
    margin-left: 15px;
}

.cont_box .btn:hover {
    background: linear-gradient(rgba(19, 159, 175), rgba(37, 198, 120));
    color: #fff;
}

.cont_box .btn span {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 40px;
}

.footer {
    margin-top: 80px;
    margin-bottom: 80px;
}

.footer .list {
    display: flex;
    justify-content: center;
}

.footer .list li {
    /* float: left; */
    margin: 0 5px;
}

.footer .list a {
    display: inline-block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid black;
}

.footer .list a.in,
.footer .list a:hover {
    background: linear-gradient(rgba(19, 159, 175), rgba(37, 198, 120));
    border: 1px solid rgb(0, 0, 0, 0);
    color: #fff;
}

.footer .list a span {
    font-size: 20px;
    line-height: 38px;
}

@media only screen and (max-width: 1200px) {
    .cont_box h2 {
        color: rgb(3, 139, 72);
        line-height: 40px;
    }
}

@media only screen and (max-width: 960px) {
    .row {
        margin-left: 0;
        margin-right: 0;
        zoom: 1;
    }

    .cont_box h2 {
        color: rgb(3, 139, 72);
        line-height: 35px;
        font-size: 20px;
    }

    .cont_box .btn {
        border-radius: 20px;
        width: 120px;
        height: 30px;
        margin-left: 10px;
    }

    .cont_box .btn span {
        font-size: 16px;
        line-height: 30px;
    }

    .cont_box .title p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 760px) {

    .select-condition-wrap,
    .selected-bar {
        display: none;
    }

    .product-list {
        margin-top: 50px;
    }

    .row .item {
        width: 90%;
        margin: 5%;
    }

    .product-list .item .box {
        height: auto;
    }

    .product-list .item .box .image {
        width: 100%;
        height: auto;
    }

    .product-list .item .box .cont {
        position: static;
        float: left;
        width: 100%;
        height: 100%;
        padding-right: 0;
    }

    .cont_box h2 {
        color: rgb(3, 139, 72);
        line-height: 30px;
        font-size: 16px;
    }

    .cont_box .btn {
        border-radius: 15px;
        width: 100px;
        height: 30px;
        float: right;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .cont_box .btn span {
        width: 100%;
        font-size: 15px;
        line-height: 30px;
    }

    .cont_box .title p {
        color: rgb(134, 134, 134);
        font-size: 12px;
    }

    .product-list .item .box .image img {
        height: auto;
        width: 60%;
        border: none;
    }
}