li {
    list-style: none;
}

.pics {
    padding-bottom: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pics img {
    max-width: inherit;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5S;
}

.pro_tt_01{
    line-height: 45px;
    height: 45px;
    background-image: url(https://www.exportstart.com/static/1090/template/img/pro_tt_01.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 163px;
    margin: 30px auto;
}
.pro_tt_01>p{
    font-size: 24px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-indent: 30px;
    display: block;
    background-color: #ba0d10;
}
.pro_listA{
    width: 95%;
    margin:  0 auto;
    margin-top: 30px;
}
.pro_listA li{position:relative;overflow: hidden;font-size: 0;}
.pro_listA li:before{
    content:'';
    position:absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://www.exportstart.com/static/1090/template/img/pro_item_bg.png);
    z-index: 1;
    background-size: 100% 100%;
}
.pro_listA li .pics{}
.pro_listA li .pics img{}
.pro_listB{
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
}
.pro_listB li{
}
.pro_listB li .pics{border-radius: 15px;}
.pro_listB li:nth-of-type(2n-1) .pics{
    margin-top: -50px;
}
.table_wrap { position: relative; display: block; }
.table_wrap table { position: relative; margin-bottom: 0 !important; width: 100%; border-collapse: collapse; border-spacing: 0; }
.table_wrap table th, .pro_new_con table td {padding: 10px 15px;border: 1px solid #ccc;background: #fbfbfb;color: #666;text-align: left;font-size: 16px;line-height: 1.5;line-height: 30px;}
.table_wrap table th {background: #eee;font-size: 18px;}
.table_wrap table td p, .pro_new_con table th p, table td p, table th p { margin: 0; padding: 5px; color: #666; font-size: 12px; line-height: 1.3; }
.table_wrap table td.amts { color: #cb2027; }
.table_wrap table th#cartDelete { text-align: center; }







.say_wapr {
      margin-top: 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .say_wapr .say_item {
      padding: 2%;
      width: 46%;
    }
    
    .say_wapr .top {
      display: flex;
      justify-content: start;
      align-items: center;
      margin-bottom: 30px;
    }
    
    .say_wapr .img_warp {
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      padding-bottom: 30%;
      width: 30%;
    }
    
    .say_wapr .img_warp img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
    }
    
    .say_wapr .top .text {
      padding-left: 3%;
    }
    
    .say_wapr .top .text .title {
      font-family: Arial;
      font-weight: bold;
      font-size: 26px;
      color: #333333;
      padding-bottom: 10px;
    }
    
    .say_wapr .top .text .desc {
      font-family: Arial;
      font-weight: 400;
      font-size: 16px;
      color: #666666;
    }
    
    .say_wapr .content {
      font-family: Arial;
      font-weight: 400;
      font-size: 16px;
      color: #666666;
    }
    
    .say_wapr .say_item:hover {
      box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      background-color: #4E5045;
    }
    
    .say_wapr .say_item:hover .text .title {
      color: #fff;
    }
    
    .say_wapr .say_item:hover .text .desc {
      color: #fff;
    }
    
    .say_wapr .say_item:hover .content {
      color: #fff;
    }
    @media only screen and (max-width: 950px) {
    .say_wapr {
        flex-direction: column;
    }
    .say_wapr .say_item {
        width: 100%;
        margin-bottom: 20px;
    }
}
