.prolite h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #194d99;
}

.prolite p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.prolite .product_read ul {
  margin: 0 0 20px;
  line-height: 1.5;
}
.prolite .product_read ul li {
  margin-bottom: 1.6rem;
}
.battery_icon {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.item_product .item_box .l_box .battery_icon img {
  width: 80px;
  max-width: 100%;
  height: auto;
  margin-right: 10px;
}

.prolite .flex .flex-l,
.prolite .flex .flex-r {
  width: 50%;
  padding: 0 30px;
}

.item_product .spec table th,
.item_product .accessories table th {
  background-color: #ABB8C3;
}
.item_product .item_box .l_box {
  width: 64%;
  justify-content: flex-start;
}

.item_product .item_box .r_box {
  width: 30%;
  text-align: right;
}

/*media query*/

@media screen and (max-width:768px) {
  .item_product .item_box .l_box .battery_icon img {
    max-width: 17%;
  }
  .item_product .item_box .l_box {
    width: 100%;
  }

  .item_product .item_box .r_box {
    width: 100%;
    text-align: center;
  }
  .item_product .item_box .r_box img {
    max-width: 250px;
  }
}