.item_photo .flex_box{
  display: flex;
}
.item_photo .space-between{
  justify-content: space-between;
}
.item_photo .flex-start{
  justify-content: center;
}
.item_photo .flex_box img{
  width: 100px;
  padding: 2px;
}
.cart.head_cart .normalprice a:nth-of-type(1){
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
}
.cart.head_cart .normalprice a:nth-of-type(1) img{
  max-width: 350px;
}
.cart.head_cart .normalprice a:nth-of-type(2){
  display: inline-block;
  margin: 10px 10px 20px;
  padding: 10px 10px;
  border-bottom: 3px solid #900;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  background: #cc0000;
}
.cart.head_cart .normalprice a:nth-of-type(2) span{
  color: #fff;
  font-size: 17px;
}


.spec-table{
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed;
  border: 2px solid #000;
  border-collapse: collapse;
  word-break: break-word;
}
.spec-table th{
  padding: 5px;
  border: 1px solid #000;
  border-right: 2px solid #000;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  background-color: #ebebeb;
}
.spec-table td{
  padding: 5px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}
.spec-table td:nth-of-type(1){
  border-left: 2px solid #000;
}
.spec-table td img{
  max-width: 130px;
  width: 100%;
}

/* spec-table1 */
.spec-table.spec-table1 th{
  width: 20%;
}
.spec-table.spec-table1 td{
  width: 40%;
}
.spec-table.spec-table1 td div{
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

/* spec-table2 */
.spec-table.spec-table2 th{
  width: 20%;
}
.spec-table.spec-table2 td{
  width: auto;
}
.spec-table.spec-table2 img{
  max-width: 100%;
  max-height: 130px;
  width: auto;
  height: 100%;
}

/* product_point_wrap */
.product_point_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  padding: 15px;
  border-radius: 15px;
  background-color: #f4f4f4;
}
.product_point_left{
  flex-basis: 55%;
}
.product_point_title{
  font-size: 16px;
  font-weight: bold;
}
  .product_point_title h3{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 15px;
  }
  .product_point_title h3 span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }
  .product_point_title h3 .product_point_title1{
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 10px 0 0;
    border-radius: 100px;
    color: #fff;
    line-height: 100%;
    background-color: #627a86;
  }
  .product_point_txt{
    font-size: 16px;
    text-align: left;
    line-height: 160%;
  }
  .product_point_txt span{
    font-size: 14px;
  }
.product_point_img{
  flex-basis: 40%;
}
  .product_point_img img{
    border-radius: 15px;
    max-width: 100%;
  }

/* product_point_wrap2 */
.product_point_wrap2{
  margin: 30px 0;
}
.product_point_wrap2 h3{
  margin: 4px 0 0 0;
  padding: 0 0 0 4px;
  border-left: 4px solid #cc0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-align: left;
}
.product_point_wrap2 p{
  font-size: 16px;
}
.product_point_wrap2 p span{
  font-size: 14px;
}
.product_point_wrap2 .center{
  margin: 10px 0;
}
.support_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 15px;
}
.support{
  width: 48%;
  flex-basis:48%;
}
.support .btn1{
  width: 100%;
}

.support p{
  margin: 5px 0 0 ;
  font-weight: bold;
  text-align: center;
}


@media screen and ( max-width: 767px ) {
  .support{
    width: 50%;
    flex-basis:50%;
  }
  .product_point_left, .product_point_img{
    flex-basis: 100%;
  }
}














































