.main_conent {
    width: 1240px;
    /*border: 1px solid #ccc;*/
    margin: 3.5em auto;
    background-color: #fff;
    /*box-shadow: 5px 5px 2px #888;*/
}

.main_conent_left {
    margin-top: 20px;
    width: 20%;
    float: left;
}

    .main_conent_left li {
        list-style: none;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 1.3em;
        text-align: center;
        cursor: pointer;
    }

        .main_conent_left li:hover, .curli {
            font-size: 1.5em;
            font-weight: bolder;
            background-color: #ccc;
        }

    .main_conent_left ul {
        border: 1px solid #CAC3C3;
        border-radius: 4px;
    }

.clearr {
    margin: 0px;
    padding: 0px;
    clear: both;
}

.product_parent {
    font-size: 30px;
    width: 100%;
    height: 2em;
    line-height: 2em;
    margin: 0;
    border-bottom: 2px solid #d5d2d2;
}

.main_conent_right {
    width: 76%;
    float: left;
    margin-top: 20px;
    margin-left: 1.5%;
    position: relative;
    z-index: 1;
}

.your_choose {
    width: 100%;
    height: 200px;
    position: relative;
}

    .your_choose img {
        width: 100%;
        height: 100%;
        position: relative;
    }

.mask {
    width: 100%;
    height: 200px;
    background-color: black;
    position: absolute;
    opacity: 0.4;
    z-index: 2;
}

.product_img img {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 25px;
    left: 50px;
    z-index: 3;
}

.product_img h2 {
    font-size: 1.6em;
    position: absolute;
    top: 25px;
    left: 250px;
    color: #fff;
    z-index: 3;
}


.product_img p {
    font-size: 1.2em;
    position: relative;
    top: -120px;
    left: 240px;
    color: #fff;
    width: 60%;
    z-index: 3;
}

.product_items {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    position: relative;
}

.product_item {
    width: 100%;
    position: relative;
}

.product_items .ul_items .li_1 {
    width: 220px;
    height: 335px;
    float: left;
    list-style: none;
    margin-right: 15px;
    margin-bottom: 20px;
    position:relative;
}

.p_item_img{
    width: 170px;
    height: 170px;
    position: absolute;
    cursor: pointer;
    /*top: 25px;*/
    left: 25px;
}

.cate_price {
    width: 100%;
    font-size: 1.3em;
    color: #BB0404;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    font-weight: bolder;
    top: 235px;
}

.product_name {
    width: 90%;
    font-size: 0.9em;
    color: #564D4D;
    text-align: center;
    position: absolute;
    left: 5%;
    top: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.add_car {
    display: inline-block;
    width: 105px;
    text-align: center;
    text-decoration: none;
    font-size: 0.7em;
    border-radius: 4px;
    position: absolute;
    top: 305px;
    left: 50%;
    margin-left: -53px;
}

.to_buy {
    display: inline-block;
    width: 105px;
    text-decoration: none;
    text-align: center;
    font-size: 0.7em;
    border-radius: 4px;
    position: absolute;
    top: 274px;
    left: 50%;
    padding-right: 9px;
    margin-left: -53px;
}

.to_view {
    display: inline-block;
    width: 105px;
    text-decoration: none;
    text-align: center;
    font-size: 0.7em;
    border-radius: 4px;
    position: absolute;
    top: 274px;
    left: 50%;
    padding-right: 9px;
    margin-left: -53px;
}

.all_product_text {
    font-size: 18px;
    color: #544E4E;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    /*margin-top: 25px;*/
}

.product_items_hover{
    transform: scale(1.08);
    /*box-shadow: 4px 4px 2px #eee;
    border: 1px solid #B9B5B5;
    border-radius: 4px;*/
}
.myset {
    height: 18px;
    position: relative;
    top: 170px;
    width: 100%;
    text-align: center;
    position: relative;
}
.myset img {
    position:relative;
}
.my_ground_list li {
    float: left;
    list-style: none;
    margin-right: 15px;
    margin-bottom: 30px;
    position:relative;
}
.product_code {
    position: absolute;
    width: 100%;
}
.product_code_item {
    position: absolute;
    width: 100%;
    top:95%;
    left:0px;
    text-align: center;
    /*border: 1px solid red;*/
    display: inline-block;
 }
.price {
    color: #c91218;
    text-align: center;
    top: 112%;
    left:0px;
    font-size:14px;
    font-weight:bolder;
}
.price1 {
    color: #c91218;
    text-align: center;
    top: 112%;
    left: 0px;
    font-size: 14px;
    font-weight: bolder;
    width: 100%;
    position: absolute;
}
.add_mycart {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 305px;
    padding-right: 9px;
}
.set_img {
    width:18px;
    height:18px;
    display:inline-block;
}
.col-main1 {
    width:78%;
    float:left;
    margin-left:1%;
}