body {
  background-color: #ffffff !important;
}
.common-header {
  background-color: #035348;
}
.update-log .update-log-title {
  font-size: 30px;
  margin: 60px 0;
  text-align: center;
  color: #363a45;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 500;
}
.update-log .update-log-container {
  width: 80%;
  margin: 0 auto;
}
.update-log .update-log-container .product-whatnew-item .product-whatnew-title {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f7;
  margin: 24px 0 8px;
  line-height: 45px;
  padding: 0 20px;
  align-items: center;
}
.update-log .update-log-container .product-whatnew-item .product-whatnew-title h2 {
  color: #3188cd;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.update-log .update-log-container .product-whatnew-item .product-whatnew-title span {
  color: #666;
  font-size: 13px;
}
.update-log .update-log-container .product-whatnew-item .product-whatnew-circle-item {
  margin: 20px 0 20px 20px;
}
.update-log .update-log-container .product-whatnew-item .product-whatnew-circle-item li {
  color: #666;
  padding: 4px 0;
  font-size: 13px;
  line-height: 24px;
  word-break: break-word;
}
.update-log .update-log-container .product-whatnew-item .product-whatnew-circle-item li a {
  color: #666;
}
.update-log .update-log-container .product-whatnew-item .product-whatnew-circle-item li a:hover {
  text-decoration: underline;
}
.update-log .update-log-container .product-whatnew-item .product-whatnew-item-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.update-log .update-log-container .product-whatnew-item .blue-color {
  color: #31aacd;
}
.update-log .update-log-container .product-whatnew-item .pink-color {
  color: #cd317e;
}
.update-log .update-log-container .product-whatnew-item .orgin-color {
  color: #cd8d31;
}
