.title_goods01{
     font-size: 20px;
     line-height: 50px;
    color: #000;
    overflow: hidden;
    height: 45px;
 }
.img_p021{
    width: 10px;
    margin-left: 10px;
}
.goods_des{
    font-size: 13px;
    line-height: 20px;
    color: #706d6d;
}
.list1_div{
    background-color:#f3f5fb;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
}
.img_p{
    margin-top: 10px;
}
.img_p02 {
    width: 100%;
    display: block;
}
.list1_div ul{
    display: flex;
    justify-content: space-around;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}
.list1_div ul li{
    width: 32%;
    height: 100%;
    float: left;
    margin-top: 10px;
    box-shadow: 0 2px 14px #9697b480;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 0px;
}
.list_img .cover_img{
    width: 100%;
}
.list_img .cover_img img{
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}
.list1_div .list_img .img_name{
    position: relative;
    display: flex;
    background-color: #000000b8;
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
    padding-left: 2%;
    width: 100%;
    color: #fff;
    font-size: 14px;
}
.list_img .img_name img{
    width: 20px;
    height: 20px;
    padding-top: 11px;
    padding-right: 10px;
}
.list_img .img_name .title_sub{
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    margin-left: 4px;
    margin-top: 1px;
    border: 1px solid #0071ef;
    border-radius: 5px;
    padding: 3px 10px;
}
.desc{
    width: 100%;

}
.list1_div .list_img .img_name .title_sub {
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    margin-left: 4px;
    margin-top: 3px;
    border: 1px solid #0071ef;
    border-radius: 5px;
    padding: 3px 10px;
}
.desc .desc_title{
    height: 30px;
    line-height: 31px;
    border-bottom: 1px solid #eceaea;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
}
.desc .desc_sub1{
    padding-top: 5px;
    height: 43px;
    width: 96%;
    margin: 0 auto;
    text-align: left;
    color: #3a3a3b;
    font-size: 14px;
}
.desc_test{
    display: none;
}
.test_detail{
    height: 30px;
    width: 40%;
    font-size: 15px;
    border-radius: 27px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #0071efb8;
    margin-left: 10px;
    float: left;
    margin-top: 15px;

}
.test_detail a{
    color: #fff;
}
.detail{
    margin-top: 15px;
    height: 30px;
    width: 40%;
    border-radius: 27px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    margin-left: 10px;
    float: left;
    border: 1px solid #0071efb8
}
.detail a{
    color: #0071efb8;
}
.li_center{
    margin-left: 1.9%;
    margin-right: 1.9%;
}

.list1_div .list_main .subtitle {
    font-size: 15px;
    color: #7a7c80;
    line-height: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.list1_div .list_main {
    text-align: center;
    font-size: 23px;
    color: #000;
    padding-top: 10px;
}

@media (max-width: 1200px) and (min-width: 175px){
    .tempate_div{
        width: 100%;
    }
    .tempate_main{
        width: 100%;
    }

    .list1_div .title {
        font-size: 16px;
        line-height: 17px;
        padding-bottom: 6px;
    }
    .list1_div .list_main .subtitle {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .list1_div .list_img .img_name {
        font-size: 15px;
    }

    .list1_div .list_img .img_name .title_sub {
        font-size: 9px;
    }
    .desc .desc_title {
        font-size: 15px;
    }
    .desc .desc_sub1 {
        font-size: 12px;
    }
}