/* 继续了解部分样式 */
.continue-section {
  width: 100%;
  padding-bottom: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
}

.continue-btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 5px;
}

.continue-btn:hover {
  background:#e6e6e6;
  border:1px solid #adadad;
}

@media only screen and (max-width: 468px){
  .continue-section{
    padding-bottom: 40px;
  }
}