.all_product {
    width: 1240px;
    margin: 3.5em auto;
    background-color: #fff;
}

.swiper-container {
    width: 96%;
    height: 320px;
    margin: 20px auto;
    border-radius: 5px;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.all_ptxt {
    font-size: 1.6em;
    width: 100%;
    height: 2em;
    line-height: 2em;
    margin: 0;
}

.pruduct_contain {
    width: 100%;
    margin-top: 30px;
}

.pruduct_contain ul .li_1{
    list-style: none;
    float: left;
    width: 235px;
    height: 322px;
    margin-bottom: 15px;
    margin-left: 11px;
    border-radius: 4px;
    position: relative;
    margin-bottom:30px;
    position:relative;
}
.pruduct_contain_hover{
    transform: scale(1.08);
}
.clearel {
    margin: 0;
    padding: 0;
    clear: both;
}

.p_item {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    position: relative;
}

.p_item_img{
    width: 160px;
    height: 160px;
    position: absolute;
    cursor: pointer;
    top: -16px;
    left: 36px;
}

.product_price {
   width: 100%;
    font-size: 1.2em;
    color: #BB0404;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    font-weight: bolder;
    top: 190px;
}
 .my_ground_list li {
    float: left;
    list-style: none;
    margin-right: 15px;
    margin-bottom: 30px;
    position:relative;
}
.p_name {
        width: 90%;
        font-size: 0.9em;
        color: #564D4D;
        text-align: center;
        position: absolute;
        left: 5%;
        top: 175px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}

.add_mycar {
        display: inline-block;
        width: 107px;
        text-align: center;
        text-decoration: none;
        position: absolute;
        top: 229px;
        left: 60px;
        padding-right: 9px;
}

.to_view {
        display: inline-block;
        width: 105px;
        text-align: center;
        text-decoration: none;
        position: absolute;
        top: 229px;
        left: 60px;
        padding-right: 9px;
}
.price {
    color: #c91218;
    text-align: center;
    top: 112%;
    left:0px;
    font-size:14px;
    font-weight:bolder;
}


.allp_list {
    font-weight: bolder;
    font-size: 1.5em;
    width: 97%;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.pruduct_contain .mask {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    position: absolute;
    background-color: #FF9800;
    margin-top: 30px;
    opacity: 0;
    left: 11%;
    z-index: 2;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

    .pruduct_contain .mask:hover {
        opacity: 0.9;
    }

.mask h2 {
    font-size: 1.3em;
    line-height: 1.2;
    width: 100%;
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: bolder;
}

.mask p {
    font-size: 1.3em;
    line-height: 1.2;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 50px;
    font-weight: bolder;
}

.mask span {
    font-size: 1.3em;
    line-height: 1.2;
    width: 100%;
    position: absolute;
    top: 95px;
    left: 20px;
    font-weight: bolder;
}

.swiper-slide img{
    width: 153px;
    height: 139px;
    position: absolute;
    top: 20px;
    left: 27px;
    /*border:1px solid red;*/
    border-radius: 4px;
}

.swiper-slide h2 {
    font-weight: bolder;
    font-size: 1.1em;
    position: absolute;
    top: 45px;
    left: 200px;
}

.hot_pname {
       font-weight: bolder;
        font-size: 12px;
        position: absolute;
        bottom: 100px;
        left: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        width: 64%;
        font-weight: normal;
}

.hot_pprice {
    width: 150px;
    font-size: 1em;
    color: #9E0606;
    position: absolute;
    bottom: 70px;
    left: 38px;
}

.swiper-slide a{
    width: 100%;
    height: 100%;
    position:absolute;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    background-color: #E47418;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    position: absolute;
    /*top: 125px;*/
    font-size: 0.9em;
    /*left: 200px;*/
    border:1px solid red;
}

.hot_product {
    width: 100%;
    font-size: 1.5em;
    /*margin-left: 2%;*/
    font-weight: bolder;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.swiper-slide {
    /*border:1px solid red;*/
}
.mask{
	width:20%;
	height:100%;
	background-color:black;
	opacity:0.3;
	z-index:2;
	position:absolute;
    margin-left: 139px;
}
.p_child {
    /*border: 1px solid red;*/
    width: 100%;
    height: 20px;
    position: relative;
    top: 137px;
    padding-left: 10%;

}
    .p_child img {
       width: 18px;
    height: 18px;
    border: 1px solid #eee;
    position: relative;
    top: 0px;

    }
 .myset {
    height: 18px;
    position: relative;
    top: 145px;
    width: 100%;
    text-align: center;
    position: relative;
}
.myset img {
    position:relative;
}
.myimg_ground li{
    height:auto;
}
.swiper-slide_href {
    width: 230px;
    height: 100%;
    display: inline-block;
    /*border: 1px solid red;*/
    position: absolute;
    z-index: 3;
    margin-left: -230px;
}
.product_code_item {
    position: absolute;
    width: 100%;
    top:95%;
    left:0px;
    text-align: center;
    /*border: 1px solid red;*/
    display: inline-block;
 }
.product_code {
    position: absolute;
    width: 100%;
}
.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: 260px;
    padding-right: 9px;
}
.inquiry-list {
    position: absolute !important;
    top: 256px !important;
    text-align: center !important;
    width: 95% !important;
}